summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton2016-01-221-1/+5
* nfs4: start callback_ident at idr 1Benjamin Coddington2016-01-221-1/+1
* NFS: nfs_set_pgio_error sometimes misses errorsTrond Myklebust2015-10-011-2/+2
* NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 clientKinglong Mee2015-10-011-0/+1
* NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown2015-10-011-1/+1
* fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia2015-08-031-0/+2
* NFS: Fix size of NFSACL SETACL operationsChuck Lever2015-08-031-1/+1
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-04-291-1/+1
* NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust2015-03-181-1/+1
* NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust2015-03-061-1/+3
* nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton2015-03-061-3/+5
* NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust2015-02-051-1/+1
* nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao2015-02-051-0/+6
* NFSv4.1: Fix client id trunking on LinuxTrond Myklebust2015-01-271-9/+8
* nfs41: fix nfs4_proc_layoutget error handlingPeng Tao2015-01-081-3/+3
* nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery2014-12-061-1/+1
* mm: filemap: move radix tree hole searching hereJohannes Weiner2014-11-211-1/+1
* NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATETrond Myklebust2014-11-211-25/+17
* NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust2014-11-213-3/+23
* nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara2014-11-211-1/+1
* NFS: Don't try to reclaim delegation open state if recovery failedTrond Myklebust2014-11-211-0/+2
* NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust2014-11-211-1/+23
* nfs: fix pnfs direct write memory leakPeng Tao2014-11-211-0/+1
* NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson2014-10-302-3/+11
* NFSv4: fix open/lock state recovery error handlingTrond Myklebust2014-10-301-10/+6
* NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM failsTrond Myklebust2014-10-301-1/+0
* Fixing lease renewalOlga Kornievskaia2014-10-301-0/+1
* NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust2014-10-051-15/+15
* NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Steve Dickson2014-10-051-18/+20
* NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust2014-09-051-5/+12
* NFSv3: Fix another acl regressionTrond Myklebust2014-09-051-1/+4
* nfs3_list_one_acl(): check get_acl() result with IS_ERR_OR_NULLAndrey Utkin2014-09-051-1/+1
* nfs: only show Posix ACLs in listxattr if actually presentChristoph Hellwig2014-07-312-2/+45
* nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew2014-07-061-1/+3
* NFS: populate ->net in mount data when remountingMateusz Guzik2014-07-061-0/+1
* NFS: Use raw_write_seqcount_begin/end int nfs4_reclaim_open_stateTrond Myklebust2014-07-061-3/+3
* NFS: Don't declare inode uptodate unless all attributes were checkedTrond Myklebust2014-07-061-9/+17
* pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr()Trond Myklebust2014-07-061-1/+1
* NFSv4: Fix a use-after-free problem in open()Trond Myklebust2014-05-061-9/+10
* Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-03-094-29/+30
|\
| * NFSv4: Fail the truncate() if the lock/open stateid is invalidTrond Myklebust2014-03-051-3/+6
| * NFSv4.1 Fail data server I/O if stateid represents a lost lockAndy Adamson2014-03-051-4/+6
| * NFSv4: Fix the return value of nfs4_select_rw_stateidTrond Myklebust2014-03-051-11/+3
| * NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateidTrond Myklebust2014-03-051-2/+3
| * NFS: Fix a delegation callback raceTrond Myklebust2014-03-021-4/+7
| * NFSv4: Fix another nfs4_sequence corruptorTrond Myklebust2014-03-011-5/+5
* | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-02-201-0/+1
|\ \
| * | nfs: include xattr.h from fs/nfs/nfs3proc.cTejun Heo2014-02-031-0/+1
* | | Merge tag 'nfs-for-3.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-02-195-15/+35
|\ \ \ | | |/ | |/|
| * | NFS fix error return in nfs4_select_rw_stateidAndy Adamson2014-02-191-1/+4