summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | xfs: fully initialize xfs_da_args in xchk_directory_blocksDarrick J. Wong2022-11-161-4/+6
| |/
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-134-13/+9
|\ \
| * | xfs: remove restrictions for fsdax and reflinkShiyang Ruan2022-12-112-8/+0
| * | fsdax,xfs: port unshare to fsdaxShiyang Ruan2022-12-111-2/+6
| * | xfs: use dax ops for zero and truncate in fsdax modeShiyang Ruan2022-12-111-2/+2
| * | fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan2022-12-111-1/+1
| |/
* | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-123-9/+12
|\ \
| * | fs: rename current get acl methodChristian Brauner2022-10-201-3/+3
| * | fs: pass dentry to set acl methodChristian Brauner2022-10-193-6/+9
* | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-183-3/+3
| |/ |/|
* | 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