summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * NFS test session trunking with exchange idAndy Adamson2016-09-192-11/+44
| * NFS add xprt switch addrs test to match clientAndy Adamson2016-09-191-1/+4
| * NFS detect session trunkingAndy Adamson2016-09-192-0/+92
| * NFS refactor nfs4_check_serverowner_major_idAndy Adamson2016-09-191-6/+5
| * NFS refactor nfs4_match_clientidsAndy Adamson2016-09-191-5/+5
| * NFS setup async exchange_idAndy Adamson2016-09-191-81/+134
| * NFSv4.x: Add kernel parameter to control the callback serverTrond Myklebust2016-09-196-6/+21
| * NFSv4.x: Switch to using svc_set_num_threads() to manage the callback threadsTrond Myklebust2016-09-192-66/+15
| * NFSv4.x: Fix up the global tracking of the callback serverTrond Myklebust2016-09-191-5/+9
| * SUNRPC: Initialise struct svc_serv backchannel fields during __svc_create()Trond Myklebust2016-09-191-3/+0
| * NFSv4.x: Set up struct svc_serv_ops for the callback channelTrond Myklebust2016-09-191-18/+39
| * pnfs: track multiple layout types in fsinfo structureJeff Layton2016-09-194-27/+29
* | Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-10-1417-53/+517
|\ \
| * | NFSD: Implement the COPY callAnna Schumaker2016-10-075-13/+181
| * | nfsd: handle EUCLEANJ. Bruce Fields2016-10-071-0/+1
| * | nfsd: only WARN once on unmapped errorsJ. Bruce Fields2016-10-071-1/+1
| * | exportfs: be careful to only return expected errors.NeilBrown2016-10-061-4/+6
| * | nfsd4: setclientid_confirm with unmatched verifier should failJ. Bruce Fields2016-09-261-2/+3
| * | nfsd: randomize SETCLIENTID reply to help distinguish serversJ. Bruce Fields2016-09-261-0/+2
| * | nfsd: set the MAY_NOTIFY_LOCK flag in OPEN repliesJeff Layton2016-09-261-2/+4
| * | nfsd: add a LRU list for blocked locksJeff Layton2016-09-263-0/+65
| * | nfsd: have nfsd4_lock use blocking locks for v4.1+ locksJeff Layton2016-09-262-20/+156
| * | nfsd: plumb in a CB_NOTIFY_LOCK operationJeff Layton2016-09-263-0/+73
| * | NFSD: fix corruption in notifier registrationVasily Averin2016-09-261-4/+14
| * | nfsd: fix dprintk in nfsd4_encode_getdeviceinfoJeff Layton2016-09-231-1/+1
| * | nfsd: eliminate cb_minorversion fieldJeff Layton2016-09-162-5/+3
| * | nfsd: don't set a FL_LAYOUT lease for flexfiles layoutsJeff Layton2016-09-163-1/+7
* | | Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2016-10-1473-308/+10557
|\ \ \
| * | | xfs: convert COW blocks to real blocks before unwritten extent conversionChristoph Hellwig2016-10-111-2/+2
| * | | xfs: rework refcount cow recovery error handlingDarrick J. Wong2016-10-101-11/+9
| * | | xfs: clear reflink flag if setting realtime flagDarrick J. Wong2016-10-101-2/+2
| * | | xfs: fix error initializationDarrick J. Wong2016-10-101-1/+1
| * | | xfs: fix label inaccuraciesDarrick J. Wong2016-10-101-4/+4
| * | | xfs: remove isize check from unshare operationDarrick J. Wong2016-10-101-12/+6
| * | | xfs: reduce stack usage of _reflink_clear_inode_flagDarrick J. Wong2016-10-101-24/+16
| * | | xfs: check inode reflink flag before calling reflink functionsDarrick J. Wong2016-10-102-7/+9
| * | | xfs: implement swapext for rmap filesystemsDarrick J. Wong2016-10-063-3/+173
| * | | xfs: refactor swapext codeDarrick J. Wong2016-10-061-131/+144
| * | | xfs: various swapext cleanupsDarrick J. Wong2016-10-061-16/+16
| * | | xfs: recognize the reflink feature bitDarrick J. Wong2016-10-062-1/+9
| * | | xfs: simulate per-AG reservations being critically lowDarrick J. Wong2016-10-062-2/+6
| * | | xfs: don't mix reflink and DAX mode for nowDarrick J. Wong2016-10-064-0/+13
| * | | xfs: check for invalid inode reflink flagsDarrick J. Wong2016-10-062-0/+20
| * | | xfs: set a default CoW extent size of 32 blocksDarrick J. Wong2016-10-062-4/+9
| * | | xfs: convert unwritten status of reverse mappings for shared filesDarrick J. Wong2016-10-062-1/+387
| * | | xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong2016-10-064-2/+530
| * | | xfs: add shared rmap map/unmap/convert log item typesDarrick J. Wong2016-10-063-0/+15
| * | | xfs: increase log reservations for reflinkDarrick J. Wong2016-10-062-3/+15
| * | | xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-0615-32/+287
| * | | xfs: try other AGs to allocate a BMBT blockDarrick J. Wong2016-10-062-0/+47