aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-17umount oops when remove blocklayoutdriver firstfanchaoting2-0/+2
2013-02-17nfs: remove kfree() redundant null checksTim Gardner2-4/+2
2013-02-17NFSv4.1: Don't decode skipped layoutgetsWeston Andros Adamson1-1/+2
2013-02-14NFSv4.1: Fix bulk recall and destroy of layoutsTrond Myklebust3-74/+144
2013-02-11NFSv4.1: Fix an ABBA locking issue with session and state serialisationTrond Myklebust1-12/+20
2013-02-11NFSv4: Fix a reboot recovery race when opening a fileTrond Myklebust1-12/+38
2013-02-11NFSv4: Ensure delegation recall and byte range lock removal don't conflictTrond Myklebust4-2/+16
2013-02-11NFSv4: Fix up the return values of nfs4_open_delegation_recallTrond Myklebust1-14/+11
2013-02-11NFSv4.1: Don't lose locks when a server reboots during delegation returnTrond Myklebust3-43/+108
2013-02-11NFSv4.1: Prevent deadlocks between state recovery and file lockingTrond Myklebust1-0/+9
2013-02-11NFSv4: Allow the state manager to mark an open_owner as being recoveredTrond Myklebust2-1/+12
2013-02-01Revert "NFS: add nfs_sb_deactive_async to avoid deadlock"Trond Myklebust5-56/+3
2013-01-30NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 sessionTrond Myklebust1-2/+12
2013-01-30NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust1-0/+20
2013-01-27NFSv4.1: Ensure that nfs41_walk_client_list() does start lease recoveryTrond Myklebust1-1/+4
2013-01-27NFSv4: Fix NFSv4 trunking discoveryTrond Myklebust2-25/+9
2013-01-27NFSv4: Fix NFSv4 reference counting for trunked sessionsTrond Myklebust1-16/+15
2013-01-27NFS: Fix error reporting in nfs_xdev_mountTrond Myklebust1-13/+9
2013-01-05nfs: avoid dereferencing null pointer in initiate_bulk_drainingNickolai Zeldovich1-1/+1
2013-01-04NFS: Ensure that we free the rpc_task after read and write cleanups are doneTrond Myklebust2-6/+14
2013-01-04nfs: fix null checking in nfs_get_option_str()Xi Wang1-1/+1
2013-01-04pnfs: Increase the refcount when LAYOUTGET fails the first timeYanchuan Nian1-1/+1
2013-01-03NFS: Fix access to suid/sgid executablesWeston Andros Adamson2-13/+21
2012-12-21NFS: Kill fscache warnings when mounting without -ofscTrond Myklebust1-4/+15
2012-12-21NFS: Provide stub nfs_fscache_wait_on_invalidate() for when CONFIG_NFS_FSCACHE=nDavid Howells1-0/+1
2012-12-20NFS4: Open files for fscachingDavid Howells2-0/+3
2012-12-20NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a pageDavid Howells1-1/+2
2012-12-20NFS: Use FS-Cache invalidationDavid Howells3-6/+37
2012-12-18Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds31-942/+1109
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton2-8/+8
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-8/+4
2012-12-15NFS: Don't use SetPageError in the NFS writeback codeTrond Myklebust1-1/+0
2012-12-15NFSv4.1: Deal effectively with interrupted RPC calls.Trond Myklebust3-9/+25
2012-12-15NFSv4.1: Move the RPC timestamp out of the slot.Trond Myklebust3-10/+8
2012-12-15NFSv4.1: Try to deal with NFS4ERR_SEQ_MISORDERED.Trond Myklebust1-5/+19
2012-12-14NFS: nfs_lookup_revalidate should not trust an inode with i_nlink == 0Trond Myklebust1-3/+8
2012-12-14NFS: Fix calls to drop_nlink()Trond Myklebust1-5/+6
2012-12-14NFS: Ensure that we always drop inodes that have been marked as staleTrond Myklebust4-0/+9
2012-12-13nfs: Remove unused list nfs4_clientid_listYanchuan Nian1-1/+0
2012-12-13nfs: Remove duplicate function declaration in internal.hYanchuan Nian1-6/+0
2012-12-12NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown1-2/+1
2012-12-12SUNRPC handle EKEYEXPIRED in call_refreshresultAndy Adamson5-88/+3
2012-12-12nfs: fix page dirtying in NFS DIO read codepathJeff Layton1-7/+2
2012-12-12nfs: don't zero out the rest of the page if we hit the EOF on a DIO READJeff Layton1-8/+0
2012-12-11NFSv4.1: Be conservative about the client highest slotidTrond Myklebust1-6/+16
2012-12-11NFSv4.1: Handle NFS4ERR_BADSLOT errors correctlyTrond Myklebust1-1/+12
2012-12-11Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust4-7/+14
2012-12-11nfs: don't extend writes to cover entire page if pagecache is invalidJeff Layton1-1/+1
2012-12-11NFSv4: Check for buffer length in __nfs4_get_acl_uncachedSven Wegener1-1/+6
2012-12-06NFSv4.1: Try to eliminate outliers when updating target_highest_slotidTrond Myklebust2-5/+60