summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'writeback'Trond Myklebust2017-08-1820-407/+375Star
|\
| * SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust2017-08-186-31/+41
| * SUNRPC: Cleanup xs_tcp_read_common()Trond Myklebust2017-08-161-17/+8Star
| * SUNRPC: Don't loop forever in xs_tcp_data_receive()Trond Myklebust2017-08-161-6/+7
| * SUNRPC: Don't hold the transport lock when receiving backchannel dataTrond Myklebust2017-08-162-6/+3Star
| * SUNRPC: Don't hold the transport lock across socket copy operationsTrond Myklebust2017-08-164-5/+65
| * NFS: Wait for requests that are locked on the commit listTrond Myklebust2017-08-153-8/+29
| * NFSv4/pnfs: Replace pnfs_put_lseg_locked() with pnfs_put_lseg()Trond Myklebust2017-08-153-45/+2Star
| * NFS: Switch to using mapping->private_lock for page writeback lookups.Trond Myklebust2017-08-151-11/+16
| * NFS: Use an atomic_long_t to count the number of commitsTrond Myklebust2017-08-153-7/+9
| * NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust2017-08-156-24/+13Star
| * NFSv4: Use a mutex to protect the per-inode commit listsTrond Myklebust2017-08-155-22/+23
| * NFS: Refactor nfs_page_find_head_request()Trond Myklebust2017-08-151-12/+30
| * NFSv4: Convert nfs_lock_and_join_requests() to use nfs_page_find_head_request()Trond Myklebust2017-08-151-15/+20
| * NFS: Fix up nfs_page_group_covers_page()Trond Myklebust2017-08-151-12/+6Star
| * NFS: Remove unused parameter from nfs_page_group_lock()Trond Myklebust2017-08-153-24/+15Star
| * NFS: Remove unuse function nfs_page_group_lock_wait()Trond Myklebust2017-08-152-22/+0Star
| * NFS: Remove nfs_page_group_clear_bits()Trond Myklebust2017-08-151-26/+3Star
| * NFS: Fix nfs_page_group_destroy() and nfs_lock_and_join_requests() race casesTrond Myklebust2017-08-151-29/+29
| * NFS: Further optimise nfs_lock_and_join_requests()Trond Myklebust2017-08-151-27/+18Star
| * NFS: Reduce inode->i_lock contention in nfs_lock_and_join_requests()Trond Myklebust2017-08-151-18/+22
| * NFS: Remove page group limit in nfs_flush_incompatible()Trond Myklebust2017-08-151-2/+0Star
| * NFS: Teach nfs_try_to_update_request() to deal with request page_groupsTrond Myklebust2017-08-151-40/+20Star
| * NFS: Fix the inode request accounting when pages have subrequestsTrond Myklebust2017-08-151-12/+15
| * NFS: Don't unlock writebacks before declaring PG_WB_ENDTrond Myklebust2017-08-151-4/+4
| * NFS: Don't check request offset and size without holding a lockTrond Myklebust2017-08-151-12/+12
| * NFS: Fix an ABBA issue in nfs_lock_and_join_requests()Trond Myklebust2017-08-151-12/+17
| * NFS: Fix a reference and lock leak in nfs_lock_and_join_requests()Trond Myklebust2017-08-151-2/+1Star
| * NFS: Ensure we always dereference the page head lastTrond Myklebust2017-08-151-5/+6
| * NFS: Reduce lock contention in nfs_try_to_update_request()Trond Myklebust2017-08-151-5/+3Star
| * NFS: Reduce lock contention in nfs_page_find_head_request()Trond Myklebust2017-08-151-3/+5
| * NFS: Simplify page writebackTrond Myklebust2017-08-151-20/+10Star
* | Merge branch 'open_state'Trond Myklebust2017-08-15291-1386/+4793
|\ \
| * | NFSv4: Use the nfs4_state being recovered in _nfs4_opendata_to_nfs4_state()Trond Myklebust2017-08-141-16/+25
| * | NFSv4: Use correct inode in _nfs4_opendata_to_nfs4_state()Trond Myklebust2017-08-141-5/+23
| |/
| * Linux 4.13-rc5Linus Torvalds2017-08-141-1/+1
| * Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-08-1414-42/+137
| |\
| | * MIPS: Set ISA bit in entry-y for microMIPS kernelsPaul Burton2017-08-081-1/+14
| | * MIPS: Prevent building MT support for microMIPS kernelsPaul Burton2017-08-081-1/+1
| | * MIPS: PCI: Fix smp_processor_id() in preemptibleMatt Redfearn2017-08-081-4/+3Star
| | * MIPS: Introduce cpu_tcache_line_sizeMatt Redfearn2017-08-081-0/+3
| | * MIPS: DEC: Fix an int-handler.S CPU_DADDI_WORKAROUNDS regressionMaciej W. Rozycki2017-08-071-28/+6Star
| | * MIPS: VDSO: Fix clobber lists in fallback code pathsGoran Ferenc2017-08-071-2/+4
| | * Revert "MIPS: Don't unnecessarily include kmalloc.h into <asm/cache.h>."Paul Burton2017-08-071-0/+2
| | * MIPS: OCTEON: Fix USB platform code breakage.Steven J. Hill2017-08-071-1/+1
| | * MIPS: Octeon: Fix broken EDAC driver.Steven J. Hill2017-08-073-1/+97
| | * MIPS: gitignore: ignore generated .c filesBartosz Golaszewski2017-08-071-0/+2
| | * MIPS: Fix race on setting and getting cpu_online_maskMatija Glavinic Pecotic2017-08-071-3/+3
| | * MIPS: mm: remove duplicate "const" qualifier on insn_tableThomas Petazzoni2017-08-071-1/+1
| * | Merge tag 'driver-core-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-08-131-15/+34
| |\ \