summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-20um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't...Al Viro
2012-03-20um: embed ->stub_pages[] into mmu_contextAl Viro
2012-03-20gadgetfs: list_for_each_safe() misuseAl Viro
2012-03-20ocfs2: fix leaks on failure exits in module_initAl Viro
2012-03-20ecryptfs: make register_filesystem() the last potential failure exitAl Viro
2012-03-20ntfs: forgets to unregister sysctls on register_filesystem() failureAl Viro
2012-03-20logfs: missing cleanup on register_filesystem() failureAl Viro
2012-03-20jfs: mising cleanup on register_filesystem() failureAl Viro
2012-03-20make configfs_pin_fs() return root dentry on successAl Viro
2012-03-20configfs: configfs_create_dir() has parent dentry in dentry->d_parentAl Viro
2012-03-20configfs: sanitize configfs_create()Al Viro
2012-03-20configfs: kill configfs_sbAl Viro
2012-03-20configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro
2012-03-20__register_binfmt() made voidAl Viro
2012-03-20autofs: set things up *before* registering fs typeAl Viro
2012-03-20anon_inodes: move allocation of anon_inode into ->mount()Al Viro
2012-03-209p: make register_filesystem() the last failure exitAl Viro
2012-03-20usbfs: kill racy detection of simple_pin_fs()Al Viro
2012-03-20make simple_pin_fs() pass MS_KERNMOUNT - it's a kernel-internal oneAl Viro
2012-03-20ibmasmfs: make register_filesystem the last failure exitAl Viro
2012-03-20spufs: make register_filesystem the last potential failure exitAl Viro
2012-03-20kill reiserfs_fs_{i,sb}.hAl Viro
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro
2012-03-20kill pointless includes of reiserfs_fs_{i,sb}.hAl Viro
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro
2012-03-20vfs: take path_get_longterm() out of write_seqcount scopeAl Viro
2012-03-20no need to play with fs->seq in exit_fs()Al Viro
2012-03-20switch touch_atime to struct pathAl Viro
2012-03-20switch unix_sock to struct pathAl Viro
2012-03-20constify path argument of trace_seq_path()Al Viro
2012-03-20constify path argument of audit_log_d_path()Al Viro
2012-03-20aio: fix the comment in aio_kick_handler()Al Viro
2012-03-20aio: don't bother with cancel_delayed_work() in exit_aio()Al Viro
2012-03-20aio: use cancel_delayed_work_sync()Al Viro
2012-03-20aio: aio_nr_lock is taken only synchronously nowAl Viro
2012-03-20aio: aio_nr decrements don't need to be delayedAl Viro
2012-03-20aio: don't bother with async freeing on failure in ioctx_alloc()Al Viro
2012-03-20fs: initial qnx6fs additionKai Bankett
2012-03-20qnx4fs: small cleanupKai Bankett
2012-03-20vfs: d_alloc_root() goneAl Viro
2012-03-20tidy up after d_make_root() conversionAl Viro
2012-03-20minixfs: switch to d_make_root()Al Viro
2012-03-20hfsplus: switch to d_make_root()Al Viro
2012-03-20fat: switch to d_make_root()Al Viro
2012-03-20ntfs: switch to d_make_root()Al Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20procfs: clean proc_fill_super() upAl Viro
2012-03-20... and the same failure exits cleanup for ocfs2Al Viro
2012-03-20coda: clean failure exits in coda_fill_super()Al Viro