summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
| * | | | | | | 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
| * | | | | | | xfs: active perag reference countingDave Chinner2023-02-129-19/+105
| * | | | | | | xfs: don't assert fail on transaction cancel with deferred opsDave Chinner2023-02-101-2/+2
| * | | | | | | xfs: t_firstblock is tracking AGs not blocksDave Chinner2023-02-1010-23/+21
| * | | | | | | xfs: drop firstblock constraints from allocation setupDave Chinner2023-02-102-132/+66
| * | | | | | | xfs: block reservation too large for minleft allocationDave Chinner2023-02-103-11/+12
| * | | | | | | xfs: prefer free inodes at ENOSPC over chunk allocationDave Chinner2023-02-101-0/+17
| * | | | | | | xfs: fix low space alloc deadlockDave Chinner2023-02-103-26/+58