index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
exfat: handle unreconized benign secondary entries
Namjae Jeon
2023-02-27
3
-25
/
+81
|
*
|
|
|
|
|
|
exfat: fix inode->i_blocks for non-512 byte sector size device
Yuezhang Mo
2023-02-27
4
-9
/
+5
|
*
|
|
|
|
|
|
exfat: redefine DIR_DELETED as the bad cluster number
Sungjong Seo
2023-02-27
1
-1
/
+1
|
*
|
|
|
|
|
|
exfat: fix reporting fs error when reading dir beyond EOF
Yuezhang Mo
2023-02-27
1
-1
/
+1
|
*
|
|
|
|
|
|
exfat: fix unexpected EOF while reading dir
Yuezhang Mo
2023-02-27
1
-4
/
+1
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge tag 'xfs-6.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-03-01
36
-1243
/
+1536
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
xfs: restore old agirotor behavior
Darrick J. Wong
2023-02-27
1
-1
/
+2
|
*
|
|
|
|
|
|
xfs: fix uninitialized variable access
Darrick J. Wong
2023-02-15
1
-0
/
+1
|
*
|
|
|
|
|
|
xfs: refactor the filestreams allocator pick functions
Dave Chinner
2023-02-12
2
-132
/
+145
|
*
|
|
|
|
|
|
xfs: return a referenced perag from filestreams allocator
Dave Chinner
2023-02-12
2
-47
/
+85
|
*
|
|
|
|
|
|
xfs: pass perag to filestreams tracing
Dave Chinner
2023-02-12
3
-42
/
+25
|
*
|
|
|
|
|
|
xfs: use for_each_perag_wrap in xfs_filestream_pick_ag
Dave Chinner
2023-02-12
1
-60
/
+41
|
*
|
|
|
|
|
|
xfs: track an active perag reference in filestreams
Dave Chinner
2023-02-12
1
-57
/
+43
|
*
|
|
|
|
|
|
xfs: factor out MRU hit case in xfs_filestream_select_ag
Dave Chinner
2023-02-12
1
-50
/
+83
|
*
|
|
|
|
|
|
xfs: remove xfs_filestream_select_ag() longest extent check
Dave Chinner
2023-02-12
1
-17
/
+1
|
*
|
|
|
|
|
|
xfs: merge new filestream AG selection into xfs_filestream_select_ag()
Dave Chinner
2023-02-12
1
-72
/
+40
|
*
|
|
|
|
|
|
xfs: merge filestream AG lookup into xfs_filestream_select_ag()
Dave Chinner
2023-02-12
1
-114
/
+70
|
*
|
|
|
|
|
|
xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.c
Dave Chinner
2023-02-12
4
-87
/
+115
|
*
|
|
|
|
|
|
xfs: use xfs_bmap_longest_free_extent() in filestreams
Dave Chinner
2023-02-12
3
-15
/
+11
|
*
|
|
|
|
|
|
xfs: get rid of notinit from xfs_bmap_longest_free_extent
Dave Chinner
2023-02-12
1
-48
/
+37
|
*
|
|
|
|
|
|
xfs: factor out filestreams from xfs_bmap_btalloc_nullfb
Dave Chinner
2023-02-12
1
-71
/
+96
|
*
|
|
|
|
|
|
xfs: convert trim to use for_each_perag_range
Dave Chinner
2023-02-12
1
-27
/
+23
|
*
|
|
|
|
|
|
xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walker
Dave Chinner
2023-02-12
2
-61
/
+57
|
*
|
|
|
|
|
|
xfs: move the minimum agno checks into xfs_alloc_vextent_check_args
Dave Chinner
2023-02-12
1
-55
/
+33
|
*
|
|
|
|
|
|
xfs: fold xfs_alloc_ag_vextent() into callers
Dave Chinner
2023-02-12
4
-106
/
+29
|
*
|
|
|
|
|
|
xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()
Dave Chinner
2023-02-12
1
-59
/
+63
|
*
|
|
|
|
|
|
xfs: introduce xfs_alloc_vextent_prepare()
Dave Chinner
2023-02-12
1
-44
/
+76
|
*
|
|
|
|
|
|
xfs: introduce xfs_alloc_vextent_exact_bno()
Dave Chinner
2023-02-12
6
-26
/
+72
|
*
|
|
|
|
|
|
xfs: introduce xfs_alloc_vextent_near_bno()
Dave Chinner
2023-02-12
6
-54
/
+55
|
*
|
|
|
|
|
|
xfs: use xfs_alloc_vextent_start_bno() where appropriate
Dave Chinner
2023-02-12
4
-38
/
+51
|
*
|
|
|
|
|
|
xfs: use xfs_alloc_vextent_first_ag() where appropriate
Dave Chinner
2023-02-12
3
-32
/
+42
|
*
|
|
|
|
|
|
xfs: factor xfs_bmap_btalloc()
Dave Chinner
2023-02-12
1
-137
/
+196
|
*
|
|
|
|
|
|
xfs: use xfs_alloc_vextent_this_ag() where appropriate
Dave Chinner
2023-02-12
9
-53
/
+74
|
*
|
|
|
|
|
|
xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextent
Dave Chinner
2023-02-12
1
-30
/
+35
|
*
|
|
|
|
|
|
xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags()
Dave Chinner
2023-02-12
1
-24
/
+26
|
*
|
|
|
|
|
|
xfs: rework xfs_alloc_vextent()
Dave Chinner
2023-02-12
1
-179
/
+285
|
*
|
|
|
|
|
|
xfs: introduce xfs_for_each_perag_wrap()
Dave Chinner
2023-02-12
3
-50
/
+105
|
*
|
|
|
|
|
|
xfs: perags need atomic operational state
Dave Chinner
2023-02-12
13
-65
/
+101
|
*
|
|
|
|
|
|
xfs: convert xfs_ialloc_next_ag() to an atomic
Dave Chinner
2023-02-12
4
-20
/
+4
|
*
|
|
|
|
|
|
xfs: inobt can use perags in many more places than it does
Dave Chinner
2023-02-12
7
-56
/
+47
|
*
|
|
|
|
|
|
xfs: use active perag references for inode allocation
Dave Chinner
2023-02-12
3
-35
/
+33
|
*
|
|
|
|
|
|
xfs: convert xfs_imap() to take a perag
Dave Chinner
2023-02-12
4
-35
/
+28
|
*
|
|
|
|
|
|
xfs: rework the perag trace points to be perag centric
Dave Chinner
2023-02-12
3
-28
/
+22
|
*
|
|
|
|
|
|
xfs: active perag reference counting
Dave Chinner
2023-02-12
9
-19
/
+105
|
*
|
|
|
|
|
|
xfs: don't assert fail on transaction cancel with deferred ops
Dave Chinner
2023-02-10
1
-2
/
+2
|
*
|
|
|
|
|
|
xfs: t_firstblock is tracking AGs not blocks
Dave Chinner
2023-02-10
10
-23
/
+21
|
*
|
|
|
|
|
|
xfs: drop firstblock constraints from allocation setup
Dave Chinner
2023-02-10
2
-132
/
+66
|
*
|
|
|
|
|
|
xfs: block reservation too large for minleft allocation
Dave Chinner
2023-02-10
3
-11
/
+12
|
*
|
|
|
|
|
|
xfs: prefer free inodes at ENOSPC over chunk allocation
Dave Chinner
2023-02-10
1
-0
/
+17
|
*
|
|
|
|
|
|
xfs: fix low space alloc deadlock
Dave Chinner
2023-02-10
3
-26
/
+58
[prev]
[next]