Age | Commit message (Expand) | Author | Files | Lines |
2013-11-09 | locks: break delegations on rename | J. Bruce Fields | 7 | -11/+51 |
2013-11-09 | locks: helper functions for delegation breaking | J. Bruce Fields | 2 | -12/+40 |
2013-11-09 | locks: break delegations on unlink | J. Bruce Fields | 7 | -10/+46 |
2013-11-09 | namei: minor vfs_unlink cleanup | J. Bruce Fields | 1 | -3/+4 |
2013-11-09 | locks: implement delegations | J. Bruce Fields | 2 | -13/+60 |
2013-11-09 | locks: introduce new FL_DELEG lock flag | J. Bruce Fields | 3 | -2/+3 |
2013-11-09 | vfs: take i_mutex on renamed file | J. Bruce Fields | 2 | -14/+27 |
2013-11-09 | vfs: rename I_MUTEX_QUOTA now that it's not used for quotas | J. Bruce Fields | 2 | -5/+8 |
2013-11-09 | vfs: don't use PARENT/CHILD lock classes for non-directories | J. Bruce Fields | 1 | -5/+5 |
2013-11-09 | vfs: pull ext4's double-i_mutex-locking into common code | J. Bruce Fields | 5 | -42/+43 |
2013-11-09 | exportfs: fix quadratic behavior in filehandle lookup | J. Bruce Fields | 1 | -53/+13 |
2013-11-09 | exportfs: better variable name | J. Bruce Fields | 1 | -6/+6 |
2013-11-09 | exportfs: move most of reconnect_path to helper function | J. Bruce Fields | 1 | -78/+86 |
2013-11-09 | exportfs: eliminate unused "noprogress" counter | J. Bruce Fields | 1 | -13/+2 |
2013-11-09 | exportfs: stop retrying once we race with rename/remove | J. Bruce Fields | 1 | -5/+40 |
2013-11-09 | exportfs: clear DISCONNECTED on all parents sooner | J. Bruce Fields | 1 | -4/+21 |
2013-11-09 | exportfs: more detailed comment for path_reconnect | J. Bruce Fields | 1 | -1/+13 |
2013-11-09 | exportfs: BUG_ON in crazy corner case | Christoph Hellwig | 1 | -6/+2 |
2013-11-09 | dcache: fix outdated DCACHE_NEED_LOOKUP comment | J. Bruce Fields | 1 | -2/+2 |
2013-11-09 | dcache: don't clear DCACHE_DISCONNECTED too early | J. Bruce Fields | 1 | -1/+0 |
2013-11-09 | dcache: Don't set DISCONNECTED on "pseudo filesystem" dentries | J. Bruce Fields | 1 | -4/+9 |
2013-11-09 | dcache: use IS_ROOT to decide where dentry is hashed | J. Bruce Fields | 1 | -1/+6 |
2013-11-09 | ocfs2: get rid of impossible checks | Al Viro | 1 | -10/+0 |
2013-11-09 | qnx4: i_sb is never NULL | Al Viro | 1 | -4/+0 |
2013-11-09 | exportfs: fix 32-bit nfsd handling of 64-bit inode numbers | J. Bruce Fields | 1 | -2/+16 |
2013-11-09 | vfs: split out vfs_getattr_nosec | J. Bruce Fields | 2 | -6/+26 |
2013-11-09 | iget/iget5: don't bother with ->i_lock until we find a match | Al Viro | 4 | -16/+16 |
2013-11-09 | VFS: Put a small type field into struct dentry::d_flags | David Howells | 3 | -82/+158 |
2013-11-09 | elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo) | Al Viro | 2 | -37/+31 |
2013-11-09 | constify do_coredump() argument | Al Viro | 4 | -6/+6 |
2013-11-09 | constify copy_siginfo_to_user{,32}() | Al Viro | 14 | -14/+14 |
2013-11-09 | ... and kill anon_inode_getfile_private() | Al Viro | 2 | -69/+0 |
2013-11-09 | rework aio migrate pages to use aio fs | Benjamin LaHaise | 1 | -6/+57 |
2013-11-09 | take anon inode allocation to libfs.c | Al Viro | 3 | -48/+46 |
2013-11-09 | new helper: dump_align() | Al Viro | 5 | -17/+15 |
2013-11-09 | spufs: get rid of dump_emit() wrappers | Al Viro | 1 | -49/+20 |
2013-11-09 | dump_skip(): dump_seek() replacement taking coredump_params | Al Viro | 6 | -43/+22 |
2013-11-09 | make dump_emit() use vfs_write() instead of banging at ->f_op->write directly | Al Viro | 1 | -5/+12 |
2013-11-09 | binfmt_elf: count notes towards coredump limit | Al Viro | 1 | -3/+0 |
2013-11-09 | aout: switch to dump_emit | Al Viro | 2 | -16/+11 |
2013-11-09 | switch elf_coredump_extra_notes_write() to dump_emit() | Al Viro | 6 | -38/+30 |
2013-11-09 | convert the rest of binfmt_elf_fdpic to dump_emit() | Al Viro | 1 | -79/+31 |
2013-11-09 | binfmt_elf: convert writing actual dump pages to dump_emit() | Al Viro | 1 | -11/+3 |
2013-11-09 | switch elf_core_write_extra_data() to dump_emit() | Al Viro | 5 | -13/+11 |
2013-11-09 | switch elf_core_write_extra_phdrs() to dump_emit() | Al Viro | 6 | -21/+15 |
2013-11-09 | new helper: dump_emit() | Al Viro | 4 | -37/+40 |
2013-11-09 | restore 32bit aout coredump | Al Viro | 1 | -34/+36 |
2013-11-09 | no need to keep brlock macros anymore... | Al Viro | 1 | -10/+0 |
2013-11-09 | coda_revalidate_inode(): switch to passing inode... | Al Viro | 3 | -4/+3 |
2013-11-09 | fold __d_shrink() into its only remaining caller | Al Viro | 1 | -22/+10 |