summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-05-21bcachefs: Improve opts.degradedKent Overstreet
2025-05-21bcachefs: export bch2_chacha20Kent Overstreet
2025-05-21bcachefs: indent error messages of invalid compressionIntegral
2025-05-21bcachefs: split error messages of invalid compression into two linesIntegral
2025-05-21bcachefs: early return for negative values when parsing BCH_OPT_UINTIntegral
2025-05-21bcachefs: move_data_phys: stats are not requiredKent Overstreet
2025-05-21bcachefs: RO mounts now use less memoryKent Overstreet
2025-05-21bcachefs: Move various init code to _init_early()Kent Overstreet
2025-05-21bcachefs: alphabetize init function callsKent Overstreet
2025-05-21bcachefs: simplify journal pin initializationKent Overstreet
2025-05-21bcachefs: btree_io_complete_wq -> btree_write_complete_wqKent Overstreet
2025-05-21bcachefs: bch2_kvmalloc() mem alloc profilingKent Overstreet
2025-05-21bcachefs: add missing includeKent Overstreet
2025-05-21bcachefs: bch2_snapshot_table_make_room()Kent Overstreet
2025-05-21bcachefs: darray: provide typedefs for primitive typesKent Overstreet
2025-05-21bcachefs: reduce new_stripe_alloc_buckets() stack usageKent Overstreet
2025-05-21bcachefs: alloc_request no longer on stackKent Overstreet
2025-05-21bcachefs: alloc_request.ptrs2Kent Overstreet
2025-05-21bcachefs: alloc_request.caKent Overstreet
2025-05-21bcachefs: alloc_request.countersKent Overstreet
2025-05-21bcachefs: alloc_request.usageKent Overstreet
2025-05-21bcachefs: alloc_request: deallocate_extra_replicas()Kent Overstreet
2025-05-21bcachefs: new_stripe_alloc_buckets() takes alloc_requestKent Overstreet
2025-05-21bcachefs: bch2_ec_stripe_head_get() takes alloc_requestKent Overstreet
2025-05-21bcachefs: bch2_bucket_alloc_trans() takes alloc_requestKent Overstreet
2025-05-21bcachefs: alloc_request.data_typeKent Overstreet
2025-05-21bcachefs: struct alloc_requestKent Overstreet
2025-05-21bcachefs: trace bch2_trans_kmalloc()Kent Overstreet
2025-05-21bcachefs: replace memcpy with memcpy_and_pad for jset_entry_log->d buffRoxana Nicolescu
2025-05-21bcachefs: replace strncpy() with memcpy_and_pad in journal_transaction_nameRoxana Nicolescu
2025-05-21bcachefs: Rebalance now skips poisoned extentsKent Overstreet
2025-05-21bcachefs: Data move can read from poisoned extentsKent Overstreet
2025-05-21bcachefs: Poison extents that can't be read due to checksum errorsKent Overstreet
2025-05-21bcachefs: Be precise about bch_io_failuresKent Overstreet
2025-05-21bcachefs: bch2_subvolume_wait_for_pagecache_and_delete() cleanupKent Overstreet
2025-05-21bcachefs: Check for casefolded dirents in non casefolded dirsKent Overstreet
2025-05-21bcachefs: Fix bch2_dirent_create_snapshot() for casefoldingKent Overstreet
2025-05-21bcachefs: Fix casefold opt via xattr interfaceKent Overstreet
2025-05-21nilfs2: remove wbc->for_reclaim handlingChristoph Hellwig
2025-05-21Merge patch series "netfs: Miscellaneous fixes"Christian Brauner
2025-05-21netfs: Fix wait/wake to be consistent about the waitqueue usedDavid Howells
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells
2025-05-21netfs: Fix setting of transferred bytes with short DIO readsPaulo Alcantara
2025-05-21netfs: Fix oops in write-retry from mis-resetting the subreq iteratorDavid Howells
2025-05-21fs/netfs: remove unused flag NETFS_RREQ_BLOCKEDMax Kellermann
2025-05-21fs/netfs: remove unused flag NETFS_RREQ_DONT_UNLOCK_FOLIOSMax Kellermann
2025-05-21fs/netfs: remove `netfs_io_request.ractl`Max Kellermann
2025-05-21fs/netfs: remove unused flag NETFS_ICTX_WRITETHROUGHMax Kellermann
2025-05-21fs/netfs: remove unused source NETFS_INVALID_WRITEMax Kellermann
2025-05-21kernfs: Relax constraint in draining guardMichal Koutný