summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-05-15fs/open: make do_truncate() killableMax Kellermann
2025-05-15fs/open: make chmod_common() and chown_common() killableMax Kellermann
2025-05-15readdir: supply dir_context.count as readdir buffer size hintMiklos Szeredi
2025-05-15vfs: Add sysctl vfs_cache_pressure_denom for bulk file operationsYafang Shao
2025-05-15fuse: don't allow signals to interrupt getdents copyingMiklos Szeredi
2025-05-15fs: fuse: add dev id to /dev/fuse fdinfoChen Linxuan
2025-05-15erofs: avoid using multiple devices with different typeSheng Yong
2025-05-14ufs: convert ufs to the new mount APIEric Sandeen
2025-05-14ufs: reject multiple conflicting -o ufstype=... on mountAl Viro
2025-05-14ufs: split ->s_mount_opt - don't mix flavour and on-errorAl Viro
2025-05-15erofs: fix file handle encoding for 64-bit NIDsHongbo Li
2025-05-14Merge tag 'for-6.15-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-14smb: client: fix zero rsize error messagesPaulo Alcantara
2025-05-14smb: client: fix memory leak during error handling for POSIX mkdirJethro Donaldson
2025-05-14bcachefs: fix wrong arg to fsck_err()Kent Overstreet
2025-05-14orangefs: Convert to use the new mount APIEric Sandeen
2025-05-14bcachefs: Fix missing commit in backpointer to missing targetKent Overstreet
2025-05-14bcachefs: Fix accidental O(n^2) in fiemapKent Overstreet
2025-05-14bcachefs: Fix set_should_be_locked() call in peek_slot()Kent Overstreet
2025-05-14bcachefs: Fix self deadlockAlan Huang
2025-05-14bcachefs: Don't set btree nodes as accessed on fillKent Overstreet
2025-05-14bcachefs: Fix livelock in journal_entry_open()Kent Overstreet
2025-05-14bcachefs: Fix broken btree_path lock invariants in next_node()Kent Overstreet
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