| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'linus' into perf/urgent, to resolve conflict | Ingo Molnar | 2017-03-02 | 195 | -6901/+13074 |
|\ |
|
| * | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-03-02 | 6 | -9/+11 |
| |\ |
|
| | * | objtool, modules: Discard objtool annotation sections for modules | Josh Poimboeuf | 2017-03-01 | 6 | -8/+10 |
| | * | objtool, compiler.h: Fix __unreachable section relocation size | Josh Poimboeuf | 2017-03-01 | 1 | -1/+1 |
| * | | Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2017-03-02 | 39 | -832/+902 |
| |\ \ |
|
| | * | | NFSv4: fix getacl ERANGE for some ACL buffer sizes | Weston Andros Adamson | 2017-02-23 | 1 | -6/+2 |
| | * | | NFSv4: fix getacl head length estimation | J. Bruce Fields | 2017-02-23 | 1 | -1/+1 |
| | * | | Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_... | Trond Myklebust | 2017-02-22 | 1 | -4/+0 |
| | * | | NFSv4: Fix reboot recovery in copy offload | Trond Myklebust | 2017-02-22 | 1 | -26/+37 |
| | * | | pNFS/flexfiles: If the layout is invalid, it must be updated before retrying | Trond Myklebust | 2017-02-22 | 1 | -6/+7 |
| | * | | NFSv4: Clean up owner/group attribute decode | Trond Myklebust | 2017-02-21 | 1 | -60/+57 |
| | * | | SUNRPC: Add a helper function xdr_stream_decode_string_dup() | Trond Myklebust | 2017-02-21 | 2 | -0/+36 |
| | * | | NFSv4: Remove bogus "struct nfs_client" argument from decode_ace() | Trond Myklebust | 2017-02-21 | 1 | -2/+2 |
| | * | | NFSv4: Fix the underestimation of delegation XDR space reservation | Trond Myklebust | 2017-02-21 | 1 | -0/+2 |
| | * | | NFSv4: Replace callback string decode function with a generic | Trond Myklebust | 2017-02-21 | 1 | -22/+8 |
| | * | | NFSv4: Replace the open coded decode_opaque_inline() with the new generic | Trond Myklebust | 2017-02-21 | 1 | -21/+8 |
| | * | | NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* generics | Trond Myklebust | 2017-02-21 | 3 | -34/+12 |
| | * | | SUNRPC: Add generic helpers for xdr_stream encode/decode | Trond Myklebust | 2017-02-21 | 1 | -0/+177 |
| | * | | sunrpc: silence uninitialized variable warning | Dan Carpenter | 2017-02-21 | 1 | -1/+3 |
| | * | | nlm: Ensure callback code also checks that the files match | Trond Myklebust | 2017-02-13 | 1 | -1/+2 |
| | * | | sunrpc: Allow xprt->ops->timer method to sleep | Chuck Lever | 2017-02-10 | 2 | -2/+2 |
| | * | | xprtrdma: Refactor management of mw_list field | Chuck Lever | 2017-02-10 | 5 | -24/+29 |
| | * | | xprtrdma: Handle stale connection rejection | Chuck Lever | 2017-02-10 | 1 | -45/+21 |
| | * | | xprtrdma: Properly recover FRWRs with in-flight FASTREG WRs | Chuck Lever | 2017-02-10 | 2 | -10/+8 |
| | * | | xprtrdma: Shrink send SGEs array | Chuck Lever | 2017-02-10 | 1 | -4/+7 |
| | * | | xprtrdma: Reduce required number of send SGEs | Chuck Lever | 2017-02-10 | 3 | -9/+32 |
| | * | | xprtrdma: Disable pad optimization by default | Chuck Lever | 2017-02-10 | 2 | -1/+2 |
| | * | | xprtrdma: Per-connection pad optimization | Chuck Lever | 2017-02-10 | 3 | -14/+16 |
| | * | | xprtrdma: Fix Read chunk padding | Chuck Lever | 2017-02-10 | 1 | -6/+4 |
| | * | | NFSv4: Set the connection timeout to match the lease period | Trond Myklebust | 2017-02-09 | 3 | -7/+10 |
| | * | | SUNRPC: Allow changing of the TCP timeout parameters on the fly | Trond Myklebust | 2017-02-09 | 4 | -11/+77 |
| | * | | SUNRPC: Refactor TCP socket timeout code into a helper function | Trond Myklebust | 2017-02-09 | 1 | -19/+26 |
| | * | | SUNRPC: Remove unused function rpc_get_timeout() | Trond Myklebust | 2017-02-09 | 2 | -16/+0 |
| | * | | NFSv4: Fix memory and state leak in _nfs4_open_and_get_state | Trond Myklebust | 2017-02-08 | 1 | -1/+1 |
| | * | | sunrpc: use simple_read_from_buffer for reading cache flush | Kinglong Mee | 2017-02-08 | 1 | -12/+3 |
| | * | | sunrpc: record rpc client pointer in seq->private directly | Kinglong Mee | 2017-02-08 | 1 | -25/+10 |
| | * | | sunrpc: update the comments of sunrpc proc path | Kinglong Mee | 2017-02-08 | 1 | -2/+2 |
| | * | | sunrpc: remove dead codes of cr_magic in rpc_cred | Kinglong Mee | 2017-02-08 | 3 | -11/+0 |
| | * | | sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unix | Kinglong Mee | 2017-02-08 | 3 | -12/+11 |
| | * | | sunrpc/nfs: cleanup procfs/pipefs entry in cache_detail | Kinglong Mee | 2017-02-08 | 3 | -46/+21 |
| | * | | sunrpc: error out if register_shrinker fail | Kinglong Mee | 2017-02-08 | 1 | -1/+5 |
| | * | | nfs: no PG_private waiters remain, remove waker | Nicholas Piggin | 2017-02-08 | 1 | -2/+0 |
| | * | | NFS: nfs_rename() handle -ERESTARTSYS dentry left behind | Benjamin Coddington | 2017-02-08 | 1 | -11/+25 |
| | * | | NFSv4: Fix warning for using 0 as NULL | Wei Yongjun | 2017-01-30 | 1 | -1/+1 |
| | * | | pNFS/flexfiles: Make local symbol layoutreturn_ops static | Wei Yongjun | 2017-01-30 | 1 | -1/+1 |
| | * | | NFS: Return the comparison result directly in nfs41_match_stateid() | Anna Schumaker | 2017-01-30 | 1 | -3/+1 |
| | * | | NFS: Clean up nfs41_same_server_scope() | Anna Schumaker | 2017-01-30 | 1 | -5/+3 |
| | * | | NFS: No need to set and return status in nfs41_lock_expired() | Anna Schumaker | 2017-01-30 | 1 | -2/+1 |
| | * | | NFS: Remove unnecessary goto in nfs4_lookup_root_sec() | Anna Schumaker | 2017-01-30 | 1 | -8/+3 |
| | * | | NFS: Remove nfs4_recover_expired_lease() | Anna Schumaker | 2017-01-30 | 1 | -6/+1 |