aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-03-20exec: move de_thread()->setmax_mm_hiwater_rss() into exec_mmap()Oleg Nesterov
2012-03-20exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-03-20AFS: checking wrong bit in afs_readpages()Dan Carpenter
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-03-20udf: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20ubifs: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20squashfs: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20reiserfs: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20ocfs2: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20ntfs: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20nilfs2: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20nfs: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20minix: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20logfs: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20jbd2: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20jbd: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20gfs2: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20fuse: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20ext2: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20exofs: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20afs: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20fs: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20kcore: fix spelling in read_kcore() commentLaura Vasilescu
2012-03-19Merge branch 'dcache-word-accesses'Linus Torvalds
2012-03-19vfs: get rid of batshit-insane pointless dentry hash calculationsLinus Torvalds
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-18Don't limit non-nested epoll pathsJason Baron
2012-03-16Merge branch 'akpm' (more patches from Andrew)Linus Torvalds
2012-03-16nilfs2: fix NULL pointer dereference in nilfs_load_super_block()Ryusuke Konishi
2012-03-16nilfs2: clamp ns_r_segments_percentage to [1, 99]Haogang Chen
2012-03-16afs: Remote abort can cause BUG in rxrpc codeAnton Blanchard
2012-03-16afs: Read of file returns EBADMSGAnton Blanchard
2012-03-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-03-13Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-03-13Merge tag 'v3.3-rc7' into sched/coreIngo Molnar
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-03-10restore smp_mb() in unlock_new_inode()Al Viro
2012-03-10vfs: fix return value from do_last()Miklos Szeredi
2012-03-10vfs: fix double put after complete_walk()Miklos Szeredi
2012-03-10udf: Fix deadlock in udf_release_file()Jan Kara
2012-03-10vfs: Correctly set the dir i_mutex lockdep classTyler Hicks
2012-03-09aio: fix the "too late munmap()" raceAl Viro
2012-03-09aio: fix io_setup/io_destroy raceAl Viro