summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-23Merge tag 'nfs-for-4.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-22Merge branch 'bugfixes'Trond Myklebust
2016-01-22pNFS/flexfiles: Fix an XDR encoding bug in layoutreturnTrond Myklebust
2016-01-21NFS: Simplify nfs_request_add_commit_list() argumentsAnna Schumaker
2016-01-21pNFS/flexfiles: Improve merging of errors in LAYOUTRETURNTrond Myklebust
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-14Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-14Make sure that highmem pages are not added to symlink page cacheAl Viro
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-08NFS: Fix a compile warning about unused variable in nfs_generic_pg_pgios()Trond Myklebust
2016-01-08NFSv4: Fix a compile warning about no prototype for nfs4_ioctl()Trond Myklebust
2016-01-07Merge branch 'bugfixes'Trond Myklebust
2016-01-07NFS: Use wait_on_atomic_t() for unlock after readaheadBenjamin Coddington
2016-01-04Merge branch 'pnfs_generic'Trond Myklebust
2016-01-04NFSv4.1/pNFS: Cleanup constify struct pnfs_layout_range argumentsTrond Myklebust
2016-01-04NFSv4.1/pnfs: Cleanup copying of pnfs_layout_range structuresTrond Myklebust
2016-01-04NFSv4.1/pNFS: Cleanup pnfs_mark_matching_lsegs_invalid()Trond Myklebust
2016-01-04NFSv4.1/pNFS: Fix a race in initiate_file_draining()Trond Myklebust
2016-01-04NFSv4.1/pNFS: pnfs_error_mark_layout_for_return() must always return layoutTrond Myklebust
2016-01-04NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return() should set the iomodeTrond Myklebust
2016-01-04NFSv4.1/pNFS: Use nfs4_stateid_copy for copying stateidsTrond Myklebust
2016-01-04NFSv4.1/pNFS: Don't pass stateids by value to pnfs_send_layoutreturn()Trond Myklebust
2015-12-31NFS: Relax requirements in nfs_flush_incompatibleTrond Myklebust
2015-12-31NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalidTrond Myklebust
2015-12-31NFS: Allow multiple commit requests in flight per fileTrond Myklebust
2015-12-31NFS/pNFS: Fix up pNFS write reschedule layering violations and bugsTrond Myklebust
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-30pNFS/flexfiles: Fix an Oopsable typo in ff_mirror_match_fh()Trond Myklebust
2015-12-30NFS: Fix attribute cache revalidationTrond Myklebust
2015-12-28NFS: Ensure we revalidate attributes before using execute_ok()Trond Myklebust
2015-12-28Merge branch 'flexfiles'Trond Myklebust
2015-12-28NFSv4: List stateid information in the callback tracepointsTrond Myklebust
2015-12-28NFSv4.1/pNFS: Don't return NFS4ERR_DELAY unnecessarily in CB_LAYOUTRECALLTrond Myklebust
2015-12-28NFSv4.1/pNFS: Ensure we enforce RFC5661 Section 12.5.5.2.1Trond Myklebust
2015-12-28pNFS: If we have to delay the layout callback, mark the layout for returnTrond Myklebust
2015-12-28NFSv4.1/pNFS: Add a helper to mark the layout as returnedTrond Myklebust
2015-12-28pNFS: Ensure nfs4_layoutget_prepare returns the correct errorTrond Myklebust
2015-12-28pNFS/flexfiles: Ensure we record layoutstats even if RPC is terminated earlyTrond Myklebust
2015-12-28pNFS: Add flag to track if we've called nfs4_ff_layout_stat_io_start_read/writeTrond Myklebust
2015-12-28pNFS/flexfiles: Fix a statistics gathering imbalanceTrond Myklebust
2015-12-28pNFS/flexfiles: Don't mark the entire layout as failed, when returning itTrond Myklebust
2015-12-28pNFS/flexfiles: Don't prevent flexfiles client from retrying LAYOUTGETTrond Myklebust
2015-12-28pnfs/flexfiles: count io stat in rpc_count_stats callbackPeng Tao
2015-12-28pnfs/flexfiles: do not mark delay-like status as DS failurePeng Tao
2015-12-28NFS41: map NFS4ERR_LAYOUTUNAVAILABLE to ENODATAPeng Tao