summaryrefslogtreecommitdiff
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: minor cleanup for xfs_reflink_end_cowChristoph Hellwig2018-03-151-9/+8
* xfs: minor cleanup for xfs_get_blocksChristoph Hellwig2018-03-151-7/+6
* xfs: remove xfs_zero_rangeChristoph Hellwig2018-03-154-53/+14
* xfs: assert that xfs_reflink_allocate_cow is called with XFS_ILOCK_EXCLChristoph Hellwig2018-03-151-1/+1
* xfs: don't use XFS_BMAPI_ENTRIRE in xfs_get_blocksChristoph Hellwig2018-03-151-2/+2
* xfs: fix the check for COW extents in xfs_swap_extentsChristoph Hellwig2018-03-151-2/+2
* xfs: refactor xfs_log_forceChristoph Hellwig2018-03-141-81/+63
* xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnChristoph Hellwig2018-03-146-28/+9
* xfs: merge _xfs_log_force and xfs_log_forceChristoph Hellwig2018-03-144-29/+8
* xfs: remove the unused log_flushed variable in xfs_extent_busy_flushChristoph Hellwig2018-03-141-2/+2
* xfs: remove an outdated comment for xfs_inode_item_committingChristoph Hellwig2018-03-141-4/+0
* xfs: remove misleading comment text on xfs_inode_item_unlockChristoph Hellwig2018-03-141-3/+0
* xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster2018-03-115-12/+46
* xfs: rename agfl perag res type to rmapbtBrian Foster2018-03-114-34/+33
* xfs: account format bouncing into rmapbt swapext tx reservationBrian Foster2018-03-111-9/+20
* xfs: shutdown if block allocation overruns tx reservationBrian Foster2018-03-111-4/+8
* xfs: Rename xa_ elements to ail_Matthew Wilcox2018-03-1110-174/+175
* xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-03-115-23/+31
* xfs: check for cow blocks before trying to clear themDarrick J. Wong2018-03-112-9/+5
* xfs: convert a few more directory asserts to corruptionDarrick J. Wong2018-03-112-3/+5
* xfs: don't iunlock the quota ip when quota blockDarrick J. Wong2018-03-111-2/+0
* xfs: Correctly invert xfs_buftarg LRU isolation logicVratislav Bendel2018-03-111-1/+1
* xfs: fix transaction allocation deadlock in IO pathDave Chinner2018-03-112-3/+4
* xfs: implement the lazytime mount optionChristoph Hellwig2018-03-113-1/+49
* xfs: Remove dead code from inode recover functionNikolay Borisov2018-03-111-7/+0
* Cleanup old XFS_BTREE_* tracesCarlos Maiolino2018-03-117-164/+14
* xfs: remove unused m_dmevmask from xfs_mount structEric Sandeen2018-03-113-12/+0
* xfs: fall back to vmalloc when allocation log vector buffersDave Chinner2018-03-113-5/+11
* xfs: don't block on the ilock for RWF_NOWAITChristoph Hellwig2018-03-011-8/+19
* xfs: don't start out with the exclusive ilock for direct I/OChristoph Hellwig2018-03-011-4/+2
* xfs: don't allocate COW blocks for zeroing holes or unwritten extentsChristoph Hellwig2018-03-011-1/+10
* xfs: fix potential memory leak in mount option parsingChengguang Xu2018-02-261-0/+2
* xfs: reserve blocks for refcount / rmap log item recoveryDarrick J. Wong2018-02-222-4/+9
* xfs: use memset to initialize xfs_scrub_agfl_infoEric Sandeen2018-02-221-1/+2
* Merge tag 'xfs-4.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-02-053-11/+24
|\
| * xfs: remove experimental tag for reverse mappingDarrick J. Wong2018-02-011-8/+4
| * xfs: don't allow reflink + realtime filesystemsDarrick J. Wong2018-02-011-0/+7
| * xfs: don't allow DAX on reflink filesystemsDarrick J. Wong2018-02-011-1/+4
| * xfs: add scrub to XFS_BUILD_OPTIONSEric Sandeen2018-02-011-0/+7
| * xfs: fix u32 type usage in sb validation functionDarrick J. Wong2018-01-311-2/+2
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-02-031-1/+1
|\ \
| * | dax: pass detailed error code from dax_iomap_fault()Jan Kara2018-01-071-1/+1
* | | Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds2018-01-311-3/+0
|\ \ \
| * | | fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski2018-01-011-3/+0
* | | | Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-3194-1555/+4565
|\ \ \ \ | | |_|/ | |/| |
| * | | xfs: remove experimental tag for reflinksChristoph Hellwig2018-01-291-5/+1
| * | | xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong2018-01-291-0/+20
| * | | xfs: check reflink allocation mappingsDarrick J. Wong2018-01-291-0/+7
| * | | xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong2018-01-292-6/+41
| * | | xfs: only grab shared inode locks for source file during reflinkDarrick J. Wong2018-01-291-10/+15