summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | xfs: change the type of ic_datapChristoph Hellwig2022-04-212-5/+4
| | * | xfs: pass lv chain length into xlog_write()Dave Chinner2022-04-213-39/+23
| | * | xfs: log ticket region debug is largely uselessDave Chinner2022-04-212-121/+6
| | * | xfs: reserve space and initialise xlog_op_header in item formattingDave Chinner2022-04-213-83/+99
| | * | xfs: move log iovec alignment to preparation functionDave Chinner2022-04-211-11/+14
| | * | xfs: log tickets don't need log client idDave Chinner2022-04-216-62/+18
| | * | xfs: embed the xlog_op_header in the commit recordDave Chinner2022-04-212-18/+15
| | * | xfs: embed the xlog_op_header in the unmount recordDave Chinner2022-04-211-11/+28
| | * | xfs: only CIL pushes require a start recordDave Chinner2022-04-212-52/+81
| | * | xfs: factor out the CIL transaction header buildingDave Chinner2022-04-211-22/+39
| | |/
| * | Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner2022-04-2127-238/+240
| |\ \
| | * | xfs: convert log ticket and iclog flags to unsigned.Dave Chinner2022-04-211-4/+4
| | * | xfs: convert shutdown reasons to unsigned.Dave Chinner2022-04-214-9/+8
| | * | xfs: convert quota options flags to unsigned.Dave Chinner2022-04-212-30/+31
| | * | xfs: convert ptag flags to unsigned.Dave Chinner2022-04-213-12/+13
| | * | xfs: convert inode lock flags to unsigned.Dave Chinner2022-04-213-27/+30
| | * | xfs: convert log item tracepoint flags to unsigned.Dave Chinner2022-04-211-4/+4
| | * | xfs: convert dquot flags to unsigned.Dave Chinner2022-04-212-6/+6
| | * | xfs: convert da btree operations flags to unsigned.Dave Chinner2022-04-212-12/+12
| | * | xfs: convert buffer log item flags to unsigned.Dave Chinner2022-04-211-13/+11
| | * | xfs: convert btree buffer log flags to unsigned.Dave Chinner2022-04-212-18/+18
| | * | xfs: convert AGI log flags to unsigned.Dave Chinner2022-04-213-19/+19
| | * | xfs: convert AGF log flags to unsigned.Dave Chinner2022-04-213-25/+25
| | * | xfs: convert bmapi flags to unsigned.Dave Chinner2022-04-212-29/+29
| | * | xfs: convert bmap extent type flags to unsigned.Dave Chinner2022-04-212-18/+18
| | * | xfs: convert scrub type flags to unsigned.Dave Chinner2022-04-211-8/+8
| | * | xfs: convert attr type flags to unsigned.Dave Chinner2022-04-211-4/+4
| | |/
| * | Merge branch 'guilt/5.19-miscellaneous' into xfs-5.19-for-nextDave Chinner2022-04-2115-132/+247
| |\ \
| | * | xfs: simplify local variable assignment in file write codeKaixu Xia2022-04-211-6/+2
| | * | xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong2022-04-128-47/+99
| | * | xfs: recalculate free rt extents after log recoveryDarrick J. Wong2022-04-123-9/+71
| | * | xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong2022-04-124-14/+17
| | * | xfs: Use generic_file_open()Matthew Wilcox (Oracle)2022-04-121-3/+1
| | * | xfs: Add XFS messages to printk indexJonathan Lassoff2022-04-112-10/+21
| | * | xfs: Simplify XFS logging methods.Jonathan Lassoff2022-04-112-52/+45
| | |/
* | | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-5/+5
|\ \ \
| * | | iomap: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * | | fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)2022-05-091-4/+4
| |/ /
* | | Merge tag 'iomap-5.19-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-05-241-3/+1
|\ \ \
| * | | iomap: don't invalidate folios after writeback errorsDarrick J. Wong2022-05-161-3/+1
| |/ /
* | | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-05-241-3/+3
|\ \ \
| * | | iomap: add per-iomap_iter private dataChristoph Hellwig2022-05-161-3/+3
| |/ /
* | | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-233-13/+9
|\ \ \ | |/ / |/| |
| * | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-172-2/+2
| * | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-2/+2
| * | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-172-9/+5
| |/
* | xfs: reorder iunlink remove operation in xfs_ifreeDave Chinner2022-04-211-11/+13
* | xfs: convert buffer flags to unsigned.Dave Chinner2022-04-213-25/+25
|/
* Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-04-0118-246/+347
|\
| * xfs: drop async cache flushes from CIL commits.Dave Chinner2022-03-295-93/+25