summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-21drivers: fix up various ->llseek() implementationsJosef Bacik
2011-07-21fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik
2011-07-21Ext4: handle SEEK_HOLE/SEEK_DATA genericallyJosef Bacik
2011-07-21Btrfs: implement our own ->llseekJosef Bacik
2011-07-21fs: add SEEK_HOLE and SEEK_DATA flagsJosef Bacik
2011-07-21reiserfs: make reiserfs default to barrier=flushChristoph Hellwig
2011-07-21ext3: make ext3 mount default to barrier=1Christoph Hellwig
2011-07-21don't open-code parent_ino() in assorted ->readdir()Al Viro
2011-07-21minix_getattr(): don't bother with ->d_parentAl Viro
2011-07-21coda_venus_readdir(): use offsetof()Al Viro
2011-07-21arm: don't create useless copies to pass into debugfs_create_dir()Al Viro
2011-07-21switch assorted clock drivers to debugfs_remove_recursive()Al Viro
2011-07-21fs: seq_file - add event counter to simplify poll() supportKay Sievers
2011-07-21fs: move inode_dio_done to the end_io handlerChristoph Hellwig
2011-07-21fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig
2011-07-21fs: always maintain i_dio_countChristoph Hellwig
2011-07-21fs: move inode_dio_wait calls into ->setattrChristoph Hellwig
2011-07-21rw_semaphore: remove up/down_read_non_ownerChristoph Hellwig
2011-07-21fs: kill i_alloc_semChristoph Hellwig
2011-07-21fs: simplify handling of zero sized reads in __blockdev_direct_IOChristoph Hellwig
2011-07-21ext4: Rewrite ext4_page_mkwrite() to use generic helpersJan Kara
2011-07-21fat: remove i_alloc_sem abuseChristoph Hellwig
2011-07-21VFS: Fixup kerneldoc for generic_permission()Tobias Klauser
2011-07-21anonfd: fix missing declarationTomasz Stanislawski
2011-07-21xfs: make use of new shrinker callout for the inode cacheDave Chinner
2011-07-21vfs: increase shrinker batch sizeDave Chinner
2011-07-21superblock: add filesystem shrinker operationsDave Chinner
2011-07-21inode: remove iprune_semDave Chinner
2011-07-21superblock: introduce per-sb cache shrinker infrastructureDave Chinner
2011-07-20superblock: move pin_sb_for_writeback() to fs/super.cDave Chinner
2011-07-20inode: move to per-sb LRU locksDave Chinner
2011-07-20inode: Make unused inode LRU per superblockDave Chinner
2011-07-20inode: convert inode_stat.nr_unused to per-cpu countersDave Chinner
2011-07-20vmscan: add customisable shrinker batch sizeDave Chinner
2011-07-20vmscan: reduce wind up shrinker->nr when shrinker can't do workDave Chinner
2011-07-20vmscan: shrinker->nr updates race and go wrongDave Chinner
2011-07-20vmscan: add shrink_slab tracepointsDave Chinner
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro
2011-07-20deuglify squashfs_lookup()Al Viro
2011-07-20nfsd4_list_rec_dir(): don't bother with reopening rec_fileAl Viro
2011-07-20kill useless checks for sb->s_op == NULLAl Viro
2011-07-20btrfs: kill magical embedded struct superblockAl Viro
2011-07-20get rid of pointless checks for dentry->sb == NULLAl Viro
2011-07-20Make ->d_sb assign-once and always non-NULLAl Viro
2011-07-20unexport kern_path_parent()Al Viro
2011-07-20switch vfs_path_lookup() to struct pathAl Viro
2011-07-20kill lookup_create()Al Viro
2011-07-20devtmpfs: get rid of bogus mkdir in create_path()Al Viro
2011-07-20switch devtmpfs to kern_path_create()Al Viro
2011-07-20switch devtmpfs object creation/removal to separate kernel threadAl Viro