aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2018-03-14xfs: refactor xfs_log_forceChristoph Hellwig
2018-03-14xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnChristoph Hellwig
2018-03-14xfs: merge _xfs_log_force and xfs_log_forceChristoph Hellwig
2018-03-14xfs: remove the unused log_flushed variable in xfs_extent_busy_flushChristoph Hellwig
2018-03-14xfs: remove an outdated comment for xfs_inode_item_committingChristoph Hellwig
2018-03-14xfs: remove misleading comment text on xfs_inode_item_unlockChristoph Hellwig
2018-03-11xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster
2018-03-11xfs: rename agfl perag res type to rmapbtBrian Foster
2018-03-11xfs: account format bouncing into rmapbt swapext tx reservationBrian Foster
2018-03-11xfs: shutdown if block allocation overruns tx reservationBrian Foster
2018-03-11xfs: Rename xa_ elements to ail_Matthew Wilcox
2018-03-11xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner
2018-03-11xfs: check for cow blocks before trying to clear themDarrick J. Wong
2018-03-11xfs: convert a few more directory asserts to corruptionDarrick J. Wong
2018-03-11xfs: don't iunlock the quota ip when quota blockDarrick J. Wong
2018-03-11xfs: Correctly invert xfs_buftarg LRU isolation logicVratislav Bendel
2018-03-11xfs: fix transaction allocation deadlock in IO pathDave Chinner
2018-03-11xfs: implement the lazytime mount optionChristoph Hellwig
2018-03-11xfs: Remove dead code from inode recover functionNikolay Borisov
2018-03-11Cleanup old XFS_BTREE_* tracesCarlos Maiolino
2018-03-11xfs: remove unused m_dmevmask from xfs_mount structEric Sandeen
2018-03-11xfs: fall back to vmalloc when allocation log vector buffersDave Chinner
2018-03-01xfs: don't block on the ilock for RWF_NOWAITChristoph Hellwig
2018-03-01xfs: don't start out with the exclusive ilock for direct I/OChristoph Hellwig
2018-03-01xfs: don't allocate COW blocks for zeroing holes or unwritten extentsChristoph Hellwig
2018-02-26xfs: fix potential memory leak in mount option parsingChengguang Xu
2018-02-22xfs: reserve blocks for refcount / rmap log item recoveryDarrick J. Wong
2018-02-22xfs: use memset to initialize xfs_scrub_agfl_infoEric Sandeen
2018-02-05Merge tag 'xfs-4.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2018-02-01xfs: remove experimental tag for reverse mappingDarrick J. Wong
2018-02-01xfs: don't allow reflink + realtime filesystemsDarrick J. Wong
2018-02-01xfs: don't allow DAX on reflink filesystemsDarrick J. Wong
2018-02-01xfs: add scrub to XFS_BUILD_OPTIONSEric Sandeen
2018-01-31xfs: fix u32 type usage in sb validation functionDarrick J. Wong
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-29xfs: remove experimental tag for reflinksChristoph Hellwig
2018-01-29xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong
2018-01-29xfs: check reflink allocation mappingsDarrick J. Wong
2018-01-29xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong
2018-01-29xfs: only grab shared inode locks for source file during reflinkDarrick J. Wong
2018-01-29xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong
2018-01-29xfs: reflink should break pnfs leases before sharing blocksDarrick J. Wong
2018-01-29xfs: don't clobber inobt/finobt cursors when xref with rmapDarrick J. Wong
2018-01-29xfs: skip CoW writes past EOF when writeback races with truncateDarrick J. Wong
2018-01-29xfs: preserve i_rdev when recycling a reclaimable inodeAmir Goldstein
2018-01-29xfs: refactor accounting updates out of xfs_bmap_btallocDarrick J. Wong
2018-01-29xfs: refactor inode verifier corruption error printingDarrick J. Wong