summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: fix memcpy fortify errors in EFI log format copyingDarrick J. Wong2022-10-314-22/+36
* xfs: fix memcpy fortify errors in RUI log format copyingDarrick J. Wong2022-10-312-31/+30
* xfs: fix memcpy fortify errors in CUI log format copyingDarrick J. Wong2022-10-312-24/+25
* xfs: fix memcpy fortify errors in BUI log format copyingDarrick J. Wong2022-10-312-24/+27
* xfs: fix validation in attr log item recoveryDarrick J. Wong2022-10-311-31/+23
* xfs: fix incorrect return type for fsdax fault handlersDarrick J. Wong2022-10-311-3/+4
* xfs: increase rename inode reservationAllison Henderson2022-10-262-3/+3
* xfs: Fix unreferenced object reported by kmemleak in xfs_sysfs_init()Li Zetao2022-10-201-1/+6
* xfs: fix memory leak in xfs_errortag_initZeng Heng2022-10-201-2/+7
* xfs: remove redundant pointer lipColin Ian King2022-10-201-2/+1
* xfs: fix exception caused by unexpected illegal bestcount in leaf dirGuo Xuenan2022-10-201-2/+7
* xfs: avoid a UAF when log intent item recovery failsDarrick J. Wong2022-10-181-2/+8
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-113-3/+3
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-113-3/+3
* Merge tag 'xfs-6.1-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-10-1021-98/+116
|\
| * xfs: on memory failure, only shut down fs after scanning all mappingsDarrick J. Wong2022-10-041-9/+17
| * xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxxShida Zhang2022-10-044-24/+34
| * xfs: trim the mapp array accordingly in xfs_da_grow_inode_intShida Zhang2022-10-041-1/+1
| * xfs: do not need to check return value of xlog_kvmalloc()Zhiqiang Liu2022-09-191-6/+0
| * xfs: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-09-193-7/+12
| * xfs: remove xfs_setattr_time() declarationGaosheng Cui2022-09-191-1/+0
| * xfs: Remove the unneeded result variableye xingchen2022-09-191-3/+1
| * xfs: missing space in xfs trace logZeng Heng2022-09-191-2/+2
| * xfs: simplify if-else condition in xfs_reflink_trim_around_sharedZeng Heng2022-09-191-10/+12
| * xfs: simplify if-else condition in xfs_validate_new_dalignZeng Heng2022-09-191-18/+20
| * xfs: replace unnecessary seq_printf with seq_putsZeng Heng2022-09-191-1/+1
| * xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng2022-09-195-10/+10
| * xfs: remove redundant else for clean codeZeng Heng2022-09-191-5/+5
| * xfs: remove the redundant word in commentZeng Heng2022-09-191-1/+1
* | Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-101-7/+9
|\ \
| * | vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-7/+9
| |/
* | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-4/+4
|\ \
| * | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-4/+4
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-10-061-2/+8
|\ \ \