aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-05-13ksmbd: fix null pointer dereference in proc_show_files()Jeremy Laratro1-1/+1
2026-05-13ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflowFerry Meng1-3/+9
2026-05-13block: pass a minsize argument to bio_iov_iter_bounceChristoph Hellwig1-1/+1
2026-05-12SMB3.1.1: add missing QUERY_DIR info levelsSteve French2-2/+6
2026-05-12afs: Fix the locking used by afs_get_link()David Howells8-142/+357
2026-05-12netfs, afs: Fix write skipping in dir/link writepagesDavid Howells2-2/+16
2026-05-12netfs: Fix netfs_read_folio() to wait on writebackDavid Howells1-0/+2
2026-05-12netfs: Fix folio->private handling in netfs_perform_write()David Howells1-53/+81
2026-05-12netfs: Fix partial invalidation of streaming-write folioDavid Howells1-1/+1
2026-05-12netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()David Howells3-4/+4
2026-05-12netfs: Fix leak of request in netfs_write_begin() error handlingDavid Howells1-1/+1
2026-05-12netfs: Fix early put of sink folio in netfs_read_gaps()David Howells1-3/+3
2026-05-12netfs: Fix write streaming disablement if fd open O_RDWRDavid Howells1-10/+7
2026-05-12netfs: Fix read-gaps to remove netfs_folio from filled folioDavid Howells1-3/+8
2026-05-12netfs: Fix potential deadlock in write-through modeDavid Howells1-14/+25
2026-05-12netfs: Fix streaming write being overwrittenDavid Howells1-13/+34
2026-05-12netfs: Defer the emission of trace_netfs_folio()David Howells1-8/+10
2026-05-12netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes goneDavid Howells1-1/+5
2026-05-12netfs: Fix overrun check in netfs_extract_user_iter()David Howells1-9/+17
2026-05-12netfs: fix error handling in netfs_extract_user_iter()Paulo Alcantara1-3/+10
2026-05-12netfs: Fix potential uninitialised var in netfs_extract_user_iter()David Howells1-1/+1
2026-05-12netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() callViacheslav Dubeyko1-2/+9
2026-05-12netfs: Fix zeropoint update where i_size > remote_i_sizeDavid Howells1-2/+2
2026-05-12netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells19-104/+166
2026-05-12netfs: Fix netfs_read_to_pagecache() to pause on subreq failureDavid Howells1-0/+5
2026-05-12netfs: Fix missing barriers when accessing stream->subrequests locklesslyDavid Howells5-6/+13
2026-05-12netfs: Fix missing locking around retry adding new subreqsDavid Howells2-2/+10
2026-05-12netfs: Fix cancellation of a DIO and single read subrequestsDavid Howells5-63/+50
2026-05-12fs/select: reject negative timeval components in kern_select()Breno Leitao1-0/+11
2026-05-12zonefs: handle integer overflow in zonefs_fname_to_fnoJohannes Thumshirn1-1/+5
2026-05-11ntfs: restore $MFT mirror contents checkDaeMyung Kang1-0/+7
2026-05-11nsfs: fix wrong error code returned for pidns ioctlsZhihao Cheng1-1/+1
2026-05-11fs: fix forced iversion increment on lazytime timestamp updatesPankaj Raghav1-1/+7
2026-05-11fuse: fix writeback array overflow when max_pages is oneJunxi Qian1-1/+4
2026-05-11fs: Fix return in jfs_mkdir and orangefs_mkdirHongling Zeng2-2/+2
2026-05-11fs/statmount: fix slab out-of-bounds write in statmount_mnt_idmapJunyoung Jang1-0/+2
2026-05-11xfs: Fix typo in commentMd Shofiqul Islam1-1/+1
2026-05-11xfs: fix the "limiting open zones" messageChristoph Hellwig1-1/+1
2026-05-11ceph: put folios not suitable for writebackHristo Venev1-0/+2
2026-05-11ceph: add ceph_has_realms_with_quotas() check to ceph_quota_update_statfs()Viacheslav Dubeyko1-10/+27
2026-05-11ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob sizeViacheslav Dubeyko1-0/+16
2026-05-11ceph: fix a buffer leak in __ceph_setxattr()Viacheslav Dubeyko1-0/+1
2026-05-10NFSD: Fix infinite loop in layout state revocationChuck Lever1-0/+7
2026-05-10nfsd: update mtime/ctime on COPY in presence of delegated attributesOlga Kornievskaia2-1/+11
2026-05-10nfsd: update mtime/ctime on CLONE in presense of delegated attributesOlga Kornievskaia3-15/+33
2026-05-10nfsd: fix file change detection in CB_GETATTRScott Mayhew1-5/+8
2026-05-10ntfs: fix empty_buf and ra lifetime bugs in ntfs_empty_logfile()DaeMyung Kang1-1/+4
2026-05-09Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-1/+1
2026-05-10ntfs: validate attribute name bounds before returning itDaeMyung Kang1-8/+17
2026-05-10ntfs: fix MFT bitmap scan 2^32 boundary checkDaeMyung Kang1-1/+1