summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'jfs-6.3' of https://github.com/kleikamp/linux-shaggyLinus Torvalds2023-03-011-1/+2
|\
| * fs/jfs: fix shift exponent db_agl2size negativeLiu Shixin via Jfs-discussion2023-01-031-1/+2
* | Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-03-018-60/+101
|\ \
| * | exfat: fix the newly allocated clusters are not freed in error handlingYuezhang Mo2023-02-281-10/+8
| * | exfat: don't print error log in normal caseYuezhang Mo2023-02-281-2/+3
| * | exfat: remove unneeded code from exfat_alloc_cluster()Yuezhang Mo2023-02-281-8/+1
| * | exfat: handle unreconized benign secondary entriesNamjae Jeon2023-02-273-25/+81
| * | exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo2023-02-274-9/+5
| * | exfat: redefine DIR_DELETED as the bad cluster numberSungjong Seo2023-02-271-1/+1
| * | exfat: fix reporting fs error when reading dir beyond EOFYuezhang Mo2023-02-271-1/+1
| * | exfat: fix unexpected EOF while reading dirYuezhang Mo2023-02-271-4/+1
* | | Merge tag 'xfs-6.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-03-0136-1243/+1536
|\ \ \
| * | | xfs: restore old agirotor behaviorDarrick J. Wong2023-02-271-1/+2
| * | | xfs: fix uninitialized variable accessDarrick J. Wong2023-02-151-0/+1
| * | | Merge tag 'xfs-alloc-perag-conversion' of git://git.kernel.org/pub/scm/linux/...Darrick J. Wong2023-02-1536-1243/+1534
| |\ \ \
| | * | | xfs: refactor the filestreams allocator pick functionsDave Chinner2023-02-122-132/+145
| | * | | xfs: return a referenced perag from filestreams allocatorDave Chinner2023-02-122-47/+85
| | * | | xfs: pass perag to filestreams tracingDave Chinner2023-02-123-42/+25
| | * | | xfs: use for_each_perag_wrap in xfs_filestream_pick_agDave Chinner2023-02-121-60/+41
| | * | | xfs: track an active perag reference in filestreamsDave Chinner2023-02-121-57/+43
| | * | | xfs: factor out MRU hit case in xfs_filestream_select_agDave Chinner2023-02-121-50/+83
| | * | | xfs: remove xfs_filestream_select_ag() longest extent checkDave Chinner2023-02-121-17/+1
| | * | | xfs: merge new filestream AG selection into xfs_filestream_select_ag()Dave Chinner2023-02-121-72/+40
| | * | | xfs: merge filestream AG lookup into xfs_filestream_select_ag()Dave Chinner2023-02-121-114/+70
| | * | | xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.cDave Chinner2023-02-124-87/+115
| | * | | xfs: use xfs_bmap_longest_free_extent() in filestreamsDave Chinner2023-02-123-15/+11
| | * | | xfs: get rid of notinit from xfs_bmap_longest_free_extentDave Chinner2023-02-121-48/+37
| | * | | xfs: factor out filestreams from xfs_bmap_btalloc_nullfbDave Chinner2023-02-121-71/+96
| | * | | xfs: convert trim to use for_each_perag_rangeDave Chinner2023-02-121-27/+23
| | * | | xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walkerDave Chinner2023-02-122-61/+57
| | * | | xfs: move the minimum agno checks into xfs_alloc_vextent_check_argsDave Chinner2023-02-121-55/+33
| | * | | xfs: fold xfs_alloc_ag_vextent() into callersDave Chinner2023-02-124-106/+29
| | * | | xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()Dave Chinner2023-02-121-59/+63
| | * | | xfs: introduce xfs_alloc_vextent_prepare()Dave Chinner2023-02-121-44/+76
| | * | | xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner2023-02-126-26/+72
| | * | | xfs: introduce xfs_alloc_vextent_near_bno()Dave Chinner2023-02-126-54/+55
| | * | | xfs: use xfs_alloc_vextent_start_bno() where appropriateDave Chinner2023-02-124-38/+51
| | * | | xfs: use xfs_alloc_vextent_first_ag() where appropriateDave Chinner2023-02-123-32/+42
| | * | | xfs: factor xfs_bmap_btalloc()Dave Chinner2023-02-121-137/+196
| | * | | xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner2023-02-129-53/+74
| | * | | xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextentDave Chinner2023-02-121-30/+35
| | * | | xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags()Dave Chinner2023-02-121-24/+26
| | * | | xfs: rework xfs_alloc_vextent()Dave Chinner2023-02-121-179/+285
| | * | | xfs: introduce xfs_for_each_perag_wrap()Dave Chinner2023-02-123-50/+105
| | * | | xfs: perags need atomic operational stateDave Chinner2023-02-1213-65/+101
| | * | | xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner2023-02-124-20/+4
| | * | | xfs: inobt can use perags in many more places than it doesDave Chinner2023-02-127-56/+47
| | * | | xfs: use active perag references for inode allocationDave Chinner2023-02-123-35/+33
| | * | | xfs: convert xfs_imap() to take a peragDave Chinner2023-02-124-35/+28
| | * | | xfs: rework the perag trace points to be perag centricDave Chinner2023-02-123-28/+22