aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-09switch elf_core_write_extra_phdrs() to dump_emit()Al Viro
2013-11-09new helper: dump_emit()Al Viro
2013-11-09restore 32bit aout coredumpAl Viro
2013-11-09no need to keep brlock macros anymore...Al Viro
2013-11-09coda_revalidate_inode(): switch to passing inode...Al Viro
2013-11-09fold __d_shrink() into its only remaining callerAl Viro
2013-11-09get rid of s_files and files_lockAl Viro
2013-11-09get rid of {lock,unlock}_rcu_walk()Al Viro
2013-11-09RCU'd vfsmountsAl Viro
2013-11-09switch shrink_dcache_for_umount() to use of d_walk()Al Viro
2013-10-24fuse: rcu-delay freeing fuse_connAl Viro
2013-10-24pid_namespace: make freeing struct pid_namespace rcu-delayedAl Viro
2013-10-24ncpfs: rcu-delay unload_nls() and freeing ncp_serverAl Viro
2013-10-24fat: rcu-delay unloading nls and freeing sbiAl Viro
2013-10-24cifs: rcu-delay unload_nls() and freeing sbiAl Viro
2013-10-24autofs4: make freeing sbi rcu-delayedAl Viro
2013-10-24adfs: delayed freeing of sbiAl Viro
2013-10-24hpfs: make freeing sbi and codetables rcu-delayedAl Viro
2013-10-24make freeing super_block rcu-delayedAl Viro
2013-10-24vfs: introduce d_instantiate_no_diralias()Miklos Szeredi
2013-10-24move taking vfsmount_lock down into prepend_path()Al Viro
2013-10-24split __lookup_mnt() in two functionsAl Viro
2013-10-24uninline destroy_super(), consolidate alloc_super()Al Viro
2013-10-24isofs: don't pass dentry to isofs_hash{i,}_common()Al Viro
2013-10-24new helpers: lock_mount_hash/unlock_mount_hashAl Viro
2013-10-24don't bother with vfsmount_lock in mounts_poll()Al Viro
2013-10-24namespace.c: get rid of mnt_ghostsAl Viro
2013-10-24fold dup_mnt_ns() into its only surviving callerAl Viro
2013-10-24mnt_set_expiry() doesn't need vfsmount_lockAl Viro
2013-10-24finish_automount() doesn't need vfsmount_lock for removal from expiry listAl Viro
2013-10-24fs/namespace.c: bury long-dead defineAl Viro
2013-10-24fold mntfree() into mntput_no_expire()Al Viro
2013-10-24do_remount(): pull touch_mnt_namespace() upAl Viro
2013-10-24dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lockAl Viro
2013-10-24fs_is_visible only needs namespace_sem held sharedAl Viro
2013-10-24initialize namespace_sem staticallyAl Viro
2013-10-24file->f_op is never NULL...Al Viro
2013-10-24rtl8188eu: remove dead codeAl Viro
2013-10-24dmxdev: get rid of pointless clearing ->f_opAl Viro
2013-10-24consolidate the reassignments of ->f_op in ->open() instancesAl Viro
2013-10-24put_mnt_ns(): use drop_collected_mounts()Al Viro
2013-10-24ncpfs: switch to %p[dD]Al Viro
2013-10-24ubifs: switch to %pdAl Viro
2013-10-24sunrpc: switch to %pdAl Viro
2013-10-24nfsd: switch to %p[dD]Al Viro
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro
2013-10-24befs: split symlink iops in two - for short and long symlinks resp.Al Viro
2013-10-24new helper: kfree_put_link()Al Viro
2013-10-24libfs: get exports to definitions of objects being exported...Al Viro
2013-10-24ecryptfs: ->lower_path.dentry is never NULLAl Viro