aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-07-14bcachefs: btree write buffer knows how to accumulate bch_accounting keysKent Overstreet3-9/+79
2024-07-14bcachefs: Accumulate accounting keys in journal replayKent Overstreet5-24/+126
2024-07-14bcachefs: KEY_TYPE_accountingKent Overstreet8-49/+303
2024-07-14bcachefs: use new mount APIThomas Bertschinger2-22/+100
2024-07-14bcachefs: Add error code to defer option parsingThomas Bertschinger3-2/+18
2024-07-14bcachefs: add printbuf arg to bch2_parse_mount_opts()Thomas Bertschinger4-49/+71
2024-07-14bcachefs: metadata version bucket_stripe_sectorsKent Overstreet7-18/+96
2024-07-14bcachefs: BCH_DATA_unstripedKent Overstreet4-5/+19
2024-07-14bcachefs: bch_alloc->stripe_sectorsKent Overstreet6-15/+41
2024-07-14bcachefs: check_key_has_inode()Kent Overstreet2-94/+113
2024-07-14bcachefs: allow passing full device path for target optionsThomas Bertschinger1-0/+3
2024-07-14bcachefs: bch2_printbuf_strip_trailing_newline()Kent Overstreet3-0/+17
2024-07-14bcachefs: don't expose "read_only" as a mount optionThomas Bertschinger1-1/+1
2024-07-14bcachefs: make offline fsck set read_only fs flagThomas Bertschinger1-0/+13
2024-07-14bcachefs: btree_ptr_sectors_written() now takes bkey_s_cKent Overstreet4-9/+9
2024-07-14bcachefs: Check for bsets past bch_btree_ptr_v2.sectors_writtenKent Overstreet1-2/+5
2024-07-14bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()Uros Bizjak11-59/+58
2024-07-14bcachefs: add might_sleep() annotations for fsck_err()Kent Overstreet2-1/+6
2024-07-14bcachefs: fix missing includeKent Overstreet1-0/+2
2024-07-14bcachefs: Use filemap_read() to simplify the execution flowYouling Tang1-2/+2
2024-07-14bcachefs: Align the display format of `btrees/inodes/keys`Youling Tang1-1/+2
2024-07-14bcachefs: Fix missing spaces in journal_entry_dev_usage_to_textYouling Tang1-0/+3
2024-07-14bcachefs: fix ei_update_lock lock orderingKent Overstreet2-7/+8
2024-07-14bcachefs: bch2_btree_reserve_cache_to_text()Kent Overstreet5-1/+32
2024-07-14bcachefs: sysfs trigger_freelist_wakeupKent Overstreet1-0/+5
2024-07-14bcachefs: sysfs internal/trigger_journal_writesKent Overstreet1-0/+5
2024-07-14bcachefs: add capacity, reserved to fs_alloc_debug_to_text()Kent Overstreet3-0/+4
2024-07-14bcachefs: uninline fallocate functionsKent Overstreet1-4/+4
2024-07-14bcachefs: btree ids are 64 bit bitmasksKent Overstreet1-5/+5
2024-07-14bcachefs: Print allocator stuck on timeout in fallocate pathKent Overstreet1-1/+5
2024-07-13Merge tag '6.10-rc7-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+2
2024-07-13cifs: fix setting SecurityFlags to trueSteve French1-2/+2
2024-07-12Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-29/+97
2024-07-12Merge tag 'bcachefs-2024-07-12' of https://evilpiepirate.org/git/bcachefsLinus Torvalds11-24/+87
2024-07-11bcachefs: bch2_gc_btree() should not use btree_root_lockKent Overstreet1-8/+22
2024-07-11bcachefs: Set PF_MEMALLOC_NOFS when trans->lockedKent Overstreet4-8/+30
2024-07-11bcachefs; Use trans_unlock_long() when waiting on allocatorKent Overstreet1-1/+1
2024-07-11Revert "bcachefs: Mark bch_inode_info as SLAB_ACCOUNT"Kent Overstreet1-2/+1
2024-07-11Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds25-133/+203
2024-07-11btrfs: avoid races when tracking progress for extent map shrinkingFilipe Manana3-21/+66
2024-07-11btrfs: stop extent map shrinker if reschedule is neededFilipe Manana1-8/+31
2024-07-11btrfs: use delayed iput during extent map shrinkingFilipe Manana1-1/+1
2024-07-10Merge tag 'mm-hotfixes-stable-2024-07-10-13-19' of git://git.kernel.org/pub/s...Linus Torvalds2-3/+36
2024-07-10Merge tag 'bcachefs-2024-07-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds23-142/+256
2024-07-10bcachefs: fix scheduling while atomic in break_cycle()Kent Overstreet3-4/+24
2024-07-10bcachefs: Fix RCU splatKent Overstreet2-1/+9
2024-07-10bcachefs: Add missing bch2_trans_begin()Kent Overstreet1-0/+2
2024-07-10bcachefs: Fix missing error check in journal_entry_btree_keys_validate()Kent Overstreet1-0/+2
2024-07-10bcachefs: Warn on attempting a move with no replicasKent Overstreet1-0/+10
2024-07-10bcachefs: bch2_data_update_to_text()Kent Overstreet3-25/+39