summaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)Author
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-18Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2019-07-18pnfs/flexfiles: Add tracepoints for detecting pnfs fallback to MDSTrond Myklebust
2019-07-18pnfs: Fix a problem where we gratuitously start doing I/O through the MDSTrond Myklebust
2019-07-18pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_errorTrond Myklebust
2019-07-18NFSv4: Don't use the zero stateid with layoutgetTrond Myklebust
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust
2019-07-15NFSv4: Validate the stateid before applying it to state recoveryTrond Myklebust
2019-07-13nfs4.0: Refetch lease_time after clientid updateDonald Buczek
2019-07-13nfs4: Rename nfs41_setup_state_renewalDonald Buczek
2019-07-13nfs4: Make nfs4_proc_get_lease_time available for nfs4.0Donald Buczek
2019-07-13nfs: Fix copy-and-paste error in debug messageDonald Buczek
2019-07-13NFS: Replace 16 seq_printf() calls by seq_puts()Markus Elfring
2019-07-13NFS: Use seq_putc() in nfs_show_stats()Markus Elfring
2019-07-12Revert "NFS: readdirplus optimization by cache mechanism" (memleak)Max Kellermann
2019-07-12Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-09NFS: Record task, client ID, and XID in xdr_status trace pointsChuck Lever
2019-07-09NFS: Update symbolic flags displayed by trace eventsChuck Lever
2019-07-09NFS: Display symbolic status code names in trace logChuck Lever
2019-07-09NFS: Fix show_nfs_errors macros againChuck Lever
2019-07-09NFS4: Add a trace event to record invalid CB sequence IDsChuck Lever
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-06NFS: Cleanup if nfs_match_client is interruptedBenjamin Coddington
2019-07-06nfs: disable client side deduplicationDarrick J. Wong
2019-07-06NFSv4: Add lease_time and lease_expired to 'nfs4:' line of mountstatsDave Wysochanski
2019-07-06NFS: Clean up writeback codeTrond Myklebust
2019-07-06Merge branch 'multipath_tcp'Trond Myklebust
2019-07-06Merge branch 'containers'Trond Myklebust
2019-07-06NFS: send state management on a single connection.NeilBrown
2019-07-06NFS: Allow multiple connections to a NFSv2 or NFSv3 serverTrond Myklebust
2019-07-06NFS: Display the "nconnect" mount option if it is set.Trond Myklebust
2019-07-06pNFS: Allow multiple connections to the DSTrond Myklebust
2019-07-06NFSv4: Allow multiple connections to NFSv4.x (x>0) serversTrond Myklebust
2019-07-06NFS: Add a mount option to specify number of TCP connections to useTrond Myklebust
2019-07-06NFS: Add sysfs support for per-container identifierTrond Myklebust
2019-07-06NFS: Add deferred cache invalidation for close-to-open consistency violationsTrond Myklebust
2019-07-06NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_initTrond Myklebust
2019-07-06NFS: Create a root NFS directory in /sys/fs/nfsTrond Myklebust
2019-07-06NFSv4: Handle the special Linux file open access modeTrond Myklebust
2019-07-06NFSv4: Handle open for execute correctlyTrond Myklebust
2019-07-04nfs: dget_parent() never returns NULLAl Viro
2019-06-28NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells
2019-06-27keys: Pass the network namespace into request_key mechanismDavid Howells
2019-06-21NFS4: Only set creation opendata if O_CREATBenjamin Coddington
2019-06-20fsnotify: move fsnotify_nameremove() hook out of d_delete()Amir Goldstein