aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | aio: bump i_count instead of using igrabChris Mason2010-10-25
| * | | | | | | | | | | | fs/buffer.c: remove duplicated assignment on b_privateNamhyung Kim2010-10-25
| * | | | | | | | | | | | fs: move exportfs since it is not a networking filesystemRandy Dunlap2010-10-25
| * | | | | | | | | | | | hfs: use sync_dirty_bufferChristoph Hellwig2010-10-25
| * | | | | | | | | | | | vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki2010-10-25
| * | | | | | | | | | | | hostfs: fix UML crash: remove f_spare from hostfsRichard Weinberger2010-10-25
| * | | | | | | | | | | | affs: testing the wrong variableDan Carpenter2010-10-25
| * | | | | | | | | | | | fs: allow for more than 2^31 filesEric Dumazet2010-10-25
| * | | | | | | | | | | | isofs: Fix isofs_get_blocks for 8TB filesJan Kara2010-10-25
| * | | | | | | | | | | | fs: kill block_prepare_writeChristoph Hellwig2010-10-25
| * | | | | | | | | | | | fs: mark destroy_inode staticChristoph Hellwig2010-10-25
| * | | | | | | | | | | | fs: add sync_inode_metadataChristoph Hellwig2010-10-25
| * | | | | | | | | | | | fs: move permission check back into __lookup_hashChristoph Hellwig2010-10-25
* | | | | | | | | | | | | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-26
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | NFS: Fix a compile issue in nfs_rootTrond Myklebust2010-10-26
* | | | | | | | | | | | | | Merge branch 'akpm-incoming-1'Linus Torvalds2010-10-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | kernel: remove PF_FLUSHERPeter Zijlstra2010-10-26
| * | | | | | | | | | | | | fs: allow for more than 2^31 filesEric Dumazet2010-10-26
| * | | | | | | | | | | | | procfs: fix numbering in /proc/locksJerome Marchand2010-10-26
| * | | | | | | | | | | | | fs: move exportfs since it is not a networking filesystemRandy Dunlap2010-10-26
| * | | | | | | | | | | | | fs/buffer.c: remove duplicated assignment to b_privateNamhyung Kim2010-10-26
| * | | | | | | | | | | | | fs/direct-io.c: fix truncation error in dio_complete() returnEdward Shishkin2010-10-26
| * | | | | | | | | | | | | fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Miklos Szeredi2010-10-26
| * | | | | | | | | | | | | use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich2010-10-26
| * | | | | | | | | | | | | hostfs: code cleanupsRichard Weinberger2010-10-26
| * | | | | | | | | | | | | fs/fs-writeback.c: restore lost commentAndrew Morton2010-10-26
| * | | | | | | | | | | | | writeback: remove the internal 5% low bound on dirty_ratioWu Fengguang2010-10-26
| * | | | | | | | | | | | | mm: add account_page_writeback()Michael Rubin2010-10-26
| * | | | | | | | | | | | | writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-26
| * | | | | | | | | | | | | oom: fix locking for oom_adj and oom_score_adjDavid Rientjes2010-10-26
| * | | | | | | | | | | | | oom: rewrite error handling for oom_adj and oom_score_adj tunablesDavid Rientjes2010-10-26
| * | | | | | | | | | | | | oom: add per-mm oom disable countYing Han2010-10-26
| * | | | | | | | | | | | | vmcore: it is not experimental any moreWANG Cong2010-10-26
| * | | | | | | | | | | | | hostfs: fix UML crash: remove f_spare from hostfsRichard Weinberger2010-10-26
* | | | | | | | | | | | | | Merge branch 'ima-memory-use-fixes'Linus Torvalds2010-10-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | IMA: move read counter into struct inodeEric Paris2010-10-26
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2010-10-26
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen2010-10-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | hugetlb: hugepage migration coreNaoya Horiguchi2010-10-08
| * | | | | | | | | | | | | | Merge branch 'hwpoison-fixes-2.6.37' into hwpoisonAndi Kleen2010-10-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | HWPOISON/signalfd: add support for addr_lsbHidetoshi Seto2010-10-08
| | |/ / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | nfsd4: fix connection allocation in sequence()J. Bruce Fields2010-10-24
| * | | | | | | | | | | | | | nfsd4: only require krb5 principal for NFSv4.0 callbacksJ. Bruce Fields2010-10-21
| * | | | | | | | | | | | | | nfsd4: move minorversion to clientJ. Bruce Fields2010-10-21
| * | | | | | | | | | | | | | nfsd4: delay session removal till free_clientJ. Bruce Fields2010-10-21
| * | | | | | | | | | | | | | nfsd4: separate callback change and callback probeJ. Bruce Fields2010-10-21
| * | | | | | | | | | | | | | nfsd4: callback program number is per-sessionJ. Bruce Fields2010-10-21
| * | | | | | | | | | | | | | nfsd4: track backchannel connectionsJ. Bruce Fields2010-10-21
| * | | | | | | | | | | | | | nfsd4: confirm only on succesful create_sessionJ. Bruce Fields2010-10-21