summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-05-15btrfs: use clear_extent_bit() at try_release_extent_state()Filipe Manana
2025-05-15btrfs: fix the file offset calculation inside btrfs_decompress_buf2page()Qu Wenruo
2025-05-15btrfs: use rb_entry_safe() where possible to simplify codeDavid Sterba
2025-05-15btrfs: pass a pointer to get_range_bits() to cache first search resultFilipe Manana
2025-05-15btrfs: allow folios to be released while ordered extent is finishingFilipe Manana
2025-05-15btrfs: update comment for try_release_extent_state()Filipe Manana
2025-05-15btrfs: prepare btrfs_punch_hole_lock_range() for large data foliosQu Wenruo
2025-05-15btrfs: prepare btrfs_buffered_write() for large data foliosQu Wenruo
2025-05-15btrfs: refactor how we handle reserved space inside copy_one_range()Qu Wenruo
2025-05-15btrfs: remove EXTENT_UPTODATE io tree flagFilipe Manana
2025-05-15btrfs: stop searching for EXTENT_DIRTY bit in the excluded extents io treeFilipe Manana
2025-05-15btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_treeFilipe Manana
2025-05-15btrfs: fix fsync of files with no hard links not persisting deletionFilipe Manana
2025-05-15btrfs: fix typo in space info explanationMark Harmstone
2025-05-15btrfs: remove unused flag EXTENT_BUFFER_IN_TREEDaniel Vacek
2025-05-15btrfs: remove unused flag EXTENT_BUFFER_CORRUPTDaniel Vacek
2025-05-15btrfs: remove unused flag EXTENT_BUFFER_READAHEADDaniel Vacek
2025-05-15btrfs: remove unused flag EXTENT_BUFFER_READ_ERRDaniel Vacek
2025-05-15btrfs: factor out the main loop of btrfs_buffered_write() into a helperQu Wenruo
2025-05-15btrfs: factor out space reservation code from btrfs_buffered_write()Qu Wenruo
2025-05-15btrfs: cleanup the reserved space inside loop of btrfs_buffered_write()Qu Wenruo
2025-05-15btrfs: remove force_page_uptodate variable from btrfs_buffered_write()Qu Wenruo
2025-05-15btrfs: move block perfect compression out of experimental featuresQu Wenruo
2025-05-15fs: Pass a folio to page_put_link()Matthew Wilcox (Oracle)
2025-05-15nfs: Use a folio in nfs_get_link()Matthew Wilcox (Oracle)
2025-05-15fs: Convert __page_get_link() to use a folioMatthew Wilcox (Oracle)
2025-05-15fs/read_write: make default_llseek() killableMax Kellermann
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