summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | NFSv4: Don't perform cached access checks before we've OPENed the fileTrond Myklebust2015-12-281-0/+3
| | * | NFS: Allow the combination pNFS and labeled NFSTrond Myklebust2015-12-281-0/+3
| | * | NFS42: handle layoutstats stateid errorPeng Tao2015-12-281-2/+27
| | * | nfs: Fix race in __update_open_stateid()Andrew Elble2015-12-281-1/+1
| | * | nfs: fix missing assignment in nfs4_sequence_done tracepointAndrew Elble2015-12-281-0/+1
| * | | NFS: Use wait_on_atomic_t() for unlock after readaheadBenjamin Coddington2016-01-075-63/+22
| * | | Merge branch 'pnfs_generic'Trond Myklebust2016-01-0413-115/+293
| |\ \ \
| | * | | NFSv4.1/pNFS: Cleanup constify struct pnfs_layout_range argumentsTrond Myklebust2016-01-042-6/+6
| | * | | NFSv4.1/pnfs: Cleanup copying of pnfs_layout_range structuresTrond Myklebust2016-01-042-2/+9
| | * | | NFSv4.1/pNFS: Cleanup pnfs_mark_matching_lsegs_invalid()Trond Myklebust2016-01-041-5/+5
| | * | | NFSv4.1/pNFS: Fix a race in initiate_file_draining()Trond Myklebust2016-01-041-4/+1
| | * | | NFSv4.1/pNFS: pnfs_error_mark_layout_for_return() must always return layoutTrond Myklebust2016-01-042-7/+21
| | * | | NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return() should set the iomodeTrond Myklebust2016-01-041-4/+12
| | * | | NFSv4.1/pNFS: Use nfs4_stateid_copy for copying stateidsTrond Myklebust2016-01-041-3/+3
| | * | | NFSv4.1/pNFS: Don't pass stateids by value to pnfs_send_layoutreturn()Trond Myklebust2016-01-041-6/+6
| | * | | NFS: Relax requirements in nfs_flush_incompatibleTrond Myklebust2015-12-313-7/+8
| | * | | NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalidTrond Myklebust2015-12-316-0/+37
| | * | | NFS: Allow multiple commit requests in flight per fileTrond Myklebust2015-12-315-49/+35
| | * | | NFS/pNFS: Fix up pNFS write reschedule layering violations and bugsTrond Myklebust2015-12-314-19/+22
| | * | | NFSv4: List stateid information in the callback tracepointsTrond Myklebust2015-12-282-6/+79
| | * | | NFSv4.1/pNFS: Don't return NFS4ERR_DELAY unnecessarily in CB_LAYOUTRECALLTrond Myklebust2015-12-281-1/+1
| | * | | NFSv4.1/pNFS: Ensure we enforce RFC5661 Section 12.5.5.2.1Trond Myklebust2015-12-281-0/+20
| | * | | pNFS: If we have to delay the layout callback, mark the layout for returnTrond Myklebust2015-12-283-3/+18
| | * | | NFSv4.1/pNFS: Add a helper to mark the layout as returnedTrond Myklebust2015-12-284-1/+17
| | * | | pNFS: Ensure nfs4_layoutget_prepare returns the correct errorTrond Myklebust2015-12-281-4/+5
| * | | | Merge branch 'flexfiles'Trond Myklebust2015-12-2814-174/+339
| |\ \ \ \
| | * | | | pNFS/flexfiles: Ensure we record layoutstats even if RPC is terminated earlyTrond Myklebust2015-12-281-6/+31
| | * | | | pNFS: Add flag to track if we've called nfs4_ff_layout_stat_io_start_read/writeTrond Myklebust2015-12-281-25/+70
| | * | | | pNFS/flexfiles: Fix a statistics gathering imbalanceTrond Myklebust2015-12-281-1/+1
| | * | | | pNFS/flexfiles: Don't mark the entire layout as failed, when returning itTrond Myklebust2015-12-282-3/+1
| | * | | | pNFS/flexfiles: Don't prevent flexfiles client from retrying LAYOUTGETTrond Myklebust2015-12-284-53/+6
| | * | | | pnfs/flexfiles: count io stat in rpc_count_stats callbackPeng Tao2015-12-281-12/+10
| | * | | | pnfs/flexfiles: do not mark delay-like status as DS failurePeng Tao2015-12-281-1/+8
| | * | | | NFS41: map NFS4ERR_LAYOUTUNAVAILABLE to ENODATAPeng Tao2015-12-281-0/+9
| | * | | | nfs: only remove page from mapping if launder_page failsPeng Tao2015-12-282-17/+24
| | * | | | nfs: handle request add failure properlyPeng Tao2015-12-285-31/+67
| | * | | | nfs: centralize pgio error cleanupPeng Tao2015-12-282-32/+33
| | * | | | nfs: clean up rest of reqs when failing to add onePeng Tao2015-12-281-3/+14
| | * | | | NFS41: pop some layoutget errors to applicationPeng Tao2015-12-286-14/+78
| | * | | | pNFS/flexfiles: Support server-supplied layoutstats sampling periodTrond Myklebust2015-12-282-3/+14
| | |/ / /
| * | | | nfs: machine credential support for additional operationsAndrew Elble2015-12-281-0/+20
| * | | | nfs: do not initialise statics to 0Wei Tang2015-12-281-1/+1
| |/ / /
| * | | pNFS: Modify pnfs_update_layout tracepoints to use layout stateidTrond Myklebust2015-12-283-16/+28
| * | | NFSv4: Fix unused variable warnings in nfs4_init_*_client_string()Trond Myklebust2015-12-281-6/+3
| * | | nfs: add new tracepoint for pnfs_update_layoutJeff Layton2015-12-282-6/+88
| * | | Adding tracepoint to cached openOlga Kornievskaia2015-12-282-0/+41
| * | | Adding stateid information to tracepointsOlga Kornievskaia2015-12-283-32/+245
| |/ /
* | / Make sure that highmem pages are not added to symlink page cacheAl Viro2016-01-141-3/+2
| |/ |/|
* | Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-121-77/+10
|\ \
| * | vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-071-77/+10