summaryrefslogtreecommitdiff
path: root/fs/bcachefs/inode.c
AgeCommit message (Expand)Author
2025-07-01bcachefs: opts.casefold_disabledKent Overstreet
2025-06-04bcachefs: Run may_delete_deleted_inode() checks in bch2_inode_rm()Kent Overstreet
2025-06-04bcachefs: delete dead code from may_delete_deleted_inode()Kent Overstreet
2025-06-02bcachefs: bch_err_throw()Kent Overstreet
2025-05-30bcachefs: Add missing error logging in delete_dead_inodes()Kent Overstreet
2025-05-21bcachefs: BCH_INODE_has_case_insensitiveKent Overstreet
2025-05-21bcachefs: bch2_inode_find_by_inum_snapshot()Kent Overstreet
2025-05-21bcachefs: Don't set bi_casefold on non directoriesKent Overstreet
2025-05-21bcachefs: bch2_inode_find_snapshot_root()Kent Overstreet
2025-05-21bcachefs: bch2_inode_unpack() cleanupKent Overstreet
2025-05-21bcachefs: Fix casefold opt via xattr interfaceKent Overstreet
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet
2025-03-24bcachefs: bch2_disk_accounting_mod2()Kent Overstreet
2025-03-24bcachefs: EIO cleanupKent Overstreet
2025-03-14bcachefs: Kill a bit of dead codeKent Overstreet
2025-03-11bcachefs: Initialize from_inode members for bch_io_optsRoxana Nicolescu
2025-01-09bcachefs: bcachefs_metadata_version_persistent_inode_cursorsKent Overstreet
2024-12-21bcachefs: Use proper errcodes for inode unpack errorsKent Overstreet
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet
2024-12-21bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()Kent Overstreet
2024-12-21bcachefs: Add bch_io_opts fields for indicating whether the opts came from th...Kent Overstreet
2024-12-21bcachefs: bch2_io_opts_fixups()Kent Overstreet
2024-12-21bcachefs: bch_verbose_ratelimitedKent Overstreet
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