aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-12-26ext4: Simplify DAX fault pathGravatar Jan Kara 1-38/+10
2016-12-26dax: Call ->iomap_begin without entry lock during dax faultGravatar Jan Kara 1-55/+66
2016-12-26dax: Finish fault completely when loading holesGravatar Jan Kara 1-9/+18
2016-12-26dax: Avoid page invalidation races and unnecessary radix tree traversalsGravatar Jan Kara 1-17/+11
2016-12-26mm: Invalidate DAX radix tree entries only if appropriateGravatar Jan Kara 1-10/+61
2016-12-26ext2: Return BH_New buffers for zeroed blocksGravatar Jan Kara 1-2/+1
2016-12-25ktime: Get rid of ktime_equal()Gravatar Thomas Gleixner 2-4/+3
2016-12-25ktime: Cleanup ktime_set() usageGravatar Thomas Gleixner 3-3/+3
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 4-18/+17
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 96-96/+96
2016-12-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 14-90/+177
2016-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 10-133/+162
2016-12-23Merge tag 'befs-v4.10-rc1' of git://github.com/luisbg/linux-befsGravatar Linus Torvalds 13-116/+145
2016-12-22Merge branch 'work.namespace' into for-linusGravatar Al Viro 2-44/+38
2016-12-22ufs: fix function declaration for ufs_truncate_blocksGravatar Jeff Layton 1-1/+1
2016-12-22fs: exec: apply CLOEXEC before changing dumpable task flagsGravatar Aleksa Sarai 1-2/+8
2016-12-22seq_file: reset iterator to first record for zero offsetGravatar Tomasz Majchrzak 1-0/+7
2016-12-22vfs: fix isize/pos/len checks for reflink & dedupeGravatar Darrick J. Wong 3-9/+13
2016-12-22move aio compat to fs/aio.cGravatar Al Viro 2-77/+95
2016-12-22befs: add NFS export supportGravatar Luis de Bethencourt 1-0/+38
2016-12-22befs: remove trailing whitespacesGravatar Luis de Bethencourt 7-48/+47
2016-12-22befs: remove signatures from commentsGravatar Luis de Bethencourt 3-7/+1
2016-12-22befs: fix style issues in header filesGravatar Luis de Bethencourt 6-17/+12
2016-12-22befs: fix style issues in linuxvfs.cGravatar Luis de Bethencourt 1-23/+26
2016-12-22befs: fix typos in linuxvfs.cGravatar Luis de Bethencourt 1-8/+6
2016-12-22befs: fix style issues in io.cGravatar Luis de Bethencourt 1-2/+2
2016-12-22befs: fix style issues in inode.cGravatar Luis de Bethencourt 1-6/+6
2016-12-22befs: fix style issues in debug.cGravatar Luis de Bethencourt 1-6/+8
2016-12-21splice: reinstate SIGPIPE/EPIPE handlingGravatar Linus Torvalds 1-2/+7
2016-12-21Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 11-109/+166
2016-12-19NFSv4: Retry the DELEGRETURN if the embedded GETATTR is rejected with EACCESGravatar Trond Myklebust 2-4/+15
2016-12-19NFS: Retry the CLOSE if the embedded GETATTR is rejected with EACCESGravatar Trond Myklebust 1-0/+10
2016-12-19NFSv4: Place the GETATTR operation before the CLOSEGravatar Trond Myklebust 2-12/+12
2016-12-19NFSv4: Also ask for attributes when downgrading to a READ-only stateGravatar Trond Myklebust 1-1/+2
2016-12-19NFS: Don't abuse NFS_INO_REVAL_FORCED in nfs_post_op_update_inode_locked()Gravatar Trond Myklebust 1-7/+0
2016-12-19pNFS: Return RW layouts on OPEN_DOWNGRADEGravatar Trond Myklebust 1-3/+13
2016-12-19NFSv4: Add encode/decode of the layoutreturn op in OPEN_DOWNGRADEGravatar Trond Myklebust 1-0/+10
2016-12-19NFS: Don't disconnect open-owner on NFS4ERR_BAD_SEQIDGravatar NeilBrown 1-16/+13
2016-12-19NFSv4: ensure __nfs4_find_lock_state returns consistent result.Gravatar NeilBrown 1-8/+20
2016-12-19NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.Gravatar NeilBrown 1-1/+2
2016-12-19pNFS/flexfiles: delete deviceid, don't mark inactiveGravatar Weston Andros Adamson 2-3/+5
2016-12-19NFS: Clean up nfs_attribute_timeout()Gravatar Trond Myklebust 1-7/+7
2016-12-19NFS: Remove unused function nfs_revalidate_inode_rcu()Gravatar Trond Myklebust 1-9/+0
2016-12-19NFS: Fix and clean up the access cache validity checkingGravatar Trond Myklebust 1-9/+9
2016-12-19NFS: Only look at the change attribute cache state in nfs_weak_revalidate()Gravatar Trond Myklebust 1-2/+3
2016-12-19NFS: Clean up cache validity checkingGravatar Trond Myklebust 3-22/+34
2016-12-19NFS: Don't revalidate the file on close if we hold a delegationGravatar Trond Myklebust 1-0/+2
2016-12-19NFSv4: Don't discard the attributes returned by asynchronous DELEGRETURNGravatar Trond Myklebust 1-4/+1
2016-12-19NFSv4: Update the attribute cache info in update_changeattrGravatar Trond Myklebust 1-1/+8
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 8-160/+150