summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-2310-133/+162
|\
| * Merge branch 'work.namespace' into for-linusAl Viro2016-12-222-44/+38
| |\
| | * reorganize do_make_slave()Al Viro2016-12-162-38/+38
| | * clone_private_mount() doesn't need to touch namespace_semAl Viro2016-12-161-2/+0
| | * remove a bogus claim about namespace_sem being held by callers of mnt_alloc_id()Al Viro2016-12-161-4/+0
| * | ufs: fix function declaration for ufs_truncate_blocksJeff Layton2016-12-221-1/+1
| * | fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai2016-12-221-2/+8
| * | seq_file: reset iterator to first record for zero offsetTomasz Majchrzak2016-12-221-0/+7
| * | vfs: fix isize/pos/len checks for reflink & dedupeDarrick J. Wong2016-12-223-9/+13
| * | move aio compat to fs/aio.cAl Viro2016-12-222-77/+95
* | | Merge tag 'befs-v4.10-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds2016-12-2313-116/+145
|\ \ \
| * | | befs: add NFS export supportLuis de Bethencourt2016-12-221-0/+38
| * | | befs: remove trailing whitespacesLuis de Bethencourt2016-12-227-48/+47
| * | | befs: remove signatures from commentsLuis de Bethencourt2016-12-223-7/+1
| * | | befs: fix style issues in header filesLuis de Bethencourt2016-12-226-17/+12
| * | | befs: fix style issues in linuxvfs.cLuis de Bethencourt2016-12-221-23/+26
| * | | befs: fix typos in linuxvfs.cLuis de Bethencourt2016-12-221-8/+6
| * | | befs: fix style issues in io.cLuis de Bethencourt2016-12-221-2/+2
| * | | befs: fix style issues in inode.cLuis de Bethencourt2016-12-221-6/+6
| * | | befs: fix style issues in debug.cLuis de Bethencourt2016-12-221-6/+8
* | | | splice: reinstate SIGPIPE/EPIPE handlingLinus Torvalds2016-12-211-2/+7
* | | | Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-12-2111-109/+166
|\ \ \ \ | |_|/ / |/| | |
| * | | NFSv4: Retry the DELEGRETURN if the embedded GETATTR is rejected with EACCESTrond Myklebust2016-12-192-4/+15
| * | | NFS: Retry the CLOSE if the embedded GETATTR is rejected with EACCESTrond Myklebust2016-12-191-0/+10
| * | | NFSv4: Place the GETATTR operation before the CLOSETrond Myklebust2016-12-192-12/+12
| * | | NFSv4: Also ask for attributes when downgrading to a READ-only stateTrond Myklebust2016-12-191-1/+2
| * | | NFS: Don't abuse NFS_INO_REVAL_FORCED in nfs_post_op_update_inode_locked()Trond Myklebust2016-12-191-7/+0
| * | | pNFS: Return RW layouts on OPEN_DOWNGRADETrond Myklebust2016-12-191-3/+13
| * | | NFSv4: Add encode/decode of the layoutreturn op in OPEN_DOWNGRADETrond Myklebust2016-12-191-0/+10
| * | | NFS: Don't disconnect open-owner on NFS4ERR_BAD_SEQIDNeilBrown2016-12-191-16/+13
| * | | NFSv4: ensure __nfs4_find_lock_state returns consistent result.NeilBrown2016-12-191-8/+20
| * | | NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown2016-12-191-1/+2
| * | | pNFS/flexfiles: delete deviceid, don't mark inactiveWeston Andros Adamson2016-12-192-3/+5
| * | | NFS: Clean up nfs_attribute_timeout()Trond Myklebust2016-12-191-7/+7
| * | | NFS: Remove unused function nfs_revalidate_inode_rcu()Trond Myklebust2016-12-191-9/+0
| * | | NFS: Fix and clean up the access cache validity checkingTrond Myklebust2016-12-191-9/+9
| * | | NFS: Only look at the change attribute cache state in nfs_weak_revalidate()Trond Myklebust2016-12-191-2/+3
| * | | NFS: Clean up cache validity checkingTrond Myklebust2016-12-193-22/+34
| * | | NFS: Don't revalidate the file on close if we hold a delegationTrond Myklebust2016-12-191-0/+2
| * | | NFSv4: Don't discard the attributes returned by asynchronous DELEGRETURNTrond Myklebust2016-12-191-4/+1
| * | | NFSv4: Update the attribute cache info in update_changeattrTrond Myklebust2016-12-191-1/+8
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-12-198-160/+150
|\ \ \ \
| * | | | quota: Fix bogus warning in dquot_disable()Jan Kara2016-12-191-2/+2
| * | | | fsnotify: Fix possible use-after-free in inode iteration on umountJan Kara2016-12-131-36/+9
| * | | | ext2: reject inodes with negative sizeDarrick J. Wong2016-12-071-0/+4
| * | | | quota: Remove dqonoff_mutexJan Kara2016-11-302-58/+23
| * | | | ocfs2: Use s_umount for quota recovery protectionJan Kara2016-11-301-4/+7
| * | | | quota: Remove dqonoff_mutex from dquot_scan_active()Jan Kara2016-11-301-2/+2
| * | | | ocfs2: Protect periodic quota syncing with s_umount semaphoreJan Kara2016-11-302-2/+9
| * | | | quota: Use s_umount protection for quota operationsJan Kara2016-11-242-34/+11
OpenPOWER on IntegriCloud