summaryrefslogtreecommitdiff
path: root/fs/bcachefs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-24Merge tag 'bcachefs-2024-10-22' of https://github.com/koverstreet/bcachefsLinus Torvalds1-12/+15
2024-10-20bcachefs: Set bch_inode_unpacked.bi_snapshot in old inode pathKent Overstreet1-0/+2
2024-10-18bcachefs: Add hash seed, type to inode_to_text()Kent Overstreet1-0/+4
2024-10-18bcachefs: INODE_STR_HASH() for bch_inode_unpackedKent Overstreet1-10/+8
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet1-2/+1
2024-10-15Merge tag 'bcachefs-2024-10-14' of git://evilpiepirate.org/bcachefsLinus Torvalds1-33/+242
2024-10-09bcachefs: bch2_inode_or_descendents_is_open()Kent Overstreet1-2/+3
2024-10-09bcachefs: bcachefs_metadata_version_inode_has_child_snapshotsKent Overstreet1-33/+241
2024-10-05Merge tag 'bcachefs-2024-10-05' of git://evilpiepirate.org/bcachefsLinus Torvalds1-29/+15
2024-10-04bcachefs: Add warn param to subvol_get_snapshot, peek_inodeKent Overstreet1-21/+11
2024-10-04bcachefs: Kill snapshot arg to fsck_write_inode()Kent Overstreet1-8/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-27bcachefs: BCH_FS_clean_recoveryKent Overstreet1-1/+1
2024-09-27bcachefs: Add snapshot to bch_inode_unpackedKent Overstreet1-4/+6
2024-09-09bcachefs: switch to rhashtable for vfs inodes hashKent Overstreet1-1/+1
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet1-40/+37
2024-07-14bcachefs: fsck_err() may now take a btree_transKent Overstreet1-7/+6
2024-07-14bcachefs: Convert gc to new accountingKent Overstreet1-29/+14
2024-07-14bcachefs: Disk space accounting rewriteKent Overstreet1-3/+6
2024-07-14bcachefs: bch2_printbuf_strip_trailing_newline()Kent Overstreet1-0/+2
2024-07-14bcachefs: Align the display format of `btrees/inodes/keys`Youling Tang1-1/+2
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet1-4/+4
2024-05-08bcachefs: Fix type of flags parameter for some ->trigger() implementationsNathan Chancellor1-1/+1
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-15/+15
2024-05-08bcachefs: prt_printf() now respects \r\n\tKent Overstreet1-17/+7
2024-04-28bcachefs: fix integer conversion bugKent Overstreet1-1/+1
2024-03-31bcachefs: fix misplaced newline in __bch2_inode_unpacked_to_text()Thomas Bertschinger1-1/+1
2024-03-13bcachefs: Always flush write buffer in delete_dead_inodes()Kent Overstreet1-5/+10
2024-03-13bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_bufferedKent Overstreet1-2/+3
2024-03-13bcachefs: Check subvol <-> inode pointers in check_subvol()Kent Overstreet1-1/+1
2024-03-10bcachefs: move fsck_write_inode() to inode.cKent Overstreet1-0/+28
2024-03-10bcachefs: skip invisible entries in empty subvolume checkingGuoyu Ou1-2/+3
2024-01-21bcachefs: Improve inode_to_text()Kent Overstreet1-7/+18
2024-01-21bcachefs: bch_fs_usage_baseKent Overstreet1-1/+1
2024-01-21bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet1-1/+1
2024-01-05bcachefs: unify inode triggerKent Overstreet1-41/+26
2024-01-05bcachefs: mark now takes bkey_sKent Overstreet1-5/+2
2024-01-05bcachefs: trans_mark now takes bkey_sKent Overstreet1-4/+4
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet1-3/+0
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet1-1/+1
2024-01-01bcachefs: Kill for_each_btree_key()Kent Overstreet1-19/+19
2024-01-01bcachefs: Clean up btree write buffer write ref handlingKent Overstreet1-5/+5
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-1/+1
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-5/+5
2023-12-08bcachefs: Fix deleted inode check for dirsKent Overstreet1-5/+10
2023-11-14bcachefs: Fix missing transaction commitKent Overstreet1-2/+4
2023-11-14bcachefs: Fix iterator leak in may_delete_deleted_inode()Kent Overstreet1-1/+1
2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet1-14/+24
2023-11-04bcachefs: Fix bch2_delete_dead_inodes()Kent Overstreet1-20/+58
2023-11-01bcachefs: Enumerate fsck errorsKent Overstreet1-70/+73