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.13.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
/
super-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-01
bcachefs: vstruct_for_each() now declares loop iter
Kent Overstreet
1
-4
/
+0
2024-01-01
bcachefs: for_each_member_device() now declares loop iter
Kent Overstreet
1
-16
/
+11
2024-01-01
bcachefs: check for failure to downgrade
Kent Overstreet
1
-0
/
+12
2024-01-01
bcachefs: convert bch_fs_flags to x-macro
Kent Overstreet
1
-2
/
+2
2024-01-01
bcachefs: add a quieter bch2_read_super
Daniel Hill
1
-3
/
+24
2024-01-01
bcachefs: bch_sb_field_downgrade
Kent Overstreet
1
-1
/
+10
2024-01-01
bcachefs: bch_sb.recovery_passes_required
Kent Overstreet
1
-1
/
+74
2023-11-24
bcachefs: preserve device path as device name
Brian Foster
1
-0
/
+5
2023-11-05
bcachefs: bch2_prt_datetime()
Kent Overstreet
1
-1
/
+1
2023-11-05
bcachefs: Add missing printk newlines
Kent Overstreet
1
-3
/
+3
2023-11-02
bcachefs: bch_sb_field_errors
Kent Overstreet
1
-0
/
+3
2023-11-02
bcachefs: Add IO error counts to bch_member
Kent Overstreet
1
-2
/
+7
2023-10-23
bcachefs: bch2_sb_field_get() refactoring
Kent Overstreet
1
-9
/
+9
2023-10-23
bcachefs: Rename bch_sb_field_members -> bch_sb_field_members_v1
Hunter Shaffer
1
-3
/
+3
2023-10-23
bcachefs: New superblock section members_v2
Hunter Shaffer
1
-0
/
+1
2023-10-23
bcachefs: Add new helper to retrieve bch_member from sb
Hunter Shaffer
1
-13
/
+6
2023-10-23
bcachefs: Fixes for building in userspace
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: More minor smatch fixes
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix W=12 build errors
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Fix a handful of spelling mistakes in various messages
Colin Ian King
1
-1
/
+1
2023-10-23
bcachefs: Break up io.c
Kent Overstreet
1
-1
/
+0
2023-10-23
bcachefs: sb-clean.c
Kent Overstreet
1
-250
/
+1
2023-10-23
bcachefs: Move bch_sb_field_crypt code to checksum.c
Kent Overstreet
1
-42
/
+0
2023-10-23
bcachefs: sb-members.c
Kent Overstreet
1
-166
/
+1
2023-10-23
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
1
-1
/
+3
2023-10-23
bcachefs: Fix for sb buffer being misaligned
Kent Overstreet
1
-6
/
+7
2023-10-23
bcachefs: Assorted fixes for clang
Kent Overstreet
1
-5
/
+2
2023-10-23
bcachefs: Upgrade path fixes
Kent Overstreet
1
-1
/
+4
2023-10-23
bcachefs: Add buffered IO fallback for userspace
Kent Overstreet
1
-2
/
+15
2023-10-23
bcachefs: Fix build error on weird gcc
Kent Overstreet
1
-3
/
+1
2023-10-23
bcachefs: Version table now lists required recovery passes
Kent Overstreet
1
-4
/
+28
2023-10-23
bcachefs: bch2_sb_maybe_downgrade(), bch2_sb_upgrade()
Kent Overstreet
1
-10
/
+26
2023-10-23
bcachefs: bcachefs_metadata_version_major_minor
Kent Overstreet
1
-18
/
+40
2023-10-23
bcachefs: version_upgrade is now an enum
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: BCH_SB_VERSION_UPGRADE_COMPLETE()
Kent Overstreet
1
-0
/
+18
2023-10-23
bcachefs: Delete redundant log messages
Kent Overstreet
1
-3
/
+0
2023-10-23
bcachefs: Refactor bch_sb_field_ops handling
Kent Overstreet
1
-11
/
+18
2023-10-23
bcachefs: bch2_version_compatible()
Kent Overstreet
1
-41
/
+45
2023-10-23
bcachefs: bch2_version_to_text()
Kent Overstreet
1
-2
/
+17
2023-10-23
bcachefs: Private error codes: ENOMEM
Kent Overstreet
1
-5
/
+6
2023-10-23
bcachefs: Handle sb buffer resizing in __copy_super()
Kent Overstreet
1
-33
/
+22
2023-10-23
bcachefs: Convert EROFS errors to private error codes
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: More errcode cleanup
Kent Overstreet
1
-34
/
+34
2023-10-23
bcachefs: New magic number
Kent Overstreet
1
-0
/
+5
2023-10-23
bcachefs: Assorted checkpatch fixes
Kent Overstreet
1
-4
/
+2
2023-10-23
bcachefs: Improve jset_validate()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Add private error codes for ENOSPC
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix sb_field_counters formatting
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Add persistent counters for all tracepoints
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Printbuf rework
Kent Overstreet
1
-222
/
+217
[next]