summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-13bcachefs: printbufs: prt_printf() now handles \t\r\nKent Overstreet
2024-04-13bcachefs: printbuf improvementsKent Overstreet
2024-04-13Revert "fs/9p: switch vfsmount to use v9fs_get_new_inode"Kent Overstreet
2024-04-13Revert "fs/9p: convert mkdir to use get_new_inode"Kent Overstreet
2024-04-13Revert "fs/9p: remove walk and inode allocation from symlink"Kent Overstreet
2024-04-13Revert "fs/9p: Eliminate redundant non-cache path in mknod"Kent Overstreet
2024-04-13Revert "fs/9p: Eliminate now unused v9fs_get_inode"Kent Overstreet
2024-04-13Revert "fs/9p: rework qid2ino logic"Kent Overstreet
2024-04-13Revert "fs/9p: simplify iget to remove unnecessary paths"Kent Overstreet
2024-04-13Revert "fs/9p: fix dups even in uncached mode"Kent Overstreet
2024-04-13Revert "fs/9p: fix uaf in in v9fs_stat2inode_dotl"Kent Overstreet
2024-04-13Revert "fs/9p: remove redundant pointer v9ses"Kent Overstreet
2024-04-13Revert "fs/9p: fix uninitialized values during inode evict"Kent Overstreet
2024-04-13bcachefs: Fix missing write refs in fs fio pathsKent Overstreet
2024-04-13bcachefs: Fix deadlock in journal replayKent Overstreet
2024-04-12bcachefs: Go rw if running any explicit recovery passesKent Overstreet
2024-04-12bcachefs: Standardize helpers for printing enum strs with bounds checksKent Overstreet
2024-04-12bcachefs: don't queue btree nodes for rewrites during scanKent Overstreet
2024-04-12bcachefs: fix race in bch2_btree_node_evict()Kent Overstreet
2024-04-12bcachefs: fix unsafety in bch2_stripe_to_text()Kent Overstreet
2024-04-11bcachefs: fix unsafety in bch2_extent_ptr_to_text()Kent Overstreet
2024-04-11bcachefs: btree node scan: handle encrypted nodesKent Overstreet
2024-04-11bcachefs: Check for packed bkeys that are too bigKent Overstreet
2024-04-11bcachefs: Fix UAFs of btree_insert_entry arrayKent Overstreet
2024-04-11bcachefs: Don't use bch2_btree_node_lock_write_nofail() in btree split pathKent Overstreet
2024-04-10bcachefs: Fix __bch2_btree_and_journal_iter_init_node_iter()bcachefs-2024-04-10Kent Overstreet
2024-04-10bcachefs: Kill read lock dropping in bch2_btree_node_lock_write_nofail()Kent Overstreet
2024-04-10bcachefs: Fix a race in btree_update_nodes_written()Kent Overstreet
2024-04-09bcachefs: btree_node_scan: Respect member.data_allowedKent Overstreet
2024-04-09bcachefs: Don't scan for btree nodes when we can reconstructKent Overstreet
2024-04-09bcachefs: Fix check_topology() when using node scanKent Overstreet
2024-04-08bcachefs: fix eytzinger0_find_gt()Kent Overstreet
2024-04-07bcachefs: fix bch2_get_acl() transaction restart handlingKent Overstreet
2024-04-07bcachefs: fix the count of nr_freed_pcpu after changing bc->freed_nonpcpu listHongbo Li
2024-04-07bcachefs: Fix gap buffer bug in bch2_journal_key_insert_take()Kent Overstreet
2024-04-06bcachefs: Rename struct field swap to prevent macro naming collisionThorsten Blum
2024-04-06MAINTAINERS: Add entry for bcachefs documentationBagas Sanjaya
2024-04-06Documentation: filesystems: Add bcachefs toctreeBagas Sanjaya
2024-04-06bcachefs: JOURNAL_SPACE_LOWKent Overstreet
2024-04-06bcachefs: Disable errors=panic for BCH_IOCTL_FSCK_OFFLINEKent Overstreet
2024-04-06bcachefs: Fix BCH_IOCTL_FSCK_OFFLINE for encrypted filesystemsKent Overstreet
2024-04-05bcachefs: fix rand_delete unit testKent Overstreet
2024-04-05bcachefs: fix ! vs ~ typo in __clear_bit_le64()Dan Carpenter
2024-04-05bcachefs: Fix rebalance from durability=0 deviceKent Overstreet
2024-04-04bcachefs: Print shutdown journal sequence numberKent Overstreet
2024-04-04bcachefs: Further improve btree_update_to_text()Kent Overstreet
2024-04-04bcachefs: Move btree_updates to debugfsKent Overstreet
2024-04-04bcachefs: Bump limit in btree_trans_too_many_iters()Kent Overstreet
2024-04-04bcachefs: Make snapshot_is_ancestor() safeKent Overstreet
2024-04-03bcachefs: create debugfs dir for each btreeThomas Bertschinger