summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-22isofs: Remove global fs lockJan Kara5-12/+0
2011-07-22jffs2: fix IN_DELETE_SELF on overwriting rename() killing a directoryAl Viro1-1/+4
2011-07-22fix IN_DELETE_SELF on overwriting rename() on ramfs et.al.Al Viro1-1/+3
2011-07-22mm/truncate.c: fix build for CONFIG_BLOCK not enabledRandy Dunlap1-0/+4
2011-07-20fs:update the NOTE of the file_operations structureWanlong Gao1-5/+0
2011-07-20Remove dead code in dget_parent()Al Viro1-5/+0
2011-07-20AFS: Fix silly characters in a commentDavid Howells1-1/+1
2011-07-20switch d_add_ci() to d_splice_alias() in "found negative" case as wellAl Viro1-19/+5
2011-07-20simplify gfs2_lookup()Al Viro1-11/+3
2011-07-20jfs_lookup(): don't bother with . or ..Al Viro1-24/+15
2011-07-20get rid of useless dget_parent() in btrfs rename() and link()Al Viro1-4/+2
2011-07-20get rid of useless dget_parent() in fs/btrfs/ioctl.cAl Viro1-12/+4
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik71-164/+462
2011-07-20drivers: fix up various ->llseek() implementationsJosef Bacik4-0/+14
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik7-12/+66
2011-07-20Ext4: handle SEEK_HOLE/SEEK_DATA genericallyJosef Bacik1-0/+21
2011-07-20Btrfs: implement our own ->llseekJosef Bacik2-1/+150
2011-07-20fs: add SEEK_HOLE and SEEK_DATA flagsJosef Bacik3-4/+54
2011-07-20reiserfs: make reiserfs default to barrier=flushChristoph Hellwig1-0/+1
2011-07-20ext3: make ext3 mount default to barrier=1Christoph Hellwig1-0/+2
2011-07-20don't open-code parent_ino() in assorted ->readdir()Al Viro3-3/+3
2011-07-20minix_getattr(): don't bother with ->d_parentAl Viro1-2/+1
2011-07-20coda_venus_readdir(): use offsetof()Al Viro1-2/+1
2011-07-20arm: don't create useless copies to pass into debugfs_create_dir()Al Viro2-12/+5
2011-07-20switch assorted clock drivers to debugfs_remove_recursive()Al Viro6-41/+13
2011-07-20fs: seq_file - add event counter to simplify poll() supportKay Sievers6-43/+20
2011-07-20fs: move inode_dio_done to the end_io handlerChristoph Hellwig4-3/+13
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig10-29/+26
2011-07-20fs: always maintain i_dio_countChristoph Hellwig3-24/+17
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig12-3/+24
2011-07-20rw_semaphore: remove up/down_read_non_ownerChristoph Hellwig2-26/+0
2011-07-20fs: kill i_alloc_semChristoph Hellwig13-53/+78
2011-07-20fs: simplify handling of zero sized reads in __blockdev_direct_IOChristoph Hellwig1-2/+5
2011-07-20ext4: Rewrite ext4_page_mkwrite() to use generic helpersJan Kara1-51/+55
2011-07-20fat: remove i_alloc_sem abuseChristoph Hellwig3-2/+7
2011-07-20VFS: Fixup kerneldoc for generic_permission()Tobias Klauser1-1/+0
2011-07-20anonfd: fix missing declarationTomasz Stanislawski1-0/+2
2011-07-20xfs: make use of new shrinker callout for the inode cacheDave Chinner3-56/+46
2011-07-20vfs: increase shrinker batch sizeDave Chinner2-0/+7
2011-07-20superblock: add filesystem shrinker operationsDave Chinner3-12/+51
2011-07-20inode: remove iprune_semDave Chinner1-21/+0
2011-07-20superblock: introduce per-sb cache shrinker infrastructureDave Chinner6-257/+121
2011-07-20superblock: move pin_sb_for_writeback() to fs/super.cDave Chinner3-27/+35
2011-07-20inode: move to per-sb LRU locksDave Chinner3-15/+16
2011-07-20inode: Make unused inode LRU per superblockDave Chinner3-11/+85
2011-07-20inode: convert inode_stat.nr_unused to per-cpu countersDave Chinner1-5/+11
2011-07-20vmscan: add customisable shrinker batch sizeDave Chinner2-5/+7
2011-07-20vmscan: reduce wind up shrinker->nr when shrinker can't do workDave Chinner1-0/+15
2011-07-20vmscan: shrinker->nr updates race and go wrongDave Chinner1-13/+32
2011-07-20vmscan: add shrink_slab tracepointsDave Chinner2-1/+84