summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-03-027-23/+55
|\
| * NFSv4.1: LAYOUTGET EDELAY loops timeout to the MDSWeston Andros Adamson2013-02-282-5/+11
| * PNFS: set the default DS timeout to 60 secondsWeston Andros Adamson2013-02-281-1/+1
| * NFSv4: Fix another open/open_recovery deadlockTrond Myklebust2013-02-281-0/+1
| * nfs: don't allow nfs_find_actor to match inodes of the wrong typeJeff Layton2013-02-271-0/+2
| * NFSv4.1: Hold reference to layout hdr in layoutgetWeston Andros Adamson2013-02-251-2/+9
| * pnfs: fix resend_to_mds for directioBenny Halevy2013-02-243-8/+18
| * NFS: Don't allow NFS silly-renamed files to be deleted, no signalTrond Myklebust2013-02-221-7/+13
* | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-287-50/+35
|\ \
| * | SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() functionStanislav Kinsbursky2013-02-151-1/+1
| * | SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky2013-02-151-1/+2
| * | NFS: simplify and clean cache libraryStanislav Kinsbursky2013-02-153-16/+4
| * | NFS: use SUNRPC cache creation and destruction helper for DNS cacheStanislav Kinsbursky2013-02-151-35/+25
| * | sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-055-0/+6
* | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-6/+3
* | | nfs4client: convert to idr_alloc()Tejun Heo2013-02-271-7/+6
* | | nfs: idr_destroy() no longer needs idr_remove_all()Tejun Heo2013-02-271-1/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-269-17/+57
|\ \ \
| * | | vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton2013-02-263-6/+46
| * | | new helper: file_inode(file)Al Viro2013-02-227-11/+11
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-255-39/+79
|\ \ \ \ | |_|_|/ |/| | |
| * | | nfs: kuid and kgid conversions for nfs/inode.cEric W. Biederman2013-02-131-6/+6
| * | | nfs: Convert nfs4xdr to use kuids and kgidsEric W. Biederman2013-02-131-8/+8
| * | | nfs: Convert nfs3xdr to use kuids and kgidsEric W. Biederman2013-02-131-4/+14
| * | | nfs: Convert nfs2xdr to use kuids and kgidsEric W. Biederman2013-02-131-4/+15
| * | | nfs: Convert idmap to use kuids and kgidsEric W. Biederman2013-02-131-16/+34
| * | | nfs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring allocEric W. Biederman2013-02-131-1/+2
| | |/ | |/|
* | | umount oops when remove blocklayoutdriver firstfanchaoting2013-02-172-0/+2
* | | nfs: remove kfree() redundant null checksTim Gardner2013-02-172-4/+2
* | | NFSv4.1: Don't decode skipped layoutgetsWeston Andros Adamson2013-02-171-1/+2
* | | NFSv4.1: Fix bulk recall and destroy of layoutsTrond Myklebust2013-02-143-74/+144
* | | NFSv4.1: Fix an ABBA locking issue with session and state serialisationTrond Myklebust2013-02-111-12/+20
* | | NFSv4: Fix a reboot recovery race when opening a fileTrond Myklebust2013-02-111-12/+38
* | | NFSv4: Ensure delegation recall and byte range lock removal don't conflictTrond Myklebust2013-02-114-2/+16
* | | NFSv4: Fix up the return values of nfs4_open_delegation_recallTrond Myklebust2013-02-111-14/+11
* | | NFSv4.1: Don't lose locks when a server reboots during delegation returnTrond Myklebust2013-02-113-43/+108
* | | NFSv4.1: Prevent deadlocks between state recovery and file lockingTrond Myklebust2013-02-111-0/+9
* | | NFSv4: Allow the state manager to mark an open_owner as being recoveredTrond Myklebust2013-02-112-1/+12
* | | Revert "NFS: add nfs_sb_deactive_async to avoid deadlock"Trond Myklebust2013-02-015-56/+3
* | | NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 sessionTrond Myklebust2013-01-301-2/+12
* | | NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust2013-01-301-0/+20
* | | NFSv4.1: Ensure that nfs41_walk_client_list() does start lease recoveryTrond Myklebust2013-01-271-1/+4
* | | NFSv4: Fix NFSv4 trunking discoveryTrond Myklebust2013-01-272-25/+9
* | | NFSv4: Fix NFSv4 reference counting for trunked sessionsTrond Myklebust2013-01-271-16/+15
* | | NFS: Fix error reporting in nfs_xdev_mountTrond Myklebust2013-01-271-13/+9
| |/ |/|
* | nfs: avoid dereferencing null pointer in initiate_bulk_drainingNickolai Zeldovich2013-01-051-1/+1
* | NFS: Ensure that we free the rpc_task after read and write cleanups are doneTrond Myklebust2013-01-042-6/+14
* | nfs: fix null checking in nfs_get_option_str()Xi Wang2013-01-041-1/+1
* | pnfs: Increase the refcount when LAYOUTGET fails the first timeYanchuan Nian2013-01-041-1/+1
* | NFS: Fix access to suid/sgid executablesWeston Andros Adamson2013-01-032-13/+21
|/
OpenPOWER on IntegriCloud