summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | NFS: Fix up NFS I/O subrequest creationTrond Myklebust2019-04-251-38/+55
| * | NFS: Replace custom error reporting mechanism with generic oneTrond Myklebust2019-04-253-45/+26Star
| * | NFS: Don't inadvertently clear writeback errorsTrond Myklebust2019-04-252-4/+4
| * | NFS: Don't call generic_error_remove_page() while holding locksTrond Myklebust2019-04-251-2/+1Star
| * | NFS: Don't interrupt file writeout due to fatal errorsTrond Myklebust2019-04-251-1/+1
| * | NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errorsTrond Myklebust2019-04-252-3/+14
| * | NFS: Consider ETIMEDOUT to be a fatal errorTrond Myklebust2019-04-251-0/+1
| * | SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust2019-04-251-6/+12
| * | SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust2019-04-251-1/+1
* | | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-081-1/+0Star
|\ \ \
| * | | Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-224-7/+7
| |\| |
| * | | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-1/+0Star
| | |/ | |/|
* | | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-074-11/+5Star
|\ \ \ | |_|/ |/| |
| * | nfs{,4}: switch to ->free_inode()Al Viro2019-05-024-11/+5Star
| |/
* | NFSv4.1 fix incorrect return value in copy_file_rangeOlga Kornievskaia2019-04-112-4/+3Star
* | NFS: Fix handling of reply page vectorChuck Lever2019-04-111-2/+2
* | NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.Tetsuo Handa2019-04-111-1/+2
|/
* pNFS/flexfiles: Fix layoutstats handling during read failoversTrond Myklebust2019-03-231-1/+4
* NFS: Fix a typo in nfs_init_timeout_values()Trond Myklebust2019-03-231-1/+1
* NFSv4.1 don't free interrupted slot on openOlga Kornievskaia2019-03-191-1/+2
* NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()Catalin Marinas2019-03-181-2/+0Star
* pNFS: Fix a typo in pnfs_update_layoutTrond Myklebust2019-03-121-1/+1
* NFSv4.1: Bump the default callback session slot count to 16Trond Myklebust2019-03-021-1/+1
* NFS/flexfiles: Clean up mirror DS initialisationTrond Myklebust2019-03-021-35/+31Star
* NFS/flexfiles: Remove dead code in ff_layout_mirror_valid()Trond Myklebust2019-03-021-15/+0Star
* NFS/flexfile: Simplify nfs4_ff_layout_select_ds_stateid()Trond Myklebust2019-03-023-26/+10Star
* NFS/flexfile: Simplify nfs4_ff_layout_ds_version()Trond Myklebust2019-03-022-5/+5
* NFS/flexfiles: Simplify ff_layout_get_ds_cred()Trond Myklebust2019-03-023-8/+9
* NFS/flexfiles: Simplify nfs4_ff_find_or_create_ds_client()Trond Myklebust2019-03-023-10/+6Star
* NFS/flexfiles: Simplify nfs4_ff_layout_select_ds_fh()Trond Myklebust2019-03-023-16/+5Star
* NFS/flexfiles: Speed up read failover when DSes are downTrond Myklebust2019-03-023-12/+73
* NFS/flexfiles: Don't invalidate DS deviceids for being unresponsiveTrond Myklebust2019-03-022-21/+3Star
* NFS/flexfiles: Remove bogus checks for invalid deviceidsTrond Myklebust2019-03-021-20/+0Star
* NFS/flexfiles: Avoid unnecessary layout invalidationsTrond Myklebust2019-03-021-3/+3
* NFS/flexfiles: refactor calls to fs4_ff_layout_prepare_ds()Trond Myklebust2019-03-023-22/+28
* NFSv4: Handle early exit in layoutget by returning an errorTrond Myklebust2019-03-021-2/+4
* NFS/flexfiles: Send LAYOUTERROR when failing over mirrored readsTrond Myklebust2019-03-023-6/+57
* NFSv4.2: Add client support for the generic 'layouterror' RPC callTrond Myklebust2019-03-015-1/+269
* NFSv4/flexfiles: Abort I/O early if the layout segment was invalidatedTrond Myklebust2019-03-011-0/+17
* NFSv4/pnfs: Fix barriers in nfs4_mark_deviceid_unavailable()Trond Myklebust2019-03-011-0/+3
* NFS/flexfiles: Fix up sparse RCU annotationsTrond Myklebust2019-03-011-2/+2
* NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE()Trond Myklebust2019-03-011-13/+19
* NFS: Add missing encode / decode sequence_maxsz to v4.2 operationsAnna Schumaker2019-03-011-0/+10
* NFSv4.1: Don't process the sequence op more than once.Trond Myklebust2019-03-011-1/+1
* NFSv4.1: Reinitialise sequence results before retransmitting a requestTrond Myklebust2019-03-011-4/+8
* Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-02-259-654/+406Star
|\
| * NFS: Account for XDR pad of buf->pagesChuck Lever2019-02-143-15/+16
| * SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever2019-02-143-73/+34Star
| * NFS: Add trace events to report non-zero NFS status codesChuck Lever2019-02-136-4/+133
| * NFS: Remove print_overflow_msg()Chuck Lever2019-02-135-559/+219Star