summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: check inode core when scrubbing metadata filesDarrick J. Wong2022-11-161-6/+34
* xfs: don't warn about files that are exactly s_maxbytes longDarrick J. Wong2022-11-161-1/+1
* xfs: teach scrub to flag non-extents format cow forksDarrick J. Wong2022-11-161-0/+2
* xfs: check that CoW fork extents are not sharedDarrick J. Wong2022-11-161-0/+2
* xfs: check quota files for unwritten extentsDarrick J. Wong2022-11-161-2/+4
* xfs: block map scrub should handle incore delalloc reservationsDarrick J. Wong2022-11-161-19/+36
* xfs: teach scrub to check for adjacent bmaps when rmap larger than bmapDarrick J. Wong2022-11-161-2/+72
* xfs: fix perag loop in xchk_bmap_check_rmapsDarrick J. Wong2022-11-161-7/+7
* xfs: online checking of the free rt extent countDarrick J. Wong2022-11-162-10/+84
* xfs: skip fscounters comparisons when the scan is incompleteDarrick J. Wong2022-11-161-1/+20
* xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap fileDarrick J. Wong2022-11-162-4/+4
* xfs: load rtbitmap and rtsummary extent mapping btrees at mount timeDarrick J. Wong2022-11-161-4/+52
* xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedDarrick J. Wong2022-11-161-2/+2
* xfs: don't retry repairs harder when EAGAIN is returnedDarrick J. Wong2022-11-161-1/+5
* xfs: fix return code when fatal signal encountered during dquot scrubDarrick J. Wong2022-11-161-1/+1
* xfs: return EINTR when a fatal signal terminates scrubDarrick J. Wong2022-11-161-1/+1
* xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong2022-11-168-24/+24
* xfs: initialize the check_owner object fullyDarrick J. Wong2022-11-161-1/+4
* xfs: standardize GFP flags usage in online scrubDarrick J. Wong2022-11-164-7/+15
* xfs: make AGFL repair function avoid crosslinked blocksDarrick J. Wong2022-11-161-12/+66
* xfs: log the AGI/AGF buffers when rolling transactions during an AG repairDarrick J. Wong2022-11-161-9/+21
* xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong2022-11-165-33/+35
* xfs: fully initialize xfs_da_args in xchk_directory_blocksDarrick J. Wong2022-11-161-4/+6
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-11-066-7/+21
|\
| * ext4: fix fortify warning in fs/ext4/fast_commit.c:1551Theodore Ts'o2022-11-061-2/+3
| * ext4: fix wrong return err in ext4_load_and_init_journal()Jason Yan2022-11-061-1/+1
| * ext4: fix warning in 'ext4_da_release_space'Ye Bin2022-11-061-1/+2
| * ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques2022-11-061-1/+9
| * ext4: update the backup superblock's at the end of the online resizeTheodore Ts'o2022-10-272-2/+6
* | Merge tag '6.1-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-11-066-62/+105
|\ \
| * | cifs: fix use-after-free on the link nameChenXiaoSong2022-11-042-6/+25
| * | cifs: avoid unnecessary iteration of tcp sessionsShyam Prasad N2022-11-043-51/+55
| * | cifs: always iterate smb sessions using primary channelShyam Prasad N2022-11-044-5/+25
* | | Merge tag 'xfs-6.1-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-11-0429-386/+670
|\ \ \
| * | | xfs: rename XFS_REFC_COW_START to _COWFLAGDarrick J. Wong2022-10-313-6/+6
| * | | xfs: fix uninitialized list head in struct xfs_refcount_recoveryDarrick J. Wong2022-10-311-4/+6
| * | | xfs: fix agblocks check in the cow leftover recovery functionDarrick J. Wong2022-10-311-1/+3
| * | | xfs: check record domain when accessing refcount recordsDarrick J. Wong2022-10-312-14/+43
| * | | xfs: remove XFS_FIND_RCEXT_SHARED and _COWDarrick J. Wong2022-10-311-31/+17
| * | | xfs: refactor domain and refcount checkingDarrick J. Wong2022-10-313-10/+17
| * | | xfs: report refcount domain in tracepointsDarrick J. Wong2022-10-312-9/+43
| * | | xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong2022-10-315-67/+151
| * | | xfs: refactor refcount record usage in xchk_refcountbt_recDarrick J. Wong2022-10-311-30/+24
| * | | xfs: move _irec structs to xfs_types.hDarrick J. Wong2022-10-312-20/+20
| * | | xfs: check deferred refcount op continuation parametersDarrick J. Wong2022-10-311-2/+36
| * | | xfs: create a predicate to verify per-AG extentsDarrick J. Wong2022-10-317-26/+24
| * | | xfs: make sure aglen never goes negative in xfs_refcount_adjust_extentsDarrick J. Wong2022-10-311-3/+17
| * | | xfs: dump corrupt recovered log intent items to dmesg consistentlyDarrick J. Wong2022-10-315-20/+43
| * | | xfs: actually abort log recovery on corrupt intent-done log itemsDarrick J. Wong2022-10-312-5/+21
| * | | xfs: refactor all the EFI/EFD log item sizeof logicDarrick J. Wong2022-10-314-57/+88