summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-17fs: Fix uninitialized value issue in from_kuid and from_kgidAlessandro Zanni
2024-11-17smb: client: Fix use-after-free of network namespace.Kuniyuki Iwashima
2024-11-179p: v9fs_fid_find: also lookup by inode if not found dentryDominique Martinet
2024-11-14ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()Andrew Kanner
2024-11-14fs/proc: fix compile warning about variable 'vmcore_mmap_ops'Qi Xi
2024-11-14btrfs: reinitialize delayed ref list after deleting it from the listFilipe Manana
2024-11-14nfs: Fix KMSAN warning in decode_getfattr_attrs()Roberto Sassu
2024-11-14ksmbd: fix slab-use-after-free in smb3_preauth_hash_rspNamjae Jeon
2024-11-14ksmbd: Fix the missing xa_store error checkJinjie Ruan
2024-11-14ksmbd: check outstanding simultaneous SMB operationsNamjae Jeon
2024-11-14ksmbd: fix slab-use-after-free in ksmbd_smb2_session_createNamjae Jeon
2024-11-14nfs: avoid i_lock contention in nfs_clear_invalid_mappingMike Snitzer
2024-11-14NFSv3: only use NFS timeout for MOUNT when protocols are compatibleNeilBrown
2024-11-08fs/ntfs3: Sequential field availability check in mi_enum_attr()Konstantin Komarov
2024-11-08nilfs2: fix kernel bug due to missing clearing of checked flagRyusuke Konishi
2024-11-08xfs: fix finding a last resort AG in xfs_filestream_pick_agChristoph Hellwig
2024-11-08ocfs2: pass u64 to ocfs2_truncate_inline maybe overflowEdward Adam Davis
2024-11-08nilfs2: fix potential deadlock with newly created symlinksRyusuke Konishi
2024-11-08NFS: remove revoked delegation from server's delegation listDai Ngo
2024-11-08cifs: Fix creating native symlinks pointing to current or parent directoryPali Rohár
2024-11-08cifs: Improve creating native symlinks pointing to directoryPali Rohár
2024-11-08fs/ntfs3: Additional check in ntfs_file_releaseKonstantin Komarov
2024-11-08fs/ntfs3: Fix general protection fault in run_is_mapped_fullKonstantin Komarov
2024-11-08fs/ntfs3: Additional check in ni_clear()Konstantin Komarov
2024-11-08fs/ntfs3: Fix possible deadlock in mi_readKonstantin Komarov
2024-11-08fs/ntfs3: Add rough attr alloc_size checkKonstantin Komarov
2024-11-08fs/ntfs3: Stale inode instead of badKonstantin Komarov
2024-11-08fs/ntfs3: Fix warning possible deadlock in ntfs_set_stateKonstantin Komarov
2024-11-08fs/ntfs3: Check if more than chunk-size bytes are writtenAndrew Ballance
2024-11-08ntfs3: Add bounds checking to mi_enum_attr()lei lu
2024-11-08smb: client: set correct device number on nfs reparse pointsPaulo Alcantara
2024-11-08smb: client: fix parsing of device numbersPaulo Alcantara
2024-11-08afs: Fix missing subdir edit when renamed between parent dirsDavid Howells
2024-11-08iomap: turn iomap_want_unshare_iter into an inline functionChristoph Hellwig
2024-11-08fsdax: dax_unshare_iter needs to copy entire blocksDarrick J. Wong
2024-11-08fsdax: remove zeroing code from dax_unshare_iterDarrick J. Wong
2024-11-08iomap: share iomap_unshare_iter predicate code with fsdaxDarrick J. Wong
2024-11-08iomap: don't bother unsharing delalloc extentsDarrick J. Wong
2024-11-08iomap: improve shared block detection in iomap_unshare_iterChristoph Hellwig
2024-11-01openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)Aleksa Sarai
2024-11-01nilfs2: fix kernel bug due to missing clearing of buffer delay flagRyusuke Konishi
2024-11-01btrfs: zoned: fix zone unusable accounting for freed reserved extentNaohiro Aota
2024-11-01btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()Yue Haibing
2024-11-01smb: client: Handle kstrdup failures for passwordsHenrique Carvalho
2024-11-01nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_netYang Erkun
2024-11-01jfs: Fix sanity check in dbMountDave Kleikamp
2024-11-01cifs: Validate content of NFS reparse point bufferPali Rohár
2024-11-01udf: fix uninit-value use in udf_get_fileshortadGianfranco Trad
2024-11-01udf: refactor inode_bmap() to handle errorZhao Mengmeng
2024-11-01udf: refactor udf_next_aext() to handle errorZhao Mengmeng