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
/
fsck.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Improved errcodes
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Convert more fsck code to for_each_btree_key2()
Kent Overstreet
1
-69
/
+60
2023-10-22
bcachefs: for_each_btree_key2()
Kent Overstreet
1
-100
/
+38
2023-10-22
bcachefs: Fix repair for extent past end of inode
Kent Overstreet
1
-14
/
+54
2023-10-22
bcachefs: When fsck finds redundant snapshot keys, trigger snapshots cleanup
Kent Overstreet
1
-2
/
+11
2023-10-22
bcachefs: Improve fsck for subvols/snapshots
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: Improve snapshots_seen
Kent Overstreet
1
-44
/
+108
2023-10-22
bcachefs: Fix subvol/snapshot deleting in recovery
Kent Overstreet
1
-62
/
+3
2023-10-22
bcachefs: fsck_inode_rm() shouldn't delete subvols
Kent Overstreet
1
-6
/
+4
2023-10-22
bcachefs: Rename __bch2_trans_do() -> commit_do()
Kent Overstreet
1
-10
/
+10
2023-10-22
bcachefs: Fix hash_check_key()
Kent Overstreet
1
-5
/
+5
2023-10-22
bcachefs: Improve some fsck error messages
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: In fsck, pass BTREE_UPDATE_INTERNAL_SNAPSHOT_NODE when deleting dir...
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Improve error logging in fsck.c
Kent Overstreet
1
-2
/
+35
2023-10-22
bcachefs: Fix inode_backpointer_exists()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: fsck: Work around transaction restarts
Kent Overstreet
1
-2
/
+16
2023-10-22
bcachefs: darrays
Kent Overstreet
1
-97
/
+56
2023-10-22
bcachefs: Heap allocate printbufs
Kent Overstreet
1
-68
/
+110
2023-10-22
bcachefs: Small fsck fix
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: Add error messages for memory allocation failures
Kent Overstreet
1
-8
/
+17
2023-10-22
bcachefs: Add journal_seq to inode & alloc keys
Kent Overstreet
1
-33
/
+25
2023-10-22
bcachefs: Fix __remove_dirent()
Kent Overstreet
1
-1
/
+30
2023-10-22
bcachefs: Fix check_inodes()
Kent Overstreet
1
-3
/
+2
2023-10-22
bcachefs: Improve transaction restart handling in fsck code
Kent Overstreet
1
-287
/
+280
2023-10-22
bcachefs: Add BCH_SUBVOLUME_UNLINKED
Kent Overstreet
1
-1
/
+17
2023-10-22
bcachefs: Don't run triggers in fix_reflink_p_key()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Must check for errors from bch2_trans_cond_resched()
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: Subvol dirents are now only visible in parent subvol
Kent Overstreet
1
-52
/
+100
2023-10-22
bcachefs: Fix check_path() for snapshots
Kent Overstreet
1
-19
/
+45
2023-10-22
bcachefs: Fix for leaking of reflinked extents
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: New on disk format to fix reflink_p pointers
Kent Overstreet
1
-1
/
+67
2023-10-22
bcachefs: bch2_trans_exit() no longer returns errors
Kent Overstreet
1
-3
/
+6
2023-10-22
bcachefs: Fix check_path() across subvolumes
Kent Overstreet
1
-2
/
+22
2023-10-22
bcachefs: bch2_subvolume_get()
Kent Overstreet
1
-19
/
+4
2023-10-22
bcachefs: Fix check_inode_update_hardlinks()
Kent Overstreet
1
-5
/
+1
2023-10-22
bcachefs: Snapshot creation, deletion
Kent Overstreet
1
-3
/
+4
2023-10-22
bcachefs: Update data move path for snapshots
Kent Overstreet
1
-34
/
+1
2023-10-22
bcachefs: Update fsck for snapshots
Kent Overstreet
1
-320
/
+1000
2023-10-22
bcachefs: Plumb through subvolume id
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: Per subvolume lost+found
Kent Overstreet
1
-10
/
+84
2023-10-22
bcachefs: Add support for dirents that point to subvolumes
Kent Overstreet
1
-1
/
+22
2023-10-22
bcachefs: Subvolumes, snapshots
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: btree_path
Kent Overstreet
1
-78
/
+81
2023-10-22
bcachefs: Kill BTREE_INSERT_NOUNLOCK
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Don't squash return code in check_dirents()
Kent Overstreet
1
-10
/
+3
2023-10-22
bcachefs: Improvements to fsck check_dirents()
Kent Overstreet
1
-167
/
+178
2023-10-22
bcachefs: Improve iter->should_be_locked
Kent Overstreet
1
-3
/
+9
2023-10-22
bcachefs: Kill __btree_delete_at()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Check for errors from bch2_trans_update()
Kent Overstreet
1
-9
/
+8
2023-10-22
bcachefs: Fix a memcpy call
Kent Overstreet
1
-1
/
+2
[next]