summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-05-14bcachefs: Don't strip rebalance_opts from indirect extentsKent Overstreet
2025-05-14xfs: add inode to zone caching for data placementHans Holmberg
2025-05-14xfs: free the item in xfs_mru_cache_insert on failureChristoph Hellwig
2025-05-14Merge tag 'execve-v6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-14ext4: introduce ext4_check_map_extents_env() debug helperZhang Yi
2025-05-14ext4: factor out is_special_ino()Zhang Yi
2025-05-14ext4: prevent stale extent cache entries caused by concurrent get es_cacheZhang Yi
2025-05-14ext4: prevent stale extent cache entries caused by concurrent fiemapZhang Yi
2025-05-14ext4: prevent stale extent cache entries caused by concurrent I/O writebackZhang Yi
2025-05-14ext4: generalize EXT4_GET_BLOCKS_IO_SUBMIT flag usageZhang Yi
2025-05-14ext4: ext4: unify EXT4_EX_NOCACHE|NOFAIL flags in ext4_ext_remove_space()Zhang Yi
2025-05-14xfs: Fix comment on xfs_trans_ail_update_bulk()Carlos Maiolino
2025-05-14xfs: Fix a comment on xfs_ail_deleteCarlos Maiolino
2025-05-14xfs: Fail remount with noattr2 on a v5 with v4 enabledNirjhar Roy (IBM)
2025-05-14xfs: fix zoned GC data corruption due to wrong bv_offsetChristoph Hellwig
2025-05-14xfs: free up mp->m_free[0].count in error caseWengang Wang
2025-05-14xfs: remove the EXPERIMENTAL warning for pNFSChristoph Hellwig
2025-05-14xfs: remove some EXPERIMENTAL warningsDarrick J. Wong
2025-05-14Merge branch 'atomic_writes-6.16' into xfs-6.16-mergeCarlos Maiolino
2025-05-14xfs: Remove deprecated xfs_bufd sysctl parametersZizhi Wo
2025-05-14xfs: stop using set_blocksizeDarrick J. Wong
2025-05-14fanotify: Drop use of flex array in fanotify_fhJan Kara
2025-05-13ext4: inline: fix len overflow in ext4_prepare_inline_dataThadeu Lima de Souza Cascardo
2025-05-13f2fs: don't over-report free space or inodes in statvfsChao Yu
2025-05-12f2fs: drop usage of folio_indexKairui Song
2025-05-12fuse: drop usage of folio_indexKairui Song
2025-05-12mm: abstract initial stack setup to mm subsystemLorenzo Stoakes
2025-05-12mm: establish mm/vma_exec.c for shared exec/mm VMA functionalityLorenzo Stoakes
2025-05-12jfs: implement migrate_folio for jfs_metapage_aopsShivank Garg
2025-05-12btrfs: add back warning for mount option commit values exceeding 300Kyoji Ogasawara
2025-05-12btrfs: fix folio leak in submit_one_async_extent()Boris Burkov
2025-05-12btrfs: fix discard worker infinite loop after disabling discardFilipe Manana
2025-05-12Merge tag 'udf_for_v6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-05-12Merge tag 'vfs-6.15-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-12Merge 6.15-rc6 into driver-core-nextGreg Kroah-Hartman
2025-05-12fuse: fix race between concurrent setattrs from multiple nodesGuang Yuan Wu
2025-05-12crypto: lib/chacha - add strongly-typed state zeroizationEric Biggers
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers
2025-05-11nilfs2: do not propagate ENOENT error from nilfs_btree_propagate()Ryusuke Konishi
2025-05-11nilfs2: add pointer check for nilfs_direct_propagate()Wentao Liang
2025-05-11sort.h: hoist cmp_int() into generic header fileFedor Pchelkin
2025-05-11ocfs2: remove unnecessary NULL check before unregister_sysctl_table()Chen Ni
2025-05-11ocfs2: fix possible memory leak in ocfs2_finish_quota_recoveryMurad Masimov
2025-05-11ocfs2: simplify return statement in ocfs2_filecheck_attr_store()Thorsten Blum
2025-05-11ocfs2: o2net_idle_timer: Rename del_timer_sync in commentWangYuli
2025-05-11Squashfs: check return result of sb_min_blocksizePhillip Lougher
2025-05-11proc: fix the issue of proc_mem_open returning NULLPenglei Jiang
2025-05-11fs/proc/page: refactor to reduce code duplicationLiu Ye
2025-05-11fs/proc: extend the PAGEMAP_SCAN ioctl to report guard regionsAndrei Vagin
2025-05-11mm: add folio_mk_pmd()Matthew Wilcox (Oracle)