index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: convert flex-array declarations in xfs attr shortform objects
Darrick J. Wong
2023-07-17
1
-1
/
+1
*
xfs: convert flex-array declarations in xfs attr leaf blocks
Darrick J. Wong
2023-07-17
1
-8
/
+65
*
xfs: convert flex-array declarations in struct xfs_attrlist*
Darrick J. Wong
2023-07-17
1
-2
/
+2
*
Merge tag 'xfs-6.5-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-07-05
12
-162
/
+297
|
\
|
*
xfs: AGI length should be bounds checked
Darrick J. Wong
2023-07-03
3
-39
/
+60
|
*
xfs: fix xfs_btree_query_range callers to initialize btree rec fully
Darrick J. Wong
2023-07-02
3
-20
/
+13
|
*
xfs: fix bounds check in xfs_defer_agfl_block()
Dave Chinner
2023-06-29
1
-5
/
+6
|
*
xfs: AGF length has never been bounds checked
Dave Chinner
2023-06-29
1
-34
/
+56
|
*
xfs: journal geometry is not properly bounds checked
Dave Chinner
2023-06-29
1
-1
/
+55
|
*
xfs: don't block in busy flushing when freeing extents
Dave Chinner
2023-06-29
2
-23
/
+56
|
*
xfs: pass alloc flags through to xfs_extent_busy_flush()
Dave Chinner
2023-06-29
2
-45
/
+53
|
*
xfs: use deferred frees for btree block freeing
Dave Chinner
2023-06-29
9
-24
/
+29
|
*
xfs: remove redundant initializations of pointers drop_leaf and save_leaf
Colin Ian King
2023-06-29
1
-2
/
+0
*
|
Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-06-29
1
-0
/
+2
|
\
|
|
*
xfs: fix ag count overflow during growfs
Long Li
2023-06-13
1
-0
/
+2
*
|
Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-06-28
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
overflow: Add struct_size_t() helper
Kees Cook
2023-05-26
1
-1
/
+1
*
|
xfs: validate block number being freed before adding to xefi
Dave Chinner
2023-06-05
7
-22
/
+59
*
|
xfs: validity check agbnos on the AGFL
Dave Chinner
2023-06-05
1
-0
/
+3
*
|
xfs: fix agf/agfl verification on v4 filesystems
Dave Chinner
2023-06-05
1
-17
/
+42
*
|
xfs: fix AGF vs inode cluster buffer deadlock
Dave Chinner
2023-06-04
2
-106
/
+16
*
|
xfs: restore allocation trylock iteration
Dave Chinner
2023-06-04
1
-6
/
+7
|
/
*
xfs: set bnobt/cntbt numrecs correctly when formatting new AGs
Darrick J. Wong
2023-05-02
1
-10
/
+9
*
xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eof
Darrick J. Wong
2023-05-02
1
-2
/
+3
*
xfs: fix livelock in delayed allocation at ENOSPC
Dave Chinner
2023-04-27
1
-1
/
+0
*
Merge tag 'fix-asciici-bugs-6.4_2023-04-11' of git://git.kernel.org/pub/scm/l...
Dave Chinner
2023-04-13
2
-2
/
+34
|
\
|
*
xfs: stabilize the dirent name transformation function used for ascii-ci dir ...
Darrick J. Wong
2023-04-12
2
-2
/
+34
*
|
Merge tag 'scrub-merge-bmap-records-6.4_2023-04-12' of git://git.kernel.org/p...
Dave Chinner
2023-04-13
1
-1
/
+1
|
\
|
|
*
xfs: accumulate iextent records when checking bmap
Darrick J. Wong
2023-04-12
1
-1
/
+1
*
|
Merge tag 'scrub-detect-rmapbt-gaps-6.4_2023-04-11' of git://git.kernel.org/p...
Dave Chinner
2023-04-13
2
-62
/
+148
|
\
|
|
*
xfs: teach scrub to check for sole ownership of metadata objects
Darrick J. Wong
2023-04-12
2
-62
/
+148
*
|
Merge tag 'scrub-detect-inobt-gaps-6.4_2023-04-11' of git://git.kernel.org/pu...
Dave Chinner
2023-04-13
2
-37
/
+52
|
\
|
|
*
xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan results
Darrick J. Wong
2023-04-12
2
-35
/
+52
|
*
xfs: remove pointless shadow variable from xfs_difree_inobt
Darrick J. Wong
2023-04-12
1
-2
/
+0
*
|
Merge tag 'scrub-detect-refcount-gaps-6.4_2023-04-11' of git://git.kernel.org...
Dave Chinner
2023-04-13
14
-98
/
+459
|
\
|
|
*
xfs: implement masked btree key comparisons for _has_records scans
Darrick J. Wong
2023-04-12
10
-40
/
+142
|
*
xfs: replace xfs_btree_has_record with a general keyspace scanner
Darrick J. Wong
2023-04-12
14
-33
/
+239
|
*
xfs: refactor ->diff_two_keys callsites
Darrick J. Wong
2023-04-12
2
-33
/
+79
|
*
xfs: refactor converting btree irec to btree key
Darrick J. Wong
2023-04-12
1
-8
/
+15
*
|
Merge tag 'rmap-btree-fix-key-handling-6.4_2023-04-11' of git://git.kernel.or...
Dave Chinner
2023-04-13
1
-10
/
+30
|
\
|
|
*
xfs: fix rm_offset flag handling in rmap keys
Darrick J. Wong
2023-04-12
1
-10
/
+30
*
|
Merge tag 'btree-hoist-scrub-checks-6.4_2023-04-11' of git://git.kernel.org/p...
Dave Chinner
2023-04-13
2
-0
/
+31
|
\
|
|
*
xfs: hoist inode record alignment checks from scrub
Darrick J. Wong
2023-04-12
1
-0
/
+4
|
*
xfs: hoist rmap record flag checks from scrub
Darrick J. Wong
2023-04-12
1
-0
/
+5
|
*
xfs: hoist rmap record flag checks from scrub
Darrick J. Wong
2023-04-12
1
-0
/
+22
*
|
Merge tag 'btree-complain-bad-records-6.4_2023-04-11' of git://git.kernel.org...
Dave Chinner
2023-04-13
13
-115
/
+274
|
\
|
|
*
xfs: complain about bad file mapping records in the ondisk bmbt
Darrick J. Wong
2023-04-12
3
-2
/
+34
|
*
xfs: complain about bad records in query_range helpers
Darrick J. Wong
2023-04-12
4
-57
/
+91
|
*
xfs: standardize ondisk to incore conversion for rmap btrees
Darrick J. Wong
2023-04-12
2
-23
/
+42
|
*
xfs: return a failure address from xfs_rmap_irec_offset_unpack
Darrick J. Wong
2023-04-12
2
-9
/
+9
[next]