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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
bcachefs: stack_trace_save_tsk() depends on CONFIG_STACKTRACE
Kent Overstreet
1
-0
/
+4
2023-10-23
bcachefs: Fix swallowing of data in buffered write path
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: fix up wonky error handling in bch2_seek_pagecache_hole()
Brian Foster
1
-9
/
+17
2023-10-23
bcachefs: Fix bkey format calculation
Kent Overstreet
1
-2
/
+4
2023-10-23
bcachefs: Fix bch2_extent_fallocate()
Kent Overstreet
1
-25
/
+14
2023-10-23
bcachefs: Zero btree_paths on allocation
Kent Overstreet
1
-5
/
+7
2023-10-23
bcachefs: Fix 'pointer to invalid device' check
Kent Overstreet
1
-2
/
+11
2023-10-23
bcachefs: Lower BCH_NAME_MAX to 512
Joshua Ashton
2
-4
/
+6
2023-10-23
bcachefs: Optimize bch2_dirent_name_bytes
Joshua Ashton
1
-4
/
+17
2023-10-23
bcachefs: Introduce bch2_dirent_get_name
Joshua Ashton
3
-26
/
+36
2023-10-23
bcachefs: six locks: Guard against wakee exiting in __six_lock_wakeup()
Kent Overstreet
1
-1
/
+8
2023-10-23
bcachefs: Don't open code closure_nr_remaining()
Kent Overstreet
3
-3
/
+3
2023-10-23
bcachefs: Fix lifetime in bch2_write_done(), add assertion
Kent Overstreet
1
-2
/
+4
2023-10-23
bcachefs: Add a comment for should_drop_open_bucket()
Kent Overstreet
1
-1
/
+10
2023-10-23
bcachefs: six locks: Fix missing barrier on wait->lock_acquired
Kent Overstreet
1
-8
/
+25
2023-10-23
bcachefs: Check for directories in deleted inodes btree
Kent Overstreet
1
-0
/
+5
2023-10-23
bcachefs: Add btree_trans* to inode_set_fn
Joshua Ashton
5
-12
/
+22
2023-10-23
bcachefs: Improve bch2_write_points_to_text()
Kent Overstreet
1
-12
/
+34
2023-10-23
bcachefs: Fix check_version_upgrade()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix 'journal not marked as containing replicas'
Kent Overstreet
1
-8
/
+11
2023-10-23
bcachefs: btree_journal_iter.c
Kent Overstreet
11
-574
/
+597
2023-10-23
bcachefs: sb-clean.c
Kent Overstreet
8
-396
/
+424
2023-10-23
bcachefs: Move bch_sb_field_crypt code to checksum.c
Kent Overstreet
3
-42
/
+44
2023-10-23
bcachefs: sb-members.c
Kent Overstreet
9
-383
/
+401
2023-10-23
bcachefs: Split up btree_update_leaf.c
Kent Overstreet
5
-954
/
+964
2023-10-23
bcachefs: Split up fs-io.[ch]
Kent Overstreet
11
-2802
/
+2955
2023-10-23
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
22
-39
/
+55
2023-10-23
bcachefs: Fix for sb buffer being misaligned
Kent Overstreet
1
-6
/
+7
2023-10-23
bcachefs: Convert journal validation to bkey_invalid_flags
Kent Overstreet
2
-47
/
+64
2023-10-23
bcachefs: Improve journal_entry_err_msg()
Kent Overstreet
1
-46
/
+52
2023-10-23
bcachefs: BCH_COMPAT_bformat_overflow_done no longer required
Kent Overstreet
6
-30
/
+49
2023-10-23
bcachefs: kill EBUG_ON() redefinition in bkey.c
Kent Overstreet
1
-9
/
+8
2023-10-23
bcachefs: Add logging to bch2_inode_peek() & related
Kent Overstreet
3
-4
/
+11
2023-10-23
bcachefs: Fix lock thrashing in __bchfs_fallocate()
Kent Overstreet
1
-25
/
+56
2023-10-23
bcachefs: Fix for bch2_copygc() spuriously returning -EEXIST
Kent Overstreet
1
-1
/
+3
2023-10-23
bcachefs: Convert btree_err_type to normal error codes
Kent Overstreet
2
-72
/
+53
2023-10-23
bcachefs: Fix btree_err() macro
Kent Overstreet
1
-1
/
+4
2023-10-23
bcachefs: Ensure topology repair runs
Kent Overstreet
4
-1
/
+5
2023-10-23
bcachefs: Log a message when running an explicit recovery pass
Kent Overstreet
5
-26
/
+35
2023-10-23
bcachefs: Print out required recovery passes on version upgrade
Kent Overstreet
1
-25
/
+37
2023-10-23
bcachefs: Fix shift by 64 in set_inc_field()
Kent Overstreet
1
-27
/
+24
2023-10-23
bcachefs: bkey_format helper improvements
Kent Overstreet
4
-22
/
+43
2023-10-23
bcachefs: bcachefs_metadata_version_deleted_inodes
Kent Overstreet
5
-3
/
+125
2023-10-23
bcachefs: Fix folio leak in folio_hole_offset()
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Fix overlapping extent repair
Kent Overstreet
2
-38
/
+131
2023-10-23
bcachefs: In debug mode, run fsck again after fixing errors
Kent Overstreet
1
-0
/
+23
2023-10-23
bcachefs: recovery_types.h
Kent Overstreet
2
-42
/
+48
2023-10-23
bcachefs: Handle weird opt string from sys_fsconfig()
Kent Overstreet
1
-0
/
+7
2023-10-23
bcachefs: Assorted fixes for clang
Kent Overstreet
14
-128
/
+86
2023-10-23
bcachefs: Move fsck_inode_rm() to inode.c
Kent Overstreet
3
-64
/
+66
[next]