index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-15
xfs: add debug knobs to control btree bulk load slack factors
Darrick J. Wong
4
-3
/
+76
2023-12-15
xfs: read leaf blocks when computing keys for bulkloading into node blocks
Darrick J. Wong
3
-2
/
+10
2023-12-15
xfs: set XBF_DONE on newly formatted btree block that are ready for writing
Darrick J. Wong
1
-0
/
+6
2023-12-15
xfs: force all buffers to be written during btree bulk load
Darrick J. Wong
3
-7
/
+42
2023-12-15
xfs: initialise di_crc in xfs_log_dinode
Dave Chinner
1
-0
/
+3
2023-12-15
xfs: fix an off-by-one error in xreap_agextent_binval
Darrick J. Wong
1
-1
/
+1
2023-12-15
xfs: short circuit xfs_growfs_data_private() if delta is zero
Eric Sandeen
1
-0
/
+4
2023-12-14
xfs: pass the defer ops directly to xfs_defer_add
Christoph Hellwig
7
-36
/
+10
2023-12-14
xfs: pass the defer ops instead of type to xfs_defer_start_recovery
Christoph Hellwig
9
-12
/
+13
2023-12-14
xfs: store an ops pointer in struct xfs_defer_pending
Christoph Hellwig
8
-36
/
+34
2023-12-14
xfs: move xfs_attr_defer_type up in xfs_attr_item.c
Christoph Hellwig
1
-33
/
+33
2023-12-14
xfs: consolidate the xfs_attr_defer_* helpers
Christoph Hellwig
2
-71
/
+21
2023-12-13
xfs: recompute growfsrtfree transaction reservation while growing rt volume
Darrick J. Wong
1
-0
/
+5
2023-12-07
xfs: move xfs_ondisk.h to libxfs/
Christoph Hellwig
1
-0
/
+0
2023-12-07
xfs: use static_assert to check struct sizes and offsets
Christoph Hellwig
1
-4
/
+4
2023-12-07
xfs: extract xfs_da_buf_copy() helper function
Zhang Tianci
3
-52
/
+36
2023-12-07
xfs: update dir3 leaf block metadata after swap
Zhang Tianci
1
-0
/
+7
2023-12-07
xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real
Jiachen Zhang
1
-42
/
+31
2023-12-07
xfs: clean up xfs_fsops.h
Christoph Hellwig
1
-5
/
+5
2023-12-07
xfs: clean up the xfs_reserve_blocks interface
Christoph Hellwig
5
-50
/
+14
2023-12-07
xfs: clean up the XFS_IOC_FSCOUNTS handler
Christoph Hellwig
3
-26
/
+20
2023-12-07
xfs: clean up the XFS_IOC_{GS}ET_RESBLKS handler
Christoph Hellwig
1
-44
/
+43
2023-12-07
mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbind
Shiyang Ruan
1
-6
/
+102
2023-12-06
xfs: force small EFIs for reaping btree extents
Darrick J. Wong
3
-11
/
+104
2023-12-06
xfs: log EFIs for all btree blocks being used to stage a btree
Darrick J. Wong
2
-8
/
+29
2023-12-06
xfs: implement block reservation accounting for btrees we're staging
Darrick J. Wong
4
-0
/
+595
2023-12-06
xfs: remove unused fields from struct xbtree_ifakeroot
Darrick J. Wong
1
-6
/
+0
2023-12-06
xfs: automatic freeing of freshly allocated unwritten space
Darrick J. Wong
3
-8
/
+117
2023-12-06
xfs: remove __xfs_free_extent_later
Darrick J. Wong
11
-27
/
+16
2023-12-06
xfs: allow pausing of pending deferred work items
Darrick J. Wong
3
-16
/
+111
2023-12-06
xfs: don't append work items to logged xfs_defer_pending objects
Darrick J. Wong
1
-13
/
+48
2023-12-06
xfs: make xchk_iget safer in the presence of corrupt inode btrees
Darrick J. Wong
3
-4
/
+31
2023-12-06
xfs: elide ->create_done calls for unlogged deferred work
Darrick J. Wong
2
-3
/
+4
2023-12-06
xfs: document what LARP means
Darrick J. Wong
1
-0
/
+9
2023-12-06
xfs: don't allow overly small or large realtime volumes
Darrick J. Wong
3
-1
/
+17
2023-12-06
xfs: fix 32-bit truncation in xfs_compute_rextslog
Darrick J. Wong
1
-3
/
+5
2023-12-06
xfs: make rextslog computation consistent with mkfs
Darrick J. Wong
4
-3
/
+19
2023-12-06
xfs: move ->iop_relog to struct xfs_defer_op_type
Darrick J. Wong
8
-119
/
+120
2023-12-06
xfs: collapse the ->create_done functions
Darrick J. Wong
5
-109
/
+64
2023-12-06
xfs: hoist xfs_trans_add_item calls to defer ops functions
Darrick J. Wong
6
-17
/
+6
2023-12-06
xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relog
Darrick J. Wong
6
-7
/
+11
2023-12-06
xfs: use xfs_defer_create_done for the relogging operation
Darrick J. Wong
7
-26
/
+14
2023-12-06
xfs: hoist ->create_intent boilerplate to its callsite
Darrick J. Wong
6
-15
/
+2
2023-12-06
xfs: collapse the ->finish_item helpers
Darrick J. Wong
5
-146
/
+58
2023-12-06
xfs: hoist intent done flag setting to ->finish_item callsite
Darrick J. Wong
6
-92
/
+34
2023-12-06
xfs: don't set XFS_TRANS_HAS_INTENT_DONE when there's no ATTRD log item
Darrick J. Wong
1
-2
/
+4
2023-12-06
xfs: move ->iop_recover to xfs_defer_op_type
Darrick J. Wong
10
-88
/
+109
2023-12-06
xfs: use xfs_defer_finish_one to finish recovered work items
Darrick J. Wong
9
-157
/
+49
2023-12-06
xfs: dump the recovered xattri log item if corruption happens
Darrick J. Wong
1
-0
/
+4
2023-12-06
xfs: recreate work items when recovering intent items
Darrick J. Wong
7
-163
/
+215
[next]