summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-04-01NFS: Refactor nfs_lock_and_join_requests()Trond Myklebust
2020-04-01NFS: Reverse the submission order of requests in __nfs_pageio_add_request()Trond Myklebust
2020-04-01NFS: Clean up nfs_lock_and_join_requests()Trond Myklebust
2020-04-01NFS: Remove the redundant function nfs_pgio_has_mirroring()Trond Myklebust
2020-04-01NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Trond Myklebust
2020-04-01NFS: Fix a request reference leak in nfs_direct_write_clear_reqs()Trond Myklebust
2020-04-01NFS: Fix use-after-free issues in nfs_pageio_add_request()Trond Myklebust
2020-04-01NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests()Trond Myklebust
2020-04-01NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()Trond Myklebust
2020-03-28NFS: Remove unused FLUSH_SYNC support in nfs_initiate_pgio()Trond Myklebust
2020-03-27pNFS/flexfiles: Specify the layout segment range in LAYOUTGETTrond Myklebust
2020-03-27pNFS/flexfiles: remove requirement for whole file layoutsTrond Myklebust
2020-03-27pNFS/flexfiles: Check the layout segment range before doing I/OTrond Myklebust
2020-03-27pNFS/flexfile: Don't merge layout segments if the mirrors don't matchTrond Myklebust
2020-03-27NFS/pNFS: Fix pnfs_layout_mark_request_commit() invalid layout segment handlingTrond Myklebust
2020-03-27NFS/pNFS: Simplify bucket layout segment reference countingTrond Myklebust
2020-03-27NFS/pNFS: Clean up pNFS commit operationsTrond Myklebust
2020-03-27NFS: Remove bucket array from struct pnfs_ds_commit_infoTrond Myklebust
2020-03-27NFS/pNFS: Add a helper pnfs_generic_search_commit_reqs()Trond Myklebust
2020-03-27pNFS: Enable per-layout segment commit structuresTrond Myklebust
2020-03-27pNFS: Add infrastructure for cleaning up per-layout commit structuresTrond Myklebust
2020-03-27NFS/pNFS: Support commit arrays in nfs_clear_pnfs_ds_commit_verifiers()Trond Myklebust
2020-03-27NFS: Fix O_DIRECT commit verifier handlingTrond Myklebust
2020-03-27NFS: commit errors should be fatalTrond Myklebust
2020-03-27NFS/pNFS: Allow O_DIRECT to release the DS commitinfoTrond Myklebust
2020-03-27pNFS: Support per-layout segment commits in pnfs_generic_commit_pagelist()Trond Myklebust
2020-03-27pNFS: Support per-layout segment commits in pnfs_generic_recover_commit_reqs()Trond Myklebust
2020-03-27NFSv4/pNFS: Scan the full list of commit arrays when committingTrond Myklebust
2020-03-27NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_infoTrond Myklebust
2020-03-26pNFS: Add a helper to allocate the array of bucketsTrond Myklebust
2020-03-26NFS/pNFS: Refactor pnfs_generic_commit_pagelist()Trond Myklebust
2020-03-26pNFS/flexfiles: Simplify allocation of the mirror arrayTrond Myklebust
2020-03-25NFS: Don't specify NFS version in "UDP not supported" errorPetr Vorel
2020-03-25nfsroot: set tcp as the default transport protocolLiwei Song
2020-03-22NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro
2020-03-17nfs: Fix up documentation in nfs_follow_referral() and nfs_do_submount()Trond Myklebust
2020-03-16nfs: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-16NFSv4.2: error out when relink swapfileMurphy Zhou
2020-03-16NFS:remove redundant call to nfs_do_accessZhouyi Zhou
2020-03-16NFSv4: Add support for CB_RECALL_ANY for flexfiles layoutsTrond Myklebust
2020-03-16NFSv4: Clean up nfs_delegation_reap_expired()Trond Myklebust
2020-03-16NFSv4: Clean up nfs_delegation_reap_unclaimed()Trond Myklebust
2020-03-16NFSv4: Clean up nfs_client_return_marked_delegations()Trond Myklebust
2020-03-16NFS: Add a helper nfs_client_for_each_server()Trond Myklebust
2020-03-16NFSv4/pnfs: Clean up nfs_layout_find_inode()Trond Myklebust
2020-03-16NFSv4: Ensure layout headers are RCU safeTrond Myklebust
2020-03-16NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()Trond Myklebust
2020-03-16pNFS/flexfiles: Report DELAY and GRACE errors from the DS to the serverTrond Myklebust
2020-03-16NFS: Limit the size of the access cache by defaultTrond Myklebust
2020-03-16NFS: Avoid referencing the cred twice in async rename/unlinkTrond Myklebust