aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-10-26kernel: remove PF_FLUSHERGravatar Peter Zijlstra 1-1/+1
2010-10-26fs: allow for more than 2^31 filesGravatar Eric Dumazet 1-10/+7
2010-10-26procfs: fix numbering in /proc/locksGravatar Jerome Marchand 1-8/+11
2010-10-26fs: move exportfs since it is not a networking filesystemGravatar Randy Dunlap 1-3/+3
2010-10-26fs/buffer.c: remove duplicated assignment to b_privateGravatar Namhyung Kim 1-1/+0
2010-10-26fs/direct-io.c: fix truncation error in dio_complete() returnGravatar Edward Shishkin 1-1/+1
2010-10-26fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Gravatar Miklos Szeredi 1-7/+5
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesGravatar Jan Beulich 1-1/+1
2010-10-26hostfs: code cleanupsGravatar Richard Weinberger 1-3/+2
2010-10-26fs/fs-writeback.c: restore lost commentGravatar Andrew Morton 1-0/+4
2010-10-26writeback: remove the internal 5% low bound on dirty_ratioGravatar Wu Fengguang 1-1/+1
2010-10-26mm: add account_page_writeback()Gravatar Michael Rubin 1-1/+1
2010-10-26writeback: remove nonblocking/encountered_congestion referencesGravatar Wu Fengguang 8-45/+6
2010-10-26oom: fix locking for oom_adj and oom_score_adjGravatar David Rientjes 1-19/+21
2010-10-26oom: rewrite error handling for oom_adj and oom_score_adj tunablesGravatar David Rientjes 1-35/+48
2010-10-26oom: add per-mm oom disable countGravatar Ying Han 2-0/+35
2010-10-26vmcore: it is not experimental any moreGravatar WANG Cong 1-2/+2
2010-10-26hostfs: fix UML crash: remove f_spare from hostfsGravatar Richard Weinberger 3-10/+4
2010-10-26Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Gravatar Linus Torvalds 2-0/+25
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 23-461/+635
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Gravatar Linus Torvalds 16-42/+2374
2010-10-25nfs4: fix channel attribute sanity-checksGravatar J. Bruce Fields 1-34/+41
2010-10-25Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Gravatar Linus Torvalds 24-1392/+2000
2010-10-25Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdGravatar Linus Torvalds 2-41/+27
2010-10-25exofs: Remove inode->i_count manipulation in exofs_new_inodeGravatar Boaz Harrosh 1-19/+9
2010-10-25fs/exofs: typo fix of faild to failedGravatar Joe Perches 3-14/+14
2010-10-25Coda: replace BKL with mutexGravatar Yoshihisa Abe 3-50/+68
2010-10-25Coda: push BKL regions into coda_upcall()Gravatar Yoshihisa Abe 7-189/+95
2010-10-25Coda: add spin lock to protect accesses to struct coda_inode_info.Gravatar Yoshihisa Abe 5-12/+44
2010-10-25Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-12/+0
2010-10-24nfsd4: fix connection allocation in sequence()Gravatar J. Bruce Fields 1-14/+17
2010-10-24NFSv4.1: Use more sensible names for 'initialize_mountpoint'Gravatar Trond Myklebust 3-11/+11
2010-10-24NFSv4.1: pnfs: filelayout: add driver's LAYOUTGET and GETDEVICEINFO infrastru...Gravatar Andy Adamson 5-2/+747
2010-10-24NFSv4.1: pnfs: add LAYOUTGET and GETDEVICEINFO infrastructureGravatar Andy Adamson 4-33/+869
2010-10-24NFS: client needs to maintain list of inodes with active layoutsGravatar Andy Adamson 4-4/+176
2010-10-24NFS: create and destroy inode's layout cacheGravatar Benny Halevy 5-0/+190
2010-10-24NFSv4.1: pnfs: filelayout: introduce minimal file layout driverGravatar Dean Hildebrand 2-0/+81
2010-10-24NFSv4.1: pnfs: full mount/umount infrastructureGravatar Fred Isaman 3-4/+101
2010-10-24NFS: set layout driverGravatar Ricardo Labiaga 4-0/+146
2010-10-24NFS: ask for layouttypes during v4 fsinfo callGravatar Andy Adamson 2-0/+59
2010-10-24NFS: change stateid to be a unionGravatar Alexandros Batsakis 1-4/+4
2010-10-24NFSD: remove duplicate NFS4_STATEID_SIZEGravatar Andy Adamson 1-1/+0
2010-10-24nfs: fix unchecked valueGravatar Roman Borisov 1-1/+4
2010-10-24Ask for time_delta during fsinfo probeGravatar Ricardo Labiaga 2-1/+22
2010-10-24Revalidate caches on lockGravatar Ricardo Labiaga 3-4/+20
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 13-36/+31
2010-10-24Revert "block: fix accounting bug on cross partition merges"Gravatar Jens Axboe 1-12/+0
2010-10-24NFSv4: Fix up the 'dircount' hint in encode_readdirGravatar Trond Myklebust 1-9/+8
2010-10-24NFSv4: Clean up nfs4_decode_direntGravatar Trond Myklebust 1-25/+13
2010-10-24NFSv4: nfs4_decode_dirent must clear entry->fattr->validGravatar Trond Myklebust 1-0/+1