index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-05-16
btrfs: lock the inode first before flushing range when punching hole
Filipe Manana
1
-2
/
+3
2022-05-16
btrfs: remove ordered extent check and wait during fallocate
Filipe Manana
1
-34
/
+8
2022-05-16
btrfs: remove inode_dio_wait() calls when starting reflink operations
Filipe Manana
1
-10
/
+0
2022-05-16
btrfs: remove useless dio wait call when doing fallocate zero range
Filipe Manana
1
-2
/
+0
2022-05-16
btrfs: only reserve the needed data space amount during fallocate
Filipe Manana
1
-34
/
+37
2022-05-16
btrfs: restore inode creation before xattr setting
Sweet Tea Dorminy
1
-37
/
+37
2022-05-16
btrfs: move common inode creation code into btrfs_create_new_inode()
Omar Sandoval
5
-326
/
+170
2022-05-16
btrfs: reserve correct number of items for inode creation
Omar Sandoval
4
-131
/
+270
[prev]
[next]