summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFS: Directory page cache pages need to be locked when readTrond Myklebust2020-02-141-11/+19
* NFS: Fix bool initialization/comparisonThomas Meyer2020-02-144-8/+8
* NFS: Fix memory leaks and corruption in readdirTrond Myklebust2020-02-141-2/+17
* NFS: switch back to to ->iterate()Benjamin Coddington2020-02-141-25/+12
* NFS: Fix a soft lockup in the delegation recovery codeTrond Myklebust2020-01-292-8/+13
* fs/nfs: Fix nfs_parse_devname to not modify it's argumentEric W. Biederman2020-01-291-1/+1
* NFSv4.x: fix lock recovery during delegation recallOlga Kornievskaia2019-11-251-3/+3
* NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust2019-11-123-5/+13
* NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever2019-11-061-0/+1
* fs: nfs: Fix possible null-pointer dereferences in encode_attrs()Jia-Ju Bai2019-10-171-1/+1
* NFSv2: Fix write regressionTrond Myklebust2019-09-211-1/+3
* NFSv2: Fix eof handlingTrond Myklebust2019-09-211-1/+2
* NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetupTrond Myklebust2019-09-211-1/+1
* NFSv4: Fix return values for nfs4_file_open()Trond Myklebust2019-09-211-6/+6
* NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Trond Myklebust2019-09-063-7/+28
* NFSv4: Fix open create exclusive when the server rebootsTrond Myklebust2019-08-041-15/+26
* NFSv4: Handle the special Linux file open access modeTrond Myklebust2019-08-042-1/+2
* NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust2019-07-101-1/+1
* NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu2019-05-251-0/+4
* NFS: Fix a typo in nfs_init_timeout_values()Trond Myklebust2019-05-041-1/+1
* NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.Tetsuo Handa2019-05-021-1/+2
* NFSv4.1 don't free interrupted slot on openOlga Kornievskaia2019-04-031-1/+2
* NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()Trond Myklebust2019-03-231-1/+1
* NFS: Fix an I/O request leakage in nfs_do_recoalesceTrond Myklebust2019-03-231-1/+0
* NFS: Fix I/O request leakagesTrond Myklebust2019-03-231-5/+21
* nfs: Fix NULL pointer dereference of dev_nameYao Liu2019-03-131-0/+5
* NFS: nfs_compare_mount_options always compare auth flavors.Chris Perl2019-02-121-2/+1
* nfs: don't dirty kernel pages read by direct-ioDave Kleikamp2018-12-211-1/+8
* 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