summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-11-09new helper: dump_align()Al Viro3-16/+13
2013-11-09dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro4-40/+20
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 Viro1-4/+3
2013-11-09switch elf_coredump_extra_notes_write() to dump_emit()Al Viro1-4/+3
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 Viro2-2/+6
2013-11-09switch elf_core_write_extra_phdrs() to dump_emit()Al Viro2-3/+5
2013-11-09new helper: dump_emit()Al Viro2-37/+37
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 Viro4-143/+2
2013-11-09get rid of {lock,unlock}_rcu_walk()Al Viro1-24/+14
2013-11-09RCU'd vfsmountsAl Viro4-82/+133
2013-11-09switch shrink_dcache_for_umount() to use of d_walk()Al Viro1-110/+85
2013-10-25fuse: rcu-delay freeing fuse_connAl Viro3-2/+4
2013-10-25ncpfs: rcu-delay unload_nls() and freeing ncp_serverAl Viro2-8/+13
2013-10-25fat: rcu-delay unloading nls and freeing sbiAl Viro2-8/+12
2013-10-25cifs: rcu-delay unload_nls() and freeing sbiAl Viro2-2/+9
2013-10-25autofs4: make freeing sbi rcu-delayedAl Viro2-9/+5
2013-10-25adfs: delayed freeing of sbiAl Viro2-5/+7
2013-10-25hpfs: make freeing sbi and codetables rcu-delayedAl Viro2-14/+15
2013-10-25make freeing super_block rcu-delayedAl Viro1-1/+1
2013-10-25vfs: introduce d_instantiate_no_diralias()Miklos Szeredi4-40/+32
2013-10-25move taking vfsmount_lock down into prepend_path()Al Viro1-9/+2
2013-10-25split __lookup_mnt() in two functionsAl Viro4-25/+30
2013-10-25uninline destroy_super(), consolidate alloc_super()Al Viro1-120/+86
2013-10-25isofs: don't pass dentry to isofs_hash{i,}_common()Al Viro1-6/+6
2013-10-25new helpers: lock_mount_hash/unlock_mount_hashAl Viro5-54/+64
2013-10-25don't bother with vfsmount_lock in mounts_poll()Al Viro1-4/+4
2013-10-25namespace.c: get rid of mnt_ghostsAl Viro3-18/+9
2013-10-25fold dup_mnt_ns() into its only surviving callerAl Viro1-30/+18
2013-10-25mnt_set_expiry() doesn't need vfsmount_lockAl Viro1-2/+0
2013-10-25finish_automount() doesn't need vfsmount_lock for removal from expiry listAl Viro1-2/+0
2013-10-25fs/namespace.c: bury long-dead defineAl Viro1-2/+0
2013-10-25fold mntfree() into mntput_no_expire()Al Viro1-23/+16
2013-10-25do_remount(): pull touch_mnt_namespace() upAl Viro1-5/+1
2013-10-25dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lockAl Viro1-2/+0
2013-10-25fs_is_visible only needs namespace_sem held sharedAl Viro1-2/+2
2013-10-25initialize namespace_sem staticallyAl Viro1-3/+1
2013-10-25file->f_op is never NULL...Al Viro23-87/+67
2013-10-25consolidate the reassignments of ->f_op in ->open() instancesAl Viro1-2/+4
2013-10-25put_mnt_ns(): use drop_collected_mounts()Al Viro1-5/+1
2013-10-25ncpfs: switch to %p[dD]Al Viro2-43/+24
2013-10-25ubifs: switch to %pdAl Viro3-34/+29
2013-10-25nfsd: switch to %p[dD]Al Viro5-37/+31
2013-10-25nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro11-186/+119
2013-10-25befs: split symlink iops in two - for short and long symlinks resp.Al Viro1-30/+31