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
/
bcachefs
/
disk_groups.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-15
bcachefs: Add error code to defer option parsing
Thomas Bertschinger
1
-1
/
+1
2024-05-09
bcachefs: Plumb bch_validate_flags to sb_field_ops.validate()
Kent Overstreet
1
-3
/
+2
2024-05-09
bcachefs: New helpers for device refcounts
Kent Overstreet
1
-1
/
+1
2024-05-09
bcachefs: member helper cleanups
Kent Overstreet
1
-2
/
+2
2024-01-06
bcachefs: %pg is banished
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: for_each_member_device_rcu() now declares loop iter
Kent Overstreet
1
-8
/
+3
2023-11-15
bcachefs: Fix potential sleeping during mount
Daniel J Blueman
1
-0
/
+2
2023-11-14
bcachefs: make bch2_target_to_text_sb static
Jiapeng Chong
1
-1
/
+1
2023-10-31
bcachefs: bch2_disk_path_to_text() no longer takes sb_lock
Kent Overstreet
1
-5
/
+54
2023-10-31
bcachefs: Split apart bch2_target_to_text(), bch2_target_to_text_sb()
Kent Overstreet
1
-37
/
+58
2023-10-23
bcachefs: bch2_sb_field_get() refactoring
Kent Overstreet
1
-6
/
+6
2023-10-23
bcachefs: Use struct_size()
Christophe JAILLET
1
-2
/
+1
2023-10-23
bcachefs: New superblock section members_v2
Hunter Shaffer
1
-1
/
+1
2023-10-23
bcachefs: Add new helper to retrieve bch_member from sb
Hunter Shaffer
1
-13
/
+9
2023-10-23
bcachefs: Fix W=12 build errors
Kent Overstreet
1
-6
/
+6
2023-10-23
bcachefs: remove redundant initialization of pointer dst
Colin Ian King
1
-2
/
+1
2023-10-23
bcachefs: sb-members.c
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: bch_opt_fn
Kent Overstreet
1
-7
/
+14
2023-10-23
bcachefs: push rcu lock down into bch2_target_to_mask()
Brian Foster
1
-3
/
+13
2023-10-23
bcachefs: create internal disk_groups sysfs file
Brian Foster
1
-0
/
+34
2023-10-23
bcachefs: Private error codes: ENOMEM
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: More errcode cleanup
Kent Overstreet
1
-7
/
+6
2023-10-23
bcachefs: Add private error codes for ENOSPC
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix adding a device with a label
Kent Overstreet
1
-13
/
+15
2023-10-23
bcachefs: Printbuf rework
Kent Overstreet
1
-17
/
+17
2023-10-23
bcachefs: Convert bch2_sb_to_text to master option list
Kent Overstreet
1
-49
/
+38
2023-10-23
bcachefs: Add .to_text() methods for all superblock sections
Kent Overstreet
1
-6
/
+34
2023-10-23
bcachefs: Kill bch_scnmemcpy()
Kent Overstreet
1
-5
/
+4
2023-10-23
bcachefs: Improved superblock-related error messages
Kent Overstreet
1
-29
/
+33
2023-10-23
bcachefs: Fix a couple null ptr derefs when no disk groups exist
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Fix disk groups not being updated when set via sysfs
Kent Overstreet
1
-1
/
+6
2023-10-23
bcachefs: revamp to_text methods
Kent Overstreet
1
-36
/
+20
2023-10-23
bcachefs: Initial commit
Kent Overstreet
1
-0
/
+494