summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-26fs: switch bdev inode bdi's correctlyDave Chinner
2010-10-26fs: fix buffer invalidation in invalidate_listChristoph Hellwig
2010-10-26fsnotify: use dget_parentChristoph Hellwig
2010-10-26smbfs: use dget_parentChristoph Hellwig
2010-10-26exportfs: use dget_parentChristoph Hellwig
2010-10-26fs: use RCU read side protection in d_validateChristoph Hellwig
2010-10-26fs: clean up dentry lru modificationChristoph Hellwig
2010-10-26fs: split __shrink_dcache_sbChristoph Hellwig
2010-10-26fs: improve DCACHE_REFERENCED usageNick Piggin
2010-10-26fs: use percpu counter for nr_dentry and nr_dentry_unusedChristoph Hellwig
2010-10-26fs: simplify __d_freeChristoph Hellwig
2010-10-26fs: take dcache_lock inside __d_pathChristoph Hellwig
2010-10-26fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-26fs: introduce a per-cpu last_ino allocatorEric Dumazet
2010-10-26new helper: ihold()Al Viro
2010-10-26fs: remove inode_add_to_list/__inode_add_to_listChristoph Hellwig
2010-10-26fs: move i_count increments into find_inode/find_inode_fastChristoph Hellwig
2010-10-26fs: Stop abusing find_inode_fast in iuniqueChristoph Hellwig
2010-10-26fs: Factor inode hash operations into functionsDave Chinner
2010-10-26fs: Implement lazy LRU updates for inodesNick Piggin
2010-10-26fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner
2010-10-26vfs: fix infinite loop caused by clone_mnt raceMiklos Szeredi
2010-10-26switch hfs to hlist_add_fake()Al Viro
2010-10-26list.h: new helper - hlist_add_fake()Al Viro
2010-10-26new helper: inode_unhashed()Al Viro
2010-10-26unexport invalidate_inodesAl Viro
2010-10-26smbfs never retains inodes with zero refcount in the first placeAl Viro
2010-10-26ntfs: don't call invalidate_inodes()Al Viro
2010-10-26gfs2: invalidate_inodes() is no-op thereAl Viro
2010-10-26ext2_remount: don't bother with invalidate_inodes()Al Viro
2010-10-26fs/buffer.c: call __block_write_begin() if we have pageNamhyung Kim
2010-10-26lockdep: fixup checking of dir inode annotationNamhyung Kim
2010-10-26aio: bump i_count instead of using igrabChris Mason
2010-10-26update block_device_operations documentationChristoph Hellwig
2010-10-26fs/buffer.c: remove duplicated assignment on b_privateNamhyung Kim
2010-10-26fs: move exportfs since it is not a networking filesystemRandy Dunlap
2010-10-26hfs: use sync_dirty_bufferChristoph Hellwig
2010-10-26vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki
2010-10-26hostfs: fix UML crash: remove f_spare from hostfsRichard Weinberger
2010-10-26Documentation: Fix trivial typo in filesystems/sharedsubtree.txtValerie Aurora
2010-10-26affs: testing the wrong variableDan Carpenter
2010-10-26fs: allow for more than 2^31 filesEric Dumazet
2010-10-26isofs: Fix isofs_get_blocks for 8TB filesJan Kara
2010-10-26fs: kill block_prepare_writeChristoph Hellwig
2010-10-26fs: mark destroy_inode staticChristoph Hellwig
2010-10-26fs: add sync_inode_metadataChristoph Hellwig
2010-10-26fs: move permission check back into __lookup_hashChristoph Hellwig
2010-10-25Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-10-25Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2010-10-25x86-32, mm: Remove duplicated includeBorislav Petkov