summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bcachefs-2024-05-24' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-05-2415-57/+96
|\
| * bcachefs: Fix race path in bch2_inode_insert()Kent Overstreet2024-05-221-2/+1
| * bcachefs: Ensure we're RW before journallingKent Overstreet2024-05-221-1/+3
| * bcachefs: Fix shutdown orderingKent Overstreet2024-05-222-1/+8
| * bcachefs: Fix unsafety in bch2_dirent_name_bytes()Kent Overstreet2024-05-221-0/+3
| * bcachefs: Fix stack oob in __bch2_encrypt_bio()Kent Overstreet2024-05-221-2/+6
| * bcachefs: Fix btree_trans leak in bch2_readahead()Kent Overstreet2024-05-221-2/+2
| * bcachefs: Fix bogus verify_replicas_entry() assertKent Overstreet2024-05-221-13/+2
| * bcachefs: Check for subvolues with bogus snapshot/inode fieldsKent Overstreet2024-05-202-1/+12
| * bcachefs: bch2_checksum() returns 0 for unknown checksum typeKent Overstreet2024-05-201-2/+2
| * bcachefs: Fix bch2_alloc_ciphers()Kent Overstreet2024-05-201-12/+13
| * bcachefs: Add missing guard in bch2_snapshot_has_children()Kent Overstreet2024-05-201-5/+2
| * bcachefs: Fix missing parens in drop_locks_do()Kent Overstreet2024-05-201-1/+1
| * bcachefs: Improve bch2_assert_pos_locked()Kent Overstreet2024-05-201-0/+2
| * bcachefs: Fix shift overflows in replicas.cKent Overstreet2024-05-201-8/+21
| * bcachefs: Fix shift overflow in btree_lost_data()Kent Overstreet2024-05-202-0/+9
| * bcachefs: Fix ref in trans_mark_dev_sbs() error pathKent Overstreet2024-05-201-1/+1
| * bcachefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodYouling Tang2024-05-201-1/+2
| * bcachefs: Fix rcu splat in check_fix_ptrs()Kent Overstreet2024-05-201-5/+6
* | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-3/+3
* | Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-211-5/+0
|\ \ | |/ |/|
| * bcachefs: remove dead function bdev_sectors()Yu Kuai2024-05-031-5/+0
* | Merge tag 'bcachefs-2024-05-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-05-19118-4324/+4395
|\ \
| * | bcachefs: add no_invalid_checks flagThomas Bertschinger2024-05-092-1/+8
| * | bcachefs: add counters for failed shrinker reclaimDaniel Hill2024-05-094-22/+80
| * | bcachefs: Fix sb_field_downgrade validationKent Overstreet2024-05-091-2/+12
| * | bcachefs: Plumb bch_validate_flags to sb_field_ops.validate()Kent Overstreet2024-05-0913-47/+38
| * | bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet2024-05-0931-110/+110
| * | bcachefs: fsync() should not return -EROFSKent Overstreet2024-05-091-1/+4
| * | bcachefs: Invalid devices are now checked for by fsck, not .invalid methodsKent Overstreet2024-05-092-25/+1
| * | bcachefs: kill bch2_dev_bkey_exists() in bch2_check_fix_ptrs()Kent Overstreet2024-05-092-14/+24
| * | bcachefs: kill bch2_dev_bkey_exists() in bch2_read_endio()Kent Overstreet2024-05-091-14/+19
| * | bcachefs: bch2_dev_get_ioref() checks for device not presentKent Overstreet2024-05-099-37/+23
| * | bcachefs: bch2_dev_get_ioref2(); io_read.cKent Overstreet2024-05-091-5/+9
| * | bcachefs: bch2_dev_get_ioref2(); debug.cKent Overstreet2024-05-091-4/+4
| * | bcachefs: bch2_dev_get_ioref2(); journal_io.cKent Overstreet2024-05-091-4/+3
| * | bcachefs: bch2_dev_get_ioref2(); io_write.cKent Overstreet2024-05-091-10/+11
| * | bcachefs: bch2_dev_get_ioref2(); btree_io.cKent Overstreet2024-05-091-15/+18
| * | bcachefs: bch2_dev_get_ioref2(); backpointers.cKent Overstreet2024-05-091-2/+2
| * | bcachefs: bch2_dev_get_ioref2(); alloc_background.cKent Overstreet2024-05-092-11/+26
| * | bcachefs: for_each_bset() declares loop iterKent Overstreet2024-05-096-34/+14
| * | bcachefs: Move BCACHEFS_STATFS_MAGIC value to UAPI magic.hPetr Vorel2024-05-081-1/+2
| * | bcachefs: Improve sysfs internal/btree_cacheKent Overstreet2024-05-082-5/+30
| * | bcachefs: Allocator prefers not to expand mi.btree_allocated bitmapKent Overstreet2024-05-083-11/+66
| * | bcachefs: Better bucket alloc tracepointsKent Overstreet2024-05-082-111/+51
| * | bcachefs: Move nocow unlock to bch2_write_endio()Kent Overstreet2024-05-082-19/+8
| * | bcachefs: kill bch2_dev_bkey_exists() in journal_ptrs_to_text()Kent Overstreet2024-05-081-5/+0
| * | bcachefs: kill bch2_dev_bkey_exists() in discard_one_bucket_fast()Kent Overstreet2024-05-081-2/+5
| * | bcachefs: kill bch2_dev_bkey_exists() in check_alloc_info()Kent Overstreet2024-05-082-40/+44
| * | bcachefs: bch2_dev_have_ref()Kent Overstreet2024-05-083-7/+7