summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-09elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo)Al Viro
2013-11-09constify do_coredump() argumentAl Viro
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro
2013-11-09... and kill anon_inode_getfile_private()Al Viro
2013-11-09rework aio migrate pages to use aio fsBenjamin LaHaise
2013-11-09take anon inode allocation to libfs.cAl Viro
2013-11-09new helper: dump_align()Al Viro
2013-11-09spufs: get rid of dump_emit() wrappersAl Viro
2013-11-09dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro
2013-11-09make dump_emit() use vfs_write() instead of banging at ->f_op->write directlyAl Viro
2013-11-09binfmt_elf: count notes towards coredump limitAl Viro
2013-11-09aout: switch to dump_emitAl Viro
2013-11-09switch elf_coredump_extra_notes_write() to dump_emit()Al Viro
2013-11-09convert the rest of binfmt_elf_fdpic to dump_emit()Al Viro
2013-11-09binfmt_elf: convert writing actual dump pages to dump_emit()Al Viro
2013-11-09switch elf_core_write_extra_data() to dump_emit()Al Viro
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-25fuse: rcu-delay freeing fuse_connAl Viro
2013-10-25pid_namespace: make freeing struct pid_namespace rcu-delayedAl Viro
2013-10-25ncpfs: rcu-delay unload_nls() and freeing ncp_serverAl Viro
2013-10-25fat: rcu-delay unloading nls and freeing sbiAl Viro
2013-10-25cifs: rcu-delay unload_nls() and freeing sbiAl Viro
2013-10-25autofs4: make freeing sbi rcu-delayedAl Viro
2013-10-25adfs: delayed freeing of sbiAl Viro
2013-10-25hpfs: make freeing sbi and codetables rcu-delayedAl Viro
2013-10-25make freeing super_block rcu-delayedAl Viro
2013-10-25vfs: introduce d_instantiate_no_diralias()Miklos Szeredi
2013-10-25move taking vfsmount_lock down into prepend_path()Al Viro
2013-10-25split __lookup_mnt() in two functionsAl Viro
2013-10-25uninline destroy_super(), consolidate alloc_super()Al Viro
2013-10-25isofs: don't pass dentry to isofs_hash{i,}_common()Al Viro
2013-10-25new helpers: lock_mount_hash/unlock_mount_hashAl Viro
2013-10-25don't bother with vfsmount_lock in mounts_poll()Al Viro
2013-10-25namespace.c: get rid of mnt_ghostsAl Viro
2013-10-25fold dup_mnt_ns() into its only surviving callerAl Viro
2013-10-25mnt_set_expiry() doesn't need vfsmount_lockAl Viro
2013-10-25finish_automount() doesn't need vfsmount_lock for removal from expiry listAl Viro
2013-10-25fs/namespace.c: bury long-dead defineAl Viro
2013-10-25fold mntfree() into mntput_no_expire()Al Viro
2013-10-25do_remount(): pull touch_mnt_namespace() upAl Viro
2013-10-25dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lockAl Viro