index
:
blaster4385/linux-IllusionX
v6.12.1
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
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-19
btrfs: use precomputed end offsets at do_trimming()
Filipe Manana
1
-1
/
+1
2023-06-19
btrfs: avoid searching twice for previous node when merging free space entries
Filipe Manana
1
-3
/
+6
2023-06-19
btrfs: avoid extra memory allocation when copying free space cache
Filipe Manana
1
-2
/
+4
2023-06-19
btrfs: simplify transid initialization in btrfs_ioctl_wait_sync
Tom Rix
1
-5
/
+4
2023-06-19
btrfs: output affected files when relocation fails
Qu Wenruo
3
-0
/
+208
2023-06-19
btrfs: remove hipri_workers workqueue
Christoph Hellwig
4
-11
/
+2
2023-06-19
btrfs: determine synchronous writers from bio or writeback control
Christoph Hellwig
5
-19
/
+3
2023-06-19
btrfs: submit IO synchronously for fast checksum implementations
Christoph Hellwig
1
-13
/
+7
2023-06-19
btrfs: use SECTOR_SHIFT to convert LBA to physical offset
Anand Jain
4
-6
/
+6
2023-06-19
btrfs: use SECTOR_SHIFT to convert physical offset to LBA
Anand Jain
5
-6
/
+8
2023-06-19
btrfs: improve leaf dump and error handling
Qu Wenruo
2
-68
/
+59
2023-06-19
btrfs: print-tree: pass const extent buffer pointer
Qu Wenruo
5
-14
/
+14
2023-06-19
btrfs: export bitmap_test_range_all_{set,zero}
Naohiro Aota
3
-28
/
+26
2023-06-19
btrfs: tag as unlikely the key comparison when checking sibling keys
Filipe Manana
1
-1
/
+1
2023-06-19
btrfs: make btrfs_free_device() static
Filipe Manana
2
-2
/
+1
2023-06-19
btrfs: don't commit transaction for every subvol create
Sweet Tea Dorminy
1
-4
/
+3
2023-06-19
btrfs: unexport btrfs_prev_leaf()
Filipe Manana
2
-81
/
+81
2023-06-16
Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-10
/
+22
2023-06-14
btrfs: scrub: fix a return value overwrite in scrub_stripe()
Qu Wenruo
1
-1
/
+1
2023-06-13
btrfs: do not ASSERT() on duplicated global roots
Qu Wenruo
1
-2
/
+8
2023-06-13
btrfs: can_nocow_file_extent should pass down args->strict from callers
Chris Mason
1
-1
/
+1
2023-06-13
btrfs: fix iomap_begin length for nocow writes
Christoph Hellwig
1
-6
/
+12
2023-06-12
Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-11
/
+30
2023-06-08
btrfs: scrub: also report errors hit during the initial read
Qu Wenruo
1
-6
/
+18
2023-06-08
btrfs: scrub: respect the read-only flag during repair
Qu Wenruo
1
-1
/
+1
2023-06-06
btrfs: properly enable async discard when switching from RO->RW
Chris Mason
1
-0
/
+6
2023-06-05
btrfs: subpage: fix a crash in metadata repair path
Qu Wenruo
1
-4
/
+5
2023-06-02
Merge tag 'for-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-20
/
+32
2023-06-01
btrfs: zoned: fix dev-replace after the scrub rework
Qu Wenruo
2
-20
/
+32
2023-05-30
Merge tag 'for-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-3
/
+3
2023-05-26
btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-...
pengfuyuan
1
-1
/
+1
2023-05-26
btrfs: fix an uninitialized variable warning in btrfs_log_inode
Shida Zhang
1
-1
/
+1
2023-05-26
btrfs: call btrfs_orig_bbio_end_io in btrfs_end_bio_work
Christoph Hellwig
1
-1
/
+1
2023-05-26
Merge tag 'for-6.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-4
/
+32
2023-05-17
btrfs: use nofs when cleaning up aborted transactions
Josef Bacik
1
-0
/
+9
2023-05-17
btrfs: handle memory allocation failure in btrfs_csum_one_bio
Johannes Thumshirn
1
-1
/
+3
2023-05-17
btrfs: scrub: try harder to mark RAID56 block groups read-only
Qu Wenruo
2
-3
/
+20
2023-05-12
Merge tag 'for-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
11
-33
/
+102
2023-05-10
btrfs: make clear_cache mount option to rebuild FST without disabling it
Qu Wenruo
4
-11
/
+70
2023-05-10
btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add
Christoph Hellwig
1
-2
/
+2
2023-05-10
btrfs: zoned: fix full zone super block reading on ZNS
Naohiro Aota
1
-4
/
+3
2023-05-10
btrfs: zoned: zone finish data relocation BG with last IO
Naohiro Aota
1
-0
/
+3
2023-05-09
btrfs: fix backref walking not returning all inode refs
Filipe Manana
3
-10
/
+17
2023-05-09
btrfs: fix space cache inconsistency after error loading it from disk
Filipe Manana
1
-3
/
+4
2023-05-09
btrfs: print-tree: parent bytenr must be aligned to sector size
Anastasia Belova
1
-3
/
+3
2023-05-09
Merge tag 'for-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-9
/
+55
2023-05-03
btrfs: don't free qgroup space unless specified
Josef Bacik
1
-1
/
+2
2023-05-02
btrfs: fix encoded write i_size corruption with no-holes
Boris Burkov
1
-2
/
+3
2023-04-28
btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zones
Naohiro Aota
1
-3
/
+3
2023-04-28
btrfs: properly reject clear_cache and v1 cache for block-group-tree
Qu Wenruo
1
-1
/
+6
[prev]
[next]