summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-11-09xfs: add debug knob to slow down write for funiomap-write-races-6.2_2022-11-09Darrick J. Wong
2022-11-09xfs: add debug knob to slow down writeback for funDarrick J. Wong
2022-11-09xfs: validate COW fork sequence counters during buffered writesDarrick J. Wong
2022-11-09xfs: move the seq counters for buffered writes to a private structDarrick J. Wong
2022-11-09iomap: pass a private pointer to iomap_file_buffered_writeDarrick J. Wong
2022-11-09iomap: pass iter to ->iomap_end implementationsDarrick J. Wong
2022-11-09iomap: pass iter to ->iomap_begin implementationsDarrick J. Wong
2022-11-09xfs: drop write error injection is unfixable, remove itDave Chinner
2022-11-09xfs: use iomap_valid method to detect stale cached iomapsDave Chinner
2022-11-09iomap: write iomap validity checksDave Chinner
2022-11-09xfs: buffered write failure should not truncate the page cacheDave Chinner
2022-11-09xfs: use byte ranges for write cleanup rangesDave Chinner
2022-11-09xfs: punching delalloc extents on write failure is racyDave Chinner
2022-11-09xfs: write page faults in iomap are not buffered writesDave Chinner
2022-11-09xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedDarrick J. Wong
2022-11-09iomap: directly use logical block sizeKeith Busch
2022-11-08xfs: Print XFS UUID on mount and umount events.xfs-6.2-merge-1Lukas Herbolt
2022-11-08xfs: fix incorrect error-out in xfs_removeDarrick J. Wong
2022-11-08xfs: teach scrub to flag non-extents format cow forksDarrick J. Wong
2022-11-08xfs: check that CoW fork extents are not sharedDarrick J. Wong
2022-11-08xfs: check quota files for unwritten extentsDarrick J. Wong
2022-11-08xfs: block map scrub should handle incore delalloc reservationsDarrick J. Wong
2022-11-08xfs: teach scrub to check for adjacent bmaps when rmap larger than bmapDarrick J. Wong
2022-11-08xfs: fix perag loop in xchk_bmap_check_rmapsDarrick J. Wong
2022-11-08xfs: online checking of the free rt extent countDarrick J. Wong
2022-11-08xfs: skip fscounters comparisons when the scan is incompleteDarrick J. Wong
2022-11-08xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap fileDarrick J. Wong
2022-11-08xfs: load rtbitmap and rtsummary extent mapping btrees at mount timeDarrick J. Wong
2022-11-08xfs: don't retry repairs harder when EAGAIN is returnedDarrick J. Wong
2022-11-08xfs: fix return code when fatal signal encountered during dquot scrubDarrick J. Wong
2022-11-08xfs: return EINTR when a fatal signal terminates scrubDarrick J. Wong
2022-11-08xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong
2022-11-08xfs: initialize the check_owner object fullyDarrick J. Wong
2022-11-08xfs: standardize GFP flags usage in online scrubDarrick J. Wong
2022-11-08xfs: make AGFL repair function avoid crosslinked blocksDarrick J. Wong
2022-11-08xfs: log the AGI/AGF buffers when rolling transactions during an AG repairDarrick J. Wong
2022-11-08xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong
2022-11-08xfs: fully initialize xfs_da_args in xchk_directory_blocksDarrick J. Wong
2022-11-08xfs: fix sb write verify for lazysbcountLong Li
2022-11-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-11-06Merge tag '6.1-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-11-06ext4: fix fortify warning in fs/ext4/fast_commit.c:1551Theodore Ts'o
2022-11-06ext4: fix wrong return err in ext4_load_and_init_journal()Jason Yan
2022-11-06ext4: fix warning in 'ext4_da_release_space'Ye Bin
2022-11-06ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques
2022-11-04cifs: fix use-after-free on the link nameChenXiaoSong
2022-11-04cifs: avoid unnecessary iteration of tcp sessionsShyam Prasad N
2022-11-04cifs: always iterate smb sessions using primary channelShyam Prasad N
2022-11-04Merge tag 'xfs-6.1-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-11-03Merge tag 'fuse-fixes-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds