summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | exportfs: move most of reconnect_path to helper functionJ. Bruce Fields2013-11-091-78/+86
| * | exportfs: eliminate unused "noprogress" counterJ. Bruce Fields2013-11-091-13/+2
| * | exportfs: stop retrying once we race with rename/removeJ. Bruce Fields2013-11-091-5/+40
| * | exportfs: clear DISCONNECTED on all parents soonerJ. Bruce Fields2013-11-091-4/+21
| * | exportfs: more detailed comment for path_reconnectJ. Bruce Fields2013-11-091-1/+13
| * | exportfs: BUG_ON in crazy corner caseChristoph Hellwig2013-11-091-6/+2
| * | dcache: fix outdated DCACHE_NEED_LOOKUP commentJ. Bruce Fields2013-11-091-2/+2
| * | dcache: don't clear DCACHE_DISCONNECTED too earlyJ. Bruce Fields2013-11-091-1/+0
| * | dcache: Don't set DISCONNECTED on "pseudo filesystem" dentriesJ. Bruce Fields2013-11-091-4/+9
| * | dcache: use IS_ROOT to decide where dentry is hashedJ. Bruce Fields2013-11-091-1/+6
| * | ocfs2: get rid of impossible checksAl Viro2013-11-091-10/+0
| * | qnx4: i_sb is never NULLAl Viro2013-11-091-4/+0
| * | exportfs: fix 32-bit nfsd handling of 64-bit inode numbersJ. Bruce Fields2013-11-091-2/+16
| * | vfs: split out vfs_getattr_nosecJ. Bruce Fields2013-11-091-6/+25
| * | iget/iget5: don't bother with ->i_lock until we find a matchAl Viro2013-11-092-15/+7
| * | VFS: Put a small type field into struct dentry::d_flagsDavid Howells2013-11-092-62/+75
| * | elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo)Al Viro2013-11-092-37/+31
| * | constify do_coredump() argumentAl Viro2013-11-092-3/+3
| * | constify copy_siginfo_to_user{,32}()Al Viro2013-11-091-1/+1
| * | ... and kill anon_inode_getfile_private()Al Viro2013-11-091-66/+0
| * | rework aio migrate pages to use aio fsBenjamin LaHaise2013-11-091-6/+57
| * | take anon inode allocation to libfs.cAl Viro2013-11-092-48/+45
| * | new helper: dump_align()Al Viro2013-11-093-16/+13
| * | dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro2013-11-094-40/+20
| * | make dump_emit() use vfs_write() instead of banging at ->f_op->write directlyAl Viro2013-11-091-5/+12
| * | binfmt_elf: count notes towards coredump limitAl Viro2013-11-091-3/+0
| * | aout: switch to dump_emitAl Viro2013-11-091-4/+3
| * | switch elf_coredump_extra_notes_write() to dump_emit()Al Viro2013-11-091-4/+3
| * | convert the rest of binfmt_elf_fdpic to dump_emit()Al Viro2013-11-091-79/+31
| * | binfmt_elf: convert writing actual dump pages to dump_emit()Al Viro2013-11-091-11/+3
| * | switch elf_core_write_extra_data() to dump_emit()Al Viro2013-11-092-2/+6
| * | switch elf_core_write_extra_phdrs() to dump_emit()Al Viro2013-11-092-3/+5
| * | new helper: dump_emit()Al Viro2013-11-092-37/+37
| * | coda_revalidate_inode(): switch to passing inode...Al Viro2013-11-093-4/+3
| * | fold __d_shrink() into its only remaining callerAl Viro2013-11-091-22/+10
| * | get rid of s_files and files_lockAl Viro2013-11-094-143/+2
| * | get rid of {lock,unlock}_rcu_walk()Al Viro2013-11-091-24/+14
| * | RCU'd vfsmountsAl Viro2013-11-094-82/+133
| * | switch shrink_dcache_for_umount() to use of d_walk()Al Viro2013-11-091-110/+85
| * | fuse: rcu-delay freeing fuse_connAl Viro2013-10-253-2/+4
| * | ncpfs: rcu-delay unload_nls() and freeing ncp_serverAl Viro2013-10-252-8/+13
| * | fat: rcu-delay unloading nls and freeing sbiAl Viro2013-10-252-8/+12
| * | cifs: rcu-delay unload_nls() and freeing sbiAl Viro2013-10-252-2/+9
| * | autofs4: make freeing sbi rcu-delayedAl Viro2013-10-252-9/+5
| * | adfs: delayed freeing of sbiAl Viro2013-10-252-5/+7
| * | hpfs: make freeing sbi and codetables rcu-delayedAl Viro2013-10-252-14/+15
| * | make freeing super_block rcu-delayedAl Viro2013-10-251-1/+1
| * | vfs: introduce d_instantiate_no_diralias()Miklos Szeredi2013-10-254-40/+32
| * | move taking vfsmount_lock down into prepend_path()Al Viro2013-10-251-9/+2
| * | split __lookup_mnt() in two functionsAl Viro2013-10-254-25/+30