summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-21spufs: make register_filesystem the last potential failure exitAl Viro
2012-03-21kill reiserfs_fs_{i,sb}.hAl Viro
2012-03-21move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro
2012-03-21kill pointless includes of reiserfs_fs_{i,sb}.hAl Viro
2012-03-21move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro
2012-03-21take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro
2012-03-21vfs: take path_get_longterm() out of write_seqcount scopeAl Viro
2012-03-21no need to play with fs->seq in exit_fs()Al Viro
2012-03-21switch touch_atime to struct pathAl Viro
2012-03-21switch unix_sock to struct pathAl Viro
2012-03-21constify path argument of trace_seq_path()Al Viro
2012-03-21constify path argument of audit_log_d_path()Al Viro
2012-03-21aio: fix the comment in aio_kick_handler()Al Viro
2012-03-21aio: don't bother with cancel_delayed_work() in exit_aio()Al Viro
2012-03-21aio: use cancel_delayed_work_sync()Al Viro
2012-03-21aio: aio_nr_lock is taken only synchronously nowAl Viro
2012-03-21aio: aio_nr decrements don't need to be delayedAl Viro
2012-03-21aio: don't bother with async freeing on failure in ioctx_alloc()Al Viro
2012-03-21fs: initial qnx6fs additionKai Bankett
2012-03-21qnx4fs: small cleanupKai Bankett
2012-03-21vfs: d_alloc_root() goneAl Viro
2012-03-21tidy up after d_make_root() conversionAl Viro
2012-03-21minixfs: switch to d_make_root()Al Viro
2012-03-21hfsplus: switch to d_make_root()Al Viro
2012-03-21fat: switch to d_make_root()Al Viro
2012-03-21ntfs: switch to d_make_root()Al Viro
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-21procfs: clean proc_fill_super() upAl Viro
2012-03-21... and the same failure exits cleanup for ocfs2Al Viro
2012-03-21coda: clean failure exits in coda_fill_super()Al Viro
2012-03-21clean up the failure exits in cifs_read_super()Al Viro
2012-03-21vfs: turn generic_drop_inode() into static inlineAl Viro
2012-03-21ecryptfs: don't bother with ->drop_inode()Al Viro
2012-03-21vfs: drop_file_write_access() made staticAl Viro
2012-03-21vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro
2012-03-21Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-03-21Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-03-20exec: move de_thread()->setmax_mm_hiwater_rss() into exec_mmap()Oleg Nesterov
2012-03-20exit_signal: fix the "parent has changed security domain" logicOleg Nesterov
2012-03-20exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov
2012-03-20CLONE_PARENT shouldn't allow to set ->exit_signalOleg Nesterov
2012-03-20Fix pppol2tp getsockname()Benjamin LaHaise
2012-03-20Remove printk from rds_sendmsgDave Jones
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds
2012-03-20Merge tag 'staging-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-03-20Merge tag 'char-misc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds
2012-03-20AFS: checking wrong bit in afs_readpages()Dan Carpenter
2012-03-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds