summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro15-94/+39
2011-07-20deuglify squashfs_lookup()Al Viro1-4/+1
2011-07-20nfsd4_list_rec_dir(): don't bother with reopening rec_fileAl Viro1-31/+21
2011-07-20kill useless checks for sb->s_op == NULLAl Viro3-3/+2
2011-07-20btrfs: kill magical embedded struct superblockAl Viro5-22/+31
2011-07-20get rid of pointless checks for dentry->sb == NULLAl Viro2-2/+1
2011-07-20Make ->d_sb assign-once and always non-NULLAl Viro3-39/+47
2011-07-20unexport kern_path_parent()Al Viro1-1/+0
2011-07-20switch vfs_path_lookup() to struct pathAl Viro5-28/+26
2011-07-20kill lookup_create()Al Viro2-37/+18
2011-07-20devtmpfs: get rid of bogus mkdir in create_path()Al Viro1-24/+18
2011-07-20switch devtmpfs to kern_path_create()Al Viro1-47/+36
2011-07-20switch devtmpfs object creation/removal to separate kernel threadAl Viro1-73/+149
2011-07-20make sure that nsproxy_cache is initialized early enoughAl Viro3-3/+3
2011-07-20switch do_spufs_create() to user_path_create(), fix double-unlockAl Viro3-32/+21
2011-07-20new helpers: kern_path_create/user_path_createAl Viro4-137/+106
2011-07-20kill LOOKUP_CONTINUEAl Viro2-9/+3
2011-07-20nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last stepAl Viro1-4/+2
2011-07-20cifs_lookup(): LOOKUP_OPEN is set only on the last componentAl Viro1-1/+1
2011-07-20ceph: LOOKUP_OPEN is set only when it's the last componentAl Viro1-1/+0
2011-07-20jfs_ci_revalidate() is safe from RCU modeAl Viro1-2/+0
2011-07-20LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro3-12/+6
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesAl Viro5-10/+10
2011-07-20don't pass nameidata to vfs_create() from ecryptfs_create()Al Viro1-28/+5