blob: ea18a862a7c1eacc11d244bade554ac2bb835f74 [file] [log] [blame]
9a861816a026 ("xfs: move xfs_parseargs() validation to a helper")
48a06e1b5773 ("xfs: refactor xfs_parseags()")
846410ccd104 ("xfs: avoid redundant checks when options is empty")
c0a6791667f8 ("xfs: refactor suffix_kstrtoint()")
e1d3d2188546 ("xfs: use super s_id instead of struct xfs_mount m_fsname")
f676c7508667 ("xfs: remove unused struct xfs_mount field m_fsname_len")
7c6b94b1b526 ("xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZE")
3274d0080100 ("xfs: rename the XFS_MOUNT_DFLT_IOSIZE option to")
2fcddee8cd8f ("xfs: simplify parsing of allocsize mount option")
5da8a07c79e8 ("xfs: rename the m_writeio_* fields in struct xfs_mount")
3cd1d18b0d40 ("xfs: remove the m_readio_* fields in struct xfs_mount")
b5ad616c3edf ("xfs: don't use a different allocsice for -o wsync")
dd2d535e3fb2 ("xfs: cleanup calculating the stat optimal I/O size")
69e8575dee42 ("xfs: remove the dsunit and dswidth variables in")
8da57c5c000c ("xfs: remove the biosize mount option")
a526c85c2236 ("xfs: move xfs_file_iomap_begin_delay around")
43568226a4a3 ("xfs: factor out a helper to calculate the end_fsb")
36adcbace24e ("xfs: fill out the srcmap in iomap_begin")
ae36b53c6c60 ("xfs: refactor xfs_file_iomap_begin_delay")
ffb375a8cf20 ("xfs: pass two imaps to xfs_reflink_allocate_cow")
05b30949f1aa ("xfs: set IOMAP_F_NEW more carefully")
2492a606b3d2 ("xfs: initialize iomap->flags in xfs_bmbt_to_iomap")
7684e2c4384d ("iomap: iomap that extends beyond EOF should be marked dirty")
8ab39f11d974 ("xfs: prevent CIL push holdoff in log recovery")
1058d0f5eeb4 ("xfs: move the log ioend workqueue to struct xlog")
79b54d9bfcdc ("xfs: use bios directly to write log buffers")
2d15d2c0e0f7 ("xfs: make use of the l_targ field in struct xlog")
abca1f33f869 ("xfs: remove the syncing argument from xlog_verify_iclog")
db0a6faf938e ("xfs: factor out iclog size calculation from xlog_sync")
5693384805ab ("xfs: factor out splitting of an iclog from xlog_sync")
94860a301b75 ("xfs: factor out log buffer writing from xlog_sync")
1f9489be0257 ("xfs: don't use REQ_PREFLUSH for split log writes")
366fc4b898b3 ("xfs: remove XLOG_STATE_IOABORT")
1e85a3670db2 ("xfs: remove the no-op spinlock_destroy stub")
494dba7b276e ("xfs: refactor inode geometry setup routines")
ef325959993e ("xfs: separate inode geometry")
025197ebb08a ("xfs: inode btree scrubber should calculate im_boffset correctly")
5cd213b0fec6 ("xfs: don't reserve per-AG space for an internal log")
94079285756d ("xfs: don't parse the mtpt mount option")
4f29e10d689f ("xfs: rework breaking of shared extents in xfs_file_iomap_begin")
affe250a085d ("xfs: don't pass iomap flags to xfs_reflink_allocate_cow")
66ae56a53f0e ("xfs: introduce an always_cow mode")
c4feb0b194f3 ("xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delay")
26b91c728b2d ("xfs: make COW fork unwritten extent conversions more robust")
db46e604adf8 ("xfs: merge COW handling into xfs_file_iomap_begin_delay")
78f0cc9d55cb ("xfs: don't use delalloc extents for COW on files with extsize hints")
60271ab79d40 ("xfs: fix SEEK_DATA for speculative COW fork preallocation")
16be1433737e ("xfs: make xfs_bmbt_to_iomap more useful")
4ad765edb02a ("xfs: move xfs_iomap_write_allocate to xfs_aops.c")
125851ac92d6 ("xfs: move stat accounting to xfs_bmapi_convert_delalloc")