summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-04-21Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-nextDave Chinner6-588/+454
2022-04-21Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner27-238/+240
2022-04-21Merge branch 'guilt/5.19-miscellaneous' into xfs-5.19-for-nextDave Chinner15-132/+247
2022-04-21xfs: convert log ticket and iclog flags to unsigned.Dave Chinner1-4/+4
2022-04-21xfs: convert shutdown reasons to unsigned.Dave Chinner4-9/+8
2022-04-21xfs: convert quota options flags to unsigned.Dave Chinner2-30/+31
2022-04-21xfs: convert ptag flags to unsigned.Dave Chinner3-12/+13
2022-04-21xfs: convert inode lock flags to unsigned.Dave Chinner3-27/+30
2022-04-21xfs: convert log item tracepoint flags to unsigned.Dave Chinner1-4/+4
2022-04-21xfs: convert dquot flags to unsigned.Dave Chinner2-6/+6
2022-04-21xfs: convert da btree operations flags to unsigned.Dave Chinner2-12/+12
2022-04-21xfs: convert buffer log item flags to unsigned.Dave Chinner1-13/+11
2022-04-21xfs: convert btree buffer log flags to unsigned.Dave Chinner2-18/+18
2022-04-21xfs: convert AGI log flags to unsigned.Dave Chinner3-19/+19
2022-04-21xfs: convert AGF log flags to unsigned.Dave Chinner3-25/+25
2022-04-21xfs: convert bmapi flags to unsigned.Dave Chinner2-29/+29
2022-04-21xfs: convert bmap extent type flags to unsigned.Dave Chinner2-18/+18
2022-04-21xfs: convert scrub type flags to unsigned.Dave Chinner1-8/+8
2022-04-21xfs: convert attr type flags to unsigned.Dave Chinner1-4/+4
2022-04-21xfs: CIL context doesn't need to count iovecsDave Chinner2-17/+6
2022-04-21xfs: xlog_write() doesn't need optype anymoreDave Chinner3-8/+4
2022-04-21xfs: xlog_write() no longer needs contwr stateDave Chinner1-18/+10
2022-04-21xfs: remove xlog_verify_dest_ptrChristoph Hellwig2-38/+1
2022-04-21xfs: introduce xlog_write_partial()Dave Chinner2-236/+196
2022-04-21xfs: introduce xlog_write_full()Dave Chinner1-3/+66
2022-04-21xfs: change the type of ic_datapChristoph Hellwig2-5/+4
2022-04-21xfs: pass lv chain length into xlog_write()Dave Chinner3-39/+23
2022-04-21xfs: log ticket region debug is largely uselessDave Chinner2-121/+6
2022-04-21xfs: reserve space and initialise xlog_op_header in item formattingDave Chinner3-83/+99
2022-04-21xfs: move log iovec alignment to preparation functionDave Chinner1-11/+14
2022-04-21xfs: log tickets don't need log client idDave Chinner6-62/+18
2022-04-21xfs: embed the xlog_op_header in the commit recordDave Chinner2-18/+15
2022-04-21xfs: embed the xlog_op_header in the unmount recordDave Chinner1-11/+28
2022-04-21xfs: only CIL pushes require a start recordDave Chinner2-52/+81
2022-04-21xfs: factor out the CIL transaction header buildingDave Chinner1-22/+39
2022-04-21xfs: simplify local variable assignment in file write codeKaixu Xia1-6/+2
2022-04-21xfs: reorder iunlink remove operation in xfs_ifreeDave Chinner1-11/+13
2022-04-21xfs: convert buffer flags to unsigned.Dave Chinner3-25/+25
2022-04-11xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong8-47/+99
2022-04-11xfs: recalculate free rt extents after log recoveryDarrick J. Wong3-9/+71
2022-04-11xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong4-14/+17
2022-04-11xfs: Use generic_file_open()Matthew Wilcox (Oracle)1-3/+1
2022-04-11xfs: Add XFS messages to printk indexJonathan Lassoff2-10/+21
2022-04-11xfs: Simplify XFS logging methods.Jonathan Lassoff2-52/+45
2022-04-10Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+0
2022-04-09Merge tag 'io_uring-5.18-2022-04-08' of git://git.kernel.dk/linux-blockLinus Torvalds2-420/+198
2022-04-08io_uring: fix race between timeout flush and removalJens Axboe1-4/+3
2022-04-08Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-24/+22
2022-04-08Merge tag '5.18-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-12/+17
2022-04-07NFS: Ensure rpc_run_task() cannot fail in nfs_async_rename()Trond Myklebust1-0/+1