| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2015-11-13 | 1 | -14/+20 |
|\ |
|
| * | xattr handlers: Pass handler to operations instead of flags | Andreas Gruenbacher | 2015-11-13 | 1 | -14/+20 |
* | | Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2015-11-09 | 23 | -197/+542 |
|\ \
| |/
|/| |
|
| * | nfs: Fix GETATTR bitmap verification | Andreas Gruenbacher | 2015-11-03 | 1 | -0/+23 |
| * | nfs: Remove unused xdr page offsets in getacl/setacl arguments | Andreas Gruenbacher | 2015-11-03 | 2 | -5/+4 |
| * | fs/nfs: remove unnecessary new_valid_dev check | Yaowei Bai | 2015-11-03 | 1 | -3/+0 |
| * | Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdma | Trond Myklebust | 2015-11-02 | 1 | -32/+8 |
| |\ |
|
| | * | NFS: Enable client side NFSv4.1 backchannel to use other transports | Chuck Lever | 2015-11-02 | 1 | -32/+8 |
| * | | pNFS/flexfiles: Add support for FF_FLAGS_NO_IO_THRU_MDS | Trond Myklebust | 2015-11-02 | 2 | -2/+23 |
| * | | pNFS/flexfiles: When mirrored, retry failed reads by switching mirrors | Trond Myklebust | 2015-11-02 | 1 | -8/+14 |
| * | | Merge branch 'bugfixes' | Trond Myklebust | 2015-10-21 | 10 | -52/+44 |
| |\ \ |
|
| | * | | NFSv4.1/pnfs: Retry through MDS when getting bad length of data | Kinglong Mee | 2015-10-21 | 3 | -6/+22 |
| | * | | nfs/blocklayout: Fix bad using of page offset in bl_read_pagelist | Kinglong Mee | 2015-10-21 | 1 | -5/+2 |
| | * | | NFS: Return directly if encode_sessionid fail | Kinglong Mee | 2015-10-21 | 1 | -1/+3 |
| | * | | NFS: Fix bad checking of max taglen in callback request | Kinglong Mee | 2015-10-21 | 1 | -1/+1 |
| | * | | NFS: Fix bad defines of callback response maxsize | Kinglong Mee | 2015-10-21 | 1 | -8/+10 |
| | * | | NFS: Use NFS4_MAX_SESSIONID_LEN directly for decode/encode sessionid | Kinglong Mee | 2015-10-21 | 1 | -6/+4 |
| | * | | NFS: Remove unneeded NFS_DEBUG checking before define NFSDBG_FACILITY | Kinglong Mee | 2015-10-21 | 2 | -5/+1 |
| | * | | NFS: Remove the left function defines in callback.h | Kinglong Mee | 2015-10-21 | 1 | -6/+0 |
| | * | | NFS: Remove the left global variable nfs_callback_tcpport | Kinglong Mee | 2015-10-21 | 2 | -3/+0 |
| | * | | NFS: Get rid of the unneeded addr stored in callback arguments | Kinglong Mee | 2015-10-21 | 2 | -10/+0 |
| | * | | nfsroot: make nfsroot to accept the 1024 bytes long directory name | Li RongQing | 2015-10-21 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge branch 'nfsclone' | Trond Myklebust | 2015-10-21 | 7 | -2/+334 |
| |\ \ |
|
| | * | | NFS: Fix an 'unused variable' complaint when #ifndef CONFIG_NFS_V4_2 | Trond Myklebust | 2015-10-15 | 1 | -2/+11 |
| | * | | nfs42: add NFS_IOC_CLONE_RANGE ioctl | Peng Tao | 2015-10-15 | 1 | -0/+14 |
| | * | | nfs42: respect clone_blksize | Peng Tao | 2015-10-15 | 1 | -0/+11 |
| | * | | nfs: get clone_blksize when probing fsinfo | Peng Tao | 2015-10-15 | 3 | -0/+27 |
| | * | | nfs42: add NFS_IOC_CLONE ioctl | Peng Tao | 2015-10-15 | 1 | -0/+102 |
| | * | | nfs42: add CLONE proc functions | Peng Tao | 2015-10-15 | 3 | -1/+74 |
| | * | | nfs42: add CLONE xdr functions | Peng Tao | 2015-10-15 | 2 | -1/+97 |
| | |/ |
|
| * | | NFSv4: Unify synchronous and asynchronous error handling | Trond Myklebust | 2015-10-08 | 1 | -74/+49 |
| * | | NFSv4: Don't use synchronous delegation recall in exception handling | Trond Myklebust | 2015-10-08 | 2 | -9/+5 |
| * | | NFSv4: nfs4_async_handle_error should take a non-const nfs_server | Trond Myklebust | 2015-10-08 | 1 | -3/+3 |
| * | | NFSv4: Update the delay statistics counter for synchronous delays | Trond Myklebust | 2015-10-08 | 1 | -1/+2 |
| * | | NFSv4: Refactor NFSv4 error handling | Trond Myklebust | 2015-10-08 | 2 | -9/+36 |
| |/ |
|
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-11-07 | 1 | -3/+3 |
|\ \ |
|
| * | | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-06 | 1 | -3/+3 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2015-11-07 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | fs: Drop unlikely before IS_ERR(_OR_NULL) | Viresh Kumar | 2015-09-29 | 1 | -1/+1 |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2015-11-05 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | KEYS: Merge the type-specific data with the payload data | David Howells | 2015-10-21 | 1 | -2/+2 |
* | | | | Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linux | Linus Torvalds | 2015-11-05 | 2 | -24/+2 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Move locks API users to locks_lock_inode_wait() | Benjamin Coddington | 2015-10-22 | 2 | -24/+2 |
* | | | | NFS: Fix a tracepoint NULL-pointer dereference | Anna Schumaker | 2015-10-06 | 1 | -1/+1 |
* | | | | nfs4: reset states to use open_stateid when returning delegation voluntarily | Jeff Layton | 2015-10-02 | 1 | -0/+3 |
* | | | | NFSv4: Fix a nograce recovery hang | Benjamin Coddington | 2015-10-02 | 1 | -0/+2 |
* | | | | NFSv4.1: nfs4_opendata_check_deleg needs to handle NFS4_OPEN_CLAIM_DELEG_CUR_FH | Trond Myklebust | 2015-10-02 | 1 | -2/+8 |
* | | | | NFSv4: Don't try to reclaim unused state owners | Trond Myklebust | 2015-10-02 | 1 | -1/+2 |
* | | | | NFS: Fix a write performance regression | Trond Myklebust | 2015-10-02 | 1 | -1/+1 |
* | | | | NFS: Fix up page writeback accounting | Trond Myklebust | 2015-10-02 | 1 | -6/+6 |
| |/ /
|/| | |
|