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
/
ctree.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-23
btrfs: fix backport of 2175bf57dc952 in 5.4.95
David Sterba
1
-3
/
+3
2021-02-04
btrfs: fix possible free space tree corruption with online conversion
Josef Bacik
1
-0
/
+3
2020-11-05
btrfs: fix readahead hang and use-after-free after removing a device
Filipe Manana
1
-0
/
+2
2020-10-14
btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reser...
Qu Wenruo
1
-0
/
+2
2020-09-03
btrfs: detect nocow for swap after snapshot delete
Boris Burkov
1
-2
/
+2
2020-08-26
btrfs: export helpers for subvolume name/id resolution
Marcos Paulo de Souza
1
-0
/
+2
2020-08-21
btrfs: don't WARN if we abort a transaction with EROFS
Josef Bacik
1
-1
/
+1
2020-08-21
btrfs: remove no longer needed use of log_writers for the log root tree
Filipe Manana
1
-0
/
+1
2020-08-21
btrfs: stop incremening log_batch for the log root tree when syncing log
Filipe Manana
1
-0
/
+1
2020-06-30
btrfs: check if a log root exists before locking the log_mutex on unlink
Filipe Manana
1
-0
/
+2
2020-06-22
btrfs: improve global reserve stealing logic
Josef Bacik
1
-0
/
+1
2020-02-24
btrfs: separate definition of assertion failure handlers
David Sterba
1
-8
/
+12
2020-02-11
Btrfs: fix race between adding and putting tree mod seq elements and nodes
Filipe Manana
1
-4
/
+2
2019-12-31
Btrfs: fix missing data checksums after replaying a log tree
Filipe Manana
1
-1
/
+1
2019-10-15
btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...
Qu Wenruo
1
-2
/
+1
2019-10-15
btrfs: don't needlessly create extent-refs kernel thread
David Sterba
1
-2
/
+0
2019-09-09
btrfs: create structure to encode checksum type and length
Johannes Thumshirn
1
-18
/
+2
2019-09-09
btrfs: tie extent buffer and it's token together
David Sterba
1
-1
/
+3
2019-09-09
btrfs: define separate btrfs_set/get_XX helpers
David Sterba
1
-11
/
+4
2019-09-09
btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extref
Nikolay Borisov
1
-5
/
+3
2019-09-09
btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref struct
Nikolay Borisov
1
-3
/
+3
2019-09-09
btrfs: move dev_stats helpers to volumes.c
David Sterba
1
-24
/
+0
2019-09-09
btrfs: move struct io_ctl to free-space-cache.h
David Sterba
1
-14
/
+0
2019-09-09
btrfs: move functions for tree compare to send.c
David Sterba
1
-14
/
+0
2019-09-09
btrfs: rename and export read_node_slot
David Sterba
1
-0
/
+3
2019-09-09
btrfs: move private raid56 definitions from ctree.h
David Sterba
1
-16
/
+0
2019-09-09
btrfs: move cond_wake_up functions out of ctree
David Sterba
1
-22
/
+0
2019-09-09
btrfs: fix allocation of free space cache v1 bitmap pages
Christophe Leroy
1
-0
/
+1
2019-09-09
btrfs: rename the btrfs_calc_*_metadata_size helpers
Josef Bacik
1
-5
/
+9
2019-09-09
btrfs: tree-checker: Add EXTENT_DATA_REF check
Qu Wenruo
1
-0
/
+1
2019-09-09
btrfs: introduce an evict flushing state
Josef Bacik
1
-0
/
+1
2019-09-09
btrfs: add a flush step for delayed iputs
Josef Bacik
1
-1
/
+2
2019-09-09
btrfs: migrate the block group cleanup code
Josef Bacik
1
-2
/
+0
2019-09-09
btrfs: migrate the alloc_profile helpers
Josef Bacik
1
-4
/
+0
2019-09-09
btrfs: migrate the chunk allocation code
Josef Bacik
1
-24
/
+0
2019-09-09
btrfs: migrate the dirty bg writeout code
Josef Bacik
1
-3
/
+0
2019-09-09
btrfs: migrate inc/dec_block_group_ro code
Josef Bacik
1
-2
/
+0
2019-09-09
btrfs: migrate the block group read/creation code
Josef Bacik
1
-5
/
+1
2019-09-09
btrfs: migrate the block group removal code
Josef Bacik
1
-7
/
+0
2019-09-09
btrfs: migrate the block group caching code
Josef Bacik
1
-2
/
+0
2019-09-09
btrfs: cleanup kobject.h includes
David Sterba
1
-1
/
+0
2019-09-09
btrfs: move sysfs declarations out of ctree.h
David Sterba
1
-12
/
+0
2019-09-09
btrfs: export the excluded extents helpers
Josef Bacik
1
-0
/
+3
2019-09-09
btrfs: migrate nocow and reservation helpers
Josef Bacik
1
-6
/
+0
2019-09-09
btrfs: migrate the block group ref counting stuff
Josef Bacik
1
-3
/
+0
2019-09-09
btrfs: migrate the block group lookup code
Josef Bacik
1
-3
/
+0
2019-09-09
btrfs: move basic block_group definitions to their own header
Josef Bacik
1
-147
/
+1
2019-09-09
btrfs: remove unused key type set/get helpers
David Sterba
1
-10
/
+0
2019-09-09
btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()
Qu Wenruo
1
-1
/
+0
2019-09-09
btrfs: Remove leftover of in-band dedupe
Nikolay Borisov
1
-1
/
+1
[next]