aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| * | | | locks: break delegations on unlinkJ. Bruce Fields2013-11-09
| * | | | namei: minor vfs_unlink cleanupJ. Bruce Fields2013-11-09
| * | | | locks: implement delegationsJ. Bruce Fields2013-11-09
| * | | | locks: introduce new FL_DELEG lock flagJ. Bruce Fields2013-11-09
| * | | | vfs: take i_mutex on renamed fileJ. Bruce Fields2013-11-09
| * | | | vfs: rename I_MUTEX_QUOTA now that it's not used for quotasJ. Bruce Fields2013-11-09
| * | | | vfs: don't use PARENT/CHILD lock classes for non-directoriesJ. Bruce Fields2013-11-09
| * | | | vfs: pull ext4's double-i_mutex-locking into common codeJ. Bruce Fields2013-11-09
| * | | | exportfs: fix quadratic behavior in filehandle lookupJ. Bruce Fields2013-11-09
| * | | | exportfs: better variable nameJ. Bruce Fields2013-11-09
| * | | | exportfs: move most of reconnect_path to helper functionJ. Bruce Fields2013-11-09
| * | | | exportfs: eliminate unused "noprogress" counterJ. Bruce Fields2013-11-09
| * | | | exportfs: stop retrying once we race with rename/removeJ. Bruce Fields2013-11-09
| * | | | exportfs: clear DISCONNECTED on all parents soonerJ. Bruce Fields2013-11-09
| * | | | exportfs: more detailed comment for path_reconnectJ. Bruce Fields2013-11-09
| * | | | exportfs: BUG_ON in crazy corner caseChristoph Hellwig2013-11-09
| * | | | dcache: fix outdated DCACHE_NEED_LOOKUP commentJ. Bruce Fields2013-11-09
| * | | | dcache: don't clear DCACHE_DISCONNECTED too earlyJ. Bruce Fields2013-11-09
| * | | | dcache: Don't set DISCONNECTED on "pseudo filesystem" dentriesJ. Bruce Fields2013-11-09
| * | | | dcache: use IS_ROOT to decide where dentry is hashedJ. Bruce Fields2013-11-09
| * | | | ocfs2: get rid of impossible checksAl Viro2013-11-09
| * | | | qnx4: i_sb is never NULLAl Viro2013-11-09
| * | | | exportfs: fix 32-bit nfsd handling of 64-bit inode numbersJ. Bruce Fields2013-11-09
| * | | | vfs: split out vfs_getattr_nosecJ. Bruce Fields2013-11-09
| * | | | iget/iget5: don't bother with ->i_lock until we find a matchAl Viro2013-11-09
| * | | | VFS: Put a small type field into struct dentry::d_flagsDavid Howells2013-11-09
| * | | | elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo)Al Viro2013-11-09
| * | | | constify do_coredump() argumentAl Viro2013-11-09
| * | | | constify copy_siginfo_to_user{,32}()Al Viro2013-11-09
| * | | | ... and kill anon_inode_getfile_private()Al Viro2013-11-09
| * | | | rework aio migrate pages to use aio fsBenjamin LaHaise2013-11-09
| * | | | take anon inode allocation to libfs.cAl Viro2013-11-09
| * | | | new helper: dump_align()Al Viro2013-11-09
| * | | | dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro2013-11-09
| * | | | make dump_emit() use vfs_write() instead of banging at ->f_op->write directlyAl Viro2013-11-09
| * | | | binfmt_elf: count notes towards coredump limitAl Viro2013-11-09
| * | | | aout: switch to dump_emitAl Viro2013-11-09
| * | | | switch elf_coredump_extra_notes_write() to dump_emit()Al Viro2013-11-09
| * | | | convert the rest of binfmt_elf_fdpic to dump_emit()Al Viro2013-11-09
| * | | | binfmt_elf: convert writing actual dump pages to dump_emit()Al Viro2013-11-09
| * | | | switch elf_core_write_extra_data() to dump_emit()Al Viro2013-11-09
| * | | | switch elf_core_write_extra_phdrs() to dump_emit()Al Viro2013-11-09
| * | | | new helper: dump_emit()Al Viro2013-11-09
| * | | | coda_revalidate_inode(): switch to passing inode...Al Viro2013-11-09
| * | | | fold __d_shrink() into its only remaining callerAl Viro2013-11-09
| * | | | get rid of s_files and files_lockAl Viro2013-11-09
| * | | | get rid of {lock,unlock}_rcu_walk()Al Viro2013-11-09
| * | | | RCU'd vfsmountsAl Viro2013-11-09
| * | | | switch shrink_dcache_for_umount() to use of d_walk()Al Viro2013-11-09
| * | | | fuse: rcu-delay freeing fuse_connAl Viro2013-10-24