summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-08-22bcachefs: Fix refcounting in discard pathKent Overstreet
2024-08-22bcachefs: Fix compat issue with old alloc_v4 keysKent Overstreet
2024-08-22bcachefs: Fix warning in bch2_fs_journal_stop()Kent Overstreet
2024-08-22fs/super.c: improve get_tree() error messageKent Overstreet
2024-08-22bcachefs: Fix missing validation in bch2_sb_journal_v2_validate()Kent Overstreet
2024-08-22bcachefs: Fix replay_now_at() assertKent Overstreet
2024-08-22bcachefs: Fix locking in bch2_ioc_setlabel()Kent Overstreet
2024-08-22bcachefs: fix failure to relock in btree_node_fill()Kent Overstreet
2024-08-22bcachefs: fix failure to relock in bch2_btree_node_mem_alloc()Kent Overstreet
2024-08-22bcachefs: unlock_long() before resort in journal replayKent Overstreet
2024-08-22bcachefs: fix missing bch2_err_str()Kent Overstreet
2024-08-22bcachefs: fix time_stats_to_text()Kent Overstreet
2024-08-22bcachefs: Fix bch2_bucket_gens_init()Kent Overstreet
2024-08-22bcachefs: Fix bch2_trigger_alloc assertKent Overstreet
2024-08-22bcachefs: Fix failure to relock in btree_node_get()Kent Overstreet
2024-08-22bcachefs: setting bcachefs_effective.* xattrs is a noopKent Overstreet
2024-08-22bcachefs: Fix "trying to move an extent, but nr_replicas=0"Kent Overstreet
2024-08-22bcachefs: bch2_data_update_init() cleanupKent Overstreet
2024-08-22Merge tag 'erofs-for-6.11-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-08-21romfs: fix romfs_read_folio()Christian Brauner
2024-08-21netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->pr...David Howells
2024-08-20ext4: correct comment of h_checksumKemeng Shi
2024-08-20ext4: correct comment of ext4_xattr_block_cache_insertKemeng Shi
2024-08-20ext4: correct comment of ext4_xattr_cmpKemeng Shi
2024-08-20ext4: fix macro definition error of EXT4_DIRENT_HASH and EXT4_DIRENT_MINOR_HASHcarrion bent
2024-08-20ext4: filesystems without casefold feature cannot be mounted with siphashLizhi Xu
2024-08-20ext4: adjust the layout of the ext4_inode_info structure to save memoryJunchao Sun
2024-08-21f2fs: Use sysfs_emit_at() to simplify codeChristophe JAILLET
2024-08-21f2fs: atomic: fix to forbid dio in atomic_fileChao Yu
2024-08-21f2fs: compress: don't redirty sparse cluster during {,de}compressYeongjin Gil
2024-08-21f2fs: check discard support for conventional zonesShin'ichiro Kawasaki
2024-08-21f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()Chao Yu
2024-08-21f2fs: atomic: fix to truncate pagecache before on-disk metadata truncationChao Yu
2024-08-21f2fs: fix to wait page writeback before setting gcing flagChao Yu
2024-08-21f2fs: Create COW inode from parent dentry for atomic writeYeongjin Gil
2024-08-21f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn
2024-08-21f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITSZhiguo Niu
2024-08-21erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially failsGao Xiang
2024-08-20fsverity: expose verified fsverity built-in signatures to LSMsFan Wu
2024-08-20gfs2: fix double destroy_workqueue errorJulian Sun
2024-08-20gfs2: Minor gfs2_glock_cb cleanupAndreas Gruenbacher
2024-08-20zonefs: add support for FS_IOC_GETFSSYSFSPATHLiao Chen
2024-08-19bcachefs: Extra debug for data move pathKent Overstreet
2024-08-19x86: support user address masking instead of non-speculative conditionalLinus Torvalds
2024-08-19Merge patch series "Squashfs: Update code to not use page->index"Christian Brauner
2024-08-19Squashfs: Rewrite and update squashfs_readahead_fragment() to not use page->i...Phillip Lougher
2024-08-19Squashfs: Update squashfs_readpage_block() to not use page->indexPhillip Lougher
2024-08-19Squashfs: Update squashfs_readahead() to not use page->indexPhillip Lougher
2024-08-19Squashfs: Update page_actor to not use page->indexPhillip Lougher
2024-08-19percpu-rwsem: remove the unused parameter 'read'Wang Long