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
...
*
btrfs: extract extent buffer verification from btrfs_validate_metadata_buffer()
Qu Wenruo
2020-12-08
1
-36
/
+42
*
btrfs: make csum_tree_block() handle node smaller than page
Qu Wenruo
2020-12-08
1
-2
/
+3
*
btrfs: grab fs_info from extent_buffer in btrfs_mark_buffer_dirty
Qu Wenruo
2020-12-08
1
-4
/
+1
*
btrfs: locking: remove all the blocking helpers
Josef Bacik
2020-12-08
1
-6
/
+2
*
btrfs: remove unnecessary local variables for checksum size
David Sterba
2020-12-08
1
-2
/
+1
*
btrfs: switch cached fs_info::csum_size from u16 to u32
David Sterba
2020-12-08
1
-1
/
+1
*
btrfs: use cached value of fs_info::csum_size everywhere
David Sterba
2020-12-08
1
-3
/
+3
*
btrfs: precalculate checksums per leaf once
David Sterba
2020-12-08
1
-0
/
+1
*
btrfs: store precalculated csum_size in fs_info
David Sterba
2020-12-08
1
-0
/
+1
*
btrfs: use precalculated sectorsize_bits from fs_info
David Sterba
2020-12-08
1
-0
/
+2
*
btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bio
Qu Wenruo
2020-12-08
1
-11
/
+11
*
btrfs: add set/get accessors for root_item::drop_level
David Sterba
2020-12-08
1
-1
/
+1
*
btrfs: use root_item helpers for limit and flags in btrfs_create_tree
David Sterba
2020-12-08
1
-2
/
+2
*
btrfs: generate lockdep keyset names at compile time
David Sterba
2020-12-08
1
-27
/
+29
*
btrfs: use the right number of levels for lockdep keysets
David Sterba
2020-12-08
1
-2
/
+2
*
btrfs: introduce mount option rescue=ignoredatacsums
Josef Bacik
2020-12-08
1
-9
/
+12
*
btrfs: introduce mount option rescue=ignorebadroots
Josef Bacik
2020-12-08
1
-24
/
+41
*
btrfs: show rescue=usebackuproot in /proc/mounts
Josef Bacik
2020-12-08
1
-6
/
+0
*
btrfs: calculate more accurate remaining time to sleep in transaction_kthread
Nikolay Borisov
2020-12-08
1
-1
/
+3
*
btrfs: record delta directly in transaction_kthread
Nikolay Borisov
2020-12-08
1
-3
/
+3
*
btrfs: remove redundant time check in transaction kthread loop
Nikolay Borisov
2020-12-08
1
-2
/
+1
*
btrfs: use helpers to convert from seconds to jiffies in transaction_kthread
Nikolay Borisov
2020-12-07
1
-2
/
+2
*
Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-10-30
1
-40
/
+99
|
\
|
*
btrfs: add a helper to read the tree_root commit root for backref lookup
Josef Bacik
2020-10-26
1
-40
/
+99
*
|
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
bdi: remove BDI_CAP_CGROUP_WRITEBACK
Christoph Hellwig
2020-09-24
1
-1
/
+0
|
*
bdi: initialize ->ra_pages and ->io_pages in bdi_init
Christoph Hellwig
2020-09-24
1
-1
/
+0
*
|
btrfs: skip devices without magic signature when mounting
Anand Jain
2020-10-07
1
-2
/
+6
*
|
btrfs: remove struct extent_io_ops
Nikolay Borisov
2020-10-07
1
-7
/
+0
*
|
btrfs: call submit_bio_hook directly for metadata pages
Nikolay Borisov
2020-10-07
1
-5
/
+3
*
|
btrfs: remove extent_io_ops::readpage_end_io_hook
Nikolay Borisov
2020-10-07
1
-1
/
+0
*
|
btrfs: replace readpage_end_io_hook with direct calls
Nikolay Borisov
2020-10-07
1
-4
/
+4
*
|
btrfs: use own btree inode io_tree owner id
Qu Wenruo
2020-10-07
1
-1
/
+1
*
|
btrfs: remove btree_get_extent
Nikolay Borisov
2020-10-07
1
-47
/
+0
*
|
btrfs: remove btree_readpage
Nikolay Borisov
2020-10-07
1
-6
/
+0
*
|
btrfs: pretty print leaked root name
Josef Bacik
2020-10-07
1
-2
/
+4
*
|
btrfs: introduce BTRFS_NESTING_COW for cow'ing blocks
Josef Bacik
2020-10-07
1
-2
/
+3
*
|
btrfs: rework error detection in init_tree_roots
Nikolay Borisov
2020-10-07
1
-10
/
+9
*
|
btrfs: switch seed device to list api
Nikolay Borisov
2020-10-07
1
-21
/
+18
*
|
btrfs: do async reclaim for data reservations
Josef Bacik
2020-10-07
1
-1
/
+2
*
|
btrfs: delete duplicated words + other fixes in comments
Randy Dunlap
2020-10-07
1
-1
/
+1
*
|
Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-09-23
1
-6
/
+5
|
\
\
|
*
|
btrfs: fix overflow when copying corrupt csums for a message
Johannes Thumshirn
2020-09-21
1
-6
/
+5
*
|
|
Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-09-12
1
-0
/
+2
|
\
|
|
|
|
/
|
/
|
|
*
btrfs: free data reloc tree on failed mount
Josef Bacik
2020-09-07
1
-0
/
+2
*
|
Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-08-24
1
-0
/
+1
|
\
|
|
*
btrfs: fix space cache memory leak after transaction abort
Filipe Manana
2020-08-19
1
-0
/
+1
*
|
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-03
1
-23
/
+0
|
\
\
|
|
/
|
/
|
|
*
writeback: remove bdi->congested_fn
Christoph Hellwig
2020-07-09
1
-23
/
+0
*
|
btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...
Qu Wenruo
2020-07-27
1
-1
/
+0
[prev]
[next]