index
:
linux/linux-stable.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.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-03-24
bcachefs: Move bch2_check_dirent_target() to namei.c
Kent Overstreet
2025-03-24
bcachefs: fs-common.c -> namei.c
Kent Overstreet
2025-03-24
bcachefs: EIO cleanup
Kent Overstreet
2025-03-24
bcachefs: bch2_write_prep_encoded_data() now returns errcode
Kent Overstreet
2025-03-24
bcachefs: Simplify bch2_write_op_error()
Kent Overstreet
2025-03-24
bcachefs: Fix block/btree node size defaults
Kent Overstreet
2025-03-24
bcachefs: Add missing smp_rmb()
Alan Huang
2025-03-24
bcachefs: Kill JOURNAL_ERRORS()
Kent Overstreet
2025-03-24
bcachefs: Filesystem discard option now propagates to devices
Kent Overstreet
2025-03-24
bcachefs: Device state is now a runtime option
Kent Overstreet
2025-03-24
bcachefs: Setting foreground_target at runtime now triggers rebalance
Kent Overstreet
2025-03-24
bcachefs: Device options now use standard sysfs code
Kent Overstreet
2025-03-24
bcachefs: Kill BCH_DEV_OPT_SETTERS()
Kent Overstreet
2025-03-24
bcachefs: Remove spurious smp_mb()
Alan Huang
2025-03-24
bcachefs: Fix incorrect state count
Alan Huang
2025-03-24
bcachefs: Fix btree iter flags in data move
Kent Overstreet
2025-03-24
bcachefs: Validate bch_sb.offset field
Kent Overstreet
2025-03-24
bcachefs: bch2_sb_validate() doesn't need bch_sb_handle
Kent Overstreet
2025-03-24
bcachefs: Add missing random.h includes
Kent Overstreet
2025-03-24
bcachefs: Better incompat version/feature error messages
Kent Overstreet
2025-03-24
bcachefs: Fix offset_into_extent in data move path
Kent Overstreet
2025-03-24
bcachefs: use sha256() instead of crypto_shash API
Eric Biggers
2025-03-24
bcachefs: Remove unnecessary softdeps on crc32c and crc64
Eric Biggers
2025-03-24
bcachefs: #if 0 out (enable|disable)_encryption()
Kent Overstreet
2025-03-24
bcachefs: Improve can_write_extent()
Kent Overstreet
2025-03-24
bcachefs: trace_io_move_write_fail
Kent Overstreet
2025-03-24
bcachefs: Increase blacklist range
Alan Huang
2025-03-24
bcachefs: __bch2_read() now takes a btree_trans
Kent Overstreet
2025-03-24
bcachefs: BCH_READ_data_update -> bch_read_bio.data_update
Kent Overstreet
2025-03-16
bcachefs: Checksum errors get additional retries
Kent Overstreet
2025-03-16
bcachefs: Print message on successful read retry
Kent Overstreet
2025-03-16
bcachefs: Return errors to top level bch2_rbio_retry()
Kent Overstreet
2025-03-16
bcachefs: BCH_ERR_data_read_buffer_too_small
Kent Overstreet
2025-03-16
bcachefs: Read error message now indicates if it was for an internal move
Kent Overstreet
2025-03-16
bcachefs: Fix BCH_ERR_data_read_csum_err_maybe_userspace in retry path
Kent Overstreet
2025-03-16
bcachefs: Convert read path to standard error codes
Kent Overstreet
2025-03-16
bcachefs: Debug params for data corruption injection
Kent Overstreet
2025-03-16
bcachefs: Don't create bch_io_failures unless it's needed
Kent Overstreet
2025-03-16
bcachefs: bch2_bkey_ptrs_rebalance_opts()
Kent Overstreet
2025-03-16
bcachefs: Add a cond_resched() to btree cache teardown
Kent Overstreet
2025-03-16
bcachefs: rebalance, copygc status also print stacktrace
Kent Overstreet
2025-03-14
bcachefs: Kill bch2_remount()
Kent Overstreet
2025-03-14
bcachefs: Kill a bit of dead code
Kent Overstreet
2025-03-14
bcachefs: Use max() to improve gen_after()
Thorsten Blum
2025-03-14
bcachefs: Remove unnecessary byte allocation
Thorsten Blum
2025-03-14
bcachefs: We no longer read stripes into memory at startup
Kent Overstreet
2025-03-14
bcachefs: trace_stripe_create
Kent Overstreet
2025-03-14
bcachefs: get_existing_stripe() uses new stripe lru
Kent Overstreet
2025-03-14
bcachefs: ec_stripe_delete() uses new stripe lru
Kent Overstreet
2025-03-14
bcachefs: journal write path comment
Kent Overstreet
[next]