summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-10-1325-96/+683
|\
| * 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-062-10/+13
| * 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
| * nfs: add a new NFS4_OPEN_RESULT_MAY_NOTIFY_LOCK constantJeff Layton2016-09-261-2/+3
| * 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
| * svcrdma: support Remote InvalidationChuck Lever2016-09-233-6/+65
| * svcrdma: Server-side support for rpcrdma_connect_privateChuck Lever2016-09-231-4/+30
| * rpcrdma: RDMA/CM private message data structureChuck Lever2016-09-231-0/+35
| * svcrdma: Skip put_page() when send_reply() failsChuck Lever2016-09-231-1/+1
| * svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever2016-09-235-26/+27
| * 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-1376-310/+10580
|\ \
| * | 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-053-3/+173
| * | xfs: refactor swapext codeDarrick J. Wong2016-10-051-131/+144
| * | xfs: various swapext cleanupsDarrick J. Wong2016-10-051-16/+16
| * | xfs: recognize the reflink feature bitDarrick J. Wong2016-10-052-1/+9
| * | xfs: simulate per-AG reservations being critically lowDarrick J. Wong2016-10-052-2/+6
| * | xfs: don't mix reflink and DAX mode for nowDarrick J. Wong2016-10-054-0/+13
| * | xfs: check for invalid inode reflink flagsDarrick J. Wong2016-10-052-0/+20
| * | xfs: set a default CoW extent size of 32 blocksDarrick J. Wong2016-10-052-4/+9
| * | xfs: convert unwritten status of reverse mappings for shared filesDarrick J. Wong2016-10-052-1/+387
| * | xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong2016-10-054-2/+530
| * | xfs: add shared rmap map/unmap/convert log item typesDarrick J. Wong2016-10-053-0/+15
| * | xfs: increase log reservations for reflinkDarrick J. Wong2016-10-052-3/+15
| * | xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-0515-32/+287
| * | xfs: try other AGs to allocate a BMBT blockDarrick J. Wong2016-10-052-0/+47
| * | xfs: don't allow reflink when the AG is low on spaceDarrick J. Wong2016-10-051-0/+35
| * | xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong2016-10-059-3/+237
| * | xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-0515-20/+167
| * | xfs: unshare a range of blocks via fallocateDarrick J. Wong2016-10-053-2/+267
| * | xfs: swap inode reflink flags when swapping inode extentsDarrick J. Wong2016-10-051-0/+15
| * | xfs: teach get_bmapx about shared extents and the CoW forkDarrick J. Wong2016-10-052-15/+143