index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
super-io.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-20
bcachefs: Fix ref leak in write_super()
Kent Overstreet
1
-1
/
+2
2025-04-15
bcachefs: Log message when incompat version requested but not enabled
Kent Overstreet
1
-2
/
+18
2025-04-02
bcachefs: Split up bch_dev.io_ref
Kent Overstreet
1
-7
/
+14
2025-03-24
bcachefs: Kill BCH_DEV_OPT_SETTERS()
Kent Overstreet
1
-4
/
+4
2025-03-24
bcachefs: Validate bch_sb.offset field
Kent Overstreet
1
-3
/
+11
2025-03-24
bcachefs: bch2_sb_validate() doesn't need bch_sb_handle
Kent Overstreet
1
-5
/
+3
2025-03-24
bcachefs: Better incompat version/feature error messages
Kent Overstreet
1
-4
/
+16
2025-03-16
bcachefs: Checksum errors get additional retries
Kent Overstreet
1
-0
/
+4
2025-03-14
bcachefs: Kick devices out after too many write IO errors
Kent Overstreet
1
-0
/
+3
2025-03-14
bcachefs: Implement blk_holder_ops
Kent Overstreet
1
-3
/
+0
2025-03-14
bcachefs: Stash a pointer to the filesystem for blk_holder_ops
Kent Overstreet
1
-1
/
+1
2025-03-14
bcachefs: Finish bch2_account_io_completion() conversions
Kent Overstreet
1
-6
/
+6
2025-03-14
bcachefs: give bch2_write_super() a proper error code
Kent Overstreet
1
-1
/
+1
2025-03-14
bcachefs: bch2_request_incompat_feature() now returns error code
Kent Overstreet
1
-4
/
+6
2025-03-14
bcachefs: BCH_SB_FEATURES_ALL includes BCH_FEATURE_incompat_verison_field
Kent Overstreet
1
-2
/
+1
2025-03-14
bcachefs: bs > ps support
Kent Overstreet
1
-9
/
+0
2025-02-28
bcachefs: Don't set BCH_FEATURE_incompat_version_field unless requested
Kent Overstreet
1
-8
/
+16
2025-01-09
bcachefs: Dropped superblock write is no longer a fatal error
Kent Overstreet
1
-2
/
+9
2025-01-09
bcachefs: bcachefs_metadata_version_persistent_inode_cursors
Kent Overstreet
1
-0
/
+5
2024-12-29
bcachefs: BCH_SB_VERSION_INCOMPAT
Kent Overstreet
1
-3
/
+51
2024-12-21
bcachefs: cryptographic MACs on superblock are not (yet?) supported
Kent Overstreet
1
-1
/
+2
2024-12-21
bcachefs: Don't use page allocator for sb_read_scratch
Kent Overstreet
1
-3
/
+4
2024-12-21
bcachefs: Use str_write_read() helper in write_super_endio()
Thorsten Blum
1
-1
/
+2
2024-10-24
bcachefs: Fix invalid shift in validate_sb_layout()
Gianfranco Trad
1
-0
/
+5
2024-09-27
bcachefs: Don't delete unlinked inodes before logged op resume
Kent Overstreet
1
-1
/
+2
2024-09-27
bcachefs: assign return error when iterating through layout
Diogo Jahchan Koike
1
-1
/
+3
2024-09-09
bcachefs: bch2_sb_nr_devices()
Kent Overstreet
1
-7
/
+2
2024-09-09
bcachefs: promote_whole_extents is now a normal option
Kent Overstreet
1
-0
/
+3
2024-08-07
bcachefs: Make allocator stuck timeout configurable, ratelimit messages
Kent Overstreet
1
-0
/
+4
2024-07-14
bcachefs: show none if label is not set
Hongbo Li
1
-1
/
+4
2024-06-19
bcachefs: Fix shift overflow in read_one_super()
Kent Overstreet
1
-3
/
+4
2024-06-10
bcachefs: fix the display format for show-super
Hongbo Li
1
-3
/
+3
2024-05-28
bcachefs: Fix setting of downgrade recovery passes/errors
Kent Overstreet
1
-9
/
+3
2024-05-09
bcachefs: Plumb bch_validate_flags to sb_field_ops.validate()
Kent Overstreet
1
-12
/
+12
2024-05-08
bcachefs: member helper cleanups
Kent Overstreet
1
-1
/
+1
2024-05-08
bcachefs: prt_printf() now respects \r\n\t
Kent Overstreet
1
-49
/
+21
2024-05-08
bcachefs: Better write_super() error messages
Kent Overstreet
1
-6
/
+15
2024-05-07
bcachefs: Fix race in bch2_write_super()
Kent Overstreet
1
-15
/
+32
2024-05-06
bcachefs: BCH_SB_LAYOUT_SIZE_BITS_MAX
Kent Overstreet
1
-1
/
+1
2024-05-06
bcachefs: Fix refcount put in sb_field_resize error path
Kent Overstreet
1
-1
/
+1
2024-04-15
Merge tag 'bcachefs-2024-04-15' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-2
/
+5
2024-04-15
bcachefs: fix error path of __bch2_read_super()
Chao Yu
1
-2
/
+5
2024-04-05
Merge tag 'vfs-6.9-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2024-04-03
bcachefs: Flag btrees with missing data
Kent Overstreet
1
-1
/
+8
2024-03-31
bcachefs: Split out recovery_passes.c
Kent Overstreet
1
-1
/
+1
2024-03-27
fs,block: yield devices early
Christian Brauner
1
-1
/
+1
2024-03-19
Merge tag 'bcachefs-2024-03-19' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-4
/
+4
2024-03-18
bcachefs: Improve bch2_fatal_error()
Kent Overstreet
1
-4
/
+4
2024-03-15
Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-7
/
+15
2024-03-13
bcachefs: Check for writing superblocks with nonsense member seq fields
Kent Overstreet
1
-0
/
+8
[next]