summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-11-22NFSD: Never decrement pending_async_copies on errorChuck Lever1-3/+1
2024-11-22NFSD: Initialize struct nfsd4_copy earlierChuck Lever1-2/+2
2024-11-22NFSD: Limit the number of concurrent async COPY operationsChuck Lever4-2/+12
2024-11-22NFSD: Async COPY result needs to return a write verifierChuck Lever1-15/+8
2024-11-22NFSD: initialize copy->cp_clp early in nfsd4_copy for use by trace pointDai Ngo1-1/+1
2024-11-22fs/ntfs3: Additional check in ntfs_file_releaseKonstantin Komarov1-2/+10
2024-11-22nilfs2: fix null-ptr-deref in block_dirty_buffer tracepointRyusuke Konishi4-6/+2
2024-11-22ocfs2: fix UBSAN warning in ocfs2_verify_volume()Dmitry Antipov1-4/+9
2024-11-22nilfs2: fix null-ptr-deref in block_touch_buffer tracepointRyusuke Konishi1-1/+0
2024-11-22ocfs2: uncache inode which has failed entering the groupDmitry Antipov1-0/+2
2024-11-17fs/ntfs3: Fix general protection fault in run_is_mapped_fullKonstantin Komarov1-0/+9
2024-11-17ext4: fix timer use-after-free on failed mountXiaxi Shen1-1/+1
2024-11-17fs: Fix uninitialized value issue in from_kuid and from_kgidAlessandro Zanni1-3/+6
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