summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-15/+9
2012-03-21exec: move de_thread()->setmax_mm_hiwater_rss() into exec_mmap()Oleg Nesterov1-3/+1
2012-03-21exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov1-0/+3
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-4/+81
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-121/+282
2012-03-20AFS: checking wrong bit in afs_readpages()Dan Carpenter1-1/+1
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+1
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+6
2012-03-20Merge branch 'dcache-word-accesses'Linus Torvalds3-0/+149
2012-03-20vfs: get rid of batshit-insane pointless dentry hash calculationsLinus Torvalds1-3/+3
2012-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-42/+107
2012-03-18Don't limit non-nested epoll pathsJason Baron1-0/+4
2012-03-17Merge branch 'akpm' (more patches from Andrew)Linus Torvalds1-0/+7
2012-03-17nilfs2: fix NULL pointer dereference in nilfs_load_super_block()Ryusuke Konishi1-0/+1
2012-03-17nilfs2: clamp ns_r_segments_percentage to [1, 99]Haogang Chen1-0/+6
2012-03-17afs: Remote abort can cause BUG in rxrpc codeAnton Blanchard1-0/+3
2012-03-17afs: Read of file returns EBADMSGAnton Blanchard1-1/+1
2012-03-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+12
2012-03-14Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-16/+59
2012-03-13Merge tag 'v3.3-rc7' into sched/coreIngo Molnar10-77/+138
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar15-90/+164
2012-03-11restore smp_mb() in unlock_new_inode()Al Viro1-0/+1
2012-03-11vfs: fix return value from do_last()Miklos Szeredi1-1/+1
2012-03-11vfs: fix double put after complete_walk()Miklos Szeredi1-1/+1
2012-03-11udf: Fix deadlock in udf_release_file()Jan Kara1-2/+0
2012-03-11vfs: Correctly set the dir i_mutex lockdep classTyler Hicks1-2/+1
2012-03-10aio: fix the "too late munmap()" raceAl Viro1-8/+6
2012-03-10aio: fix io_setup/io_destroy raceAl Viro1-4/+4
2012-03-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-3/+7
2012-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-11/+37
2012-03-10Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman79-780/+923
2012-03-09vfs: use 'unsigned long' accesses for dcache name comparison and hashingLinus Torvalds3-0/+149
2012-03-09dlm: Do not allocate a fd for peeloffBenjamin Poirier1-14/+8
2012-03-09Revert "sysfs: Kill nlink counting."Greg Kroah-Hartman3-0/+10
2012-03-07CIFS: Do not kmalloc under the flocks spinlockPavel Shilovsky1-13/+56
2012-03-07cifs: possible memory leak in xattr.Santosh Nayak1-3/+3
2012-03-07Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-11/+37
2012-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-73/+117
2012-03-06Merge branch 'akpm' (Andrew's patch bomb)Linus Torvalds2-16/+4
2012-03-06coredump_wait: don't call complete_vfork_done()Oleg Nesterov1-12/+2
2012-03-06vfork: introduce complete_vfork_done()Oleg Nesterov1-6/+2
2012-03-06aio: wake up waiters when freeing unused kiocbsJeff Moyer1-0/+2
2012-03-06aout: move setup_arg_pages() prior to reading/mapping the binaryAl Viro1-7/+7
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar66-643/+779
2012-03-05ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras1-1/+1
2012-03-05vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.cLinus Torvalds1-0/+20
2012-03-03Btrfs: fix casting error in scrub reada codeChris Mason1-1/+1
2012-03-03btrfs: fix locking issues in find_parent_nodes()Li Zefan1-2/+6
2012-03-03vfs: export full_name_hash() function to modulesLinus Torvalds1-0/+1
2012-03-03vfs: split up name hashing in link_path_walk() into helper functionLinus Torvalds1-18/+34