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
2022-11-07
btrfs: zoned: initialize device's zone info for seeding
Johannes Thumshirn
1
-1
/
+3
2022-10-24
btrfs: make thaw time super block check to also verify checksum
Qu Wenruo
1
-6
/
+4
2022-09-26
btrfs: relax block-group-tree feature dependency checks
Qu Wenruo
1
-63
/
+109
2022-09-26
btrfs: open code and remove btrfs_insert_inode_hash helper
Josef Bacik
1
-1
/
+3
2022-09-26
btrfs: don't init io tree with private data for non-inodes
Josef Bacik
1
-1
/
+1
2022-09-26
btrfs: remove extent_io_tree::track_uptodate
Josef Bacik
1
-1
/
+0
2022-09-26
btrfs: unify the lock/unlock extent variants
Josef Bacik
1
-4
/
+3
2022-09-26
btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_...
Qu Wenruo
1
-0
/
+1
2022-09-26
btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2
Qu Wenruo
1
-12
/
+14
2022-09-26
btrfs: don't save block group root into super block
Qu Wenruo
1
-20
/
+20
2022-09-26
btrfs: check superblock to ensure the fs was not modified at thaw time
Qu Wenruo
1
-6
/
+19
2022-09-26
btrfs: give struct btrfs_bio a real end_io handler
Christoph Hellwig
1
-9
/
+7
2022-09-26
btrfs: add lockdep annotations for the ordered extents wait event
Ioannis Angelakopoulos
1
-0
/
+1
2022-09-26
btrfs: add lockdep annotations for pending_ordered wait event
Ioannis Angelakopoulos
1
-0
/
+1
2022-09-26
btrfs: add lockdep annotations for transaction states wait events
Ioannis Angelakopoulos
1
-0
/
+8
2022-09-26
btrfs: add lockdep annotations for num_extwriters wait event
Ioannis Angelakopoulos
1
-0
/
+1
2022-09-26
btrfs: add lockdep annotations for num_writers wait event
Ioannis Angelakopoulos
1
-0
/
+2
2022-09-20
Merge tag 'for-6.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-6
/
+36
2022-09-13
btrfs: fix hang during unmount when stopping a space reclaim worker
Filipe Manana
1
-0
/
+25
2022-09-13
btrfs: fix hang during unmount when stopping block group reclaim worker
Filipe Manana
1
-6
/
+11
2022-09-09
Merge tag 'for-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2022-09-05
btrfs: zoned: fix API misuse of zone finish waiting
Naohiro Aota
1
-1
/
+0
2022-08-19
Merge tag 'for-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-82
/
+0
2022-08-17
btrfs: move lockdep class helpers to locking.c
Josef Bacik
1
-82
/
+0
2022-08-04
Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-180
/
+88
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-12
/
+10
2022-08-02
mm/migrate: Convert migrate_page() to migrate_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-08-02
btrfs: Convert btree_migratepage to migrate_folio
Matthew Wilcox (Oracle)
1
-12
/
+10
2022-07-25
btrfs: zoned: wait until zone is finished when allocation didn't progress
Naohiro Aota
1
-0
/
+1
2022-07-25
btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size
Naohiro Aota
1
-0
/
+2
2022-07-25
btrfs: set the objectid of the btree inode's location key
Filipe Manana
1
-1
/
+3
2022-07-25
btrfs: handle allocation failure in btrfs_wq_submit_bio gracefully
Christoph Hellwig
1
-19
/
+24
2022-07-25
btrfs: do not return errors from btrfs_map_bio
Christoph Hellwig
1
-11
/
+10
2022-07-25
btrfs: don't print 'has skinny extents' anymore on mount
Nikolay Borisov
1
-3
/
+0
2022-07-25
btrfs: don't print 'flagging with big metadata' anymore on mount
Nikolay Borisov
1
-5
/
+1
2022-07-25
btrfs: properly flag filesystem with BTRFS_FEATURE_INCOMPAT_BIG_METADATA
Nikolay Borisov
1
-10
/
+11
2022-07-25
btrfs: print checksum type and implementation at mount time
David Sterba
1
-0
/
+3
2022-07-25
btrfs: output mirror number for bad metadata
Qu Wenruo
1
-12
/
+14
2022-07-25
btrfs: reject log replay if there is unsupported RO compat flag
Qu Wenruo
1
-0
/
+14
2022-07-25
btrfs: remove btrfs_end_io_wq
Christoph Hellwig
1
-113
/
+7
2022-07-25
btrfs: centralize setting REQ_META
Christoph Hellwig
1
-0
/
+2
2022-07-25
btrfs: don't use btrfs_bio_wq_end_io for compressed writes
Christoph Hellwig
1
-18
/
+12
2022-07-25
btrfs: defer I/O completion based on the btrfs_raid_bio
Christoph Hellwig
1
-8
/
+4
2022-07-25
btrfs: fix typos in comments
David Sterba
1
-1
/
+1
2022-07-16
Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-79
/
+100
2022-07-15
Revert "btrfs: turn delayed_nodes_tree into an XArray"
David Sterba
1
-1
/
+1
2022-07-15
Revert "btrfs: turn fs_info member buffer_radix into XArray"
David Sterba
1
-2
/
+2
2022-07-15
Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"
David Sterba
1
-76
/
+97
2022-06-21
Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+11
2022-06-06
btrfs: fix hang during unmount when block group reclaim task is running
Filipe Manana
1
-2
/
+11
[next]