summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2015-05-09NFSv4: Minor cleanups for nfs4_handle_exception and nfs4_async_handle_errorTrond Myklebust
2015-05-09NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust
2015-05-09NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust
2015-05-09nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton
2015-01-01move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-12-14NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson
2014-12-14NFSv4: fix open/lock state recovery error handlingTrond Myklebust
2014-11-05NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust
2014-09-13NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust
2014-04-02nfs: fix do_div() warning by instead using sector_div()Helge Deller
2014-04-02nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEWeston Andros Adamson
2014-04-02NFSv4: OPEN must handle the NFS4ERR_IO return code correctlyTrond Myklebust
2014-01-03NFSv4: Update list of irrecoverable errors on DELEGRETURNTrond Myklebust
2014-01-03NFSv4 wait on recovery for async session errorsAndy Adamson
2014-01-03NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk()Trond Myklebust
2013-09-10NFSv4.1: integer overflow in decode_cb_sequence_args()Dan Carpenter
2013-04-10NFS: nfs_getaclargs.acl_len is a size_tChuck Lever
2013-04-10NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust
2013-04-10pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting
2013-03-20NFS: Don't allow NFS silly-renamed files to be deleted, no signalTrond Myklebust
2013-03-06umount oops when remove blocklayoutdriver firstfanchaoting
2013-03-06NFSv4.1: Don't decode skipped layoutgetsWeston Andros Adamson
2013-02-06NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 sessionTrond Myklebust
2013-02-06NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust
2013-01-16nfs: fix null checking in nfs_get_option_str()Xi Wang
2013-01-03NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown
2013-01-03NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()Bryan Schumaker
2012-11-16nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings
2012-11-16nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeoutsScott Mayhew
2012-11-16NFS: fix bug in legacy DNS resolver.NeilBrown
2012-11-16NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust
2012-11-16NFSv4.1: We must release the sequence id when we fail to get a session slotTrond Myklebust
2012-11-16NFS: Wait for session recovery to finish before returningBryan Schumaker
2012-10-17pnfsblock: fix partial page buffer wirtePeng Tao
2012-09-19NFS: return error from decode_getfh in decode openWeston Andros Adamson
2012-09-19NFS: Fix a problem with the legacy binary mount codeTrond Myklebust
2012-09-19NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust
2012-09-12NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidateTrond Myklebust
2012-09-12NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust
2012-09-12NFS: Alias the nfs module to nfs4bjschuma@gmail.com
2012-09-12pnfs: defer release of pages in layoutgetIdan Kedar
2012-09-12fix page number calculation bug for block layout decode bufferJim Rees
2012-09-12NFSv4.1 fix page number calculation bug for filelayout decode buffersAndy Adamson
2012-09-12NFS: Use kcalloc() when allocating arraysTrond Myklebust
2012-09-12nfs: tear down caches in nfs_init_writepagecache when allocation failsJeff Layton
2012-08-10nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton
2012-08-02mm: compaction: introduce sync-light migration for use by compactionMel Gorman
2012-08-02mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman
2012-07-25pnfs-obj: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh
2012-07-25pnfs-obj: don't leak objio_state if ore_write/read failsBoaz Harrosh