summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-05-12SMB3.1.1: add missing QUERY_DIR info levelsSteve French
2026-05-12afs: Fix the locking used by afs_get_link()David Howells
2026-05-12netfs, afs: Fix write skipping in dir/link writepagesDavid Howells
2026-05-12netfs: Fix netfs_read_folio() to wait on writebackDavid Howells
2026-05-12netfs: Fix folio->private handling in netfs_perform_write()David Howells
2026-05-12netfs: Fix partial invalidation of streaming-write folioDavid Howells
2026-05-12netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()David Howells
2026-05-12netfs: Fix leak of request in netfs_write_begin() error handlingDavid Howells
2026-05-12netfs: Fix early put of sink folio in netfs_read_gaps()David Howells
2026-05-12netfs: Fix write streaming disablement if fd open O_RDWRDavid Howells
2026-05-12netfs: Fix read-gaps to remove netfs_folio from filled folioDavid Howells
2026-05-12netfs: Fix potential deadlock in write-through modeDavid Howells
2026-05-12netfs: Fix streaming write being overwrittenDavid Howells
2026-05-12netfs: Defer the emission of trace_netfs_folio()David Howells
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-11hfsplus: rework hfsplus_readdir() logicViacheslav Dubeyko
2026-05-12zonefs: handle integer overflow in zonefs_fname_to_fnoJohannes Thumshirn
2026-05-11proc: handle subset=pid separately in userns visibility checksAlexey Gladkov
2026-05-11proc: prevent reconfiguring subset=pidAlexey Gladkov
2026-05-11proc: subset=pid: Show /proc/self/net only for CAP_NET_ADMINAlexey Gladkov
2026-05-11sysfs: remove trivial sysfs_get_tree() wrapperChristian Brauner
2026-05-11fs: move SB_I_USERNS_VISIBLE to FS_USERNS_MOUNT_RESTRICTEDChristian Brauner
2026-05-11namespace: record fully visible mounts in listChristian Brauner
2026-05-11fs: cache the string generated by reading /proc/filesystemsMateusz Guzik
2026-05-11fs: RCU-ify filesystems listChristian Brauner
2026-05-11proc: allow to mark /proc files permanent outside of fs/proc/Alexey Dobriyan
2026-05-11fs: retire stale lock ordering annotations from inode hashrefs/merge-window/78fcd640d0bb2c68b3ce6a3ad583b4428310122bMateusz Guzik
2026-05-11fs: allow lockless ->i_count bumps as long as it does not transition 0->1Mateusz Guzik
2026-05-11fs: relocate and tidy up ihold()Mateusz Guzik
2026-05-11fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik
2026-05-11iomap: remove over-strict inline data boundary checkNamjae Jeon
2026-05-11ecryptfs: remove redundant variable found_auth_tokAlexey Velichayshiy
2026-05-11ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATIONChuck Lever
2026-05-11nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVINGChuck Lever
2026-05-11nfsd: Report export case-folding via NFSv3 PATHCONFChuck Lever
2026-05-11isofs: Implement fileattr_get for case sensitivityChuck Lever
2026-05-11vboxsf: Implement fileattr_get for case sensitivityChuck Lever
2026-05-11nfs: Implement fileattr_get for case sensitivityChuck Lever
2026-05-11cifs: Implement fileattr_get for case sensitivityChuck Lever