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.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
2019-09-09
btrfs: move basic block_group definitions to their own header
Josef Bacik
1
-0
/
+1
2019-08-07
Btrfs: fix sysfs warning and missing raid sysfs directories
Filipe Manana
1
-2
/
+0
2019-07-17
btrfs: free checksum hash on in close_ctree
Johannes Thumshirn
1
-0
/
+1
2019-07-02
Btrfs: prevent send failures and crashes due to concurrent relocation
Filipe Manana
1
-0
/
+2
2019-07-01
btrfs: directly call into crypto framework for checksumming
Johannes Thumshirn
1
-23
/
+23
2019-07-01
btrfs: add boilerplate code for directly including the crypto framework
Johannes Thumshirn
1
-7
/
+39
2019-07-01
btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptions
Johannes Thumshirn
1
-26
/
+16
2019-07-01
btrfs: check for supported superblock checksum type before checksum validation
Johannes Thumshirn
1
-0
/
+14
2019-07-01
btrfs: add common checksum type validation
Johannes Thumshirn
1
-10
/
+19
2019-07-01
btrfs: use u8 for raid_array members
David Sterba
1
-2
/
+2
2019-07-01
btrfs: remove mapping tree structures indirection
David Sterba
1
-1
/
+1
2019-07-01
btrfs: detect fast implementation of crc32c on all architectures
David Sterba
1
-9
/
+4
2019-05-08
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2019-04-30
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
1
-2
/
+2
2019-04-29
btrfs: track DIO bytes in flight
Josef Bacik
1
-1
/
+14
2019-04-29
btrfs: Remove bio_offset argument from submit_bio_hook
Nikolay Borisov
1
-2
/
+2
2019-04-29
btrfs: Always pass 0 bio_offset for btree_submit_bio_start
Nikolay Borisov
1
-2
/
+1
2019-04-29
btrfs: Remove 'tree' argument from read_extent_buffer_pages
Nikolay Borisov
1
-9
/
+3
2019-04-29
btrfs: Change submit_bio_hook to taking an inode directly
Nikolay Borisov
1
-3
/
+2
2019-04-29
btrfs: get fs_info from trans in btrfs_create_tree
David Sterba
1
-1
/
+1
2019-04-29
btrfs: Do mandatory tree block check before submitting bio
Qu Wenruo
1
-0
/
+13
2019-04-29
btrfs: get fs_info from eb in btrfs_check_node
David Sterba
1
-1
/
+1
2019-04-29
btrfs: get fs_info from eb in btrfs_check_leaf_relaxed
David Sterba
1
-1
/
+1
2019-04-29
btrfs: get fs_info from eb in btrfs_check_leaf_full
David Sterba
1
-1
/
+1
2019-04-29
btrfs: replace pending/pinned chunks lists with io tree
Jeff Mahoney
1
-11
/
+0
2019-04-29
btrfs: Transpose btrfs_close_devices/btrfs_mapping_tree_free in close_ctree
Nikolay Borisov
1
-1
/
+1
2019-04-29
btrfs: combine device update operations during transaction commit
Nikolay Borisov
1
-0
/
+7
2019-04-29
btrfs: qgroup: remove obsolete fs_info members
David Sterba
1
-3
/
+0
2019-04-29
btrfs: get fs_info from eb in btrfs_verify_level_key
David Sterba
1
-3
/
+3
2019-04-29
btrfs: get fs_info from eb in btree_read_extent_buffer_pages
David Sterba
1
-7
/
+4
2019-04-29
btrfs: get fs_info from eb in clean_tree_block
David Sterba
1
-2
/
+2
2019-04-29
btrfs: get fs_info from eb in check_tree_block_fsid
David Sterba
1
-3
/
+3
2019-04-29
btrfs: get fs_info from eb in repair_eb_io_failure
David Sterba
1
-1
/
+1
2019-04-29
btrfs: move tree block wait and write helpers to tree-log
David Sterba
1
-13
/
+0
2019-04-29
btrfs: disk-io: Show the timing of corrupted tree block explicitly
Qu Wenruo
1
-0
/
+4
2019-04-29
btrfs: Always output error message when key/level verification fails
Qu Wenruo
1
-6
/
+4
2019-04-29
btrfs: Check the first key and level for cached extent buffer
Qu Wenruo
1
-5
/
+5
2019-04-29
btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages fails
Nikolay Borisov
1
-6
/
+11
2019-04-29
btrfs: Introduce extent_io_tree::owner to distinguish different io_trees
Qu Wenruo
1
-4
/
+8
2019-04-29
btrfs: switch extent_io_tree::track_uptodate to bool
David Sterba
1
-1
/
+1
2019-04-29
btrfs: Introduce fs_info to extent_io_tree
Qu Wenruo
1
-4
/
+4
2019-04-29
btrfs: warn if extent buffer mapping crosses a page boundary in csum_tree_block
Johannes Thumshirn
1
-1
/
+1
2019-04-29
btrfs: factor our read/write stage off csum_tree_block into its callers
Johannes Thumshirn
1
-26
/
+29
2019-03-12
mm: refactor readahead defines in mm.h
Nikolay Borisov
1
-1
/
+1
2019-03-09
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2019-02-25
btrfs: scrub: convert scrub_workers_refcnt to refcount_t
Anand Jain
1
-1
/
+1
2019-02-25
btrfs: replace cleaner_delayed_iput_mutex with a waitqueue
Josef Bacik
1
-3
/
+2
2019-02-25
btrfs: open code now trivial btrfs_set_lock_blocking
David Sterba
1
-1
/
+1
2019-02-25
btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpers
David Sterba
1
-1
/
+1
2019-02-25
btrfs: qgroup: Introduce per-root swapped blocks infrastructure
Qu Wenruo
1
-0
/
+1
[next]