summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.1: Fix the r/wsize checkingTrond Myklebust2018-11-131-7/+9
* NFSv4.1 fix infinite loop on I/O.Trond Myklebust2018-09-262-3/+9
* NFSv4.1: Fix a potential layoutget/layoutrecall deadlockTrond Myklebust2018-09-191-2/+2
* NFSv4.0 fix client reference leak in callbackOlga Kornievskaia2018-09-191-3/+8
* NFSv4 client live hangs after live data migration recoveryBill Baker2018-09-091-1/+8
* pnfs/blocklayout: off by one in bl_map_stripe()Dan Carpenter2018-09-091-1/+1
* pnfs: Don't release the sequence slot until we've processed layoutget on openTrond Myklebust2018-08-031-1/+2
* NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")Trond Myklebust2018-07-031-5/+2
* NFSv4: Fix possible 1-byte stack overflow in nfs_idmap_read_and_verify_messageDave Wysochanski2018-07-031-2/+3
* nfs: Do not convert nfs_idmap_cache_timeout to jiffiesJan Chochol2018-05-301-1/+1
* NFSv4: always set NFS_LOCK_LOST when a lock is lost.NeilBrown2018-05-302-5/+12
* pNFS/flexfiles: missing error code in ff_layout_alloc_lseg()Dan Carpenter2018-04-131-0/+1
* NFSv4.1: Work around a Linux server bug...Trond Myklebust2018-04-131-0/+6
* NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust2018-04-132-4/+13
* pNFS: Fix a deadlock when coalescing writes and returning the layoutTrond Myklebust2018-03-241-2/+0
* pNFS: Fix use after free issues in pnfs_do_read()Trond Myklebust2018-03-241-3/+13
* NFS: Fix missing pg_cleanup after nfs_pageio_cond_complete()Benjamin Coddington2018-03-241-2/+4
* fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman2018-03-221-0/+2
* NFS: Fix unstable write completionTrond Myklebust2018-03-181-40/+43
* NFS: Fix an incorrect type in struct nfs_direct_reqTrond Myklebust2018-03-181-1/+1
* NFS: Fix a race between mmap() and O_DIRECTTrond Myklebust2018-02-171-1/+1
* NFS: reject request for id_legacy key without auxdataEric Biggers2018-02-171-1/+5
* NFS: commit direct writes even if they fail partiallyJ. Bruce Fields2018-02-171-3/+1
* NFS: Add a cond_resched() to nfs_commit_release_pages()Trond Myklebust2018-02-171-0/+2
* nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mdsScott Mayhew2018-02-171-2/+2
* NFSv4.1 respect server's max size in CREATE_SESSIONOlga Kornievskaia2017-12-201-2/+2
* nfs: don't wait on commit in nfs_commit_inode() if there were no commit requestsScott Mayhew2017-12-201-0/+2
* NFS: Fix a typo in nfs_rename()Trond Myklebust2017-12-141-1/+1
* NFSv4: Fix client recovery when server reboots multiple timesTrond Myklebust2017-12-091-1/+0
* nfs: Don't take a reference on fl->fl_file for LOCK operationBenjamin Coddington2017-12-091-3/+0
* NFS: revalidate "." etc correctly on "open".NeilBrown2017-12-051-1/+2
* NFS: Avoid RCU usage in tracepointsAnna Schumaker2017-11-301-18/+6
* nfs: Fix ugly referral attributesChuck Lever2017-11-301-10/+8
* NFS: Fix typo in nomigration mount optionJoshua Watt2017-11-301-1/+1
* nfs: make nfs4_cb_sv_ops staticJason Yan2017-10-081-2/+2
* NFSv4: Fix callback server shutdownTrond Myklebust2017-09-271-8/+16
* NFS: Sync the correct byte range during synchronous writestarangg@amazon.com2017-09-131-3/+3
* NFS: Fix 2 use after free issues in the I/O codeTrond Myklebust2017-09-133-17/+12
* pnfs/blocklayout: require 64-bit sector_tChristoph Hellwig2017-08-161-0/+1
* nfs/flexfiles: fix leak of nfs4_ff_ds_version arraysWeston Andros Adamson2017-08-161-0/+1
* NFSv4: Fix EXCHANGE_ID corrupt verifier issueTrond Myklebust2017-08-112-8/+5
* NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiterBenjamin Coddington2017-08-061-1/+1
* NFS: invalidate file size when taking a lock.NeilBrown2017-08-061-1/+1
* NFS: only invalidate dentrys that are clearly invalid.NeilBrown2017-07-272-6/+10
* NFSv4.1: Fix a race in nfs4_proc_layoutgetTrond Myklebust2017-07-051-1/+1
* NFSv4.x/callback: Create the callback service through svc_create_pooledKinglong Mee2017-07-051-1/+1
* NFSv4: fix a reference leak caused WARNING messagesKinglong Mee2017-07-051-2/+0
* nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever2017-06-171-0/+1
* NFS: Use GFP_NOIO for two allocations in writebackBenjamin Coddington2017-05-251-4/+11
* NFS: Fix use after free in write error pathFred Isaman2017-05-251-1/+1