aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-04-22Merge tag 'fs.fixes.v5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+13
2022-04-22binfmt_flat: Remove shared library supportEric W. Biederman2-156/+40
2022-04-21mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-4/+5
2022-04-21f2fs: should not truncate blocks during roll-forward recoveryJaegeuk Kim1-1/+2
2022-04-21fs/proc: Introduce list_for_each_table_entry for proc sysctlMeng Tang1-37/+49
2022-04-21jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin1-1/+3
2022-04-21fs: unset MNT_WRITE_HOLD on failureChristian Brauner1-1/+13
2022-04-21btrfs: zoned: use dedicated lock for data relocationNaohiro Aota3-2/+4
2022-04-21btrfs: fix assertion failure during scrub due to block group reallocationFilipe Manana2-2/+31
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux into xfs-5.19-for-nextDave Chinner37-278/+607
2022-04-21Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-nextDave Chinner6-584/+450
2022-04-21Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner27-238/+240
2022-04-20cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg1-0/+8
2022-04-20cifs: use correct lock type in cifs_reconnect()Paulo Alcantara1-1/+8
2022-04-20cifs: fix NULL ptr dereference in refresh_mounts()Paulo Alcantara2-7/+14
2022-04-21Merge branch 'guilt/5.19-miscellaneous' into xfs-5.19-for-nextDave Chinner15-131/+246
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-233/+193
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-21zonefs: Fix management of open zonesDamien Le Moal1-5/+40
2022-04-21zonefs: Clear inode information flags on inode creationDamien Le Moal1-0/+1