summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-10get rid of file_fsync()Al Viro6-29/+53
2010-08-10xfs: new truncate sequenceChristoph Hellwig4-42/+56
2010-08-10exofs: New truncate sequenceBoaz Harrosh3-75/+42
2010-08-10jffs2: don't open-code iget_failed()Al Viro1-12/+4
2010-08-10update documentation for the new truncate sequenceChristoph Hellwig1-0/+18
2010-08-10check ATTR_SIZE contraints in inode_change_okChristoph Hellwig21-156/+108
2010-08-10always call inode_change_ok early in ->setattrChristoph Hellwig6-48/+48
2010-08-10remove inode_setattrChristoph Hellwig35-194/+416
2010-08-10default to simple_setattrChristoph Hellwig2-11/+14
2010-08-10rename generic_setattrChristoph Hellwig8-15/+14
2010-08-10add missing setattr methodsChristoph Hellwig5-0/+60
2010-08-10get rid of block_write_begin_newtruncChristoph Hellwig13-91/+103
2010-08-10introduce __block_write_beginChristoph Hellwig10-64/+39
2010-08-10clean up write_begin usage for directories in pagecacheChristoph Hellwig13-107/+57
2010-08-10get rid of cont_write_begin_newtruncChristoph Hellwig9-30/+62
2010-08-10get rid of nobh_write_begin_newtruncChristoph Hellwig4-46/+17
2010-08-10sort out blockdev_direct_IO variantsChristoph Hellwig15-119/+146
2010-08-10fix leak in __logfs_create()Al Viro1-1/+4
2010-08-10Fix reiserfs_file_release()Al Viro4-26/+32
2010-08-10missing include in hppfsAl Viro1-0/+1
2010-08-10Deal with missing exports for hostfsAl Viro5-3/+28
2010-08-04Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds91-4018/+1621
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds21-116/+1006
2010-08-04Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds512-6552/+18499
2010-08-03PARISC: led.c - fix potential stack overflow in led_proc_write()Helge Deller1-2/+4
2010-08-02Merge branch 'v2.6.35'Alex Elder188-633/+1399
2010-08-02cifs: fsc should not default to "on"Jeff Layton1-3/+0
2010-08-02[CIFS] remove redundant path walking in dfs_do_refmountSteve French1-17/+11
2010-08-02cifs: ignore the "mand", "nomand" and "_netdev" mount optionsJeff Layton1-0/+6
2010-08-02cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFSJeff Layton2-0/+2
2010-08-02cifs: don't allow cifs_iget to match inodes of the wrong typeJeff Layton1-0/+5
2010-08-02[CIFS] relinquish fscache cookie before freeing CIFSTconInfoSteve French1-1/+1
2010-08-02cifs: add separate cred_uid field to sesInfoJeff Layton3-3/+10
2010-08-02fs: cifs: check kmalloc() resultKulikov Vasiliy1-0/+5
2010-08-02[CIFS] Missing ifdefSteve French1-0/+4
2010-08-02[CIFS] Missing line from previous commitSteve French1-3/+3
2010-08-02[CIFS] Fix build break when CONFIG_CIFS_FSCACHE disabledSteve French2-2/+2
2010-08-02cifs: add mount option to enable local cachingSuresh Jayaraman2-0/+9
2010-08-02cifs: read pages from FS-CacheSuresh Jayaraman3-1/+129
2010-08-02cifs: store pages into local cacheSuresh Jayaraman3-0/+29
2010-08-02cifs: FS-Cache page managementSuresh Jayaraman4-0/+93
2010-08-02cifs: define inode-level cache object and register themSuresh Jayaraman7-0/+183
2010-08-02cifs: define superblock-level cache index objects and register themSuresh Jayaraman6-0/+142
2010-08-02cifs: remove unused cifsUidInfo structJeff Layton1-16/+0
2010-08-02cifs: clean up cifs_find_smb_ses (try #2)Jeff Layton2-9/+19
2010-08-02cifs: match secType when searching for existing tcp sessionJeff Layton2-4/+54
2010-08-02cifs: move address comparison into separate functionJeff Layton1-37/+36
2010-08-02cifs: set the port in sockaddr in a more clearly defined fashionJeff Layton4-10/+31
2010-08-02cifs: define server-level cache index objects and register themSuresh Jayaraman6-1/+126
2010-08-02cifs: register CIFS for cachingSuresh Jayaraman4-0/+95