aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | NFSD: Implement the COPY callAnna Schumaker2016-10-07
| * | | | | | | | | | nfsd: handle EUCLEANJ. Bruce Fields2016-10-07
| * | | | | | | | | | nfsd: only WARN once on unmapped errorsJ. Bruce Fields2016-10-07
| * | | | | | | | | | exportfs: be careful to only return expected errors.NeilBrown2016-10-06
| * | | | | | | | | | nfsd4: setclientid_confirm with unmatched verifier should failJ. Bruce Fields2016-09-26
| * | | | | | | | | | nfsd: randomize SETCLIENTID reply to help distinguish serversJ. Bruce Fields2016-09-26
| * | | | | | | | | | nfsd: set the MAY_NOTIFY_LOCK flag in OPEN repliesJeff Layton2016-09-26
| * | | | | | | | | | nfsd: add a LRU list for blocked locksJeff Layton2016-09-26
| * | | | | | | | | | nfsd: have nfsd4_lock use blocking locks for v4.1+ locksJeff Layton2016-09-26
| * | | | | | | | | | nfsd: plumb in a CB_NOTIFY_LOCK operationJeff Layton2016-09-26
| * | | | | | | | | | NFSD: fix corruption in notifier registrationVasily Averin2016-09-26
| * | | | | | | | | | nfsd: fix dprintk in nfsd4_encode_getdeviceinfoJeff Layton2016-09-23
| * | | | | | | | | | nfsd: eliminate cb_minorversion fieldJeff Layton2016-09-16
| * | | | | | | | | | nfsd: don't set a FL_LAYOUT lease for flexfiles layoutsJeff Layton2016-09-16
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2016-10-13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | xfs: convert COW blocks to real blocks before unwritten extent conversionChristoph Hellwig2016-10-10
| * | | | | | | | | | xfs: rework refcount cow recovery error handlingDarrick J. Wong2016-10-10
| * | | | | | | | | | xfs: clear reflink flag if setting realtime flagDarrick J. Wong2016-10-10
| * | | | | | | | | | xfs: fix error initializationDarrick J. Wong2016-10-10
| * | | | | | | | | | xfs: fix label inaccuraciesDarrick J. Wong2016-10-10
| * | | | | | | | | | xfs: remove isize check from unshare operationDarrick J. Wong2016-10-10
| * | | | | | | | | | xfs: reduce stack usage of _reflink_clear_inode_flagDarrick J. Wong2016-10-10
| * | | | | | | | | | xfs: check inode reflink flag before calling reflink functionsDarrick J. Wong2016-10-10
| * | | | | | | | | | xfs: implement swapext for rmap filesystemsDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: refactor swapext codeDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: various swapext cleanupsDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: recognize the reflink feature bitDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: simulate per-AG reservations being critically lowDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: don't mix reflink and DAX mode for nowDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: check for invalid inode reflink flagsDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: set a default CoW extent size of 32 blocksDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: convert unwritten status of reverse mappings for shared filesDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: add shared rmap map/unmap/convert log item typesDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: increase log reservations for reflinkDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: try other AGs to allocate a BMBT blockDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: don't allow reflink when the AG is low on spaceDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: unshare a range of blocks via fallocateDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: swap inode reflink flags when swapping inode extentsDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: teach get_bmapx about shared extents and the CoW forkDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: add dedupe range vfs functionDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: add clone file and clone range vfs functionsDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: reflink extents from one file to anotherDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: cancel pending CoW reservations when destroying inodesDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: cancel CoW reservations and clear inode reflink flag when freeing blocksDarrick J. Wong2016-10-05
| * | | | | | | | | | xfs: implement CoW for directio writesDarrick J. Wong2016-10-05