aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/filelayout/filelayout.c
AgeCommit message (Expand)Author
2019-05-25PNFS fallback to MDS if no deviceid foundOlga Kornievskaia
2018-09-30pNFS: Don't allocate more pages than we need to fit a layoutget responseTrond Myklebust
2018-01-18nfs41: do not return ENOMEM on LAYOUTUNAVAILABLETigran Mkrtchyan
2017-11-17fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tElena Reshetova
2017-10-01nfs/filelayout: fix oops when freeing filelayout segmentScott Mayhew
2017-07-21NFS/filelayout: Fix racy setting of fl->dsaddr in filelayout_check_deviceid()Trond Myklebust
2017-07-13PNFS for stateid errors retry against MDS firstOlga Kornievskaia
2017-07-13PNFS fix EACCESS on commit to DS handlingOlga Kornievskaia
2017-04-28nfs/filelayout: fix NULL pointer dereference in fl_pnfs_update_layout()Artem Savkov
2017-04-25pNFS: Ensure we check layout segment validity in the pg_init() callbackTrond Myklebust
2017-03-31Merge tag 'nfs-for-4.11-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-03-30PNFS fix fallback to MDS if got error on commit to DSOlga Kornievskaia
2017-03-28NFS filelayout:call GETDEVICEINFO after pnfs_layout_process completesAndy Adamson
2017-03-28NFS store nfs4_deviceid in struct nfs4_filelayout_segmentAndy Adamson
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-01-30NFS: Use nfs4_setup_sequence() everywhereAnna Schumaker
2016-07-21pNFS/files: filelayout_write_done_cb must call nfs_writeback_update_inode()Trond Myklebust
2016-07-05pNFS: Files and flexfiles always need to commit before layoutcommitTrond Myklebust
2016-07-05pNFS/files: Fix layoutcommit after a commit to DSTrond Myklebust
2016-05-26pnfs: pnfs_update_layout needs to consider if strict iomode checking is onTom Haynes
2016-05-09NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lockDave Wysochanski
2016-01-21NFS: Simplify nfs_request_add_commit_list() argumentsAnna Schumaker
2015-12-28pNFS/flexfiles: Don't mark the entire layout as failed, when returning itTrond Myklebust
2015-12-28NFS41: pop some layoutget errors to applicationPeng Tao
2015-09-17nfs/filelayout: Fix NULL reference caused by double freeing of fh_arrayKinglong Mee
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-03-27NFSv4.1/pnfs: Separate out metadata and data consistency for pNFSTrond Myklebust
2015-03-27NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit()Trond Myklebust
2015-03-27NFS: Fix free_deveiceid -> free_deviceidTrond Myklebust
2015-02-18pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_reque...Tom Haynes
2015-02-13nfs: Provide and use helper functions for marking a page as unstableTom Haynes
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-03pnfs: pass ds_commit_idx through the commit pathWeston Andros Adamson
2015-02-03nfs: rename pgio header ds_idx to ds_commit_idxWeston Andros Adamson
2015-02-03pnfs: release lseg in pnfs_generic_pg_cleanupWeston Andros Adamson
2015-02-03nfs/filelayout: use pnfs_error_mark_layout_for_returnPeng Tao
2015-02-03nfs: allow to specify cred in nfs_initiate_pgioPeng Tao
2015-02-03nfs: allow different protocol in nfs_initiate_commitPeng Tao
2015-02-03pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgioTom Haynes
2015-02-03pnfs: Prepare for flexfiles by pulling out common codeTom Haynes
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig
2014-11-12NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revokedTrond Myklebust
2014-10-08NFSv4.1/pnfs: replace broken pnfs_put_lseg_asyncTrond Myklebust
2014-09-10pnfs: factor GETDEVICEINFO implementationsChristoph Hellwig
2014-09-10nfs/filelayout: set layoutcommit depending on write verifierPeng Tao
2014-09-10pnfs: fix filelayout_retry_commit when idx > 0Weston Andros Adamson
2014-08-03nfs: clear_request_commit while holding i_lockWeston Andros Adamson
2014-08-03pnfs: find swapped pages on pnfs commit lists tooWeston Andros Adamson
2014-07-12pnfs/filelayout: retry ds commit if nfs_commitdata_alloc failsPeng Tao