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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-08
btrfs: introduce btrfs_inode_lock()/unlock()
Goldwyn Rodrigues
3
-16
/
+69
2020-12-08
btrfs: introduce btrfs_write_check()
Goldwyn Rodrigues
1
-74
/
+77
2020-12-08
btrfs: check FS error state bit early during write
Goldwyn Rodrigues
1
-12
/
+8
2020-12-08
btrfs: move pos increment and pagecache extension to btrfs_buffered_write
Goldwyn Rodrigues
1
-8
/
+5
2020-12-08
btrfs: split btrfs_direct_IO to read and write
Goldwyn Rodrigues
3
-99
/
+94
2020-12-08
btrfs: sysfs: add per-fs attribute for read policy
Anand Jain
1
-0
/
+49
2020-12-08
btrfs: create read policy framework
Anand Jain
2
-1
/
+26
2020-12-08
btrfs: add helper for string match ignoring leading/trailing whitespace
Anand Jain
1
-0
/
+19
2020-12-08
btrfs: do not start and wait for delalloc on snapshot roots on transaction co...
Filipe Manana
1
-43
/
+6
2020-12-08
btrfs: switch extent buffer tree lock to rw_semaphore
Josef Bacik
5
-351
/
+70
2020-12-08
btrfs: open code insert_orphan_item
Nikolay Borisov
1
-13
/
+3
2020-12-08
btrfs: introduce mount option rescue=all
Josef Bacik
2
-0
/
+12
2020-12-08
btrfs: introduce mount option rescue=ignoredatacsums
Josef Bacik
4
-10
/
+25
2020-12-08
btrfs: introduce mount option rescue=ignorebadroots
Josef Bacik
10
-28
/
+130
2020-12-08
btrfs: show rescue=usebackuproot in /proc/mounts
Josef Bacik
2
-6
/
+2
2020-12-08
btrfs: add a helper to print out rescue= options
Josef Bacik
1
-1
/
+8
2020-12-08
btrfs: sysfs: export supported rescue= mount options
Josef Bacik
1
-0
/
+22
2020-12-08
btrfs: push the NODATASUM check into btrfs_lookup_bio_sums
Josef Bacik
3
-12
/
+17
2020-12-08
btrfs: unify the ro checking for mount options
Josef Bacik
1
-7
/
+16
2020-12-08
btrfs: do not start readahead for csum tree when scrubbing non-data block groups
Filipe Manana
1
-8
/
+12
2020-12-08
btrfs: assert we are holding the reada_lock when releasing a readahead zone
Filipe Manana
1
-0
/
+2
2020-12-08
btrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages()
Goldwyn Rodrigues
3
-18
/
+12
2020-12-08
btrfs: use round_down while calculating start position in btrfs_dirty_pages()
Goldwyn Rodrigues
1
-1
/
+1
2020-12-08
btrfs: use iosize while reading compressed pages
Goldwyn Rodrigues
1
-7
/
+3
2020-12-08
btrfs: calculate num_pages, reserve_bytes once in btrfs_buffered_write
Goldwyn Rodrigues
1
-22
/
+12
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-12-07
btrfs: sysfs: export filesystem generation
Anand Jain
1
-0
/
+10
2020-11-27
Merge tag 'for-5.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-73
/
+158
2020-11-23
btrfs: fix lockdep splat when enabling and disabling qgroups
Filipe Manana
2
-9
/
+53
2020-11-23
btrfs: do nofs allocations when adding and removing qgroup relations
Filipe Manana
1
-0
/
+9
2020-11-23
btrfs: fix lockdep splat when reading qgroup config on mount
Filipe Manana
1
-1
/
+1
2020-11-23
btrfs: tree-checker: add missing returns after data_ref alignment checks
David Sterba
1
-0
/
+2
2020-11-23
btrfs: don't access possibly stale fs_info data for printing duplicate device
Johannes Thumshirn
1
-1
/
+7
2020-11-14
btrfs: tree-checker: add missing return after error in root_item
Daniel Xu
1
-0
/
+1
2020-11-14
btrfs: qgroup: don't commit transaction when we already hold the handle
Qu Wenruo
1
-1
/
+19
2020-11-14
btrfs: fix missing delalloc new bit for new delalloc ranges
Filipe Manana
3
-61
/
+66
2020-11-10
Merge tag 'for-5.10-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-39
/
+48
2020-11-05
btrfs: ref-verify: fix memory leak in btrfs_ref_tree_mod
Dinghao Liu
1
-0
/
+1
2020-11-05
btrfs: dev-replace: fail mount if we don't have replace item with target device
Anand Jain
2
-21
/
+31
2020-11-05
btrfs: scrub: update message regarding read-only status
David Sterba
1
-2
/
+3
2020-11-05
btrfs: clean up NULL checks in qgroup_unreserve_range()
Dan Carpenter
1
-8
/
+4
2020-11-05
btrfs: fix min reserved size calculation in merge_reloc_root
Josef Bacik
1
-1
/
+3
2020-11-05
btrfs: print the block rsv type when we fail our reservation
Josef Bacik
1
-1
/
+2
2020-11-05
btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit arch
Matthew Wilcox (Oracle)
1
-6
/
+4
2020-10-30
Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
14
-51
/
+225
2020-10-27
btrfs: convert data_seqcount to seqcount_mutex_t
Davidlohr Bueso
2
-7
/
+6
2020-10-27
btrfs: don't fallback to buffered read if we don't need to
Johannes Thumshirn
1
-1
/
+2
[next]