index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-14
bcachefs: Fix missing transaction commit
Kent Overstreet
1
-2
/
+4
2023-11-14
bcachefs: Fix iterator leak in may_delete_deleted_inode()
Kent Overstreet
1
-1
/
+1
2023-11-05
bcachefs: x-macro-ify inode flags enum
Kent Overstreet
1
-14
/
+24
2023-11-04
bcachefs: Fix bch2_delete_dead_inodes()
Kent Overstreet
1
-20
/
+58
2023-11-01
bcachefs: Enumerate fsck errors
Kent Overstreet
1
-70
/
+73
2023-10-31
bcachefs: bch2_inum_opts_get()
Kent Overstreet
1
-0
/
+12
2023-10-31
bcachefs: Guard against unknown compression options
Kent Overstreet
1
-3
/
+5
2023-10-22
bcachefs: Fix bch2_inode_delete_keys()
Kent Overstreet
1
-2
/
+8
2023-10-22
bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errors
Kent Overstreet
1
-3
/
+1
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
1
-25
/
+21
2023-10-22
bcachefs: Fix W=12 build errors
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Kill missing inode warnings in bch2_quota_read()
Kent Overstreet
1
-2
/
+25
2023-10-22
bcachefs: Split out snapshot.c
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Check for directories in deleted inodes btree
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Add logging to bch2_inode_peek() & related
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: bcachefs_metadata_version_deleted_inodes
Kent Overstreet
1
-0
/
+115
2023-10-22
bcachefs: Move fsck_inode_rm() to inode.c
Kent Overstreet
1
-0
/
+63
2023-10-22
bcachefs: move inode triggers to inode.c
Kent Overstreet
1
-0
/
+53
2023-10-22
bcachefs: Change check for invalid key types
Kent Overstreet
1
-4
/
+8
2023-10-22
bcachefs: Convert -ENOENT to private error codes
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: bch2_bkey_get_iter() helpers
Kent Overstreet
1
-10
/
+7
2023-10-22
bcachefs: bkey_ops.min_val_size
Kent Overstreet
1
-24
/
+0
2023-10-22
bcachefs: Fix bch2_evict_subvolume_inodes()
Kent Overstreet
1
-3
/
+0
2023-10-22
bcachefs: Change bkey_invalid() rw param to flags
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Nocow support
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3
Kent Overstreet
1
-23
/
+140
2023-10-22
bcachefs: bch2_inode_opts_get()
Kent Overstreet
1
-0
/
+8
2023-10-22
bcachefs: Fix compat path for old inode formats
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Kill bch2_extent_trim_atomic() usage
Kent Overstreet
1
-11
/
+3
2023-10-22
bcachefs: More errcode cleanup
Kent Overstreet
1
-13
/
+13
2023-10-22
bcachefs: Key cache now works for snapshots btrees
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Improve bch2_inode_opts_to_opts()
Kent Overstreet
1
-0
/
+11
2023-10-22
bcachefs: Fix a transaction path overflow
Kent Overstreet
1
-1
/
+8
2023-10-22
bcachefs: Assorted checkpatch fixes
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Inline bch2_inode_pack()
Kent Overstreet
1
-4
/
+11
2023-10-22
bcachefs: Add private error codes for ENOSPC
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Don't BUG_ON() inode link count underflow
Kent Overstreet
1
-0
/
+33
2023-10-22
bcachefs: Printbuf rework
Kent Overstreet
1
-18
/
+18
2023-10-22
bcachefs: Add rw to .key_invalid()
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Convert .key_invalid methods to printbufs
Kent Overstreet
1
-56
/
+74
2023-10-22
bcachefs: bch2_btree_iter_peek_upto()
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Inode create no longer needs to probe key cache
Kent Overstreet
1
-24
/
+4
2023-10-22
bcachefs: btree_id_cached()
Kent Overstreet
1
-10
/
+5
2023-10-22
bcachefs: Simplify bch2_inode_delete_keys()
Kent Overstreet
1
-35
/
+22
2023-10-22
bcachefs: Fix a null ptr deref in bch2_inode_delete_keys()
Kent Overstreet
1
-1
/
+5
2023-10-22
bcachefs: Fix debug build in userspace
Kent Overstreet
1
-10
/
+0
2023-10-22
bcachefs: Fix missing field initialization
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: bch2_assert_pos_locked()
Kent Overstreet
1
-3
/
+3
[next]