aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown2015-10-131-1/+1
* NFS: Fix size of NFSACL SETACL operationsChuck Lever2015-08-121-1/+1
* fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia2015-08-121-0/+2
* NFSv4: Minor cleanups for nfs4_handle_exception and nfs4_async_handle_errorTrond Myklebust2015-05-091-5/+5
* NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust2015-05-091-1/+1
* NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust2015-05-091-1/+3
* nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton2015-05-091-3/+5
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-011-1/+1
* NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson2014-12-142-3/+11
* NFSv4: fix open/lock state recovery error handlingTrond Myklebust2014-12-141-10/+6
* NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust2014-11-051-15/+15
* NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust2014-09-131-5/+12
* nfs: fix do_div() warning by instead using sector_div()Helge Deller2014-04-021-1/+1
* nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEWeston Andros Adamson2014-04-021-2/+2
* NFSv4: OPEN must handle the NFS4ERR_IO return code correctlyTrond Myklebust2014-04-021-16/+31
* NFSv4: Update list of irrecoverable errors on DELEGRETURNTrond Myklebust2014-01-031-2/+8
* NFSv4 wait on recovery for async session errorsAndy Adamson2014-01-031-2/+1
* NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk()Trond Myklebust2014-01-031-0/+1
* NFSv4.1: integer overflow in decode_cb_sequence_args()Dan Carpenter2013-09-101-3/+3
* NFS: nfs_getaclargs.acl_len is a size_tChuck Lever2013-04-101-1/+2
* NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust2013-04-102-15/+18
* pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting2013-04-101-2/+2
* NFS: Don't allow NFS silly-renamed files to be deleted, no signalTrond Myklebust2013-03-201-7/+13
* umount oops when remove blocklayoutdriver firstfanchaoting2013-03-062-0/+2
* NFSv4.1: Don't decode skipped layoutgetsWeston Andros Adamson2013-03-061-1/+2
* NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 sessionTrond Myklebust2013-02-061-2/+12
* NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust2013-02-061-0/+20
* nfs: fix null checking in nfs_get_option_str()Xi Wang2013-01-161-1/+1
* NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown2013-01-031-2/+1
* NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()Bryan Schumaker2013-01-031-4/+17
* nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings2012-11-164-9/+20
* nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeoutsScott Mayhew2012-11-161-1/+1
* NFS: fix bug in legacy DNS resolver.NeilBrown2012-11-161-2/+3
* NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust2012-11-161-0/+1
* NFSv4.1: We must release the sequence id when we fail to get a session slotTrond Myklebust2012-11-161-13/+23
* NFS: Wait for session recovery to finish before returningBryan Schumaker2012-11-161-2/+1
* pnfsblock: fix partial page buffer wirtePeng Tao2012-10-172-12/+165
* NFS: return error from decode_getfh in decode openWeston Andros Adamson2012-09-191-1/+2
* NFS: Fix a problem with the legacy binary mount codeTrond Myklebust2012-09-191-0/+2
* NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust2012-09-193-4/+4
* NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidateTrond Myklebust2012-09-121-2/+2
* NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust2012-09-121-1/+1
* NFS: Alias the nfs module to nfs4bjschuma@gmail.com2012-09-121-0/+2
* pnfs: defer release of pages in layoutgetIdan Kedar2012-09-123-40/+58
* fix page number calculation bug for block layout decode bufferJim Rees2012-09-121-1/+3
* NFSv4.1 fix page number calculation bug for filelayout decode buffersAndy Adamson2012-09-122-2/+2
* NFS: Use kcalloc() when allocating arraysTrond Myklebust2012-09-122-2/+2
* nfs: tear down caches in nfs_init_writepagecache when allocation failsJeff Layton2012-09-121-2/+8
* nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton2012-08-101-2/+5
* mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-08-022-3/+3