summaryrefslogtreecommitdiff
path: root/fs/xfs
Commit message (Expand)AuthorAge
...
* | | | xfs: shutdown if block allocation overruns tx reservationBrian Foster2018-03-11
* | | | xfs: Rename xa_ elements to ail_Matthew Wilcox2018-03-11
* | | | xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-03-11
* | | | xfs: check for cow blocks before trying to clear themDarrick J. Wong2018-03-11
* | | | xfs: convert a few more directory asserts to corruptionDarrick J. Wong2018-03-11
* | | | xfs: don't iunlock the quota ip when quota blockDarrick J. Wong2018-03-11
* | | | xfs: Correctly invert xfs_buftarg LRU isolation logicVratislav Bendel2018-03-11
* | | | xfs: fix transaction allocation deadlock in IO pathDave Chinner2018-03-11
* | | | xfs: implement the lazytime mount optionChristoph Hellwig2018-03-11
* | | | xfs: Remove dead code from inode recover functionNikolay Borisov2018-03-11
* | | | Cleanup old XFS_BTREE_* tracesCarlos Maiolino2018-03-11
* | | | xfs: remove unused m_dmevmask from xfs_mount structEric Sandeen2018-03-11
* | | | xfs: fall back to vmalloc when allocation log vector buffersDave Chinner2018-03-11
|/ / /
* | | xfs: don't block on the ilock for RWF_NOWAITChristoph Hellwig2018-03-01
* | | xfs: don't start out with the exclusive ilock for direct I/OChristoph Hellwig2018-03-01
* | | xfs: don't allocate COW blocks for zeroing holes or unwritten extentsChristoph Hellwig2018-03-01
| |/ |/|
* | xfs: fix potential memory leak in mount option parsingChengguang Xu2018-02-26
* | xfs: reserve blocks for refcount / rmap log item recoveryDarrick J. Wong2018-02-22
* | xfs: use memset to initialize xfs_scrub_agfl_infoEric Sandeen2018-02-22
|/
* Merge tag 'xfs-4.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-02-05
|\
| * xfs: remove experimental tag for reverse mappingDarrick J. Wong2018-02-01
| * xfs: don't allow reflink + realtime filesystemsDarrick J. Wong2018-02-01
| * xfs: don't allow DAX on reflink filesystemsDarrick J. Wong2018-02-01
| * xfs: add scrub to XFS_BUILD_OPTIONSEric Sandeen2018-02-01
| * xfs: fix u32 type usage in sb validation functionDarrick J. Wong2018-01-31
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-02-03
|\ \
| * | dax: pass detailed error code from dax_iomap_fault()Jan Kara2018-01-07
* | | Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds2018-01-31
|\ \ \
| * | | fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski2018-01-01
* | | | Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-31
|\ \ \ \ | | |_|/ | |/| |
| * | | xfs: remove experimental tag for reflinksChristoph Hellwig2018-01-29
| * | | xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong2018-01-29
| * | | xfs: check reflink allocation mappingsDarrick J. Wong2018-01-29
| * | | xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong2018-01-29
| * | | xfs: only grab shared inode locks for source file during reflinkDarrick J. Wong2018-01-29
| * | | xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong2018-01-29
| * | | xfs: reflink should break pnfs leases before sharing blocksDarrick J. Wong2018-01-29
| * | | xfs: don't clobber inobt/finobt cursors when xref with rmapDarrick J. Wong2018-01-29
| * | | xfs: skip CoW writes past EOF when writeback races with truncateDarrick J. Wong2018-01-29
| * | | xfs: preserve i_rdev when recycling a reclaimable inodeAmir Goldstein2018-01-29
| * | | xfs: refactor accounting updates out of xfs_bmap_btallocDarrick J. Wong2018-01-29
| * | | xfs: refactor inode verifier corruption error printingDarrick J. Wong2018-01-29
| * | | xfs: make tracepoint inode number format consistentDarrick J. Wong2018-01-29
| * | | xfs: always zero di_flags2 when we free the inodeDarrick J. Wong2018-01-29
| * | | xfs: call xfs_qm_dqattach before performing reflink operationsDarrick J. Wong2018-01-29
| * | | xfs: bmap code cleanupShan Hai2018-01-29
| * | | Use list_head infra-structure for buffer's log items listCarlos Maiolino2018-01-29
| * | | Split buffer's b_fspriv fieldCarlos Maiolino2018-01-29
| * | | Get rid of xfs_buf_log_item_t typedefCarlos Maiolino2018-01-29
| * | | xfs: fix non-debug build compiler warningsDarrick J. Wong2018-01-17