summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-11-17fs: Fix uninitialized value issue in from_kuid and from_kgidAlessandro Zanni1-3/+6
2024-11-17ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()Andrew Kanner1-2/+1
2024-11-17fs/proc: fix compile warning about variable 'vmcore_mmap_ops'Qi Xi1-4/+5
2024-11-17splice: don't generate zero-len segement bvecsPavel Begunkov1-3/+6
2024-11-17btrfs: reinitialize delayed ref list after deleting it from the listFilipe Manana1-1/+1
2024-11-17nfs: Fix KMSAN warning in decode_getfattr_attrs()Roberto Sassu1-0/+1
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-08openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)Aleksa Sarai1-0/+2
2024-11-08nilfs2: fix kernel bug due to missing clearing of buffer delay flagRyusuke Konishi1-2/+4
2024-11-08jfs: Fix sanity check in dbMountDave Kleikamp1-1/+1
2024-11-08iomap: update ki_pos a little later in iomap_dio_completeChristoph Hellwig1-8/+10
2024-11-08exec: don't WARN for racy path_noexec checkMateusz Guzik1-12/+9
2024-11-08smb: client: fix OOBs when building SMB2_IOCTL requestPaulo Alcantara1-0/+9
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-17ext4: fix warning in ext4_dio_write_end_io()Jan Kara1-6/+8
2024-10-17NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()Yanjun Zhang3-2/+3
2024-10-17SUNRPC: Fix integer overflow in decode_rc_list()Dan Carpenter1-0/+2
2024-10-17NFSD: Mark filecache "down" if init failsChuck Lever1-1/+3
2024-10-17ext4: nested locking for xattr inodeWojciech Gładysz1-2/+2
2024-10-17unicode: Don't special case ignorable code pointsGabriel Krisman Bertazi2-3427/+3346
2024-10-17ext4: fix inode tree inconsistency caused by ENOMEMzhanchengbin1-1/+1
2024-10-17ext4: dax: fix overflowing extents beyond inode size when partially writingZhihao Cheng1-4/+4
2024-10-17ext4: properly sync file size update after O_SYNC direct IOJan Kara1-88/+65
2024-10-17btrfs: wait for fixup workers before stopping cleaner kthread during umountFilipe Manana1-0/+11
2024-10-17btrfs: fix a NULL pointer dereference when failed to start a new trasacntionQu Wenruo1-1/+1
2024-10-17NFSD: Fix NFSv4's PUTPUBFH operationChuck Lever1-9/+1
2024-10-17nfsd: map the EBADMSG to nfserr_io to avoid warningLi Lingfeng1-0/+1
2024-10-17nfsd: fix delegation_blocked() to block correctly for at least 30 secondsNeilBrown1-2/+3
2024-10-17exfat: fix memory leak in exfat_load_bitmap()Yuezhang Mo1-5/+5
2024-10-17ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu1-1/+2
2024-10-17ocfs2: fix null-ptr-deref when journal load failed.Julian Sun1-3/+4
2024-10-17ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu1-1/+0
2024-10-17ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi1-2/+6
2024-10-17ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna2-12/+25
2024-10-17ocfs2: fix uninit-value in ocfs2_get_block()Joseph Qi1-3/+2
2024-10-17ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao1-0/+19
2024-10-17jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commitKemeng Shi1-1/+1
2024-10-17jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns errorBaokun Li1-2/+5
2024-10-17parisc: Fix stack start for ADDR_NO_RANDOMIZE personalityHelge Deller1-1/+2
2024-10-17ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)1-4/+7
2024-10-17ext4: update orig_path in ext4_find_extent()Baokun Li2-2/+2
2024-10-17ext4: fix double brelse() the buffer of the extents pathBaokun Li1-0/+1
2024-10-17ext4: aovid use-after-free in ext4_ext_insert_extent()Baokun Li1-0/+1
2024-10-17ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-freeBaokun Li1-11/+10
2024-10-17ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()Luis Henriques (SUSE)1-2/+5
2024-10-17ext4: propagate errors from ext4_find_extent() in ext4_insert_range()Baokun Li1-0/+1