aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-14xfs: remove an outdated comment for xfs_inode_item_committingChristoph Hellwig1-4/+0
2018-03-14xfs: remove misleading comment text on xfs_inode_item_unlockChristoph Hellwig1-3/+0
2018-03-11xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster5-12/+46
2018-03-11xfs: rename agfl perag res type to rmapbtBrian Foster4-34/+33
2018-03-11xfs: account format bouncing into rmapbt swapext tx reservationBrian Foster1-9/+20
2018-03-11xfs: shutdown if block allocation overruns tx reservationBrian Foster1-4/+8
2018-03-11xfs: Rename xa_ elements to ail_Matthew Wilcox10-174/+175
2018-03-11xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner5-23/+31
2018-03-11xfs: check for cow blocks before trying to clear themDarrick J. Wong2-9/+5
2018-03-11xfs: convert a few more directory asserts to corruptionDarrick J. Wong2-3/+5
2018-03-11xfs: don't iunlock the quota ip when quota blockDarrick J. Wong1-2/+0
2018-03-11xfs: Correctly invert xfs_buftarg LRU isolation logicVratislav Bendel1-1/+1
2018-03-11xfs: fix transaction allocation deadlock in IO pathDave Chinner2-3/+4
2018-03-11xfs: implement the lazytime mount optionChristoph Hellwig3-1/+49
2018-03-11xfs: Remove dead code from inode recover functionNikolay Borisov1-7/+0
2018-03-11Cleanup old XFS_BTREE_* tracesCarlos Maiolino7-164/+14
2018-03-11xfs: remove unused m_dmevmask from xfs_mount structEric Sandeen3-12/+0
2018-03-11xfs: fall back to vmalloc when allocation log vector buffersDave Chinner3-5/+11
2018-03-01xfs: don't block on the ilock for RWF_NOWAITChristoph Hellwig1-8/+19
2018-03-01xfs: don't start out with the exclusive ilock for direct I/OChristoph Hellwig1-4/+2
2018-03-01xfs: don't allocate COW blocks for zeroing holes or unwritten extentsChristoph Hellwig1-1/+10
2018-02-26xfs: fix potential memory leak in mount option parsingChengguang Xu1-0/+2
2018-02-22xfs: reserve blocks for refcount / rmap log item recoveryDarrick J. Wong2-4/+9
2018-02-22xfs: use memset to initialize xfs_scrub_agfl_infoEric Sandeen1-1/+2
2018-02-05Merge tag 'xfs-4.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-11/+24
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+1
2018-02-01xfs: remove experimental tag for reverse mappingDarrick J. Wong1-8/+4
2018-02-01xfs: don't allow reflink + realtime filesystemsDarrick J. Wong1-0/+7
2018-02-01xfs: don't allow DAX on reflink filesystemsDarrick J. Wong1-1/+4
2018-02-01xfs: add scrub to XFS_BUILD_OPTIONSEric Sandeen1-0/+7
2018-01-31xfs: fix u32 type usage in sb validation functionDarrick J. Wong1-2/+2
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds1-3/+0
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds94-1555/+4565
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds5-12/+22
2018-01-29xfs: remove experimental tag for reflinksChristoph Hellwig1-5/+1
2018-01-29xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong1-0/+20
2018-01-29xfs: check reflink allocation mappingsDarrick J. Wong1-0/+7
2018-01-29xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong2-6/+41
2018-01-29xfs: only grab shared inode locks for source file during reflinkDarrick J. Wong1-10/+15
2018-01-29xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong4-22/+39
2018-01-29xfs: reflink should break pnfs leases before sharing blocksDarrick J. Wong1-1/+47
2018-01-29xfs: don't clobber inobt/finobt cursors when xref with rmapDarrick J. Wong1-2/+2
2018-01-29xfs: skip CoW writes past EOF when writeback races with truncateDarrick J. Wong1-0/+13
2018-01-29xfs: preserve i_rdev when recycling a reclaimable inodeAmir Goldstein1-0/+2
2018-01-29xfs: refactor accounting updates out of xfs_bmap_btallocDarrick J. Wong1-13/+17
2018-01-29xfs: refactor inode verifier corruption error printingDarrick J. Wong4-10/+50
2018-01-29xfs: make tracepoint inode number format consistentDarrick J. Wong1-6/+6
2018-01-29xfs: always zero di_flags2 when we free the inodeDarrick J. Wong1-0/+1
2018-01-29xfs: call xfs_qm_dqattach before performing reflink operationsDarrick J. Wong1-0/+5
2018-01-29xfs: bmap code cleanupShan Hai1-24/+8