aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-25fs: fold invalidate_list into invalidate_inodesChristoph Hellwig1-27/+16
2010-10-25fs: do not drop inode_lock in dispose_listChristoph Hellwig1-18/+2
2010-10-25fs: inode split IO and LRU listsNick Piggin3-37/+53
2010-10-25fs: switch bdev inode bdi's correctlyDave Chinner1-5/+21
2010-10-25fs: fix buffer invalidation in invalidate_listChristoph Hellwig1-9/+7
2010-10-25fsnotify: use dget_parentChristoph Hellwig1-28/+5
2010-10-25smbfs: use dget_parentChristoph Hellwig2-18/+8
2010-10-25exportfs: use dget_parentChristoph Hellwig1-9/+8
2010-10-25fs: use RCU read side protection in d_validateChristoph Hellwig1-19/+12
2010-10-25fs: clean up dentry lru modificationChristoph Hellwig1-26/+23
2010-10-25fs: split __shrink_dcache_sbChristoph Hellwig1-60/+67
2010-10-25fs: improve DCACHE_REFERENCED usageNick Piggin1-3/+6
2010-10-25fs: use percpu counter for nr_dentry and nr_dentry_unusedChristoph Hellwig1-19/+32
2010-10-25fs: simplify __d_freeChristoph Hellwig1-9/+5
2010-10-25fs: take dcache_lock inside __d_pathChristoph Hellwig2-4/+4
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig16-2/+21
2010-10-25fs: introduce a per-cpu last_ino allocatorEric Dumazet1-7/+38
2010-10-25new helper: ihold()Al Viro35-45/+52
2010-10-25fs: remove inode_add_to_list/__inode_add_to_listChristoph Hellwig2-39/+35
2010-10-25fs: move i_count increments into find_inode/find_inode_fastChristoph Hellwig1-11/+6
2010-10-25fs: Stop abusing find_inode_fast in iuniqueChristoph Hellwig1-5/+25
2010-10-25fs: Factor inode hash operations into functionsDave Chinner1-45/+55
2010-10-25fs: Implement lazy LRU updates for inodesNick Piggin2-33/+64
2010-10-25fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner3-22/+48
2010-10-25vfs: fix infinite loop caused by clone_mnt raceMiklos Szeredi1-1/+1
2010-10-25switch hfs to hlist_add_fake()Al Viro3-4/+1
2010-10-25list.h: new helper - hlist_add_fake()Al Viro2-2/+2
2010-10-25new helper: inode_unhashed()Al Viro4-6/+6
2010-10-25unexport invalidate_inodesAl Viro2-1/+5
2010-10-25smbfs never retains inodes with zero refcount in the first placeAl Viro1-1/+0
2010-10-25ntfs: don't call invalidate_inodes()Al Viro1-15/+0
2010-10-25gfs2: invalidate_inodes() is no-op thereAl Viro2-2/+0
2010-10-25ext2_remount: don't bother with invalidate_inodes()Al Viro1-3/+1
2010-10-25fs/buffer.c: call __block_write_begin() if we have pageNamhyung Kim1-5/+4
2010-10-25lockdep: fixup checking of dir inode annotationNamhyung Kim1-1/+1
2010-10-25aio: bump i_count instead of using igrabChris Mason1-1/+14
2010-10-25fs/buffer.c: remove duplicated assignment on b_privateNamhyung Kim1-1/+0
2010-10-25fs: move exportfs since it is not a networking filesystemRandy Dunlap1-3/+3
2010-10-25hfs: use sync_dirty_bufferChristoph Hellwig2-13/+2
2010-10-25vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki2-4/+26
2010-10-25hostfs: fix UML crash: remove f_spare from hostfsRichard Weinberger3-10/+4
2010-10-25affs: testing the wrong variableDan Carpenter1-2/+2
2010-10-25fs: allow for more than 2^31 filesEric Dumazet1-10/+7
2010-10-25isofs: Fix isofs_get_blocks for 8TB filesJan Kara1-9/+8
2010-10-25fs: kill block_prepare_writeChristoph Hellwig12-72/+37
2010-10-25fs: mark destroy_inode staticChristoph Hellwig1-1/+1
2010-10-25fs: add sync_inode_metadataChristoph Hellwig8-36/+28
2010-10-25fs: move permission check back into __lookup_hashChristoph Hellwig1-10/+4
2010-10-25Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds24-1392/+2000
2010-10-25Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2-41/+27