summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-11-09exportfs: eliminate unused "noprogress" counterJ. Bruce Fields
2013-11-09exportfs: stop retrying once we race with rename/removeJ. Bruce Fields
2013-11-09exportfs: clear DISCONNECTED on all parents soonerJ. Bruce Fields
2013-11-09exportfs: more detailed comment for path_reconnectJ. Bruce Fields
2013-11-09exportfs: BUG_ON in crazy corner caseChristoph Hellwig
2013-11-09dcache: fix outdated DCACHE_NEED_LOOKUP commentJ. Bruce Fields
2013-11-09dcache: don't clear DCACHE_DISCONNECTED too earlyJ. Bruce Fields
2013-11-09dcache: Don't set DISCONNECTED on "pseudo filesystem" dentriesJ. Bruce Fields
2013-11-09dcache: use IS_ROOT to decide where dentry is hashedJ. Bruce Fields
2013-11-09ocfs2: get rid of impossible checksAl Viro
2013-11-09qnx4: i_sb is never NULLAl Viro
2013-11-09exportfs: fix 32-bit nfsd handling of 64-bit inode numbersJ. Bruce Fields
2013-11-09vfs: split out vfs_getattr_nosecJ. Bruce Fields
2013-11-09iget/iget5: don't bother with ->i_lock until we find a matchAl Viro
2013-11-09VFS: Put a small type field into struct dentry::d_flagsDavid Howells
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-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-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-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