summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-06-26fs/ntfs3: Replace inode_trylock with inode_lockKonstantin Komarov
2024-06-26fs/ntfs3: Fix attr_insert_range at end of fileKonstantin Komarov
2024-06-26netfs: Fix netfs_page_mkwrite() to flush conflicting data, not waitDavid Howells
2024-06-26netfs: Fix netfs_page_mkwrite() to check folio->mapping is validDavid Howells
2024-06-26netfs: Delete some xarray-wangling functions that aren't usedDavid Howells
2024-06-26netfs: Fix early issue of write op on partial write to folio tailDavid Howells
2024-06-26netfs: Fix io_uring based write-throughDavid Howells
2024-06-26ext2: Verify bitmap and itable block numbers before using themJan Kara
2024-06-26udf: prevent integer overflow in udf_bitmap_free_blocks()Roman Smirnov
2024-06-26udf: Avoid excessive partition lengthsJan Kara
2024-06-26udf: Drop load_block_bitmap() wrapperJan Kara
2024-06-26udf: Avoid using corrupted block bitmap bufferJan Kara
2024-06-26erofs: convert to use super_set_uuid to support for FS_IOC_GETFSUUIDHuang Xiaojia
2024-06-26erofs: fix possible memory leak in z_erofs_gbuf_exit()Sandeep Dhavale
2024-06-26xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fsDarrick J. Wong
2024-06-26xfs: fix direction in XFS_IOC_EXCHANGE_RANGEDarrick J. Wong
2024-06-26xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong
2024-06-26xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong
2024-06-26xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig
2024-06-25bcachefs: Fix kmalloc bug in __snapshot_t_mutPei Li
2024-06-25bcachefs: Discard, invalidate workers are now per deviceKent Overstreet
2024-06-25bcachefs: Fix shift-out-of-bounds in bch2_blacklist_entries_gcPei Li
2024-06-25bcachefs: slab-use-after-free Read in bch2_sb_errors_from_cpuPei Li
2024-06-25nsfs: add pid translation ioctlsChristian Brauner
2024-06-25nfsd: initialise nfsd_info.mutex early.NeilBrown
2024-06-25vfs: remove redundant smp_mb for thp handling in do_dentry_openMateusz Guzik
2024-06-25fuse: Use in_group_or_capable() helperYouling Tang
2024-06-25f2fs: Use in_group_or_capable() helperYouling Tang
2024-06-25fs: Export in_group_or_capable()Youling Tang
2024-06-25vfs: reorder checks in may_create_in_stickyMateusz Guzik
2024-06-25hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode()Chao Yu
2024-06-25proc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-06-24ocfs2: constify struct ocfs2_stack_operationsChristophe JAILLET
2024-06-24ocfs2: constify struct ocfs2_lock_res_opsChristophe JAILLET
2024-06-24nilfs2: do not call inode_attach_wb() directlyRyusuke Konishi
2024-06-24nilfs2: prepare backing device folios for writing after adding checksumsRyusuke Konishi
2024-06-24proc: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-06-24bcachefs: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu
2024-06-24bcachefs: fix typoKuan-Wei Chiu
2024-06-24ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()Ferry Meng
2024-06-24ocfs2: add bounds checking to ocfs2_xattr_find_entry()Ferry Meng
2024-06-24nfs: drop the incorrect assertion in nfs_swap_rw()Christoph Hellwig
2024-06-24ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara
2024-06-24/proc/pid/smaps: add mseal info for vmaJeff Xu
2024-06-25btrfs: qgroup: fix quota root leak after quota disable failureFilipe Manana
2024-06-25btrfs: scrub: handle RST lookup error correctlyQu Wenruo
2024-06-25btrfs: zoned: fix initial free space detectionNaohiro Aota
2024-06-25btrfs: use NOFS context when getting inodes during logging and log replayFilipe Manana
2024-06-24f2fs: remove redundant sanity check in sanity_check_inode()Chao Yu
2024-06-24ftruncate: pass a signed offsetArnd Bergmann