summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-05-29smb: client: Store original IO parameters and prevent zero IO sizesWang Zhaolong
2025-05-29cifs: Fix negotiate retry functionalityPali Rohár
2025-05-29cifs: Fix access_flags_to_smbopen_modePali Rohár
2025-05-29cifs: Fix querying and creating MF symlinks over SMB1Pali Rohár
2025-05-29cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTESPali Rohár
2025-05-29fs/ext4: use sleeping version of sb_find_get_block()Davidlohr Bueso
2025-05-29fs/jbd2: use sleeping version of __find_get_block()Davidlohr Bueso
2025-05-29fs/ocfs2: use sleeping version of __find_get_block()Davidlohr Bueso
2025-05-29fs/buffer: use sleeping version of __find_get_block()Davidlohr Bueso
2025-05-29fs/buffer: introduce sleeping flavors for pagecache lookupsDavidlohr Bueso
2025-05-29fs/buffer: split locking for pagecache lookupsDavidlohr Bueso
2025-05-29btrfs: tree-checker: adjust error code for header level checkDavid Sterba
2025-05-22smb: client: fix memory leak during error handling for POSIX mkdirJethro Donaldson
2025-05-22btrfs: add back warning for mount option commit values exceeding 300Kyoji Ogasawara
2025-05-22btrfs: fix folio leak in submit_one_async_extent()Boris Burkov
2025-05-22btrfs: fix discard worker infinite loop after disabling discardFilipe Manana
2025-05-22fs/eventpoll: fix endless busy loop after timeout has expiredMax Kellermann
2025-05-22udf: Make sure i_lenExtents is uptodate on inode evictionJan Kara
2025-05-22NFSv4/pnfs: Reset the layout state after a layoutreturnTrond Myklebust
2025-05-22NFS/localio: Fix a race in nfs_local_open_fh()Trond Myklebust
2025-05-22nfs: handle failure of nfs_get_lock_context in unlock pathLi Lingfeng
2025-05-22binfmt_elf: Move brk for static PIE even if ASLR disabledKees Cook
2025-05-22fs/xattr.c: fix simple_xattr_list to always include security.* xattrsStephen Smalley
2025-05-18do_umount(): add missing barrier before refcount checks in sync caseAl Viro
2025-05-18ocfs2: stop quota recovery before disabling quotasJan Kara
2025-05-18ocfs2: implement handshaking with ocfs2 recovery threadJan Kara
2025-05-18ocfs2: switch osb->disable_recovery to enumJan Kara
2025-05-18ocfs2: fix the issue with discontiguous allocation in the global_bitmapHeming Zhao
2025-05-18ocfs2: fix panic in failed foilio allocationMark Tinguely
2025-05-18smb: client: Avoid race in open_cached_dir with lease breaksPaul Aurich
2025-05-18mm/userfaultfd: fix uninitialized output field for -EAGAIN racePeter Xu
2025-05-18erofs: ensure the extra temporary copy is valid for shortened bvecsGao Xiang
2025-05-18ksmbd: fix memory leak in parse_lease_state()Wang Zhaolong
2025-05-18ksmbd: Fix UAF in __close_file_table_idsSean Heelan
2025-05-18ksmbd: prevent out-of-bounds stream writes by validating *posNorbert Szetei
2025-05-18ksmbd: prevent rename with empty stringNamjae Jeon
2025-05-18Revert "btrfs: canonicalize the device path before adding it"Qu Wenruo
2025-05-18fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio()Max Kellermann
2025-05-09bcachefs: Change btree_insert_node() assertion to errorKent Overstreet
2025-05-09btrfs: fix the inode leak in btrfs_iget()Penglei Jiang
2025-05-09btrfs: pass struct btrfs_inode to btrfs_iget_locked()David Sterba
2025-05-09btrfs: pass struct btrfs_inode to btrfs_read_locked_inode()David Sterba
2025-05-09btrfs: expose per-inode stable writes flagQu Wenruo
2025-05-09btrfs: zoned: skip reporting zone for new block groupNaohiro Aota
2025-05-09bcachefs: Remove incorrect __counted_by annotationAlan Huang
2025-05-09smb: client: fix zero length for mkdir POSIX create contextJethro Donaldson
2025-05-09ksmbd: fix use-after-free in session logoffSean Heelan
2025-05-09ksmbd: fix use-after-free in kerberos authenticationSean Heelan
2025-05-09ksmbd: fix use-after-free in ksmbd_session_rpc_openNamjae Jeon
2025-05-09btrfs: fix COW handling in run_delalloc_nocow()Dave Chen