summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-13159-2491/+2099Star
|\
| * ecryptfs: ->f_op is never NULLAl Viro2013-11-101-1/+1
| * locks: break delegations on any attribute modificationJ. Bruce Fields2013-11-0910-17/+69
| * locks: break delegations on linkJ. Bruce Fields2013-11-094-7/+35
| * locks: break delegations on renameJ. Bruce Fields2013-11-097-11/+51
| * locks: helper functions for delegation breakingJ. Bruce Fields2013-11-092-12/+40
| * locks: break delegations on unlinkJ. Bruce Fields2013-11-097-10/+46
| * namei: minor vfs_unlink cleanupJ. Bruce Fields2013-11-091-3/+4
| * locks: implement delegationsJ. Bruce Fields2013-11-092-13/+60
| * locks: introduce new FL_DELEG lock flagJ. Bruce Fields2013-11-093-2/+3
| * vfs: take i_mutex on renamed fileJ. Bruce Fields2013-11-092-14/+27
| * vfs: rename I_MUTEX_QUOTA now that it's not used for quotasJ. Bruce Fields2013-11-092-5/+8
| * vfs: don't use PARENT/CHILD lock classes for non-directoriesJ. Bruce Fields2013-11-091-5/+5
| * vfs: pull ext4's double-i_mutex-locking into common codeJ. Bruce Fields2013-11-095-42/+43
| * exportfs: fix quadratic behavior in filehandle lookupJ. Bruce Fields2013-11-091-53/+13Star
| * exportfs: better variable nameJ. Bruce Fields2013-11-091-6/+6
| * 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/+2Star
| * 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/+2Star
| * 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/+0Star
| * 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/+0Star
| * qnx4: i_sb is never NULLAl Viro2013-11-091-4/+0Star
| * 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-092-6/+26
| * iget/iget5: don't bother with ->i_lock until we find a matchAl Viro2013-11-094-16/+16
| * VFS: Put a small type field into struct dentry::d_flagsDavid Howells2013-11-093-82/+158
| * elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo)Al Viro2013-11-092-37/+31Star
| * constify do_coredump() argumentAl Viro2013-11-094-6/+6
| * constify copy_siginfo_to_user{,32}()Al Viro2013-11-0914-14/+14
| * ... and kill anon_inode_getfile_private()Al Viro2013-11-092-69/+0Star
| * rework aio migrate pages to use aio fsBenjamin LaHaise2013-11-091-6/+57
| * take anon inode allocation to libfs.cAl Viro2013-11-093-48/+46Star
| * new helper: dump_align()Al Viro2013-11-095-17/+15Star
| * spufs: get rid of dump_emit() wrappersAl Viro2013-11-091-49/+20Star
| * dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro2013-11-096-43/+22Star
| * 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/+0Star
| * aout: switch to dump_emitAl Viro2013-11-092-16/+11Star
| * switch elf_coredump_extra_notes_write() to dump_emit()Al Viro2013-11-096-38/+30Star
| * convert the rest of binfmt_elf_fdpic to dump_emit()Al Viro2013-11-091-79/+31Star
| * binfmt_elf: convert writing actual dump pages to dump_emit()Al Viro2013-11-091-11/+3Star
| * switch elf_core_write_extra_data() to dump_emit()Al Viro2013-11-095-13/+11Star
| * switch elf_core_write_extra_phdrs() to dump_emit()Al Viro2013-11-096-21/+15Star
| * new helper: dump_emit()Al Viro2013-11-094-37/+40