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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-16
btrfs: remove search start argument from first_logical_byte()
Filipe Manana
1
-3
/
+4
2022-05-16
btrfs: return correct error number for __extent_writepage_io()
Qu Wenruo
1
-1
/
+12
2022-05-16
btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()
Qu Wenruo
1
-2
/
+6
2022-05-16
btrfs: avoid double clean up when submit_one_bio() failed
Qu Wenruo
3
-87
/
+44
2022-05-16
btrfs: use non-bh spin_lock in zstd timer callback
Schspa Shi
1
-5
/
+9
2022-05-16
btrfs: use BTRFS_DIR_START_INDEX at btrfs_create_new_inode()
Filipe Manana
1
-6
/
+2
2022-05-16
btrfs: simplify parameters of submit_read_repair() and rename
Qu Wenruo
1
-12
/
+16
2022-05-16
btrfs: remove the zoned/zone_size union in struct btrfs_fs_info
Christoph Hellwig
1
-5
/
+2
2022-05-16
btrfs: remove unnecessary check of iput argument
Lv Ruyi
2
-4
/
+2
2022-05-16
btrfs: stop using the btrfs_bio saved iter in index_rbio_pages
Christoph Hellwig
1
-3
/
+0
2022-05-16
btrfs: don't allocate a btrfs_bio for scrub bios
Christoph Hellwig
1
-29
/
+15
2022-05-16
btrfs: don't allocate a btrfs_bio for raid56 per-stripe bios
Christoph Hellwig
1
-5
/
+2
2022-05-16
btrfs: pass bio opf to rbio_add_io_page
Christoph Hellwig
1
-20
/
+17
2022-05-16
btrfs: pass a block_device to btrfs_bio_clone
Christoph Hellwig
3
-7
/
+8
2022-05-16
btrfs: move the call to bio_set_dev out of submit_stripe_bio
Christoph Hellwig
1
-1
/
+1
2022-05-16
btrfs: use on-stack bio in scrub_repair_page_from_good_copy
Christoph Hellwig
1
-14
/
+9
2022-05-16
btrfs: use on-stack bio in scrub_recheck_block
Christoph Hellwig
1
-10
/
+8
2022-05-16
btrfs: use on-stack bio in repair_io_failure
Christoph Hellwig
1
-28
/
+24
2022-05-16
btrfs: check-integrity: simplify bio allocation in btrfsic_read_block
Christoph Hellwig
1
-3
/
+2
2022-05-16
btrfs: check-integrity: split submit_bio from btrfsic checking
Christoph Hellwig
6
-25
/
+19
2022-05-16
btrfs: factor check and flush helpers from __btrfsic_submit_bio
Christoph Hellwig
1
-72
/
+77
2022-05-16
btrfs: zoned: make auto-reclaim less aggressive
Johannes Thumshirn
3
-0
/
+43
2022-05-16
btrfs: change the bg_reclaim_threshold valid region from 0 to 100
Josef Bacik
1
-1
/
+1
2022-05-16
btrfs: allow block group background reclaim for non-zoned filesystems
Josef Bacik
1
-0
/
+31
2022-05-16
btrfs: make the bg_reclaim_threshold per-space info
Josef Bacik
5
-7
/
+58
2022-05-16
btrfs: do not test for free space inode during NOCOW check against file extent
Filipe Manana
1
-1
/
+1
2022-05-16
btrfs: move common NOCOW checks against a file extent into a helper
Filipe Manana
1
-212
/
+215
2022-05-16
btrfs: wait between incomplete batch memory allocations
Sweet Tea Dorminy
1
-0
/
+6
2022-05-16
btrfs: allocate page arrays using bulk page allocator
Sweet Tea Dorminy
1
-8
/
+11
2022-05-16
btrfs: factor out allocating an array of pages
Sweet Tea Dorminy
6
-73
/
+78
2022-05-16
btrfs: remove unnecessary type casts
Yu Zhe
9
-14
/
+11
2022-05-16
btrfs: expand subpage support to any PAGE_SIZE > 4K
Qu Wenruo
2
-9
/
+9
2022-05-16
btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routine
Qu Wenruo
5
-53
/
+110
2022-05-16
btrfs: use dummy extent buffer for super block sys chunk array read
Qu Wenruo
1
-22
/
+7
2022-05-16
btrfs: assert that relocation is protected with sb_start_write()
Naohiro Aota
1
-0
/
+11
2022-05-16
btrfs: simplify code flow in btrfs_ioctl_balance
Nikolay Borisov
1
-19
/
+16
2022-05-16
btrfs: remove checks for arg argument in btrfs_ioctl_balance
Nikolay Borisov
1
-34
/
+21
2022-05-16
btrfs: replace memset with memzero_page in data checksum verification
Qu Wenruo
1
-4
/
+2
2022-05-16
btrfs: avoid blocking on space revervation when doing nowait dio writes
Filipe Manana
8
-18
/
+31
2022-05-16
btrfs: avoid blocking when allocating context for nowait dio read/write
Filipe Manana
1
-3
/
+9
2022-05-16
btrfs: release path earlier at can_nocow_extent()
Filipe Manana
1
-2
/
+2
2022-05-16
btrfs: free path at can_nocow_extent() before checking for checksum items
Filipe Manana
1
-0
/
+8
2022-05-16
btrfs: stop allocating a path when checking if cross reference exists
Filipe Manana
3
-10
/
+7
2022-05-16
btrfs: avoid double nocow check when doing nowait dio writes
Filipe Manana
2
-71
/
+39
2022-05-16
btrfs: avoid blocking nowait dio when locking file range
Filipe Manana
1
-11
/
+23
2022-05-16
btrfs: avoid blocking on page locks with nowait dio on compressed range
Filipe Manana
1
-8
/
+26
2022-05-16
btrfs: add messages to printk index
Jonathan Lassoff
2
-8
/
+39
2022-05-16
btrfs: tree-checker: check extent buffer owner against owner rootid
Qu Wenruo
4
-0
/
+83
2022-05-16
btrfs: add and use helper to assert an inode range is clean
Filipe Manana
4
-2
/
+51
2022-05-16
btrfs: remove ordered extent check and wait during hole punching and zero range
Filipe Manana
1
-36
/
+18
[prev]
[next]