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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-22
bcachefs: Knob for manual snapshot deletion
Kent Overstreet
5
-4
/
+35
2025-05-22
bcachefs: bcachefs_metadata_version_fast_device_removal
Kent Overstreet
3
-6
/
+28
2025-05-22
bcachefs: bch2_dev_data_drop_by_backpointers()
Kent Overstreet
2
-15
/
+105
2025-05-22
bcachefs: BCH_SB_MEMBER_DELETED_UUID
Kent Overstreet
4
-2
/
+39
2025-05-22
bcachefs: bch2_dev_remove_stripes() respects degraded flags
Kent Overstreet
4
-25
/
+62
2025-05-22
bcachefs: opts.rebalance_on_ac_only
Kent Overstreet
6
-6
/
+60
2025-05-22
bcachefs: __bch2_fs_free() cleanup
Kent Overstreet
1
-16
/
+17
2025-05-22
bcachefs: Improve bch2_extent_ptr_set_cached()
Kent Overstreet
1
-19
/
+36
2025-05-22
bcachefs: improve check_inode_hash_info_matches_root() error message
Kent Overstreet
2
-15
/
+24
2025-05-22
bcachefs: inline bch2_ob_ptr()
Kent Overstreet
2
-15
/
+14
2025-05-22
bcachefs: bch2_dev_in_target() no longer takes rcu_read_lock()
Kent Overstreet
2
-7
/
+9
2025-05-22
bcachefs: bch2_journal_write() refactoring
Kent Overstreet
1
-64
/
+46
2025-05-22
bcachefs: delete_dead_snapshot_keys_v2()
Kent Overstreet
1
-28
/
+136
2025-05-22
bcachefs: bcachefs_metadata_version_snapshot_deletion_v2
Kent Overstreet
6
-56
/
+122
2025-05-22
bcachefs: BCH_SNAPSHOT_DELETED -> BCH_SNAPSHOT_WILL_DELETE
Kent Overstreet
2
-7
/
+7
2025-05-22
bcachefs: Skip unrelated snapshot trees in snapshot deletion
Kent Overstreet
2
-2
/
+44
2025-05-22
bcachefs: BCH_FSCK_ERR_snapshot_key_missing_inode_snapshot
Kent Overstreet
1
-18
/
+47
2025-05-22
bcachefs: get_inodes_all_snapshots() now includes whiteouts
Kent Overstreet
1
-52
/
+63
2025-05-22
bcachefs: bch2_inode_unpack() cleanup
Kent Overstreet
1
-4
/
+3
2025-05-22
bcachefs: Improve bch2_request_incompat_feature() message
Kent Overstreet
1
-1
/
+2
2025-05-22
bcachefs: Fix inconsistent req->ec
Alan Huang
1
-3
/
+3
2025-05-22
bcachefs: kill inode_walker_entry.snapshot
Kent Overstreet
1
-24
/
+22
2025-05-22
bcachefs: Add comments for inode snapshot requirements
Kent Overstreet
2
-0
/
+11
2025-05-22
bcachefs: snapshot delete progress indicator
Kent Overstreet
8
-61
/
+127
2025-05-22
bcachefs: Don't emit bch_sb_field_members_v1 if not required
Kent Overstreet
1
-0
/
+5
2025-05-22
bcachefs: Rename x_name to x_name_and_value
Alan Huang
3
-12
/
+12
2025-05-22
bcachefs: Improve bch2_disk_groups_to_text()
Kent Overstreet
1
-58
/
+53
2025-05-22
docs: bcachefs: add casefolding reference
Kent Overstreet
1
-0
/
+18
2025-05-22
bcachefs: Fix setting ca->name in device add
Kent Overstreet
1
-6
/
+8
2025-05-22
bcachefs: sysfs trigger_recalc_capacity
Kent Overstreet
1
-2
/
+10
2025-05-22
bcachefs: Avoid -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
4
-13
/
+16
2025-05-22
bcachefs: bch2_dev_add() can run on a non-started fs
Kent Overstreet
1
-17
/
+20
2025-05-22
bcachefs: bch2_fs_open() now takes a darray
Kent Overstreet
7
-21
/
+22
2025-05-22
bcachefs: bch2_trans_update_ip()
Kent Overstreet
3
-6
/
+15
2025-05-22
bcachefs: Run most explicit recovery passes persistent
Kent Overstreet
6
-9
/
+6
2025-05-22
bcachefs: provide unlocked version of run_explicit_recovery_pass_persistent
Kent Overstreet
5
-18
/
+38
2025-05-22
bcachefs: bch2_dirent_to_text() shows casefolded dirents
Kent Overstreet
1
-3
/
+10
2025-05-22
bcachefs: Single err message for btree node reads
Kent Overstreet
3
-111
/
+151
2025-05-22
bcachefs: bch2_mark_btree_validate_failure()
Kent Overstreet
3
-5
/
+28
2025-05-22
bcachefs: bch2_fsck_err_opt()
Kent Overstreet
3
-0
/
+47
2025-05-22
bcachefs: Plumb printbuf through bch2_btree_lost_data()
Kent Overstreet
5
-35
/
+50
2025-05-22
bcachefs: kill bch2_run_explicit_recovery_pass_persistent()
Kent Overstreet
3
-34
/
+16
2025-05-22
bcachefs: Remove redundant calls to btree_lost_data()
Kent Overstreet
2
-10
/
+0
2025-05-22
bcachefs: bch2_btree_lost_data() now handles snapshots tree
Kent Overstreet
2
-4
/
+4
2025-05-22
bcachefs: Kill redundant error message in topology repair
Kent Overstreet
1
-4
/
+1
2025-05-22
bcachefs: Emit a single log message on data read error
Kent Overstreet
2
-62
/
+31
2025-05-22
bcachefs: bch2_io_failures_to_text()
Kent Overstreet
2
-0
/
+42
2025-05-22
bcachefs: print_string_as_lines: avoid printing empty line
Kent Overstreet
1
-0
/
+13
2025-05-22
bcachefs: Make various async objs visible in debugfs
Kent Overstreet
7
-15
/
+100
2025-05-22
bcachefs: Async object debugging
Kent Overstreet
10
-32
/
+224
[next]