aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-10-25fs: introduce a per-cpu last_ino allocatorEric Dumazet1-7/+38
2010-10-25new helper: ihold()Al Viro40-49/+57
2010-10-25fs: remove inode_add_to_list/__inode_add_to_listChristoph Hellwig3-41/+38
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 Piggin4-41/+71
2010-10-25fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner5-25/+52
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 Viro3-2/+8
2010-10-25new helper: inode_unhashed()Al Viro6-8/+13
2010-10-25unexport invalidate_inodesAl Viro3-2/+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-25update block_device_operations documentationChristoph Hellwig1-8/+23
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 Hiroyuki4-4/+33
2010-10-25hostfs: fix UML crash: remove f_spare from hostfsRichard Weinberger3-10/+4
2010-10-25Documentation: Fix trivial typo in filesystems/sharedsubtree.txtValerie Aurora1-2/+2
2010-10-25affs: testing the wrong variableDan Carpenter1-2/+2
2010-10-25fs: allow for more than 2^31 filesEric Dumazet4-24/+21
2010-10-25isofs: Fix isofs_get_blocks for 8TB filesJan Kara1-9/+8
2010-10-25fs: kill block_prepare_writeChristoph Hellwig14-73/+39
2010-10-25fs: mark destroy_inode staticChristoph Hellwig2-2/+1
2010-10-25fs: add sync_inode_metadataChristoph Hellwig10-41/+30
2010-10-25fs: move permission check back into __lookup_hashChristoph Hellwig1-10/+4
2010-10-25Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinciLinus Torvalds51-1359/+3810
2010-10-25Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2-41/+27
2010-10-25x86-32, mm: Remove duplicated includeBorislav Petkov1-1/+0
2010-10-25exofs: Remove inode->i_count manipulation in exofs_new_inodeBoaz Harrosh1-19/+9
2010-10-25fs/exofs: typo fix of faild to failedJoe Perches3-14/+14
2010-10-25Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds76-767/+1440
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds479-19477/+37901
2010-10-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwbLinus Torvalds22-8555/+3
2010-10-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86Linus Torvalds24-1035/+1370
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds60-417/+800
2010-10-25MIPS: MT: Fix build error iFPU affinity codeRalf Baechle1-1/+1
2010-10-25Merge branch 'ieee1394-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds52-29325/+96
2010-10-25Coda: replace BKL with mutexYoshihisa Abe4-50/+70
2010-10-25Coda: push BKL regions into coda_upcall()Yoshihisa Abe8-190/+96
2010-10-25Coda: add spin lock to protect accesses to struct coda_inode_info.Yoshihisa Abe7-17/+58
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds75-1845/+5781