summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | fs: move i_count increments into find_inode/find_inode_fastChristoph Hellwig2010-10-251-11/+6
| * | | | | | fs: Stop abusing find_inode_fast in iuniqueChristoph Hellwig2010-10-251-5/+25
| * | | | | | fs: Factor inode hash operations into functionsDave Chinner2010-10-251-45/+55
| * | | | | | fs: Implement lazy LRU updates for inodesNick Piggin2010-10-252-33/+64
| * | | | | | fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner2010-10-253-22/+48
| * | | | | | vfs: fix infinite loop caused by clone_mnt raceMiklos Szeredi2010-10-251-1/+1
| * | | | | | switch hfs to hlist_add_fake()Al Viro2010-10-253-4/+1
| * | | | | | list.h: new helper - hlist_add_fake()Al Viro2010-10-252-2/+2
| * | | | | | new helper: inode_unhashed()Al Viro2010-10-254-6/+6
| * | | | | | unexport invalidate_inodesAl Viro2010-10-252-1/+5
| * | | | | | smbfs never retains inodes with zero refcount in the first placeAl Viro2010-10-251-1/+0
| * | | | | | ntfs: don't call invalidate_inodes()Al Viro2010-10-251-15/+0
| * | | | | | gfs2: invalidate_inodes() is no-op thereAl Viro2010-10-252-2/+0
| * | | | | | ext2_remount: don't bother with invalidate_inodes()Al Viro2010-10-251-3/+1
| * | | | | | fs/buffer.c: call __block_write_begin() if we have pageNamhyung Kim2010-10-251-5/+4
| * | | | | | lockdep: fixup checking of dir inode annotationNamhyung Kim2010-10-251-1/+1
| * | | | | | aio: bump i_count instead of using igrabChris Mason2010-10-251-1/+14
| * | | | | | fs/buffer.c: remove duplicated assignment on b_privateNamhyung Kim2010-10-251-1/+0
| * | | | | | fs: move exportfs since it is not a networking filesystemRandy Dunlap2010-10-251-3/+3
| * | | | | | hfs: use sync_dirty_bufferChristoph Hellwig2010-10-252-13/+2
| * | | | | | vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki2010-10-252-4/+26
| * | | | | | hostfs: fix UML crash: remove f_spare from hostfsRichard Weinberger2010-10-253-10/+4
| * | | | | | affs: testing the wrong variableDan Carpenter2010-10-251-2/+2
| * | | | | | fs: allow for more than 2^31 filesEric Dumazet2010-10-251-10/+7
| * | | | | | isofs: Fix isofs_get_blocks for 8TB filesJan Kara2010-10-251-9/+8
| * | | | | | fs: kill block_prepare_writeChristoph Hellwig2010-10-2512-72/+37
| * | | | | | fs: mark destroy_inode staticChristoph Hellwig2010-10-251-1/+1
| * | | | | | fs: add sync_inode_metadataChristoph Hellwig2010-10-258-36/+28
| * | | | | | fs: move permission check back into __lookup_hashChristoph Hellwig2010-10-251-10/+4
* | | | | | | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-261-0/+2
|\ \ \ \ \ \ \
| * | | | | | | NFS: Fix a compile issue in nfs_rootTrond Myklebust2010-10-261-0/+2
* | | | | | | | Merge branch 'akpm-incoming-1'Linus Torvalds2010-10-2621-120/+125
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | kernel: remove PF_FLUSHERPeter Zijlstra2010-10-261-1/+1
| * | | | | | | fs: allow for more than 2^31 filesEric Dumazet2010-10-261-10/+7
| * | | | | | | procfs: fix numbering in /proc/locksJerome Marchand2010-10-261-8/+11
| * | | | | | | fs: move exportfs since it is not a networking filesystemRandy Dunlap2010-10-261-3/+3
| * | | | | | | fs/buffer.c: remove duplicated assignment to b_privateNamhyung Kim2010-10-261-1/+0
| * | | | | | | fs/direct-io.c: fix truncation error in dio_complete() returnEdward Shishkin2010-10-261-1/+1
| * | | | | | | fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Miklos Szeredi2010-10-261-7/+5
| * | | | | | | use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich2010-10-261-1/+1
| * | | | | | | hostfs: code cleanupsRichard Weinberger2010-10-261-3/+2
| * | | | | | | fs/fs-writeback.c: restore lost commentAndrew Morton2010-10-261-0/+4
| * | | | | | | writeback: remove the internal 5% low bound on dirty_ratioWu Fengguang2010-10-261-1/+1
| * | | | | | | mm: add account_page_writeback()Michael Rubin2010-10-261-1/+1
| * | | | | | | writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-268-45/+6
| * | | | | | | oom: fix locking for oom_adj and oom_score_adjDavid Rientjes2010-10-261-19/+21
| * | | | | | | oom: rewrite error handling for oom_adj and oom_score_adj tunablesDavid Rientjes2010-10-261-35/+48
| * | | | | | | oom: add per-mm oom disable countYing Han2010-10-262-0/+35
| * | | | | | | vmcore: it is not experimental any moreWANG Cong2010-10-261-2/+2
| * | | | | | | hostfs: fix UML crash: remove f_spare from hostfsRichard Weinberger2010-10-263-10/+4
OpenPOWER on IntegriCloud