aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-27Merge branch 'akpm-incoming-2'Linus Torvalds10-111/+181
2010-10-27fasync: Fix placement of FASYNC flag commentLinus Torvalds1-3/+3
2010-10-27Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds9-70/+108
2010-10-27epoll: make epoll_wait() use the hrtimer range featureShawn Bohrer2-17/+20
2010-10-27select: rename estimate_accuracy() to select_estimate_accuracy()Andrew Morton1-3/+3
2010-10-27fuse: use release_pages()Miklos Szeredi1-6/+1
2010-10-27exec: don't turn PF_KTHREAD off when a target command was not foundKOSAKI Motohiro1-2/+1
2010-10-27/proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki1-8/+2
2010-10-27/proc/stat: scalability of irq num per cpuKAMEZAWA Hiroyuki1-3/+1
2010-10-27procfs: fix /proc/softirqs formattingDavidlohr Bueso1-2/+2
2010-10-27/proc/pid/smaps: export amount of anonymous memory in a mappingNikanth Karthikesan1-0/+6
2010-10-27coredump: default CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=yRoland McGrath1-2/+2
2010-10-27core_pattern: fix truncation by core_pattern handler with long parametersXiaotian Feng1-60/+95
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2-9/+9
2010-10-27isofs: work-around for Rock Ridge+Joliet CDs with empty ISO root directoryOndrej Zary1-0/+40
2010-10-27locks: turn lock_flocks into a spinlockArnd Bergmann2-3/+3
2010-10-27fasync: re-organize fasync entry insertion to allow it under a spinlockLinus Torvalds2-17/+67
2010-10-27locks/nfsd: allocate file lock outside of spinlockArnd Bergmann2-35/+27
2010-10-27lockd: fix nlmsvc_notify_blocked lockingJ. Bruce Fields1-2/+4
2010-10-27lockd: push lock_flocks downArnd Bergmann4-14/+8
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds90-643/+760
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-0/+2
2010-10-26Merge branch 'akpm-incoming-1'Linus Torvalds21-120/+125
2010-10-26kernel: remove PF_FLUSHERPeter Zijlstra1-1/+1
2010-10-26fs: allow for more than 2^31 filesEric Dumazet1-10/+7
2010-10-26procfs: fix numbering in /proc/locksJerome Marchand1-8/+11
2010-10-26fs: move exportfs since it is not a networking filesystemRandy Dunlap1-3/+3
2010-10-26fs/buffer.c: remove duplicated assignment to b_privateNamhyung Kim1-1/+0
2010-10-26fs/direct-io.c: fix truncation error in dio_complete() returnEdward Shishkin1-1/+1
2010-10-26fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Miklos Szeredi1-7/+5
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich1-1/+1
2010-10-26hostfs: code cleanupsRichard Weinberger1-3/+2
2010-10-26fs/fs-writeback.c: restore lost commentAndrew Morton1-0/+4
2010-10-26writeback: remove the internal 5% low bound on dirty_ratioWu Fengguang1-1/+1
2010-10-26mm: add account_page_writeback()Michael Rubin1-1/+1
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang8-45/+6
2010-10-26oom: fix locking for oom_adj and oom_score_adjDavid Rientjes1-19/+21
2010-10-26oom: rewrite error handling for oom_adj and oom_score_adj tunablesDavid Rientjes1-35/+48
2010-10-26oom: add per-mm oom disable countYing Han2-0/+35
2010-10-26vmcore: it is not experimental any moreWANG Cong1-2/+2
2010-10-26hostfs: fix UML crash: remove f_spare from hostfsRichard Weinberger3-10/+4
2010-10-26Merge branch 'ima-memory-use-fixes'Linus Torvalds1-0/+1
2010-10-26IMA: move read counter into struct inodeEric Paris1-0/+1
2010-10-26NFS: Fix a compile issue in nfs_rootTrond Myklebust1-0/+2
2010-10-26Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds2-0/+25
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds23-461/+635
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds16-42/+2374
2010-10-25nfs4: fix channel attribute sanity-checksJ. Bruce Fields1-34/+41
2010-10-25split invalidate_inodes()Al Viro4-6/+51
2010-10-25fs: skip I_FREEING inodes in writeback_sb_inodesChristoph Hellwig1-2/+7