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