summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-08-09switch sysfs to ->evict_inode()Al Viro3-5/+5
2010-08-09switch procfs to ->evict_inode()Al Viro1-3/+3
2010-08-09simplify get_cramfs_inode()Al Viro1-50/+38
2010-08-09new helper: end_writeback()Al Viro2-1/+13
2010-08-09Take ->i_bdev/->i_cdev handling out of clear_inode()Al Viro1-4/+4
2010-08-09generic_detach_inode() can be static nowAl Viro1-2/+1
2010-08-09switch hugetlbfs to ->evict_inode()Al Viro1-20/+2
2010-08-09New method - evict_inode()Al Viro1-1/+3
2010-08-09unify fs/inode.c callers of clear_inode()Al Viro1-19/+17
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro10-26/+25
2010-08-09get rid of file_fsync()Al Viro5-28/+53
2010-08-09xfs: new truncate sequenceChristoph Hellwig4-42/+56
2010-08-09exofs: New truncate sequenceBoaz Harrosh3-75/+42
2010-08-09jffs2: don't open-code iget_failed()Al Viro1-12/+4
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig17-143/+76
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig5-44/+42
2010-08-09remove inode_setattrChristoph Hellwig32-188/+403
2010-08-09default to simple_setattrChristoph Hellwig2-11/+14
2010-08-09rename generic_setattrChristoph Hellwig6-13/+12
2010-08-09add missing setattr methodsChristoph Hellwig5-0/+60
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig12-85/+101
2010-08-09introduce __block_write_beginChristoph Hellwig9-64/+37
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig13-107/+57
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig8-27/+62
2010-08-09get rid of nobh_write_begin_newtruncChristoph Hellwig3-41/+16
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig14-83/+140
2010-08-09fix leak in __logfs_create()Al Viro1-1/+4
2010-08-09Fix reiserfs_file_release()Al Viro3-24/+30
2010-08-09missing include in hppfsAl Viro1-0/+1
2010-08-09Deal with missing exports for hostfsAl Viro1-3/+3
2010-08-03Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds89-4006/+1619
2010-08-02Merge branch 'v2.6.35'Alex Elder19-75/+138
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