summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-24bcachefs: Count BCH_DATA_parity backpointers correctlyKent Overstreet
2025-03-24bcachefs: Run bch2_check_dirent_target() at lookup timeKent Overstreet
2025-03-24bcachefs: Refactor bch2_check_dirent_target()Kent Overstreet
2025-03-24bcachefs: Move bch2_check_dirent_target() to namei.cKent Overstreet
2025-03-24bcachefs: fs-common.c -> namei.cKent Overstreet
2025-03-24bcachefs: EIO cleanupKent Overstreet
2025-03-24bcachefs: bch2_write_prep_encoded_data() now returns errcodeKent Overstreet
2025-03-24bcachefs: Simplify bch2_write_op_error()Kent Overstreet
2025-03-24bcachefs: Fix block/btree node size defaultsKent Overstreet
2025-03-24bcachefs: Add missing smp_rmb()Alan Huang
2025-03-24bcachefs: Kill JOURNAL_ERRORS()Kent Overstreet
2025-03-24bcachefs: Filesystem discard option now propagates to devicesKent Overstreet
2025-03-24bcachefs: Device state is now a runtime optionKent Overstreet
2025-03-24bcachefs: Setting foreground_target at runtime now triggers rebalanceKent Overstreet
2025-03-24bcachefs: Device options now use standard sysfs codeKent Overstreet
2025-03-24bcachefs: Kill BCH_DEV_OPT_SETTERS()Kent Overstreet
2025-03-24bcachefs: Remove spurious smp_mb()Alan Huang
2025-03-24bcachefs: Fix incorrect state countAlan Huang
2025-03-24bcachefs: Fix btree iter flags in data moveKent Overstreet
2025-03-24bcachefs: Validate bch_sb.offset fieldKent Overstreet
2025-03-24bcachefs: bch2_sb_validate() doesn't need bch_sb_handleKent Overstreet
2025-03-24bcachefs: Add missing random.h includesKent Overstreet
2025-03-24bcachefs: Better incompat version/feature error messagesKent Overstreet
2025-03-24bcachefs: Fix offset_into_extent in data move pathKent Overstreet
2025-03-24bcachefs: use sha256() instead of crypto_shash APIEric Biggers
2025-03-24bcachefs: Remove unnecessary softdeps on crc32c and crc64Eric Biggers
2025-03-24bcachefs: #if 0 out (enable|disable)_encryption()Kent Overstreet
2025-03-24bcachefs: Improve can_write_extent()Kent Overstreet
2025-03-24bcachefs: trace_io_move_write_failKent Overstreet
2025-03-24bcachefs: Increase blacklist rangeAlan Huang
2025-03-24bcachefs: __bch2_read() now takes a btree_transKent Overstreet
2025-03-24bcachefs: BCH_READ_data_update -> bch_read_bio.data_updateKent Overstreet
2025-03-21fs/procfs: fix the comment above proc_pid_wchan()Bart Van Assche
2025-03-21fs/dax: don't disassociate zero page entriesAlistair Popple
2025-03-21meminfo: add a per node counter for balloon driversNico Pache
2025-03-21pNFS/flexfiles: Report ENETDOWN as a connection errorTrond Myklebust
2025-03-21pNFS/flexfiles: Treat ENETUNREACH errors as fatal in containersTrond Myklebust
2025-03-21NFS: Treat ENETUNREACH errors as fatal in containersTrond Myklebust
2025-03-21NFS: Add a mount option to make ENETUNREACH errors fatalTrond Myklebust
2025-03-21NFS: Add implid to sysfsAnna Schumaker
2025-03-21NFS: Extend rdirplus mount option with "force|none"Benjamin Coddington
2025-03-21ubifs: Pass folios to acompHerbert Xu
2025-03-21ubifs: Use crypto_acomp interfaceHerbert Xu
2025-03-21ext4: fix OOB read when checking dotdot dirAcs, Jakub
2025-03-21ext4: on a remount, only log the ro or r/w state when it has changedNicolas Bretz
2025-03-21ext4: correct the error handle in ext4_fallocate()Zhang Yi
2025-03-21ext4: Make sb update interval tunableOjaswin Mujoo
2025-03-21ext4: avoid journaling sb update on error if journal is destroyingOjaswin Mujoo
2025-03-21ext4: define ext4_journal_destroy wrapperOjaswin Mujoo
2025-03-21ext4: hash: simplify kzalloc(n * 1, ...) to kzalloc(n, ...)Ethan Carter Edwards