index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-18
bcachefs: bch2_folio_reservation_get_partial() is now better behaved
Kent Overstreet
3
-32
/
+57
2024-10-18
bcachefs: fix disk reservation accounting in bch2_folio_reservation_get()
Kent Overstreet
1
-1
/
+1
2024-10-18
bcachefS: ec: fix data type on stripe deletion
Kent Overstreet
1
-2
/
+2
2024-10-18
bcachefs: Don't use commit_do() unnecessarily
Kent Overstreet
21
-39
/
+41
2024-10-18
bcachefs: handle restarts in bch2_bucket_io_time_reset()
Kent Overstreet
1
-12
/
+16
2024-10-18
bcachefs: fix restart handling in __bch2_resume_logged_op_finsert()
Kent Overstreet
1
-1
/
+1
2024-10-18
bcachefs: fix restart handling in bch2_alloc_write_key()
Kent Overstreet
1
-1
/
+11
2024-10-18
bcachefs: fix restart handling in bch2_do_invalidates_work()
Kent Overstreet
1
-3
/
+4
2024-10-18
bcachefs: fix missing restart handling in bch2_read_retry_nodecode()
Kent Overstreet
1
-2
/
+2
2024-10-18
bcachefs: fix restart handling in bch2_fiemap()
Kent Overstreet
1
-8
/
+4
2024-10-18
bcachefs: fix bch2_hash_delete() error path
Kent Overstreet
1
-2
/
+5
2024-10-18
bcachefs: fix restart handling in bch2_rename2()
Kent Overstreet
1
-1
/
+1
2024-10-15
Merge tag 'bcachefs-2024-10-14' of git://evilpiepirate.org/bcachefs
Linus Torvalds
31
-400
/
+941
2024-10-14
bcachefs: Fix sysfs warning in fstests generic/730,731
Kent Overstreet
1
-10
/
+24
2024-10-13
bcachefs: Handle race between stripe reuse, invalidate_stripe_to_dev
Kent Overstreet
2
-28
/
+55
2024-10-13
bcachefs: Fix kasan splat in new_stripe_alloc_buckets()
Kent Overstreet
1
-1
/
+9
2024-10-13
bcachefs: Add missing validation for bch_stripe.csum_granularity_bits
Kent Overstreet
2
-2
/
+12
2024-10-13
bcachefs: Fix missing bounds checks in bch2_alloc_read()
Kent Overstreet
1
-0
/
+10
2024-10-13
bcachefs: fix uaf in bch2_dio_write_done()
Kent Overstreet
1
-1
/
+2
2024-10-12
bcachefs: Improve check_snapshot_exists()
Kent Overstreet
1
-2
/
+30
2024-10-12
bcachefs: Fix bkey_nocow_lock()
Kent Overstreet
1
-0
/
+1
2024-10-12
bcachefs: Fix accounting replay flags
Kent Overstreet
1
-1
/
+2
2024-10-12
bcachefs: Fix invalid shift in member_to_text()
Kent Overstreet
1
-1
/
+9
2024-10-11
bcachefs: Fix bch2_have_enough_devs() for BCH_SB_MEMBER_INVALID
Kent Overstreet
1
-0
/
+5
2024-10-09
bcachefs: __wait_for_freeing_inode: Switch to wait_bit_queue_entry
Kent Overstreet
1
-1
/
+2
2024-10-09
bcachefs: Check if stuck in journal_res_get()
Kent Overstreet
1
-0
/
+13
2024-10-09
bcachefs: Fix state lock involved deadlock
Alan Huang
1
-6
/
+9
2024-10-09
bcachefs: Fix NULL pointer dereference in bch2_opt_to_text
Mohammed Anees
1
-1
/
+3
2024-10-09
bcachefs: Release transaction before wake up
Alan Huang
1
-2
/
+3
2024-10-09
bcachefs: add check for btree id against max in try read node
Piotr Zalewski
1
-0
/
+3
2024-10-09
bcachefs: Disk accounting device validation fixes
Kent Overstreet
3
-37
/
+118
2024-10-09
bcachefs: bch2_inode_or_descendents_is_open()
Kent Overstreet
4
-21
/
+103
2024-10-09
bcachefs: Kill bch2_propagate_key_to_snapshot_leaves()
Kent Overstreet
2
-100
/
+0
2024-10-09
bcachefs: bcachefs_metadata_version_inode_has_child_snapshots
Kent Overstreet
9
-78
/
+302
2024-10-09
bcachefs: do not use PF_MEMALLOC_NORECLAIM
Michal Hocko
1
-8
/
+6
2024-10-06
bcachefs: Delete vestigal check_inode() checks
Kent Overstreet
1
-75
/
+5
2024-10-06
bcachefs: btree_iter_peek_upto() now handles BTREE_ITER_all_snapshots
Kent Overstreet
1
-3
/
+3
2024-10-06
bcachefs: reattach_inode() now correctly handles interior snapshot nodes
Kent Overstreet
2
-20
/
+158
2024-10-06
bcachefs: Split out check_unreachable_inodes() pass
Kent Overstreet
3
-35
/
+67
2024-10-06
bcachefs: Fix lockdep splat in bch2_accounting_read
Kent Overstreet
1
-8
/
+26
2024-10-05
Merge tag 'bcachefs-2024-10-05' of git://evilpiepirate.org/bcachefs
Linus Torvalds
20
-209
/
+342
2024-10-04
bcachefs: Rework logged op error handling
Kent Overstreet
3
-28
/
+53
2024-10-04
bcachefs: Add warn param to subvol_get_snapshot, peek_inode
Kent Overstreet
4
-28
/
+43
2024-10-04
bcachefs: Kill snapshot arg to fsck_write_inode()
Kent Overstreet
4
-55
/
+51
2024-10-04
bcachefs: Check for unlinked, non-empty dirs in check_inode()
Kent Overstreet
2
-1
/
+19
2024-10-04
bcachefs: Check for unlinked inodes with dirents
Kent Overstreet
2
-15
/
+41
2024-10-04
bcachefs: Check for directories with no backpointers
Kent Overstreet
2
-8
/
+17
2024-10-04
bcachefs: Kill alloc_v4.fragmentation_lru
Kent Overstreet
7
-22
/
+38
2024-10-04
bcachefs: minor lru fsck fixes
Kent Overstreet
1
-12
/
+15
2024-10-04
bcachefs: Mark more errors AUTOFIX
Kent Overstreet
1
-12
/
+12
[prev]
[next]