index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: remove kmem_zone typedef
Darrick J. Wong
2021-10-23
37
-54
/
+50
*
xfs: use separate btree cursor cache for each btree type
Darrick J. Wong
2021-10-19
13
-29
/
+185
*
xfs: compute absolute maximum nlevels for each btree type
Darrick J. Wong
2021-10-19
14
-17
/
+203
*
xfs: kill XFS_BTREE_MAXLEVELS
Darrick J. Wong
2021-10-19
1
-2
/
+0
*
xfs: compute the maximum height of the rmap btree when reflink enabled
Darrick J. Wong
2021-10-19
5
-18
/
+85
*
xfs: clean up xfs_btree_{calc_size,compute_maxlevels}
Darrick J. Wong
2021-10-19
2
-36
/
+37
*
xfs: compute maximum AG btree height for critical reservation calculation
Darrick J. Wong
2021-10-19
3
-1
/
+17
*
xfs: rename m_ag_maxlevels to m_allocbt_maxlevels
Darrick J. Wong
2021-10-19
8
-19
/
+22
*
xfs: dynamically allocate cursors based on maxlevels
Darrick J. Wong
2021-10-19
7
-9
/
+22
*
xfs: encode the max btree height in the cursor
Darrick J. Wong
2021-10-19
4
-8
/
+10
*
xfs: refactor btree cursor allocation function
Darrick J. Wong
2021-10-19
6
-22
/
+21
*
xfs: rearrange xfs_btree_cur fields for better packing
Darrick J. Wong
2021-10-19
1
-4
/
+4
*
xfs: prepare xfs_btree_cur for dynamic cursor heights
Darrick J. Wong
2021-10-19
11
-139
/
+167
*
xfs: dynamically allocate btree scrub context structure
Darrick J. Wong
2021-10-19
2
-12
/
+26
*
xfs: don't track firstrec/firstkey separately in xchk_btree
Darrick J. Wong
2021-10-19
2
-10
/
+3
*
xfs: reduce the size of nr_ops for refcount btree cursors
Darrick J. Wong
2021-10-19
1
-4
/
+4
*
xfs: remove xfs_btree_cur.bc_blocklog
Darrick J. Wong
2021-10-19
6
-7
/
+0
*
xfs: fix incorrect decoding in xchk_btree_cur_fsbno
Darrick J. Wong
2021-10-19
1
-3
/
+4
*
xfs: fix perag reference leak on iteration race with growfs
Brian Foster
2021-10-19
1
-10
/
+6
*
xfs: terminate perag iteration reliably on agcount
Brian Foster
2021-10-19
1
-1
/
+1
*
xfs: rename the next_agno perag iteration variable
Brian Foster
2021-10-19
1
-9
/
+9
*
xfs: fold perag loop iteration logic into helper function
Brian Foster
2021-10-19
1
-3
/
+13
*
xfs: replace snprintf in show functions with sysfs_emit
Qing Wang
2021-10-19
1
-12
/
+12
*
xfs: remove the xfs_dqblk_t typedef
Christoph Hellwig
2021-10-14
4
-6
/
+6
*
xfs: remove the xfs_dsb_t typedef
Christoph Hellwig
2021-10-14
3
-8
/
+8
*
xfs: remove the xfs_dinode_t typedef
Christoph Hellwig
2021-10-14
4
-14
/
+14
*
xfs: check that bc_nlevels never overflows
Darrick J. Wong
2021-10-14
2
-0
/
+4
*
xfs: stricter btree height checking when scanning for btree roots
Darrick J. Wong
2021-10-14
2
-1
/
+10
*
xfs: stricter btree height checking when looking for errors
Darrick J. Wong
2021-10-14
1
-6
/
+7
*
xfs: don't allocate scrub contexts on the stack
Darrick J. Wong
2021-10-14
3
-81
/
+99
*
xfs: remove xfs_btree_cur_t typedef
Darrick J. Wong
2021-10-14
4
-24
/
+24
*
xfs: fix maxlevels comparisons in the btree staging code
Darrick J. Wong
2021-10-14
1
-2
/
+2
*
xfs: port the defer ops capture and continue to resource capture
Darrick J. Wong
2021-10-14
7
-41
/
+79
*
xfs: formalize the process of holding onto resources across a defer roll
Darrick J. Wong
2021-10-14
3
-37
/
+78
*
xfs: use kmem_cache_free() for kmem_cache objects
Rustam Kovhaev
2021-10-12
1
-3
/
+3
*
xfs: Use kvcalloc() instead of kvzalloc()
Gustavo A. R. Silva
2021-10-12
1
-3
/
+3
*
Linux 5.15-rc4
v5.15-rc4
Linus Torvalds
2021-10-03
1
-1
/
+1
*
elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappings
Chen Jingwen
2021-10-03
1
-1
/
+1
*
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-10-03
7
-199
/
+182
|
\
|
*
ext4: recheck buffer uptodate bit under buffer lock
Zhang Yi
2021-10-01
1
-0
/
+6
|
*
ext4: fix potential infinite loop in ext4_dx_readdir()
yangerkun
2021-10-01
1
-3
/
+3
|
*
ext4: flush s_error_work before journal destroy in ext4_fill_super
yangerkun
2021-10-01
1
-1
/
+4
|
*
ext4: fix loff_t overflow in ext4_max_bitmap_size()
Ritesh Harjani
2021-10-01
1
-5
/
+5
|
*
ext4: fix reserved space counter leakage
Jeffle Xu
2021-10-01
2
-0
/
+11
|
*
ext4: limit the number of blocks in one ADD_RANGE TLV
Hou Tao
2021-10-01
1
-0
/
+6
|
*
ext4: enforce buffer head state assertion in ext4_da_map_blocks
Eric Whitney
2021-09-09
1
-6
/
+9
|
*
ext4: remove extent cache entries when truncating inline data
Eric Whitney
2021-09-09
1
-0
/
+19
|
*
Merge branch 'delalloc-buffer-write' into dev
Theodore Ts'o
2021-09-09
3
-179
/
+105
|
|
\
|
|
*
ext4: drop unnecessary journal handle in delalloc write
Zhang Yi
2021-09-05
1
-55
/
+5
|
|
*
ext4: factor out write end code of inline file
Zhang Yi
2021-09-05
3
-109
/
+84
[next]