| Commit message (Expand) | Author | Age | Files | Lines |
* | ktime: Get rid of ktime_equal() | Thomas Gleixner | 2016-12-25 | 2 | -4/+3 |
* | ktime: Cleanup ktime_set() usage | Thomas Gleixner | 2016-12-25 | 3 | -3/+3 |
* | ktime: Get rid of the union | Thomas Gleixner | 2016-12-25 | 4 | -18/+17 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 96 | -96/+96 |
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2016-12-24 | 14 | -90/+177 |
|\ |
|
| * | cifs_get_root shouldn't use path with tree name | Sachin Prabhu | 2016-12-15 | 4 | -5/+7 |
| * | Fix default behaviour for empty domains and add domainauto option | Germano Percossi | 2016-12-15 | 3 | -5/+18 |
| * | cifs: use %16phN for formatting md5 sum | Rasmus Villemoes | 2016-12-15 | 1 | -7/+2 |
| * | cifs: Fix smbencrypt() to stop pointing a scatterlist at the stack | Andy Lutomirski | 2016-12-14 | 1 | -32/+8 |
| * | CIFS: Fix a possible double locking of mutex during reconnect | Pavel Shilovsky | 2016-12-05 | 4 | -6/+19 |
| * | CIFS: Fix a possible memory corruption during reconnect | Pavel Shilovsky | 2016-12-05 | 5 | -31/+85 |
| * | CIFS: Fix a possible memory corruption in push locks | Pavel Shilovsky | 2016-12-05 | 1 | -1/+1 |
| * | CIFS: Fix missing nls unload in smb2_reconnect() | Pavel Shilovsky | 2016-12-05 | 1 | -1/+1 |
| * | CIFS: Decrease verbosity of ioctl call | Pavel Shilovsky | 2016-12-02 | 1 | -1/+1 |
| * | SMB3: parsing for new snapshot timestamp mount parm | Steve French | 2016-12-01 | 2 | -3/+37 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-12-23 | 10 | -133/+162 |
|\ \ |
|
| * \ | Merge branch 'work.namespace' into for-linus | Al Viro | 2016-12-22 | 2 | -44/+38 |
| |\ \ |
|
| | * | | reorganize do_make_slave() | Al Viro | 2016-12-16 | 2 | -38/+38 |
| | * | | clone_private_mount() doesn't need to touch namespace_sem | Al Viro | 2016-12-16 | 1 | -2/+0 |
| | * | | remove a bogus claim about namespace_sem being held by callers of mnt_alloc_id() | Al Viro | 2016-12-16 | 1 | -4/+0 |
| * | | | ufs: fix function declaration for ufs_truncate_blocks | Jeff Layton | 2016-12-22 | 1 | -1/+1 |
| * | | | fs: exec: apply CLOEXEC before changing dumpable task flags | Aleksa Sarai | 2016-12-22 | 1 | -2/+8 |
| * | | | seq_file: reset iterator to first record for zero offset | Tomasz Majchrzak | 2016-12-22 | 1 | -0/+7 |
| * | | | vfs: fix isize/pos/len checks for reflink & dedupe | Darrick J. Wong | 2016-12-22 | 3 | -9/+13 |
| * | | | move aio compat to fs/aio.c | Al Viro | 2016-12-22 | 2 | -77/+95 |
* | | | | Merge tag 'befs-v4.10-rc1' of git://github.com/luisbg/linux-befs | Linus Torvalds | 2016-12-23 | 13 | -116/+145 |
|\ \ \ \ |
|
| * | | | | befs: add NFS export support | Luis de Bethencourt | 2016-12-22 | 1 | -0/+38 |
| * | | | | befs: remove trailing whitespaces | Luis de Bethencourt | 2016-12-22 | 7 | -48/+47 |
| * | | | | befs: remove signatures from comments | Luis de Bethencourt | 2016-12-22 | 3 | -7/+1 |
| * | | | | befs: fix style issues in header files | Luis de Bethencourt | 2016-12-22 | 6 | -17/+12 |
| * | | | | befs: fix style issues in linuxvfs.c | Luis de Bethencourt | 2016-12-22 | 1 | -23/+26 |
| * | | | | befs: fix typos in linuxvfs.c | Luis de Bethencourt | 2016-12-22 | 1 | -8/+6 |
| * | | | | befs: fix style issues in io.c | Luis de Bethencourt | 2016-12-22 | 1 | -2/+2 |
| * | | | | befs: fix style issues in inode.c | Luis de Bethencourt | 2016-12-22 | 1 | -6/+6 |
| * | | | | befs: fix style issues in debug.c | Luis de Bethencourt | 2016-12-22 | 1 | -6/+8 |
* | | | | | splice: reinstate SIGPIPE/EPIPE handling | Linus Torvalds | 2016-12-21 | 1 | -2/+7 |
* | | | | | Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2016-12-21 | 11 | -109/+166 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | NFSv4: Retry the DELEGRETURN if the embedded GETATTR is rejected with EACCES | Trond Myklebust | 2016-12-19 | 2 | -4/+15 |
| * | | | | NFS: Retry the CLOSE if the embedded GETATTR is rejected with EACCES | Trond Myklebust | 2016-12-19 | 1 | -0/+10 |
| * | | | | NFSv4: Place the GETATTR operation before the CLOSE | Trond Myklebust | 2016-12-19 | 2 | -12/+12 |
| * | | | | NFSv4: Also ask for attributes when downgrading to a READ-only state | Trond Myklebust | 2016-12-19 | 1 | -1/+2 |
| * | | | | NFS: Don't abuse NFS_INO_REVAL_FORCED in nfs_post_op_update_inode_locked() | Trond Myklebust | 2016-12-19 | 1 | -7/+0 |
| * | | | | pNFS: Return RW layouts on OPEN_DOWNGRADE | Trond Myklebust | 2016-12-19 | 1 | -3/+13 |
| * | | | | NFSv4: Add encode/decode of the layoutreturn op in OPEN_DOWNGRADE | Trond Myklebust | 2016-12-19 | 1 | -0/+10 |
| * | | | | NFS: Don't disconnect open-owner on NFS4ERR_BAD_SEQID | NeilBrown | 2016-12-19 | 1 | -16/+13 |
| * | | | | NFSv4: ensure __nfs4_find_lock_state returns consistent result. | NeilBrown | 2016-12-19 | 1 | -8/+20 |
| * | | | | NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success. | NeilBrown | 2016-12-19 | 1 | -1/+2 |
| * | | | | pNFS/flexfiles: delete deviceid, don't mark inactive | Weston Andros Adamson | 2016-12-19 | 2 | -3/+5 |
| * | | | | NFS: Clean up nfs_attribute_timeout() | Trond Myklebust | 2016-12-19 | 1 | -7/+7 |
| * | | | | NFS: Remove unused function nfs_revalidate_inode_rcu() | Trond Myklebust | 2016-12-19 | 1 | -9/+0 |