aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-04bcachefs: Run may_delete_deleted_inode() checks in bch2_inode_rm()Kent Overstreet1-17/+51
2025-06-04bcachefs: delete dead code from may_delete_deleted_inode()Kent Overstreet1-12/+3
2025-06-02bcachefs: bch_err_throw()Kent Overstreet1-3/+3
2025-05-30bcachefs: Add missing error logging in delete_dead_inodes()Kent Overstreet1-0/+1
2025-05-21bcachefs: BCH_INODE_has_case_insensitiveKent Overstreet1-3/+7
2025-05-21bcachefs: bch2_inode_find_by_inum_snapshot()Kent Overstreet1-56/+76
2025-05-21bcachefs: Don't set bi_casefold on non directoriesKent Overstreet1-0/+3
2025-05-21bcachefs: bch2_inode_find_snapshot_root()Kent Overstreet1-0/+24
2025-05-21bcachefs: bch2_inode_unpack() cleanupKent Overstreet1-4/+3
2025-05-21bcachefs: Fix casefold opt via xattr interfaceKent Overstreet1-0/+36
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet1-9/+9
2025-03-24bcachefs: bch2_disk_accounting_mod2()Kent Overstreet1-4/+3
2025-03-24bcachefs: EIO cleanupKent Overstreet1-2/+2
2025-03-14bcachefs: Kill a bit of dead codeKent Overstreet1-13/+0
2025-03-11bcachefs: Initialize from_inode members for bch_io_optsRoxana Nicolescu1-0/+1
2025-01-09bcachefs: bcachefs_metadata_version_persistent_inode_cursorsKent Overstreet1-35/+85
2024-12-21bcachefs: Use proper errcodes for inode unpack errorsKent Overstreet1-6/+6
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet1-8/+8
2024-12-21bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()Kent Overstreet1-3/+3
2024-12-21bcachefs: Add bch_io_opts fields for indicating whether the opts came from the inodeKent Overstreet1-1/+7
2024-12-21bcachefs: bch2_io_opts_fixups()Kent Overstreet1-2/+2
2024-12-21bcachefs: bch_verbose_ratelimitedKent Overstreet1-1/+2
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