summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-282-18/+2
|\
| * mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed2023-04-191-2/+1
| * xfs: remove xfs_filemap_map_pages() wrapperMatthew Wilcox (Oracle)2023-04-061-16/+1
* | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-04-281-19/+1
|\ \
| * | xfs: simplify two-level sysctl registration for xfs_tableLuis Chamberlain2023-04-131-19/+1
* | | Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-1/+2
|\ \ \
| * | | fs: add FMODE_DIO_PARALLEL_WRITE flagJens Axboe2023-04-031-1/+2
| | |/ | |/|
* | | Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-04-241-4/+0
|\ \ \ | |/ / |/| |
| * | fs: drop unused posix acl handlersChristian Brauner2023-03-061-4/+0
* | | xfs: fix mismerged tracepointsDarrick J. Wong2023-03-241-4/+4
* | | xfs: clear incore AGFL_RESET state if it's not neededDarrick J. Wong2023-03-241-0/+2
* | | xfs: pass the correct cursor to xfs_iomap_prealloc_sizeDarrick J. Wong2023-03-241-1/+4
* | | xfs: test dir/attr hash when loading moduleDarrick J. Wong2023-03-194-0/+680
* | | xfs: add tracepoints for each of the externally visible allocatorsDarrick J. Wong2023-03-192-0/+24
* | | xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_iterate_agsDarrick J. Wong2023-03-191-1/+5
* | | xfs: try to idiot-proof the allocatorsDarrick J. Wong2023-03-161-0/+13
| |/ |/|
* | xfs: fix off-by-one-block in xfs_discard_folio()Dave Chinner2023-03-061-7/+14
* | xfs: quotacheck failure can race with background inode inactivationDave Chinner2023-03-061-14/+26
|/
* 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