summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: Simplify DAX fault pathJan Kara2016-12-261-38/+10
* dax: Call ->iomap_begin without entry lock during dax faultJan Kara2016-12-261-55/+66
* dax: Finish fault completely when loading holesJan Kara2016-12-261-9/+18
* dax: Avoid page invalidation races and unnecessary radix tree traversalsJan Kara2016-12-261-17/+11
* mm: Invalidate DAX radix tree entries only if appropriateJan Kara2016-12-261-10/+61
* ext2: Return BH_New buffers for zeroed blocksJan Kara2016-12-261-2/+1
* ktime: Get rid of ktime_equal()Thomas Gleixner2016-12-252-4/+3
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-253-3/+3
* ktime: Get rid of the unionThomas Gleixner2016-12-254-18/+17
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2496-96/+96
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-12-2414-90/+177
|\
| * cifs_get_root shouldn't use path with tree nameSachin Prabhu2016-12-154-5/+7
| * Fix default behaviour for empty domains and add domainauto optionGermano Percossi2016-12-153-5/+18
| * cifs: use %16phN for formatting md5 sumRasmus Villemoes2016-12-151-7/+2
| * cifs: Fix smbencrypt() to stop pointing a scatterlist at the stackAndy Lutomirski2016-12-141-32/+8
| * CIFS: Fix a possible double locking of mutex during reconnectPavel Shilovsky2016-12-054-6/+19
| * CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2016-12-055-31/+85
| * CIFS: Fix a possible memory corruption in push locksPavel Shilovsky2016-12-051-1/+1
| * CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky2016-12-051-1/+1
| * CIFS: Decrease verbosity of ioctl callPavel Shilovsky2016-12-021-1/+1
| * SMB3: parsing for new snapshot timestamp mount parmSteve French2016-12-012-3/+37
* | 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