index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
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
pinetabv-6.6.y-devel
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
starfive-6.6.48-dubhe
starfive-6.6.63-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
/
disk-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-17
Merge tag 'for-6.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+0
2025-04-01
Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-3
/
+3
2025-04-01
btrfs: remove folio order ASSERT()s in super block writeback path
Qu Wenruo
1
-2
/
+0
2025-03-18
btrfs: don't clobber ret in btrfs_validate_super()
Mark Harmstone
1
-0
/
+3
2025-03-18
btrfs: add extra warning if delayed iput is added when it's not allowed
Qu Wenruo
1
-0
/
+2
2025-03-18
btrfs: run btrfs_error_commit_super() early
Qu Wenruo
1
-7
/
+8
2025-03-18
btrfs: fix non-empty delayed iputs list on unmount due to async workers
Filipe Manana
1
-0
/
+13
2025-03-18
btrfs: fix non-empty delayed iputs list on unmount due to compressed write wo...
Filipe Manana
1
-0
/
+12
2025-03-18
btrfs: allow debug builds to accept 2K block size
Qu Wenruo
1
-3
/
+9
2025-03-18
btrfs: remove the subpage related warning message
Qu Wenruo
1
-5
/
+0
2025-03-18
btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_init_root_free_objectid()
David Sterba
1
-8
/
+5
2025-03-18
btrfs: use BTRFS_PATH_AUTO_FREE in load_global_roots()
David Sterba
1
-7
/
+6
2025-03-18
btrfs: do trivial BTRFS_PATH_AUTO_FREE conversions
David Sterba
1
-2
/
+1
2025-03-18
btrfs: use num_extent_folios() in for loop bounds
David Sterba
1
-2
/
+1
2025-03-18
btrfs: simplify parameters of metadata folio helpers
David Sterba
1
-2
/
+1
2025-03-18
btrfs: simplify returns and labels in btrfs_init_fs_root()
David Sterba
1
-6
/
+5
2025-03-18
btrfs: require strict data/metadata split for subpage checks
Qu Wenruo
1
-2
/
+2
2025-03-18
btrfs: remove btrfs_fs_info::sectors_per_page
Qu Wenruo
1
-1
/
+0
2025-03-17
btrfs: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-3
/
+3
2025-01-13
btrfs: split waiting from read_extent_buffer_pages(), drop parameter wait
David Sterba
1
-1
/
+1
2025-01-13
btrfs: add tracking of read blocks for read policy
Anand Jain
1
-0
/
+5
2025-01-13
btrfs: initialize fs_devices->fs_info earlier in btrfs_init_devices_late()
Anand Jain
1
-0
/
+1
2025-01-13
btrfs: validate system chunk array at btrfs_validate_super()
Qu Wenruo
1
-0
/
+67
2024-12-06
btrfs: flush delalloc workers queue before stopping cleaner kthread during un...
Filipe Manana
1
-0
/
+9
2024-11-11
btrfs: remove fs_info parameter from btrfs_cleanup_one_transaction()
Filipe Manana
1
-4
/
+4
2024-11-11
btrfs: remove fs_info parameter from btrfs_destroy_delayed_refs()
Filipe Manana
1
-1
/
+1
2024-11-11
btrfs: move btrfs_destroy_delayed_refs() to delayed-ref.c
Filipe Manana
1
-80
/
+0
2024-11-11
btrfs: remove BUG_ON() at btrfs_destroy_delayed_refs()
Filipe Manana
1
-13
/
+24
2024-11-11
btrfs: rename extent map shrinker members from struct btrfs_fs_info
Filipe Manana
1
-1
/
+1
2024-11-11
btrfs: simplify tracking progress for the extent map shrinker
Filipe Manana
1
-2
/
+0
2024-11-11
btrfs: make the extent map shrinker run asynchronously as a work queue job
Filipe Manana
1
-0
/
+2
2024-11-11
btrfs: drop unused parameter transaction from alloc_log_tree()
David Sterba
1
-4
/
+3
2024-11-11
btrfs: drop unused parameter options from open_ctree()
David Sterba
1
-2
/
+1
2024-10-24
Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2024-10-22
btrfs: qgroup: set a more sane default value for subtree drop threshold
Qu Wenruo
1
-1
/
+1
2024-10-04
Merge tag 'for-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+11
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-10-01
btrfs: wait for fixup workers before stopping cleaner kthread during umount
Filipe Manana
1
-0
/
+11
2024-09-10
btrfs: convert try_release_extent_buffer() to take a folio
Li Zetao
1
-1
/
+1
2024-09-10
btrfs: subpage: remove btrfs_fs_info::subpage_info member
Qu Wenruo
1
-12
/
+2
2024-07-17
Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-67
/
+61
2024-07-12
Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+2
2024-07-11
btrfs: avoid races when tracking progress for extent map shrinking
Filipe Manana
1
-0
/
+2
2024-07-11
btrfs: fix data race when accessing the last_trans field of a root
Filipe Manana
1
-2
/
+2
2024-07-11
btrfs: introduce new "rescue=ignoresuperflags" mount option
Qu Wenruo
1
-4
/
+12
2024-07-11
btrfs: introduce new "rescue=ignoremetacsums" mount option
Qu Wenruo
1
-6
/
+12
2024-07-11
btrfs: output the unrecognized super block flags as hex
Qu Wenruo
1
-1
/
+1
2024-07-11
btrfs: fix typo in error message in btrfs_validate_super()
Mark Harmstone
1
-1
/
+1
2024-07-11
btrfs: remove all extra btrfs_check_eb_owner() calls
Josef Bacik
1
-4
/
+0
2024-07-11
btrfs: constify pointer parameters where applicable
David Sterba
1
-9
/
+9
[next]