summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2013-02-03NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 sessionTrond Myklebust
2013-02-03NFSv4.1: Ensure that nfs41_walk_client_list() does start lease recoveryTrond Myklebust
2013-02-03NFSv4: Fix NFSv4 trunking discoveryTrond Myklebust
2013-02-03NFSv4: Fix NFSv4 reference counting for trunked sessionsTrond Myklebust
2013-02-03NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust
2013-02-03NFS: Fix error reporting in nfs_xdev_mountTrond Myklebust
2013-01-11nfs: avoid dereferencing null pointer in initiate_bulk_drainingNickolai Zeldovich
2013-01-11NFS: Ensure that we free the rpc_task after read and write cleanups are doneTrond Myklebust
2013-01-11nfs: fix null checking in nfs_get_option_str()Xi Wang
2013-01-11pnfs: Increase the refcount when LAYOUTGET fails the first timeYanchuan Nian
2013-01-11NFS: Fix access to suid/sgid executablesWeston Andros Adamson
2013-01-11NFS: Don't use SetPageError in the NFS writeback codeTrond Myklebust
2013-01-11NFS: Fix calls to drop_nlink()Trond Myklebust
2013-01-11NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown
2013-01-11nfs: don't zero out the rest of the page if we hit the EOF on a DIO READJeff Layton
2013-01-11NFSv4: Check for buffer length in __nfs4_get_acl_uncachedSven Wegener
2013-01-11nfs: don't extend writes to cover entire page if pagecache is invalidJeff Layton
2013-01-11NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()Bryan Schumaker
2012-11-29nfs_lookup_revalidate(): fix a leakAl Viro
2012-11-29don't do blind d_drop() in nfs_prime_dcache()Al Viro
2012-11-02NFS4: nfs4_opendata_access should return errnoWeston Andros Adamson
2012-11-01NFSv4: Initialise the NFSv4.1 slot table highest_used_slotid correctlyTrond Myklebust
2012-10-31NFS: add nfs_sb_deactive_async to avoid deadlockWeston Andros Adamson
2012-10-31nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings
2012-10-31nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeoutsScott Mayhew
2012-10-31nfs: Check whether a layout pointer is NULL before free itYanchuan Nian
2012-10-31NFS: fix bug in legacy DNS resolver.NeilBrown
2012-10-31NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust
2012-10-31NFSv4.1: We must release the sequence id when we fail to get a session slotTrond Myklebust
2012-10-31NFS: Wait for session recovery to finish before returningBryan Schumaker
2012-10-16NFSv4: Fix the return value for nfs_callback_start_svcTrond Myklebust
2012-10-16NFSv4.1: Declare osd_pri_2_pnfs_err(), objio_init_read/write to be staticTrond Myklebust
2012-10-16NFSv4: fs/nfs/nfs4getroot.c needs to include "internal.h"Trond Myklebust
2012-10-15NFSv4.1: Use kcalloc() to allocate zeroed arrays instead of kzalloc()Trond Myklebust
2012-10-15NFSv4.1: Do not call pnfs_return_layout() from an rpciod contextTrond Myklebust
2012-10-15NFSv4.1: Kill nfs4_ds_disconnect()Trond Myklebust
2012-10-13Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-10-11Merge Trond's bugfixesJ. Bruce Fields
2012-10-10Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-10-09nfs: disintegrate UAPI for nfsJ. Bruce Fields
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-10-08pnfsblock: cleanup nfs4_blkdev_getPeng Tao
2012-10-08NFS41: send real read size in layoutgetPeng Tao
2012-10-08NFS41: send real write size in layoutgetPeng Tao
2012-10-08NFS: track direct IO left bytesPeng Tao
2012-10-05NFSv4.1: Cleanup ugliness in pnfs_layoutgets_blocked()Trond Myklebust
2012-10-04NFSv4.1: Ensure that the layout sequence id stays 'close' to the currentTrond Myklebust
2012-10-04NFSv4.1: Deal with seqid wraparound in the pNFS return-on-close codeTrond Myklebust
2012-10-03NFSv4 set open access operation call flag in nfs4_init_opendata_resAndy Adamson
2012-10-03NFSv4.1: Remove the dependency on CONFIG_EXPERIMENTALTrond Myklebust