summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-05-12netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes goneDavid Howells
2026-05-12netfs: Fix overrun check in netfs_extract_user_iter()David Howells
2026-05-12netfs: fix error handling in netfs_extract_user_iter()Paulo Alcantara
2026-05-12netfs: Fix potential uninitialised var in netfs_extract_user_iter()David Howells
2026-05-12netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() callViacheslav Dubeyko
2026-05-12netfs: Fix zeropoint update where i_size > remote_i_sizeDavid Howells
2026-05-12netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells
2026-05-12netfs: Fix netfs_read_to_pagecache() to pause on subreq failureDavid Howells
2026-05-12netfs: Fix missing barriers when accessing stream->subrequests locklesslyDavid Howells
2026-05-12netfs: Fix missing locking around retry adding new subreqsDavid Howells
2026-05-12netfs: Fix cancellation of a DIO and single read subrequestsDavid Howells
2026-05-12fs/select: reject negative timeval components in kern_select()Breno Leitao
2026-05-12zonefs: handle integer overflow in zonefs_fname_to_fnoJohannes Thumshirn
2026-05-11ntfs: restore $MFT mirror contents checkDaeMyung Kang
2026-05-11nsfs: fix wrong error code returned for pidns ioctlsZhihao Cheng
2026-05-11fs: fix forced iversion increment on lazytime timestamp updatesPankaj Raghav
2026-05-11fuse: fix writeback array overflow when max_pages is oneJunxi Qian
2026-05-11fs: Fix return in jfs_mkdir and orangefs_mkdirHongling Zeng
2026-05-11fs/statmount: fix slab out-of-bounds write in statmount_mnt_idmapJunyoung Jang
2026-05-11xfs: Fix typo in commentMd Shofiqul Islam
2026-05-11xfs: fix the "limiting open zones" messageChristoph Hellwig
2026-05-11ceph: put folios not suitable for writebackHristo Venev
2026-05-11ceph: add ceph_has_realms_with_quotas() check to ceph_quota_update_statfs()Viacheslav Dubeyko
2026-05-11ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob sizeViacheslav Dubeyko
2026-05-11ceph: fix a buffer leak in __ceph_setxattr()Viacheslav Dubeyko
2026-05-10NFSD: Fix infinite loop in layout state revocationChuck Lever
2026-05-10nfsd: update mtime/ctime on COPY in presence of delegated attributesOlga Kornievskaia
2026-05-10nfsd: update mtime/ctime on CLONE in presense of delegated attributesOlga Kornievskaia
2026-05-10nfsd: fix file change detection in CB_GETATTRScott Mayhew
2026-05-10ntfs: fix empty_buf and ra lifetime bugs in ntfs_empty_logfile()DaeMyung Kang
2026-05-09Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2026-05-10ntfs: validate attribute name bounds before returning itDaeMyung Kang
2026-05-10ntfs: fix MFT bitmap scan 2^32 boundary checkDaeMyung Kang
2026-05-10ntfs: validate MFT attrs_offset against bytes_in_useDaeMyung Kang
2026-05-09ntfs: fix missing kstrdup() error check in ntfs_write_volume_label()Zhan Xusheng
2026-05-08Merge tag 'v7.1-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-05-08ntfs: avoid leaking uninitialised bytes in new security descriptorsDaeMyung Kang
2026-05-08ntfs: fix out-of-bounds write in ntfs_index_walk_down()DaeMyung Kang
2026-05-08ntfs: fix out-of-bounds write in ntfs_rl_collapse_range() merge pathDaeMyung Kang
2026-05-08ntfs: fix variable dereferenced before check ni in ntfs_attr_open()Namjae Jeon
2026-05-08ntfs: fix default_upcase refcount underflow and UAF on fs_context teardownDaeMyung Kang
2026-05-08ntfs: match ntfs_resident_attr_min_value_length with $AttrDefHyunchul Lee
2026-05-08ntfs: avoid use-after-free of index inode in ntfs_inode_sync_filename()DaeMyung Kang
2026-05-08ntfs: fix copy length in ntfs_bdev_write() for non-page-aligned startDaeMyung Kang
2026-05-08ntfs: wait for sync mft writes to completeDaeMyung Kang
2026-05-08ntfs: capture mft mirror sync errors in ntfs_write_mft_block()DaeMyung Kang
2026-05-08ntfs: redirty folio when ntfs_write_mft_block() runs out of memoryDaeMyung Kang
2026-05-08ntfs: use base mft_no when looking up base inode for extent recordDaeMyung Kang
2026-05-08btrfs: fix incorrect i_size after remount caused by KEEP_SIZE prealloc gapRobbie Ko
2026-05-08btrfs: only release the dirty pages io tree after successful writesQu Wenruo