summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix locking in __bch2_trans_mark_dev_sb()Kent Overstreet2024-08-162-9/+10
* bcachefs: fix incorrect i_state usageKent Overstreet2024-08-161-1/+1
* bcachefs: avoid overflowing LRU_TIME_BITS for cached data lruKent Overstreet2024-08-161-1/+3
* bcachefs: Fix forgetting to pass trans to fsck_err()Kent Overstreet2024-08-161-1/+1
* bcachefs: Increase size of cuckoo hash table on too many rehashesKent Overstreet2024-08-161-2/+9
* bcachefs: bcachefs_metadata_version_disk_accounting_inumKent Overstreet2024-08-136-3/+33
* bcachefs: Kill __bch2_accounting_mem_mod()Kent Overstreet2024-08-133-34/+28
* bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet2024-08-1338-553/+448
* bcachefs: Fix warning in __bch2_fsck_err() for trans not passed inKent Overstreet2024-08-131-0/+2
* bcachefs: Add a time_stat for blocked on key cache flushKent Overstreet2024-08-132-0/+5
* bcachefs: Improve trans_blocked_journal_reclaim tracepointKent Overstreet2024-08-133-4/+33
* bcachefs: Add hysteresis to waiting on btree key cache flushKent Overstreet2024-08-132-1/+10
* lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()Kent Overstreet2024-08-131-0/+2
* bcachefs: Convert for_each_btree_node() to lockrestart_do()Kent Overstreet2024-08-134-54/+42
* bcachefs: Add missing downgrade table entryKent Overstreet2024-08-131-0/+1
* bcachefs: disk accounting: ignore unknown typesKent Overstreet2024-08-131-3/+9
* bcachefs: bch2_accounting_invalid() fixupKent Overstreet2024-08-131-1/+1
* bcachefs: Fix bch2_trigger_alloc when upgrading from old versionsKent Overstreet2024-08-131-1/+13
* bcachefs: delete faulty fastpath in bch2_btree_path_traverse_cached()Kent Overstreet2024-08-131-5/+0
* bcachefs: bcachefs_metadata_version_disk_accounting_v3Kent Overstreet2024-08-093-6/+32
* bcachefs: improve bch2_dev_usage_to_text()Kent Overstreet2024-08-093-6/+10
* bcachefs: bch2_accounting_invalid()Kent Overstreet2024-08-094-8/+73
* bcachefs: Switch to .get_inode_acl()Kent Overstreet2024-08-083-9/+12
* bcachefs: Use bch2_wait_on_allocator() in btree node alloc pathKent Overstreet2024-08-071-1/+1
* bcachefs: Make allocator stuck timeout configurable, ratelimit messagesKent Overstreet2024-08-078-12/+45
* bcachefs: Add missing path_traverse() to btree_iter_next_node()Kent Overstreet2024-08-071-0/+5
* bcachefs: ec should not allocate from ro devsKent Overstreet2024-08-071-0/+3
* bcachefs: Improved allocator debugging for ecKent Overstreet2024-08-074-15/+30
* bcachefs: Add missing bch2_trans_begin() callKent Overstreet2024-08-071-0/+1
* bcachefs: Add a comment for bucket helper typesKent Overstreet2024-08-071-0/+8
* bcachefs: Don't rely on implicit unsigned -> signed integer conversionKent Overstreet2024-08-071-2/+2
* lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STATKent Overstreet2024-08-071-0/+6
* bcachefs: Fix double free of ca->buckets_nouseKent Overstreet2024-07-301-1/+0
* Linux 6.11-rc1v6.11-rc1Linus Torvalds2024-07-281-2/+2
* Merge tag 'kbuild-fixes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-284-4/+4
|\
| * kbuild: Fix '-S -c' in x86 stack protector scriptsNathan Chancellor2024-07-292-2/+2
| * kbuild: rpm-pkg: ghost modules.weakdep fileJose Ignacio Tornos Martinez2024-07-281-1/+1
| * kbuild: rpm-pkg: Fix C locale setupPetr Vorel2024-07-241-1/+1
* | minmax: simplify and clarify min_t()/max_t() implementationLinus Torvalds2024-07-281-8/+11
* | minmax: add a few more MIN_T/MAX_T usersLinus Torvalds2024-07-287-10/+10
* | Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-07-2821-214/+135
|\ \
| * | ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger2024-07-281-1/+1
| * | ubifs: add check for crypto_shash_tfm_digestChen Ni2024-07-121-1/+4
| * | ubifs: Fix inconsistent inode size when powercut happens during appendant wri...Zhihao Cheng2024-07-121-1/+1
| * | ubi: block: fix null-pointer-dereference in ubiblock_create()Li Nan2024-07-121-3/+4
| * | ubifs: fix kernel-doc warningsJeff Johnson2024-07-126-6/+10
| * | ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarityZhaoLong Wang2024-07-126-18/+12
| * | mtd: ubi: Restore missing cleanup on ubi_init() failure pathBen Hutchings2024-07-121-1/+4
| * | ubifs: dbg_orphan_check: Fix missed key type checkingZhihao Cheng2024-07-121-2/+6
| * | ubifs: Fix unattached inode when powercut happens in creatingZhihao Cheng2024-07-123-26/+51