index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ctree.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
btrfs: move uuid tree prototypes to uuid-tree.h
Josef Bacik
2022-12-05
1
-7
/
+0
*
btrfs: move file-item prototypes into their own header
Josef Bacik
2022-12-05
1
-31
/
+0
*
btrfs: move dir-item prototypes into dir-item.h
Josef Bacik
2022-12-05
1
-38
/
+0
*
btrfs: move defrag related prototypes to their own header
Josef Bacik
2022-12-05
1
-18
/
+0
*
btrfs: move inode prototypes to btrfs_inode.h
Josef Bacik
2022-12-05
1
-140
/
+0
*
btrfs: move btrfs_chunk_item_size out of ctree.h
Josef Bacik
2022-12-05
1
-7
/
+0
*
btrfs: remove unused function prototypes
Josef Bacik
2022-12-05
1
-3
/
+0
*
btrfs: move root tree prototypes to their own header
Josef Bacik
2022-12-05
1
-32
/
+0
*
btrfs: delete unused function prototypes in ctree.h
Josef Bacik
2022-12-05
1
-6
/
+0
*
btrfs: move delalloc space related prototypes to delalloc-space.h
Josef Bacik
2022-12-05
1
-3
/
+0
*
btrfs: move extent-tree helpers into their own header file
Josef Bacik
2022-12-05
1
-72
/
+0
*
btrfs: move btrfs_account_ro_block_groups_free_space into space-info.c
Josef Bacik
2022-12-05
1
-1
/
+0
*
btrfs: remove extra space info prototypes in ctree.h
Josef Bacik
2022-12-05
1
-3
/
+0
*
btrfs: minor whitespace in ctree.h
Josef Bacik
2022-12-05
1
-2
/
+0
*
btrfs: move the lockdep helpers into locking.h
Josef Bacik
2022-12-05
1
-76
/
+0
*
btrfs: move btrfs_fs_info declarations into fs.h
Josef Bacik
2022-12-05
1
-658
/
+1
*
btrfs: use struct fscrypt_str instead of struct qstr
Sweet Tea Dorminy
2022-12-05
1
-10
/
+9
*
btrfs: setup qstr from dentrys using fscrypt helper
Sweet Tea Dorminy
2022-12-05
1
-0
/
+3
*
btrfs: use struct qstr instead of name and namelen pairs
Sweet Tea Dorminy
2022-12-05
1
-14
/
+12
*
btrfs: remove temporary btrfs_map_token declaration in ctree.h
Josef Bacik
2022-12-05
1
-2
/
+0
*
btrfs: move accessor helpers into accessors.h
Josef Bacik
2022-12-05
1
-1090
/
+0
*
btrfs: move btrfs_map_token to accessors
Josef Bacik
2022-12-05
1
-14
/
+2
*
btrfs: move the compat/incompat flag masks to fs.h
Josef Bacik
2022-12-05
1
-57
/
+0
*
btrfs: remove fs_info::pending_changes and related code
Josef Bacik
2022-12-05
1
-22
/
+1
*
btrfs: move fs_info::flags enum to fs.h
Josef Bacik
2022-12-05
1
-68
/
+0
*
btrfs: move mount option definitions to fs.h
Josef Bacik
2022-12-05
1
-63
/
+0
*
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
2022-12-05
1
-46
/
+0
*
btrfs: move the printk helpers out of ctree.h
Josef Bacik
2022-12-05
1
-249
/
+0
*
btrfs: move assert helpers out of ctree.h
Josef Bacik
2022-12-05
1
-15
/
+3
*
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
2022-12-05
1
-164
/
+0
*
btrfs: auto enable discard=async when possible
David Sterba
2022-12-05
1
-0
/
+1
*
btrfs: convert BTRFS_ILOCK-* defines to enum bit
David Sterba
2022-12-05
1
-3
/
+6
*
btrfs: move the btrfs_verity_descriptor_item defs up in ctree.h
Josef Bacik
2022-12-05
1
-9
/
+10
*
btrfs: move btrfs_next_old_item into ctree.c
Josef Bacik
2022-12-05
1
-8
/
+1
*
btrfs: move free space cachep's out of ctree.h
Josef Bacik
2022-12-05
1
-2
/
+0
*
btrfs: move btrfs_path_cachep out of ctree.h
Josef Bacik
2022-12-05
1
-1
/
+2
*
btrfs: move trans_handle_cachep out of ctree.h
Josef Bacik
2022-12-05
1
-1
/
+0
*
btrfs: move flush related definitions to space-info.h
Josef Bacik
2022-12-05
1
-59
/
+0
*
btrfs: move discard stat defs to free-space-cache.h
Josef Bacik
2022-12-05
1
-9
/
+0
*
btrfs: move BTRFS_MAX_MIRRORS into scrub.c
Josef Bacik
2022-12-05
1
-11
/
+0
*
btrfs: move maximum limits to btrfs_tree.h
Josef Bacik
2022-12-05
1
-13
/
+0
*
btrfs: move btrfs on-disk definitions out of ctree.h
Josef Bacik
2022-12-05
1
-214
/
+1
*
btrfs: remove unused BTRFS_IOPRIO_READA
Josef Bacik
2022-12-05
1
-3
/
+0
*
btrfs: remove unused BTRFS_TOTAL_BYTES_PINNED_BATCH
Josef Bacik
2022-12-05
1
-8
/
+0
*
btrfs: remove unused set/clear_pending_info helpers
Josef Bacik
2022-12-05
1
-24
/
+0
*
btrfs: don't print stack trace when transaction is aborted due to ENOMEM
David Sterba
2022-11-07
1
-4
/
+7
*
btrfs: fix lost file sync on direct IO write with nowait and dsync iocb
Filipe Manana
2022-10-31
1
-1
/
+4
*
btrfs: move btrfs_drop_extent_cache() to extent_map.c
Filipe Manana
2022-09-29
1
-2
/
+0
*
btrfs: remove stale prototype of btrfs_write_inode
Jeff Layton
2022-09-29
1
-1
/
+0
*
btrfs: make btrfs_check_nocow_lock nowait compatible
Josef Bacik
2022-09-29
1
-1
/
+1
[prev]
[next]