summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2025-05-20ext4: make online defragmentation support large foliosZhang Yi
2025-05-20ext4: make the writeback path support large foliosZhang Yi
2025-05-20ext4: correct the journal credits calculations of allocating blocksZhang Yi
2025-05-20ext4/jbd2: convert jbd2_journal_blocks_per_page() to support large folioZhang Yi
2025-05-20ext4: make __ext4_block_zero_page_range() support large folioZhang Yi
2025-05-20ext4: make regular file's buffered write path support large foliosZhang Yi
2025-05-20ext4: make ext4_mpage_readpages() support large foliosZhang Yi
2025-05-20ext4: ensure i_size is smaller than maxbytesZhang Yi
2025-05-20ext4: factor out ext4_get_maxbytes()Zhang Yi
2025-05-20ext4: fix incorrect punch max_endZhang Yi
2025-05-20ext4: fix out of bounds punch offsetZhang Yi
2025-05-20jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()Jeongjun Park
2025-05-20ext4: use writeback_iter in ext4_journalled_submit_inode_data_buffersChristoph Hellwig
2025-05-20ext4: fix calculation of credits for extent tree modificationJan Kara
2025-05-19ksmbd: fix stream write failureNamjae Jeon
2025-05-19smb: client: Reset all search buffer pointers when releasing bufferWang Zhaolong
2025-05-19fanotify: support watching filesystems and mounts inside usernsAmir Goldstein
2025-05-19fanotify: remove redundant permission checksAmir Goldstein
2025-05-19NFSv4: xattr handlers should check for absent nfs filehandlesScott Mayhew
2025-05-19nfs: add a refcount tracker for struct net as held by the nfs_clientJeff Layton
2025-05-19bcachefs: mkwrite() now only dirties one pageKent Overstreet
2025-05-19fs/ntfs3: remove ability to change compression on mounted volumeKonstantin Komarov
2025-05-18bcachefs: fix extent_has_stripe_ptr()Kent Overstreet