summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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ý
2025-05-21coredump: validate socket name as it is writtenChristian Brauner
2025-05-21coredump: show supported coredump modesChristian Brauner
2025-05-21pidfs, coredump: add PIDFD_INFO_COREDUMPChristian Brauner
2025-05-21coredump: add coredump socketChristian Brauner
2025-05-21fs/buffer: optimize discard_buffer()Davidlohr Bueso
2025-05-21fs/buffer: remove superfluous statementsDavidlohr Bueso
2025-05-21fs/buffer: avoid redundant lookup in getblk slowpathDavidlohr Bueso
2025-05-21fs/buffer: use sleeping lookup in __getblk_slowpath()Davidlohr Bueso
2025-05-20ext4: Add a WARN_ON_ONCE for querying LAST_IN_LEAF insteadRitesh Harjani (IBM)
2025-05-20ext4: Simplify flags in ext4_map_query_blocks()Ritesh Harjani (IBM)
2025-05-20ext4: Rename and document EXT4_EX_FILTER to EXT4_EX_QUERY_FILTERRitesh Harjani (IBM)
2025-05-20ext4: Simplify last in leaf check in ext4_map_query_blocksRitesh Harjani (IBM)
2025-05-20ext4: Unwritten to written conversion requires EXT4_EX_NOCACHERitesh Harjani (IBM)
2025-05-20Merge tag 'for-linus-6.15-ofs2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-20orangefs: adjust counting code to recover from 665575cfMike Marshall
2025-05-20ext4: only dirty folios when data journaling regular filesBrian Foster
2025-05-20ext4: Enable support for ext4 multi-fsblock atomic write using bigallocRitesh Harjani (IBM)
2025-05-20ext4: Add multi-fsblock atomic write support with bigallocRitesh Harjani (IBM)
2025-05-20ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKSRitesh Harjani (IBM)
2025-05-20ext4: Make ext4_meta_trans_blocks() non-static for later useRitesh Harjani (IBM)
2025-05-20ext4: Check if inode uses extents in ext4_inode_can_atomic_write()Ritesh Harjani (IBM)
2025-05-20ext4: Document an edge case for overwritesRitesh Harjani (IBM)
2025-05-20jbd2: remove journal_t argument from jbd2_superblock_csum()Eric Biggers
2025-05-20jbd2: remove journal_t argument from jbd2_chksum()Eric Biggers
2025-05-20ext4: remove sb argument from ext4_superblock_csum()Eric Biggers
2025-05-20ext4: remove sbi argument from ext4_chksum()Eric Biggers
2025-05-20ext4: enable large folio for regular fileZhang Yi