summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-17fs/dax: always remove DAX page-cache entries when breaking layoutsAlistair Popple
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple
2025-03-17fs/dax: refactor wait for dax idle pageAlistair Popple
2025-03-17fs/dax: don't skip locked entries when scanning entriesAlistair Popple
2025-03-17fs/dax: return unmapped busy pages from dax_layout_busy_page_range()Alistair Popple
2025-03-17fuse: fix dax truncate/punch_hole fault pathAlistair Popple
2025-03-17dax: use folios more widely within DAXMatthew Wilcox (Oracle)
2025-03-18ext4: clear DISCARD flag if device does not support discardDiangang Li
2025-03-18jbd2: remove jbd2_journal_unfile_buffer()Baokun Li
2025-03-18ext4: reorder capability check lastChristian Göttsche
2025-03-18ext4: update the comment about mb_optimize_scanZizhi Wo
2025-03-18jbd2: fix off-by-one while erasing journalZhang Yi
2025-03-18ext4: remove references to bh->b_pageMatthew Wilcox (Oracle)
2025-03-18ext4: goto right label 'out_mmap_sem' in ext4_setattr()Baokun Li
2025-03-18ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin
2025-03-18ext4: introduce ITAIL helperYe Bin
2025-03-18f2fs: fix missing discard for active segmentsChunhai Guo
2025-03-18f2fs: optimize f2fs DIO overwritesYohan Joung
2025-03-17smb: client: don't retry IO on failed negprotos with soft mountsPaulo Alcantara
2025-03-17NFS: Refactor trace_nfs4_offload_cancelChuck Lever
2025-03-17NFS: Use NFSv4.2's OFFLOAD_STATUS operationChuck Lever
2025-03-17NFS: Implement NFSv4.2's OFFLOAD_STATUS operationChuck Lever
2025-03-17NFS: Implement NFSv4.2's OFFLOAD_STATUS XDRChuck Lever
2025-03-17NFS: fix open_owner_id_maxsz and related fields.NeilBrown
2025-03-17NFSv4: Avoid unnecessary scans of filesystems for delayed delegationsTrond Myklebust
2025-03-17NFSv4: Avoid unnecessary scans of filesystems for expired delegationsTrond Myklebust
2025-03-17NFSv4: Avoid unnecessary scans of filesystems for returning delegationsTrond Myklebust
2025-03-17NFSv4: Don't trigger uneccessary scans for return-on-close delegationsTrond Myklebust
2025-03-17xfs: convert timeouts to secs_to_jiffies()Easwar Hariharan
2025-03-17f2fs: fix to avoid atomicity corruption of atomic fileYeongjin Gil
2025-03-17efivarfs: use I_MUTEX_CHILD nested lock to traverse variables on resumeArd Biesheuvel
2025-03-17jbd2: remove redundant function jbd2_journal_has_csum_v2or3_featureEric Biggers
2025-03-17ext4: remove redundant function ext4_has_metadata_csumEric Biggers
2025-03-17jbd2: do not try to recover wiped journalJan Kara
2025-03-17jbd2: remove wrong sb->s_sequence checkJan Kara
2025-03-17ext4: verify fast symlink lengthJan Kara
2025-03-17btrfs: remove duplicated metadata folio flag update in end_bbio_meta_read()Qu Wenruo
2025-03-17btrfs: convert io_ctl_prepare_pages() to work on foliosMatthew Wilcox (Oracle)
2025-03-17btrfs: update some folio related commentsMatthew Wilcox (Oracle)
2025-03-17btrfs: keep private struct on stack for sync reads in btrfs_encoded_read_regu...Daniel Vacek
2025-03-17fs/proc/task_mmu: reduce scope of lazy mmu regionRyan Roberts
2025-03-16btrfs: convert timeouts to secs_to_jiffies()Easwar Hariharan
2025-03-16ocfs2: remove reference to bh->b_pageMatthew Wilcox (Oracle)
2025-03-16ocfs2: use memcpy_to_folio() in ocfs2_symlink_get_block()Matthew Wilcox (Oracle)
2025-03-16ocfs2: validate l_tree_depth to avoid out-of-bounds accessVasiliy Kovalev
2025-03-17erofs: enable 48-bit layout supportGao Xiang
2025-03-17erofs: support unaligned encoded dataGao Xiang
2025-03-17erofs: implement encoded extent metadataGao Xiang
2025-03-17erofs: add encoded extent on-disk definitionGao Xiang
2025-03-17erofs: initialize decompression earlyGao Xiang