summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-11-09exportfs: better variable nameJ. Bruce Fields1-6/+6
2013-11-09exportfs: move most of reconnect_path to helper functionJ. Bruce Fields1-78/+86
2013-11-09exportfs: eliminate unused "noprogress" counterJ. Bruce Fields1-13/+2
2013-11-09exportfs: stop retrying once we race with rename/removeJ. Bruce Fields1-5/+40
2013-11-09exportfs: clear DISCONNECTED on all parents soonerJ. Bruce Fields1-4/+21
2013-11-09exportfs: more detailed comment for path_reconnectJ. Bruce Fields1-1/+13
2013-11-09exportfs: BUG_ON in crazy corner caseChristoph Hellwig1-6/+2
2013-11-09dcache: fix outdated DCACHE_NEED_LOOKUP commentJ. Bruce Fields1-2/+2
2013-11-09dcache: don't clear DCACHE_DISCONNECTED too earlyJ. Bruce Fields1-1/+0
2013-11-09dcache: Don't set DISCONNECTED on "pseudo filesystem" dentriesJ. Bruce Fields1-4/+9
2013-11-09dcache: use IS_ROOT to decide where dentry is hashedJ. Bruce Fields1-1/+6
2013-11-09ocfs2: get rid of impossible checksAl Viro1-10/+0
2013-11-09qnx4: i_sb is never NULLAl Viro1-4/+0
2013-11-09exportfs: fix 32-bit nfsd handling of 64-bit inode numbersJ. Bruce Fields1-2/+16
2013-11-09vfs: split out vfs_getattr_nosecJ. Bruce Fields1-6/+25
2013-11-09iget/iget5: don't bother with ->i_lock until we find a matchAl Viro2-15/+7
2013-11-09VFS: Put a small type field into struct dentry::d_flagsDavid Howells2-62/+75
2013-11-09elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo)Al Viro2-37/+31
2013-11-09constify do_coredump() argumentAl Viro2-3/+3
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-11-09... and kill anon_inode_getfile_private()Al Viro1-66/+0
2013-11-09rework aio migrate pages to use aio fsBenjamin LaHaise1-6/+57
2013-11-09take anon inode allocation to libfs.cAl Viro2-48/+45
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-24fuse: rcu-delay freeing fuse_connAl Viro3-2/+4
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 Viro1-1/+1
2013-10-24vfs: introduce d_instantiate_no_diralias()Miklos Szeredi4-40/+32
2013-10-24move taking vfsmount_lock down into prepend_path()Al Viro1-9/+2