summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-11-14ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()Andrew Kanner1-2/+1
2024-11-14fs/proc: fix compile warning about variable 'vmcore_mmap_ops'Qi Xi1-4/+5
2024-11-14btrfs: reinitialize delayed ref list after deleting it from the listFilipe Manana1-1/+1
2024-11-14nfs: Fix KMSAN warning in decode_getfattr_attrs()Roberto Sassu1-0/+1
2024-11-14ksmbd: fix slab-use-after-free in smb3_preauth_hash_rspNamjae Jeon1-2/+2
2024-11-14ksmbd: Fix the missing xa_store error checkJinjie Ruan1-4/+7
2024-11-14ksmbd: fix slab-use-after-free in ksmbd_smb2_session_createNamjae Jeon1-1/+3
2024-11-14nfs: avoid i_lock contention in nfs_clear_invalid_mappingMike Snitzer1-5/+15
2024-11-14NFSv3: handle out-of-order write replies.NeilBrown1-15/+97
2024-11-14NFSv3: only use NFS timeout for MOUNT when protocols are compatibleNeilBrown1-1/+9
2024-11-08nilfs2: fix kernel bug due to missing clearing of checked flagRyusuke Konishi1-0/+1
2024-11-08ocfs2: pass u64 to ocfs2_truncate_inline maybe overflowEdward Adam Davis1-0/+8
2024-11-08nilfs2: fix potential deadlock with newly created symlinksRyusuke Konishi1-0/+3
2024-11-08NFS: remove revoked delegation from server's delegation listDai Ngo1-0/+5
2024-11-08fs/ntfs3: Additional check in ni_clear()Konstantin Komarov1-1/+3
2024-11-08fs/ntfs3: Fix possible deadlock in mi_readKonstantin Komarov1-1/+1
2024-11-08fs/ntfs3: Stale inode instead of badKonstantin Komarov1-3/+7
2024-11-08fs/ntfs3: Fix warning possible deadlock in ntfs_set_stateKonstantin Komarov1-1/+1
2024-11-08fs/ntfs3: Check if more than chunk-size bytes are writtenAndrew Ballance1-0/+3
2024-11-08afs: Fix missing subdir edit when renamed between parent dirsDavid Howells3-2/+116
2024-11-08iomap: turn iomap_want_unshare_iter into an inline functionChristoph Hellwig1-17/+0
2024-11-08fsdax: dax_unshare_iter needs to copy entire blocksDarrick J. Wong1-7/+27
2024-11-08fsdax: remove zeroing code from dax_unshare_iterDarrick J. Wong1-8/+0
2024-11-08iomap: share iomap_unshare_iter predicate code with fsdaxDarrick J. Wong2-16/+17
2024-11-08iomap: don't bother unsharing delalloc extentsDarrick J. Wong1-1/+2
2024-11-08iomap: improve shared block detection in iomap_unshare_iterChristoph Hellwig1-4/+13
2024-11-08iomap: convert iomap_unshare_iter to use large foliosDarrick J. Wong1-10/+14
2024-11-08fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev1-2/+34
2024-11-08fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regionsLorenzo Stoakes1-3/+14
2024-11-08fs/proc/kcore: convert read_kcore() to read_kcore_iter()Lorenzo Stoakes1-18/+18
2024-11-08fs/proc/kcore: avoid bounce buffer for ktext dataLorenzo Stoakes1-12/+5
2024-11-08mm: remove kern_addr_valid() completelyKefeng Wang1-17/+9
2024-11-01openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)Aleksa Sarai1-0/+2
2024-11-01nilfs2: fix kernel bug due to missing clearing of buffer delay flagRyusuke Konishi1-2/+4
2024-11-01btrfs: zoned: fix zone unusable accounting for freed reserved extentNaohiro Aota1-0/+2
2024-11-01btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()Yue Haibing2-7/+4
2024-11-01jfs: Fix sanity check in dbMountDave Kleikamp1-1/+1
2024-11-01udf: fix uninit-value use in udf_get_fileshortadGianfranco Trad1-3/+6
2024-11-01udf: refactor udf_current_aext() to handle errorZhao Mengmeng3-18/+37
2024-11-01fs/ntfs3: Add more attributes checks in mi_enum_attr()Konstantin Komarov1-13/+54
2024-11-01exec: don't WARN for racy path_noexec checkMateusz Guzik1-12/+9
2024-11-01smb: client: fix OOBs when building SMB2_IOCTL requestPaulo Alcantara1-0/+9
2024-10-22udf: Avoid directory type conversion failure due to ENOMEMJan Kara1-3/+6
2024-10-22udf: Allocate name buffer in directory iterator on heapJan Kara2-9/+16
2024-10-22nilfs2: propagate directory read errors from nilfs_find_entry()Ryusuke Konishi3-37/+54
2024-10-22fat: fix uninitialized variableOGAWA Hirofumi1-1/+1
2024-10-22udf: Don't return bh from udf_expand_dir_adinicb()Jan Kara1-20/+13
2024-10-22udf: Handle error when expanding directoryJan Kara1-1/+6
2024-10-22udf: Remove old directory iteration codeJan Kara3-705/+0
2024-10-22udf: Convert udf_link() to new directory iteration codeJan Kara1-14/+8