summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-11-09elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo)Al Viro2-37/+31
2013-11-09constify do_coredump() argumentAl Viro4-6/+6
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro14-14/+14
2013-11-09... and kill anon_inode_getfile_private()Al Viro2-69/+0
2013-11-09rework aio migrate pages to use aio fsBenjamin LaHaise1-6/+57
2013-11-09take anon inode allocation to libfs.cAl Viro3-48/+46
2013-11-09new helper: dump_align()Al Viro5-17/+15
2013-11-09spufs: get rid of dump_emit() wrappersAl Viro1-49/+20
2013-11-09dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro6-43/+22
2013-11-09make dump_emit() use vfs_write() instead of banging at ->f_op->write directlyAl Viro1-5/+12
2013-11-09binfmt_elf: count notes towards coredump limitAl Viro1-3/+0
2013-11-09aout: switch to dump_emitAl Viro2-16/+11
2013-11-09switch elf_coredump_extra_notes_write() to dump_emit()Al Viro6-38/+30
2013-11-09convert the rest of binfmt_elf_fdpic to dump_emit()Al Viro1-79/+31
2013-11-09binfmt_elf: convert writing actual dump pages to dump_emit()Al Viro1-11/+3
2013-11-09switch elf_core_write_extra_data() to dump_emit()Al Viro5-13/+11
2013-11-09switch elf_core_write_extra_phdrs() to dump_emit()Al Viro6-21/+15
2013-11-09new helper: dump_emit()Al Viro4-37/+40
2013-11-09restore 32bit aout coredumpAl Viro1-34/+36
2013-11-09no need to keep brlock macros anymore...Al Viro1-10/+0
2013-11-09coda_revalidate_inode(): switch to passing inode...Al Viro3-4/+3
2013-11-09fold __d_shrink() into its only remaining callerAl Viro1-22/+10
2013-11-09get rid of s_files and files_lockAl Viro5-156/+2
2013-11-09get rid of {lock,unlock}_rcu_walk()Al Viro1-24/+14
2013-11-09RCU'd vfsmountsAl Viro6-83/+136
2013-11-09switch shrink_dcache_for_umount() to use of d_walk()Al Viro1-110/+85
2013-10-24fuse: rcu-delay freeing fuse_connAl Viro3-2/+4
2013-10-24pid_namespace: make freeing struct pid_namespace rcu-delayedAl Viro2-1/+8
2013-10-24ncpfs: rcu-delay unload_nls() and freeing ncp_serverAl Viro2-8/+13
2013-10-24fat: rcu-delay unloading nls and freeing sbiAl Viro2-8/+12
2013-10-24cifs: rcu-delay unload_nls() and freeing sbiAl Viro2-2/+9
2013-10-24autofs4: make freeing sbi rcu-delayedAl Viro2-9/+5
2013-10-24adfs: delayed freeing of sbiAl Viro2-5/+7
2013-10-24hpfs: make freeing sbi and codetables rcu-delayedAl Viro2-14/+15
2013-10-24make freeing super_block rcu-delayedAl Viro2-1/+2
2013-10-24vfs: introduce d_instantiate_no_diralias()Miklos Szeredi5-40/+33
2013-10-24move taking vfsmount_lock down into prepend_path()Al Viro1-9/+2
2013-10-24split __lookup_mnt() in two functionsAl Viro4-25/+30
2013-10-24uninline destroy_super(), consolidate alloc_super()Al Viro1-120/+86
2013-10-24isofs: don't pass dentry to isofs_hash{i,}_common()Al Viro1-6/+6
2013-10-24new helpers: lock_mount_hash/unlock_mount_hashAl Viro5-54/+64
2013-10-24don't bother with vfsmount_lock in mounts_poll()Al Viro1-4/+4
2013-10-24namespace.c: get rid of mnt_ghostsAl Viro3-18/+9
2013-10-24fold dup_mnt_ns() into its only surviving callerAl Viro1-30/+18
2013-10-24mnt_set_expiry() doesn't need vfsmount_lockAl Viro1-2/+0
2013-10-24finish_automount() doesn't need vfsmount_lock for removal from expiry listAl Viro1-2/+0
2013-10-24fs/namespace.c: bury long-dead defineAl Viro1-2/+0
2013-10-24fold mntfree() into mntput_no_expire()Al Viro1-23/+16
2013-10-24do_remount(): pull touch_mnt_namespace() upAl Viro1-5/+1
2013-10-24dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lockAl Viro1-2/+0