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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-05
btrfs: move uuid tree prototypes to uuid-tree.h
Josef Bacik
8
-7
/
+18
2022-12-05
btrfs: move file-item prototypes into their own header
Josef Bacik
17
-31
/
+50
2022-12-05
btrfs: move dir-item prototypes into dir-item.h
Josef Bacik
10
-38
/
+50
2022-12-05
btrfs: move defrag related prototypes to their own header
Josef Bacik
8
-18
/
+28
2022-12-05
btrfs: move the file defrag code into defrag.c
Josef Bacik
2
-902
/
+903
2022-12-05
btrfs: move the auto defrag code to defrag.c
Josef Bacik
2
-340
/
+337
2022-12-05
btrfs: rename tree-defrag.c to defrag.c
Josef Bacik
2
-1
/
+1
2022-12-05
btrfs: move inode prototypes to btrfs_inode.h
Josef Bacik
2
-140
/
+136
2022-12-05
btrfs: move the printk and assert helpers to messages.c
Josef Bacik
3
-347
/
+353
2022-12-05
btrfs: add blk_types.h include to compression.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: add dependencies to fs.h and block-rsv.h
Josef Bacik
2
-0
/
+9
2022-12-05
btrfs: move btrfs_chunk_item_size out of ctree.h
Josef Bacik
2
-7
/
+8
2022-12-05
btrfs: convert discard stat defs to enum
Josef Bacik
1
-3
/
+5
2022-12-05
btrfs: update function comments
David Sterba
20
-269
/
+289
2022-12-05
btrfs: remove unused btrfs_cond_migrate_bytes
Josef Bacik
2
-28
/
+0
2022-12-05
btrfs: remove unused function prototypes
Josef Bacik
2
-7
/
+0
2022-12-05
btrfs: move root tree prototypes to their own header
Josef Bacik
12
-32
/
+44
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
2
-3
/
+3
2022-12-05
btrfs: move extent-tree helpers into their own header file
Josef Bacik
17
-72
/
+87
2022-12-05
btrfs: move btrfs_account_ro_block_groups_free_space into space-info.c
Josef Bacik
4
-35
/
+35
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
2
-76
/
+76
2022-12-05
btrfs: move btrfs_fs_info declarations into fs.h
Josef Bacik
2
-658
/
+661
2022-12-05
btrfs: extend btrfs_dir_item type to store encryption status
Omar Sandoval
9
-28
/
+43
2022-12-05
btrfs: use struct fscrypt_str instead of struct qstr
Sweet Tea Dorminy
12
-118
/
+95
2022-12-05
btrfs: setup qstr from dentrys using fscrypt helper
Sweet Tea Dorminy
4
-57
/
+189
2022-12-05
btrfs: use struct qstr instead of name and namelen pairs
Sweet Tea Dorminy
12
-335
/
+287
2022-12-05
btrfs: merge module cleanup sequence to one helper
Anand Jain
1
-18
/
+10
2022-12-05
btrfs: sink gfp_t parameter to alloc_scrub_sector
David Sterba
1
-6
/
+6
2022-12-05
btrfs: switch GFP_NOFS to GFP_KERNEL in scrub_setup_recheck_block
David Sterba
1
-2
/
+2
2022-12-05
btrfs: sink gfp_t parameter to btrfs_qgroup_trace_extent
David Sterba
3
-13
/
+9
2022-12-05
btrfs: sink gfp_t parameter to btrfs_backref_iter_alloc
David Sterba
3
-6
/
+4
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
46
-1091
/
+1112
2022-12-05
btrfs: move btrfs_map_token to accessors
Josef Bacik
6
-14
/
+27
2022-12-05
btrfs: rename struct-funcs.c to accessors.c
Josef Bacik
2
-2
/
+1
2022-12-05
btrfs: move the compat/incompat flag masks to fs.h
Josef Bacik
2
-57
/
+57
2022-12-05
btrfs: remove fs_info::pending_changes and related code
Josef Bacik
4
-54
/
+1
2022-12-05
btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flag
Josef Bacik
4
-3
/
+9
2022-12-05
btrfs: move fs_info::flags enum to fs.h
Josef Bacik
4
-68
/
+70
2022-12-05
btrfs: move mount option definitions to fs.h
Josef Bacik
6
-63
/
+67
2022-12-05
btrfs: convert incompat and compat flag test helpers to macros
Josef Bacik
1
-14
/
+6
2022-12-05
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
15
-52
/
+68
2022-12-05
btrfs: push printk index code into their respective helpers
Josef Bacik
2
-28
/
+11
2022-12-05
btrfs: move the printk helpers out of ctree.h
Josef Bacik
36
-250
/
+293
2022-12-05
btrfs: move assert helpers out of ctree.h
Josef Bacik
2
-15
/
+17
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
26
-165
/
+200
2022-12-05
btrfs: send add define for v2 buffer size
Wang Yugui
2
-3
/
+5
[next]