summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nfs: Do not convert nfs_idmap_cache_timeout to jiffiesJan Chochol2018-01-181-1/+1
* nfs: Use proper enum definitions for nfs_show_stableChuck Lever2018-01-181-11/+11
* nfs41: do not return ENOMEM on LAYOUTUNAVAILABLETigran Mkrtchyan2018-01-181-3/+1
* NFS: commit direct writes even if they fail partiallyJ. Bruce Fields2018-01-161-3/+1
* nfs: remove unused label in nfs_encode_fh()Arnd Bergmann2018-01-161-1/+0
* SUNRPC: Add explicit rescheduling points in the receive pathTrond Myklebust2018-01-151-2/+19
* SUNRPC: Chunk reading of replies from the serverTrond Myklebust2018-01-151-4/+11
* SUNRPC: Remove rpc_protocol()Chuck Lever2018-01-152-17/+0
* nfs: Update server port after referral or migrationChuck Lever2018-01-151-0/+1
* nfs: Referrals should use the same proto setting as their parentChuck Lever2018-01-152-5/+20
* nfs: Define NFS_RDMA_PORTChuck Lever2018-01-151-0/+1
* lockd: convert nlm_rqst.a_count from atomic_t to refcount_tElena Reshetova2018-01-153-6/+6
* lockd: convert nlm_lockowner.count from atomic_t to refcount_tElena Reshetova2018-01-152-4/+4
* lockd: convert nsm_handle.sm_count from atomic_t to refcount_tElena Reshetova2018-01-153-9/+9
* lockd: convert nlm_host.h_count from atomic_t to refcount_tElena Reshetova2018-01-152-8/+9
* nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mdsScott Mayhew2018-01-151-2/+2
* pnfs/blocklayout: handle transient devicesBenjamin Coddington2018-01-155-12/+82
* pnfs/blocklayout: set PNFS_LAYOUTRETURN_ON_ERRORBenjamin Coddington2018-01-152-1/+5
* pnfs/blocklayout: Add module alias for LAYOUT4_SCSIBenjamin Coddington2018-01-151-0/+1
* NFS: remove unused offset arg in nfs_pgio_rpcsetupBenjamin Coddington2018-01-151-4/+4
* NFSv4: always set NFS_LOCK_LOST when a lock is lost.NeilBrown2018-01-152-5/+12
* nfs: remove dead code from nfs_encode_fh()NeilBrown2018-01-151-4/+0
* Support statx() mask and query flags parametersTrond Myklebust2018-01-151-13/+39
* NFS: Fix nfsstat breakage due to LOOKUPPTrond Myklebust2018-01-152-30/+46
* NFSv4: Convert LOCKU to use nfs4_async_handle_exception()Trond Myklebust2018-01-151-2/+8
* NFSv4: Convert DELEGRETURN to use nfs4_handle_exception()Trond Myklebust2018-01-151-3/+8
* NFSv4: Convert CLOSE to use nfs4_async_handle_exception()Trond Myklebust2018-01-151-1/+8
* NFS: Add a cond_resched() to nfs_commit_release_pages()Trond Myklebust2018-01-151-0/+2
* Linux 4.15-rc8v4.15-rc8Linus Torvalds2018-01-151-1/+1
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-151-2/+0
|\
| * x86/retpoline: Remove compile time warningThomas Gleixner2018-01-141-2/+0
* | Merge tag 'powerpc-4.15-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-01-1521-36/+561
|\ \
| * | powerpc/powernv: Check device-tree for RFI flush settingsOliver O'Halloran2018-01-101-0/+49
| * | powerpc/pseries: Query hypervisor for RFI flush settingsMichael Neuling2018-01-101-0/+35
| * | powerpc/64s: Support disabling RFI flush with no_rfi_flush and noptiMichael Ellerman2018-01-101-1/+23
| * | powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-01-109-8/+286
| * | powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNELNicholas Piggin2018-01-091-1/+28
| * | powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNELNicholas Piggin2018-01-091-2/+16
| * | powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNELNicholas Piggin2018-01-091-1/+11
| * | powerpc/64s: Simple RFI macro conversionsNicholas Piggin2018-01-096-28/+34
| * | powerpc/64: Add macros for annotating the destination of rfid/hrfidNicholas Piggin2018-01-092-0/+35
| * | Merge branch 'topic/ppc-kvm' into fixesMichael Ellerman2018-01-092-0/+31
| |\ \
| | * | powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapperMichael Neuling2018-01-092-0/+31
| * | | powerpc/pseries: Make RAS IRQ explicitly dependent on DLPAR WQMichael Ellerman2018-01-083-4/+22
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-141-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-linusJens Axboe2018-01-121-0/+1
| |\ \ \ \
| | * | | | nvme-fabrics: initialize default host->id in nvmf_host_default()Ewan D. Milne2018-01-081-0/+1
* | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-1444-100/+1525
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | x86,perf: Disable intel_bts when PTIPeter Zijlstra2018-01-141-0/+18
| * | | | | security/Kconfig: Correct the Documentation reference for PTIW. Trevor King2018-01-141-1/+1