index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
disk-io.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-07-16
1
-79
/
+100
|
\
|
*
Revert "btrfs: turn delayed_nodes_tree into an XArray"
David Sterba
2022-07-15
1
-1
/
+1
|
*
Revert "btrfs: turn fs_info member buffer_radix into XArray"
David Sterba
2022-07-15
1
-2
/
+2
|
*
Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"
David Sterba
2022-07-15
1
-76
/
+97
*
|
Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-06-21
1
-2
/
+11
|
\
|
|
*
btrfs: fix hang during unmount when block group reclaim task is running
Filipe Manana
2022-06-06
1
-2
/
+11
*
|
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-05-25
1
-6
/
+6
|
\
\
|
*
|
btrfs: Convert to release_folio
Matthew Wilcox (Oracle)
2022-05-10
1
-6
/
+6
*
|
|
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2022-05-25
1
-164
/
+146
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
btrfs: add "0x" prefix for unsupported optional features
Qu Wenruo
2022-05-17
1
-2
/
+2
|
*
|
btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bio
David Sterba
2022-05-16
1
-3
/
+2
|
*
|
btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
Gabriel Niebler
2022-05-16
1
-97
/
+76
|
*
|
btrfs: turn fs_info member buffer_radix into XArray
Gabriel Niebler
2022-05-16
1
-2
/
+2
|
*
|
btrfs: turn delayed_nodes_tree into an XArray
Gabriel Niebler
2022-05-16
1
-1
/
+1
|
*
|
btrfs: use a normal workqueue for rmw_workers
Christoph Hellwig
2022-05-16
1
-3
/
+3
|
*
|
btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueue
Christoph Hellwig
2022-05-16
1
-6
/
+9
|
*
|
btrfs: raid56: enable subpage support for RAID56
Qu Wenruo
2022-05-16
1
-8
/
+0
|
*
|
btrfs: do not return errors from btrfs_submit_metadata_bio
Christoph Hellwig
2022-05-16
1
-16
/
+9
|
*
|
btrfs: remove unused bio_flags argument to btrfs_submit_metadata_bio
Christoph Hellwig
2022-05-16
1
-1
/
+1
|
*
|
btrfs: use a read/write lock for protecting the block groups tree
Filipe Manana
2022-05-16
1
-1
/
+1
|
*
|
btrfs: use rbtree with leftmost node cached for tracking lowest block group
Filipe Manana
2022-05-16
1
-2
/
+1
|
*
|
btrfs: check-integrity: split submit_bio from btrfsic checking
Christoph Hellwig
2022-05-16
1
-2
/
+4
|
*
|
btrfs: remove unnecessary type casts
Yu Zhe
2022-05-16
1
-2
/
+2
|
*
|
btrfs: expand subpage support to any PAGE_SIZE > 4K
Qu Wenruo
2022-05-16
1
-5
/
+7
|
*
|
btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routine
Qu Wenruo
2022-05-16
1
-2
/
+2
|
*
|
btrfs: tree-checker: check extent buffer owner against owner rootid
Qu Wenruo
2022-05-16
1
-0
/
+21
|
*
|
btrfs: remove trivial wrapper btrfs_read_buffer()
Filipe Manana
2022-05-16
1
-12
/
+4
|
|
/
*
|
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-05-23
1
-5
/
+6
|
\
\
|
|
/
|
/
|
|
*
block: add a bdev_write_cache helper
Christoph Hellwig
2022-04-18
1
-2
/
+1
|
*
btrfs: simplify ->flush_bio handling
Christoph Hellwig
2022-04-18
1
-3
/
+5
*
|
Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-05-06
1
-0
/
+11
|
\
\
|
*
|
btrfs: force v2 space cache usage for subpage mount
Qu Wenruo
2022-05-05
1
-0
/
+11
*
|
|
Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-04-26
1
-0
/
+1
|
\
|
|
|
|
/
|
/
|
|
*
btrfs: zoned: use dedicated lock for data relocation
Naohiro Aota
2022-04-21
1
-0
/
+1
*
|
Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-04-14
1
-2
/
+3
|
\
|
|
*
btrfs: fix root ref counts in error handling in btrfs_get_root_ref
Jia-Ju Bai
2022-04-06
1
-2
/
+3
*
|
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-23
1
-23
/
+24
|
\
\
|
*
|
btrfs: Convert from set_page_dirty to dirty_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-12
/
+13
|
*
|
btrfs: Convert from invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-11
/
+11
*
|
|
Merge tag 'for-5.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2022-03-22
1
-63
/
+156
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
btrfs: verify the tranisd of the to-be-written dirty extent buffer
Qu Wenruo
2022-03-14
1
-6
/
+20
|
*
|
btrfs: unify the error handling pattern for read_tree_block()
Qu Wenruo
2022-03-14
1
-7
/
+9
|
*
|
btrfs: pass btrfs_fs_info to btrfs_recover_relocation
Josef Bacik
2022-03-14
1
-1
/
+1
|
*
|
btrfs: pass btrfs_fs_info for deleting snapshots and cleaner
Josef Bacik
2022-03-14
1
-4
/
+3
|
*
|
btrfs: add support for multiple global roots
Josef Bacik
2022-03-14
1
-9
/
+41
|
*
|
btrfs: add code to support the block group root
Josef Bacik
2022-03-14
1
-7
/
+42
|
*
|
btrfs: abstract out loading the tree root
Josef Bacik
2022-03-14
1
-35
/
+46
*
|
|
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-22
1
-6
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
block: pass a block_device and opf to bio_reset
Christoph Hellwig
2022-02-02
1
-3
/
+1
|
*
|
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
2022-02-02
1
-3
/
+3
|
|
/
[next]