summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu2019-06-111-0/+4
* NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.Tetsuo Handa2019-05-161-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
* NFS41: pop some layoutget errors to applicationPeng Tao2019-03-236-14/+78
* nfs: Fix NULL pointer dereference of dev_nameYao Liu2019-03-231-0/+5
* NFS: nfs_compare_mount_options always compare auth flavors.Chris Perl2019-02-201-2/+1
* NFSv4.1: Fix the r/wsize checkingTrond Myklebust2018-11-211-7/+9
* NFSv4.0 fix client reference leak in callbackOlga Kornievskaia2018-09-191-3/+8
* pnfs/blocklayout: off by one in bl_map_stripe()Dan Carpenter2018-09-091-1/+1
* 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
* 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 an incorrect type in struct nfs_direct_reqTrond Myklebust2018-03-181-1/+1
* NFS: reject request for id_legacy key without auxdataEric Biggers2018-02-161-1/+5
* NFS: commit direct writes even if they fail partiallyJ. Bruce Fields2018-02-161-3/+1
* NFS: Add a cond_resched() to nfs_commit_release_pages()Trond Myklebust2018-02-161-0/+2
* nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mdsScott Mayhew2018-02-161-2/+2
* NFSv4.1 respect server's max size in CREATE_SESSIONOlga Kornievskaia2017-12-201-2/+2
* NFS: Fix a typo in nfs_rename()Trond Myklebust2017-12-161-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: Fix ugly referral attributesChuck Lever2017-11-301-10/+8
* NFS: Fix typo in nomigration mount optionJoshua Watt2017-11-301-1/+1
* 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
* NFS: only invalidate dentrys that are clearly invalid.NeilBrown2017-07-272-6/+10
* 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
* NFSv4: Don't perform cached access checks before we've OPENed the fileTrond Myklebust2017-06-141-0/+3
* NFS: Ensure we revalidate attributes before using execute_ok()Trond Myklebust2017-06-141-2/+16
* NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson2017-03-121-6/+2
* NFSv4: fix getacl head length estimationJ. Bruce Fields2017-03-121-1/+1
* NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust2017-03-121-1/+1
* NFSv4.0: always send mode in SETATTR after EXCLUSIVE4Benjamin Coddington2017-02-011-1/+2
* NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown2017-01-191-1/+2
* NFS: Fix a performance regression in readdirTrond Myklebust2017-01-191-13/+2
* pNFS: Fix race in pnfs_wait_on_layoutreturnTrond Myklebust2017-01-191-5/+3
* nfs_write_end(): fix handling of short copiesAl Viro2017-01-091-1/+1
* NFSv4.x: hide array-bounds warningArnd Bergmann2016-12-021-1/+1
* NFSv4.2: Fix a reference leak in nfs42_proc_layoutstats_genericJeff Layton2016-10-281-0/+1
* NFSv4: Open state recovery must account for file permission changesTrond Myklebust2016-10-281-0/+3
* NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalidTrond Myklebust2016-10-281-4/+13