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
2023-08-14
btrfs: fix infinite directory reads
Filipe Manana
1
-0
/
+1
2023-06-19
btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr()
Filipe Manana
1
-2
/
+2
2023-06-19
btrfs: rename del_ptr to btrfs_del_ptr and export it
Josef Bacik
1
-0
/
+2
2023-06-19
btrfs: add a btrfs_csum_type_size helper
Josef Bacik
1
-0
/
+1
2023-06-19
btrfs: print-tree: pass const extent buffer pointer
Qu Wenruo
1
-1
/
+1
2023-06-19
btrfs: unexport btrfs_prev_leaf()
Filipe Manana
1
-1
/
+0
2023-04-17
btrfs: open code btrfs_bin_search()
Anand Jain
1
-15
/
+2
2023-02-15
btrfs: do unsigned integer division in the extent buffer binary search loop
Filipe Manana
1
-1
/
+1
2023-02-15
btrfs: eliminate extra call when doing binary search on extent buffer
Filipe Manana
1
-0
/
+15
2022-12-05
btrfs: move the csum helpers into ctree.h
Josef Bacik
1
-0
/
+5
2022-12-05
btrfs: move eb offset helpers into extent_io.h
Josef Bacik
1
-33
/
+0
2022-12-05
btrfs: move file_extent_item helpers into file-item.h
Josef Bacik
1
-8
/
+0
2022-12-05
btrfs: move root helpers back into ctree.h
Josef Bacik
1
-0
/
+17
2022-12-05
btrfs: use cached state when looking for delalloc ranges with lseek
Filipe Manana
1
-0
/
+1
2022-12-05
btrfs: move orphan prototypes into orphan.h
Josef Bacik
1
-6
/
+0
2022-12-05
btrfs: move super prototypes into super.h
Josef Bacik
1
-7
/
+0
2022-12-05
btrfs: move CONFIG_BTRFS_FS_RUN_SANITY_TESTS checks to fs.h
Josef Bacik
1
-15
/
+0
2022-12-05
btrfs: move verity prototypes into verity.h
Josef Bacik
1
-22
/
+0
2022-12-05
btrfs: move dev-replace prototypes into dev-replace.h
Josef Bacik
1
-9
/
+0
2022-12-05
btrfs: move scrub prototypes into scrub.h
Josef Bacik
1
-11
/
+0
2022-12-05
btrfs: move relocation prototypes into relocation.h
Josef Bacik
1
-20
/
+0
2022-12-05
btrfs: move acl prototypes into acl.h
Josef Bacik
1
-18
/
+0
2022-12-05
btrfs: move the snapshot drop related prototypes to extent-tree.h
Josef Bacik
1
-6
/
+0
2022-12-05
btrfs: move the 32bit warn defines into messages.h
Josef Bacik
1
-13
/
+0
2022-12-05
btrfs: move file prototypes to file.h
Josef Bacik
1
-26
/
+0
2022-12-05
btrfs: move ioctl prototypes into ioctl.h
Josef Bacik
1
-12
/
+0
2022-12-05
btrfs: move uuid tree prototypes to uuid-tree.h
Josef Bacik
1
-7
/
+0
2022-12-05
btrfs: move file-item prototypes into their own header
Josef Bacik
1
-31
/
+0
2022-12-05
btrfs: move dir-item prototypes into dir-item.h
Josef Bacik
1
-38
/
+0
2022-12-05
btrfs: move defrag related prototypes to their own header
Josef Bacik
1
-18
/
+0
2022-12-05
btrfs: move inode prototypes to btrfs_inode.h
Josef Bacik
1
-140
/
+0
2022-12-05
btrfs: move btrfs_chunk_item_size out of ctree.h
Josef Bacik
1
-7
/
+0
2022-12-05
btrfs: remove unused function prototypes
Josef Bacik
1
-3
/
+0
2022-12-05
btrfs: move root tree prototypes to their own header
Josef Bacik
1
-32
/
+0
2022-12-05
btrfs: delete unused function prototypes in ctree.h
Josef Bacik
1
-6
/
+0
2022-12-05
btrfs: move delalloc space related prototypes to delalloc-space.h
Josef Bacik
1
-3
/
+0
2022-12-05
btrfs: move extent-tree helpers into their own header file
Josef Bacik
1
-72
/
+0
2022-12-05
btrfs: move btrfs_account_ro_block_groups_free_space into space-info.c
Josef Bacik
1
-1
/
+0
2022-12-05
btrfs: remove extra space info prototypes in ctree.h
Josef Bacik
1
-3
/
+0
2022-12-05
btrfs: minor whitespace in ctree.h
Josef Bacik
1
-2
/
+0
2022-12-05
btrfs: move the lockdep helpers into locking.h
Josef Bacik
1
-76
/
+0
2022-12-05
btrfs: move btrfs_fs_info declarations into fs.h
Josef Bacik
1
-658
/
+1
2022-12-05
btrfs: use struct fscrypt_str instead of struct qstr
Sweet Tea Dorminy
1
-10
/
+9
2022-12-05
btrfs: setup qstr from dentrys using fscrypt helper
Sweet Tea Dorminy
1
-0
/
+3
2022-12-05
btrfs: use struct qstr instead of name and namelen pairs
Sweet Tea Dorminy
1
-14
/
+12
2022-12-05
btrfs: remove temporary btrfs_map_token declaration in ctree.h
Josef Bacik
1
-2
/
+0
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
1
-1090
/
+0
2022-12-05
btrfs: move btrfs_map_token to accessors
Josef Bacik
1
-14
/
+2
2022-12-05
btrfs: move the compat/incompat flag masks to fs.h
Josef Bacik
1
-57
/
+0
2022-12-05
btrfs: remove fs_info::pending_changes and related code
Josef Bacik
1
-22
/
+1
[next]