summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2024-07-195-42/+46
|\
| * btrfs: change BTRFS_MOUNT_* flags to 64bit typeQu Wenruo2024-07-195-42/+46
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-07-191-31/+31
|\ \
| * | virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko2024-07-171-1/+1
| * | virtiofs: convert to use virtio_find_vqs_info()Jiri Pirko2024-07-171-13/+9
| * | virtio-fs: improved request latencies when Virtio queue is fullPeter-Jan Gootzen2024-07-091-15/+19
| * | virtio-fs: let -ENOMEM bubble up or burst gentlyPeter-Jan Gootzen2024-07-091-3/+3
* | | Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-07-19111-2681/+3880
|\ \ \
| * | | bcachefs: Fix integer overflow on trans->nr_updatesKent Overstreet2024-07-191-1/+1
| * | | bcachefs: silence silly kdoc warningKent Overstreet2024-07-191-1/+1
| * | | bcachefs: Fix fsck warning about btree_trans not passed to fsck errorKent Overstreet2024-07-191-1/+2
| * | | bcachefs: Add an error message for insufficient rw journal devsKent Overstreet2024-07-191-0/+11
| * | | bcachefs: varint: Avoid left-shift of a negative valueTavian Barnes2024-07-191-1/+1
| * | | bcachefs: darray: Don't pass NULL to memcpy()Tavian Barnes2024-07-151-1/+2
| * | | bcachefs: Kill bch2_assert_btree_nodes_not_locked()Kent Overstreet2024-07-153-22/+0
| * | | bcachefs: Rename BCH_WRITE_DONE -> BCH_WRITE_SUBMITTEDKent Overstreet2024-07-152-13/+13
| * | | bcachefs: __bch2_read(): call trans_begin() on every loop iterKent Overstreet2024-07-151-26/+19
| * | | bcachefs: show none if label is not setHongbo Li2024-07-151-1/+4
| * | | bcachefs: drop packed, aligned from bkey_inode_bufKent Overstreet2024-07-151-1/+1
| * | | bcachefs: btree node scan: fall back to comparing by journal seqKent Overstreet2024-07-153-15/+41
| * | | bcachefs: Add lockdep support for btree node locksKent Overstreet2024-07-153-3/+26
| * | | lockdep: lockdep_set_notrack_class()Kent Overstreet2024-07-151-1/+1
| * | | bcachefs: Improve copygc_wait_to_text()Kent Overstreet2024-07-151-3/+8
| * | | bcachefs: Convert clock code to u64sKent Overstreet2024-07-153-42/+35
| * | | bcachefs: Improve startup messageKent Overstreet2024-07-151-1/+1
| * | | bcachefs: Self healing on read IO errorKent Overstreet2024-07-153-26/+53
| * | | bcachefs: Make read_only a mount option again, but hiddenKent Overstreet2024-07-153-15/+4
| * | | bcachefs: bch2_extent_crc_unpacked_to_text()Kent Overstreet2024-07-152-7/+16
| * | | bcachefs: Ratelimit checksum error messagesKent Overstreet2024-07-152-3/+7
| * | | bcachefs: spelling fixKent Overstreet2024-07-151-1/+1
| * | | bcachefs: Simplify btree key cache fill pathKent Overstreet2024-07-153-205/+122
| * | | bcachefs: Improve "unable to allocate journal write" messageKent Overstreet2024-07-151-2/+3
| * | | bcachefs: Fix missing BTREE_TRIGGER_bucket_invalidate flagKent Overstreet2024-07-154-6/+8
| * | | bcachefs: Ensure buffered writes write as much as they canKent Overstreet2024-07-153-24/+52
| * | | bcachefs: support STATX_DIOALIGN for statx fileHongbo Li2024-07-151-0/+10
| * | | bcachefs: split out lru_format.hKent Overstreet2024-07-153-24/+26
| * | | bcachefs: bch2_btree_key_cache_drop() now evictsKent Overstreet2024-07-152-7/+11
| * | | bcachefs: set fgf order hint before starting a buffered writePankaj Raghav2024-07-151-2/+3
| * | | bcachefs: use FGP_WRITEBEGIN instead of combining individual flagsPankaj Raghav2024-07-151-6/+4
| * | | bcachefs: Reduce the scope of gc_lockKent Overstreet2024-07-156-12/+12
| * | | bcachefs: per_cpu_sum()Kent Overstreet2024-07-151-6/+11
| * | | bcachefs: kill key cache arg to bch2_assert_pos_locked()Kent Overstreet2024-07-153-20/+16
| * | | bcachefs: btree_path_cached_set()Kent Overstreet2024-07-151-26/+24
| * | | bcachefs: btree_node_unlock() assertKent Overstreet2024-07-151-0/+1
| * | | bcachefs: bch2_gc_pos_to_text()Kent Overstreet2024-07-153-4/+27
| * | | bcachefs: bch2_btree_id_to_text()Kent Overstreet2024-07-152-0/+10
| * | | bcachefs: Kill gc_pos_btree_node()Kent Overstreet2024-07-152-10/+1
| * | | bcachefs: Fix bch2_gc_accounting_done() lockingKent Overstreet2024-07-152-4/+25
| * | | bcachefs: bch2_accounting_mem_gc()Kent Overstreet2024-07-153-6/+42
| * | | bcachefs: Refactor disk accounting data structuresKent Overstreet2024-07-155-126/+109