aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/filelayout
AgeCommit message (Expand)AuthorFilesLines
2017-10-01nfs/filelayout: fix oops when freeing filelayout segmentGravatar Scott Mayhew 1-1/+2
2017-07-21NFS/filelayout: Fix racy setting of fl->dsaddr in filelayout_check_deviceid()Gravatar Trond Myklebust 1-2/+11
2017-07-13PNFS for stateid errors retry against MDS firstGravatar Olga Kornievskaia 1-28/+0
2017-07-13PNFS fix EACCESS on commit to DS handlingGravatar Olga Kornievskaia 1-1/+2
2017-04-28nfs/filelayout: fix NULL pointer dereference in fl_pnfs_update_layout()Gravatar Artem Savkov 1-3/+3
2017-04-25pNFS: Ensure we check layout segment validity in the pg_init() callbackGravatar Trond Myklebust 1-0/+2
2017-03-31Merge tag 'nfs-for-4.11-3' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 2-64/+106
2017-03-30PNFS fix fallback to MDS if got error on commit to DSGravatar Olga Kornievskaia 1-1/+1
2017-03-28NFS filelayout:call GETDEVICEINFO after pnfs_layout_process completesGravatar Andy Adamson 1-47/+91
2017-03-28NFS store nfs4_deviceid in struct nfs4_filelayout_segmentGravatar Andy Adamson 2-8/+6
2017-03-27NFS cleanup struct nfs4_filelayout_segmentGravatar Andy Adamson 1-9/+9
2017-03-17Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-1/+7
2017-03-17pNFS/flexfiles: never nfs4_mark_deviceid_unavailableGravatar Weston Andros Adamson 1-0/+1
2017-03-17pNFS: return status from nfs4_pnfs_ds_connectGravatar Weston Andros Adamson 1-1/+6
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-3/+3
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 1-2/+2
2017-01-30NFS: Use nfs4_setup_sequence() everywhereGravatar Anna Schumaker 1-3/+3
2016-12-19NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.Gravatar NeilBrown 1-1/+2
2016-12-01NFS: Remove unused authflavour parameter from nfs_get_client()Gravatar Anna Schumaker 1-2/+1
2016-07-21pNFS/files: filelayout_write_done_cb must call nfs_writeback_update_inode()Gravatar Trond Myklebust 1-0/+6
2016-07-05pNFS: Files and flexfiles always need to commit before layoutcommitGravatar Trond Myklebust 1-3/+6
2016-07-05pNFS/files: Fix layoutcommit after a commit to DSGravatar Trond Myklebust 1-2/+1
2016-05-26pnfs: pnfs_update_layout needs to consider if strict iomode checking is onGravatar Tom Haynes 1-0/+2
2016-05-09NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lockGravatar Dave Wysochanski 1-2/+2
2016-01-21NFS: Simplify nfs_request_add_commit_list() argumentsGravatar Anna Schumaker 1-1/+1
2015-12-28pNFS/flexfiles: Don't mark the entire layout as failed, when returning itGravatar Trond Myklebust 1-0/+1
2015-12-28NFS41: pop some layoutget errors to applicationGravatar Peng Tao 1-2/+15
2015-09-17nfs/filelayout: Fix NULL reference caused by double freeing of fh_arrayGravatar Kinglong Mee 1-19/+12
2015-06-02writeback: separate out include/linux/backing-dev-defs.hGravatar Tejun Heo 1-0/+1
2015-03-27NFSv4.1/pnfs: Separate out metadata and data consistency for pNFSGravatar Trond Myklebust 1-0/+1
2015-03-27NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit()Gravatar Trond Myklebust 1-2/+3
2015-03-27NFS: Fix free_deveiceid -> free_deviceidGravatar Trond Myklebust 1-2/+2
2015-03-27NFSv4.1: Convert pNFS deviceid to use kfree_rcu()Gravatar Trond Myklebust 1-1/+1
2015-02-18pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_reque...Gravatar Tom Haynes 1-38/+10
2015-02-13nfs: Provide and use helper functions for marking a page as unstableGravatar Tom Haynes 1-7/+2
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2015-02-03pnfs: pass ds_commit_idx through the commit pathGravatar Weston Andros Adamson 1-1/+2
2015-02-03nfs: rename pgio header ds_idx to ds_commit_idxGravatar Weston Andros Adamson 1-2/+2
2015-02-03pnfs: release lseg in pnfs_generic_pg_cleanupGravatar Weston Andros Adamson 1-0/+2
2015-02-03nfs/filelayout: use pnfs_error_mark_layout_for_returnGravatar Peng Tao 1-1/+1
2015-02-03nfs: allow to specify cred in nfs_initiate_pgioGravatar Peng Tao 1-5/+6
2015-02-03nfs: allow different protocol in nfs_initiate_commitGravatar Peng Tao 1-1/+1
2015-02-03pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgioGravatar Tom Haynes 1-2/+2
2015-02-03nfs41: allow LD to choose DS connection version/minor_versionGravatar Peng Tao 1-1/+2
2015-02-03nfs41: move file layout macros to generic pnfsGravatar Peng Tao 1-10/+0
2015-02-03nfs41: allow LD to choose DS connection auth flavorGravatar Peng Tao 1-1/+2
2015-02-03nfs41: pull nfs4_ds_connect from file layout to generic pnfsGravatar Peng Tao 1-73/+5
2015-02-03nfs41: pull decode_ds_addr from file layout to generic pnfsGravatar Peng Tao 1-150/+2
2015-02-03nfs41: pull data server cache from file layout to generic pnfsGravatar Peng Tao 2-252/+2
2015-02-03pnfs: Prepare for flexfiles by pulling out common codeGravatar Tom Haynes 3-289/+15