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
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-19
btrfs: merge verify_parent_transid and btrfs_buffer_uptodate
Christoph Hellwig
1
-31
/
+14
2023-06-19
btrfs: move setting the buffer uptodate out of validate_extent_buffer
Christoph Hellwig
1
-3
/
+3
2023-06-19
btrfs: subpage: fix error handling in end_bio_subpage_eb_writepage
Christoph Hellwig
1
-1
/
+2
2023-06-19
btrfs: mark extent_buffer_under_io static
Christoph Hellwig
2
-2
/
+1
2023-06-19
btrfs: trigger orphan inode cleanup during START_SYNC ioctl
Qu Wenruo
1
-0
/
+7
2023-06-19
btrfs: fix comment referring to no longer existing btrfs_clean_tree_block()
Filipe Manana
1
-1
/
+1
2023-06-19
btrfs: change for_rename argument of btrfs_record_unlink_dir() to bool
Filipe Manana
3
-6
/
+6
2023-06-19
btrfs: remove pointless label and goto at btrfs_record_unlink_dir()
Filipe Manana
1
-7
/
+3
2023-06-19
btrfs: update comments at btrfs_record_unlink_dir() to be more clear
Filipe Manana
1
-4
/
+8
2023-06-19
btrfs: use inode_logged() at btrfs_record_unlink_dir()
Filipe Manana
1
-2
/
+2
2023-06-19
btrfs: use inode_logged() at need_log_inode()
Filipe Manana
1
-3
/
+3
2023-06-19
btrfs: scrub: remove more unused functions
Jiapeng Chong
1
-42
/
+0
2023-06-19
btrfs: handle tree backref walk error properly
Qu Wenruo
2
-15
/
+29
2023-06-19
btrfs: don't hold an extra reference for redirtied buffers
Christoph Hellwig
7
-42
/
+4
2023-06-19
btrfs: fix dirty_metadata_bytes for redirtied buffers
Christoph Hellwig
3
-10
/
+6
2023-06-19
btrfs: unexport btrfs_run_discard_work and make it static
Johannes Thumshirn
2
-18
/
+17
2023-06-19
btrfs: rename del_ptr to btrfs_del_ptr and export it
Josef Bacik
2
-8
/
+10
2023-06-19
btrfs: add a btrfs_csum_type_size helper
Josef Bacik
2
-1
/
+8
2023-06-19
btrfs: add __KERNEL__ check for btrfs_no_printk
Josef Bacik
1
-0
/
+7
2023-06-19
btrfs: move split_flags/combine_flags helpers to inode-item.h
Josef Bacik
3
-17
/
+17
2023-06-19
btrfs: move btrfs_verify_level_key into tree-checker.c
Josef Bacik
4
-60
/
+60
2023-06-19
btrfs: add __btrfs_check_node helper
Josef Bacik
2
-12
/
+18
2023-06-19
btrfs: extend btrfs_leaf_check to return btrfs_tree_block_status
Josef Bacik
2
-13
/
+29
2023-06-19
btrfs: use btrfs_tree_block_status for leaf item errors
Josef Bacik
1
-7
/
+12
2023-06-19
btrfs: add btrfs_tree_block_status definitions to tree-checker.h
Josef Bacik
1
-0
/
+13
2023-06-19
btrfs: simplify btrfs_check_leaf_* helpers into a single helper
Josef Bacik
3
-32
/
+13
2023-06-19
btrfs: remove level argument from btrfs_set_block_flags
Josef Bacik
3
-9
/
+5
2023-06-19
btrfs: move btrfs_check_trunc_cache_free_space into block-rsv.c
Josef Bacik
4
-21
/
+21
2023-06-19
btrfs: scrub: use recovered data stripes as cache to avoid unnecessary read
Qu Wenruo
3
-0
/
+55
2023-06-19
btrfs: assert tree lock is held when removing free space entries
Filipe Manana
1
-10
/
+24
2023-06-19
btrfs: assert tree lock is held when linking free space
Filipe Manana
1
-0
/
+2
2023-06-19
btrfs: assert tree lock is held when searching for free space entries
Filipe Manana
1
-0
/
+2
2023-06-19
btrfs: assert proper locks are held at tree_insert_offset()
Filipe Manana
1
-6
/
+19
2023-06-19
btrfs: simplify arguments to tree_insert_offset()
Filipe Manana
1
-21
/
+16
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
[next]