summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-10-27ext4: use dedicated slab caches for group_info structuresCurt Wohlgemuth2-21/+78
2010-10-27jbd2: Fix I/O hang in jbd2_journal_release_jbd_inodeBrian King2-5/+11
2010-10-27ext4: fix EOFBLOCKS_FL handlingTheodore Ts'o1-29/+69
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-28quota: Fix possible oops in __dquot_initialize()Jan Kara1-0/+3
2010-10-28ext3: Update kernel-doc commentsNamhyung Kim2-12/+20
2010-10-28jbd/2: fixed typosAndrea Gelmini2-2/+2
2010-10-28ext2: fixed typo.Andrea Gelmini1-1/+1
2010-10-28ext3: Fix debug messages in ext3_group_extend()Namhyung Kim1-6/+7
2010-10-28jbd: Convert atomic_inc() to get_bh()Namhyung Kim2-3/+3
2010-10-28ext3: Remove misplaced BUFFER_TRACE() in ext3_truncate()Namhyung Kim1-1/+0
2010-10-28jbd: Fix debug message in do_get_write_access()Namhyung Kim1-1/+1
2010-10-28jbd: Check return value of __getblk()Namhyung Kim1-0/+2
2010-10-28ext3: Use DIV_ROUND_UP() on group desc block countingNamhyung Kim1-2/+1
2010-10-28ext3: Return proper error code on ext3_fill_super()Namhyung Kim1-0/+2
2010-10-28ext3: Remove unnecessary casts on bh->b_dataNamhyung Kim2-5/+5
2010-10-28ext3: Cleanup ext3_setup_super()Namhyung Kim1-3/+3
2010-10-28quota: Fix issuing of warnings from dquot_transferJan Kara1-7/+6
2010-10-28quota: fix dquot_disable vs dquot_transfer race v2Dmitry1-6/+12
2010-10-28jbd: Convert bitops to buffer fnsNamhyung Kim1-3/+3
2010-10-28ext3/jbd: Avoid WARN() messages when failing to write the superblockDarrick J. Wong2-3/+51
2010-10-28jbd: Use offset_in_page() instead of manual calculationNamhyung Kim1-1/+1
2010-10-28jbd: Remove unnecessary goto statementNamhyung Kim1-2/+0
2010-10-28jbd: Use printk_ratelimited() in journal_alloc_journal_head()Namhyung Kim1-6/+4
2010-10-28jbd: Move debug message into #ifdef areaNamhyung Kim1-1/+1
2010-10-28ext2: fix comment on ext2_try_to_allocate()Namhyung Kim1-2/+1
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/vir...Linus Torvalds90-643/+760
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus 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