aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-12fs: Readd the fs module aliases.Eric W. Biederman1-0/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-1/+2
2013-03-02Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-23/+55
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds7-50/+35
2013-02-28NFSv4.1: LAYOUTGET EDELAY loops timeout to the MDSWeston Andros Adamson2-5/+11
2013-02-28PNFS: set the default DS timeout to 60 secondsWeston Andros Adamson1-1/+1
2013-02-28NFSv4: Fix another open/open_recovery deadlockTrond Myklebust1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-6/+3
2013-02-27nfs4client: convert to idr_alloc()Tejun Heo1-7/+6
2013-02-27nfs: idr_destroy() no longer needs idr_remove_all()Tejun Heo1-1/+0
2013-02-27nfs: don't allow nfs_find_actor to match inodes of the wrong typeJeff Layton1-0/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds9-17/+57
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton3-6/+46
2013-02-25NFSv4.1: Hold reference to layout hdr in layoutgetWeston Andros Adamson1-2/+9
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds5-39/+79
2013-02-24pnfs: fix resend_to_mds for directioBenny Halevy3-8/+18
2013-02-22new helper: file_inode(file)Al Viro7-11/+11
2013-02-22NFS: Don't allow NFS silly-renamed files to be deleted, no signalTrond Myklebust1-7/+13
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-15SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() functionStanislav Kinsbursky1-1/+1
2013-02-15SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky1-1/+2
2013-02-15NFS: simplify and clean cache libraryStanislav Kinsbursky3-16/+4
2013-02-15NFS: use SUNRPC cache creation and destruction helper for DNS cacheStanislav Kinsbursky1-35/+25
2013-02-14NFSv4.1: Fix bulk recall and destroy of layoutsTrond Myklebust3-74/+144
2013-02-13nfs: kuid and kgid conversions for nfs/inode.cEric W. Biederman1-6/+6
2013-02-13nfs: Convert nfs4xdr to use kuids and kgidsEric W. Biederman1-8/+8
2013-02-13nfs: Convert nfs3xdr to use kuids and kgidsEric W. Biederman1-4/+14
2013-02-13nfs: Convert nfs2xdr to use kuids and kgidsEric W. Biederman1-4/+15
2013-02-13nfs: Convert idmap to use kuids and kgidsEric W. Biederman1-16/+34
2013-02-13nfs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring allocEric W. Biederman1-1/+2
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-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.hJeff Layton5-0/+6
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