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.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
path:
root
/
fs
/
bcachefs
/
fsck.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
bcachefs: Make error messages more uniform
Kent Overstreet
1
-13
/
+13
2023-10-23
bcachefs: Assorted checkpatch fixes
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: Re-enable hash_redo_key()
Kent Overstreet
1
-5
/
+8
2023-10-23
bcachefs: fsck: Another transaction restart handling fix
Kent Overstreet
1
-7
/
+5
2023-10-23
bcachefs: bch2_btree_delete_range_trans() now returns -BCH_ERR_transaction_re...
Kent Overstreet
1
-12
/
+18
2023-10-23
bcachefs: Minor transaction restart handling fix
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Increment restart count in bch2_trans_begin()
Kent Overstreet
1
-6
/
+4
2023-10-23
bcachefs: "Snapshot deletion did not run correctly" should be a fsck err
Kent Overstreet
1
-5
/
+5
2023-10-23
bcachefs: fsck: Fix nested transaction handling
Kent Overstreet
1
-20
/
+23
2023-10-23
bcachefs: Fix check_i_sectors()
Kent Overstreet
1
-2
/
+1
2023-10-23
bcachefs: Convert fsck errors to errcode.h
Kent Overstreet
1
-16
/
+14
2023-10-23
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
1
-20
/
+19
2023-10-23
bcachefs: Use bch2_err_str() in error messages
Kent Overstreet
1
-29
/
+32
2023-10-23
bcachefs: Improved errcodes
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Convert more fsck code to for_each_btree_key2()
Kent Overstreet
1
-69
/
+60
2023-10-23
bcachefs: for_each_btree_key2()
Kent Overstreet
1
-100
/
+38
2023-10-23
bcachefs: Fix repair for extent past end of inode
Kent Overstreet
1
-14
/
+54
2023-10-23
bcachefs: When fsck finds redundant snapshot keys, trigger snapshots cleanup
Kent Overstreet
1
-2
/
+11
2023-10-23
bcachefs: Improve fsck for subvols/snapshots
Kent Overstreet
1
-1
/
+4
2023-10-23
bcachefs: Improve snapshots_seen
Kent Overstreet
1
-44
/
+108
2023-10-23
bcachefs: Fix subvol/snapshot deleting in recovery
Kent Overstreet
1
-62
/
+3
2023-10-23
bcachefs: fsck_inode_rm() shouldn't delete subvols
Kent Overstreet
1
-6
/
+4
2023-10-23
bcachefs: Rename __bch2_trans_do() -> commit_do()
Kent Overstreet
1
-10
/
+10
2023-10-23
bcachefs: Fix hash_check_key()
Kent Overstreet
1
-5
/
+5
2023-10-23
bcachefs: Improve some fsck error messages
Kent Overstreet
1
-4
/
+4
2023-10-23
bcachefs: In fsck, pass BTREE_UPDATE_INTERNAL_SNAPSHOT_NODE when deleting dir...
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: Improve error logging in fsck.c
Kent Overstreet
1
-2
/
+35
2023-10-23
bcachefs: Fix inode_backpointer_exists()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: fsck: Work around transaction restarts
Kent Overstreet
1
-2
/
+16
2023-10-23
bcachefs: darrays
Kent Overstreet
1
-97
/
+56
2023-10-23
bcachefs: Heap allocate printbufs
Kent Overstreet
1
-68
/
+110
2023-10-23
bcachefs: Small fsck fix
Kent Overstreet
1
-2
/
+3
2023-10-23
bcachefs: Add error messages for memory allocation failures
Kent Overstreet
1
-8
/
+17
2023-10-23
bcachefs: Add journal_seq to inode & alloc keys
Kent Overstreet
1
-33
/
+25
2023-10-23
bcachefs: Fix __remove_dirent()
Kent Overstreet
1
-1
/
+30
2023-10-23
bcachefs: Fix check_inodes()
Kent Overstreet
1
-3
/
+2
2023-10-23
bcachefs: Improve transaction restart handling in fsck code
Kent Overstreet
1
-287
/
+280
2023-10-23
bcachefs: Add BCH_SUBVOLUME_UNLINKED
Kent Overstreet
1
-1
/
+17
2023-10-23
bcachefs: Don't run triggers in fix_reflink_p_key()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Must check for errors from bch2_trans_cond_resched()
Kent Overstreet
1
-2
/
+0
2023-10-23
bcachefs: Subvol dirents are now only visible in parent subvol
Kent Overstreet
1
-52
/
+100
2023-10-23
bcachefs: Fix check_path() for snapshots
Kent Overstreet
1
-19
/
+45
2023-10-23
bcachefs: Fix for leaking of reflinked extents
Kent Overstreet
1
-2
/
+3
2023-10-23
bcachefs: New on disk format to fix reflink_p pointers
Kent Overstreet
1
-1
/
+67
2023-10-23
bcachefs: bch2_trans_exit() no longer returns errors
Kent Overstreet
1
-3
/
+6
2023-10-23
bcachefs: Fix check_path() across subvolumes
Kent Overstreet
1
-2
/
+22
2023-10-23
bcachefs: bch2_subvolume_get()
Kent Overstreet
1
-19
/
+4
2023-10-23
bcachefs: Fix check_inode_update_hardlinks()
Kent Overstreet
1
-5
/
+1
2023-10-23
bcachefs: Snapshot creation, deletion
Kent Overstreet
1
-3
/
+4
2023-10-23
bcachefs: Update data move path for snapshots
Kent Overstreet
1
-34
/
+1
[next]