index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2020-12-09
btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offset
Qu Wenruo
1
-9
/
+8
2020-12-09
btrfs: fix lockdep warning when creating free space tree
Boris Burkov
1
-4
/
+5
2020-12-09
btrfs: keep sb cache_generation consistent with space_cache
Boris Burkov
1
-0
/
+8
2020-12-09
btrfs: clear free space tree on ro->rw remount
Boris Burkov
1
-21
/
+21
2020-12-09
btrfs: clear oneshot options on mount and remount
Boris Burkov
1
-1
/
+13
2020-12-09
btrfs: create free space tree on ro->rw remount
Boris Burkov
1
-12
/
+11
2020-12-09
btrfs: start orphan cleanup on ro->rw remount
Boris Burkov
1
-9
/
+8
2020-12-09
btrfs: lift read-write mount setup from mount and remount
Boris Burkov
1
-39
/
+50
2020-12-09
btrfs: remove inode number cache feature
Nikolay Borisov
1
-23
/
+0
2020-12-09
btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.c
Nikolay Borisov
1
-0
/
+55
2020-12-09
btrfs: implement log-structured superblock for ZONED mode
Naohiro Aota
1
-7
/
+35
2020-12-09
btrfs: check and enable ZONED mode
Naohiro Aota
1
-0
/
+10
2020-12-08
btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_buffer
Qu Wenruo
1
-1
/
+1
2020-12-08
btrfs: drop unused argument step from btrfs_free_extra_devids
Anand Jain
1
-6
/
+6
2020-12-08
btrfs: set the lockdep class for extent buffers on creation
Josef Bacik
1
-3
/
+0
2020-12-08
btrfs: pass the owner_root and level to alloc_extent_buffer
Josef Bacik
1
-3
/
+4
2020-12-08
btrfs: pass root owner to read_tree_block
Josef Bacik
1
-5
/
+9
2020-12-08
btrfs: cleanup extent buffer readahead
Josef Bacik
1
-16
/
+0
2020-12-08
btrfs: remove lockdep classes for the fs tree
Josef Bacik
1
-1
/
+0
2020-12-08
btrfs: pass bvec to csum_dirty_buffer instead of page
Qu Wenruo
1
-5
/
+6
2020-12-08
btrfs: extract extent buffer verification from btrfs_validate_metadata_buffer()
Qu Wenruo
1
-36
/
+42
2020-12-08
btrfs: make csum_tree_block() handle node smaller than page
Qu Wenruo
1
-2
/
+3
2020-12-08
btrfs: grab fs_info from extent_buffer in btrfs_mark_buffer_dirty
Qu Wenruo
1
-4
/
+1
2020-12-08
btrfs: locking: remove all the blocking helpers
Josef Bacik
1
-6
/
+2
2020-12-08
btrfs: remove unnecessary local variables for checksum size
David Sterba
1
-2
/
+1
2020-12-08
btrfs: switch cached fs_info::csum_size from u16 to u32
David Sterba
1
-1
/
+1
2020-12-08
btrfs: use cached value of fs_info::csum_size everywhere
David Sterba
1
-3
/
+3
2020-12-08
btrfs: precalculate checksums per leaf once
David Sterba
1
-0
/
+1
2020-12-08
btrfs: store precalculated csum_size in fs_info
David Sterba
1
-0
/
+1
2020-12-08
btrfs: use precalculated sectorsize_bits from fs_info
David Sterba
1
-0
/
+2
2020-12-08
btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bio
Qu Wenruo
1
-11
/
+11
2020-12-08
btrfs: add set/get accessors for root_item::drop_level
David Sterba
1
-1
/
+1
2020-12-08
btrfs: use root_item helpers for limit and flags in btrfs_create_tree
David Sterba
1
-2
/
+2
2020-12-08
btrfs: generate lockdep keyset names at compile time
David Sterba
1
-27
/
+29
2020-12-08
btrfs: use the right number of levels for lockdep keysets
David Sterba
1
-2
/
+2
2020-12-08
btrfs: introduce mount option rescue=ignoredatacsums
Josef Bacik
1
-9
/
+12
2020-12-08
btrfs: introduce mount option rescue=ignorebadroots
Josef Bacik
1
-24
/
+41
2020-12-08
btrfs: show rescue=usebackuproot in /proc/mounts
Josef Bacik
1
-6
/
+0
2020-12-08
btrfs: calculate more accurate remaining time to sleep in transaction_kthread
Nikolay Borisov
1
-1
/
+3
2020-12-08
btrfs: record delta directly in transaction_kthread
Nikolay Borisov
1
-3
/
+3
2020-12-08
btrfs: remove redundant time check in transaction kthread loop
Nikolay Borisov
1
-2
/
+1
2020-12-07
btrfs: use helpers to convert from seconds to jiffies in transaction_kthread
Nikolay Borisov
1
-2
/
+2
2020-10-30
Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-40
/
+99
2020-10-26
btrfs: add a helper to read the tree_root commit root for backref lookup
Josef Bacik
1
-40
/
+99
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+0
2020-10-07
btrfs: skip devices without magic signature when mounting
Anand Jain
1
-2
/
+6
2020-10-07
btrfs: remove struct extent_io_ops
Nikolay Borisov
1
-7
/
+0
2020-10-07
btrfs: call submit_bio_hook directly for metadata pages
Nikolay Borisov
1
-5
/
+3
2020-10-07
btrfs: remove extent_io_ops::readpage_end_io_hook
Nikolay Borisov
1
-1
/
+0
2020-10-07
btrfs: replace readpage_end_io_hook with direct calls
Nikolay Borisov
1
-4
/
+4
[next]