summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-05-11cifs: avoid potential races when handling multiple dfs tconsPaulo Alcantara5-79/+80
2023-05-11cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpathPaulo Alcantara5-20/+43
2023-05-11cifs: fix potential race when tree connecting ipcPaulo Alcantara1-7/+50
2023-05-11cifs: fix sharing of DFS connectionsPaulo Alcantara6-80/+147
2023-05-11cifs: protect session status check in smb2_reconnect()Paulo Alcantara1-4/+11
2023-05-11cifs: fix potential use-after-free bugs in TCP_Server_Info::hostnamePaulo Alcantara4-13/+23
2023-05-11btrfs: scrub: reject unsupported scrub flagsQu Wenruo1-0/+5
2023-05-11afs: Avoid endless loop if file is larger than expectedMarc Dionne1-0/+4
2023-05-11afs: Fix getattr to report server i_size on dirs, not local sizeDavid Howells1-1/+8
2023-05-11afs: Fix updating of i_size with dv jump from serverMarc Dionne1-0/+1
2023-05-11ext4: fix use-after-free read in ext4_find_extent for bigalloc + inlineYe Bin1-1/+2
2023-05-11ext4: fix i_disksize exceeding i_size problem in paritally written caseZhihao Cheng1-0/+3
2023-05-11SMB3: Close deferred file handles in case of handle lease breakBharath SM2-1/+17
2023-05-11SMB3: Add missing locks to protect deferred close file listBharath SM1-0/+6
2023-05-11NFSv4.1: Always send a RECLAIM_COMPLETE after establishing leaseTrond Myklebust1-0/+4
2023-05-11fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()Zeng Heng3-1/+6
2023-05-11fs/ntfs3: Fix OOB read in indx_insert_into_bufferZhangPeng1-0/+4
2023-05-11fs/ntfs3: Add check for kmemdupJiasheng Jiang1-0/+4
2023-05-11fs/ntfs3: Fix memory leak if ntfs_read_mft failedChen Zhongjin1-1/+1
2023-05-11pstore: Revert pmsg_lock back to a normal mutexJohn Stultz1-4/+3
2023-05-11jdb2: Don't refuse invalidation of already invalidated buffersJan Kara1-0/+3
2023-05-11f2fs: fix to check return value of inc_valid_block_count()Chao Yu1-1/+7
2023-05-11f2fs: fix to check return value of f2fs_do_truncate_blocks()Chao Yu1-1/+5
2023-05-11f2fs: fix to avoid use-after-free for cached IPU bioChao Yu1-1/+4
2023-05-11f2fs: fix iostat lock protectionQilin Tan1-2/+2
2023-05-11f2fs: fix scheduling while atomic in decompression pathJaegeuk Kim3-2/+8
2023-05-11f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_p...Yangtao Li1-0/+6
2023-05-11f2fs: apply zone capacity to all zone typeJaegeuk Kim2-61/+7
2023-05-11f2fs: fix uninitialized skipped_gc_rwsemYonggil Song1-1/+1
2023-05-11f2fs: handle dqget error in f2fs_transfer_project_quota()Yangtao Li1-7/+8
2023-05-11erofs: fix potential overflow calculating xattr_isizeJingbo Xu1-1/+1
2023-05-11erofs: initialize packed inode after root inode is assignedJingbo Xu2-11/+12
2023-05-11erofs: stop parsing non-compact HEAD index if clusterofs is invalidGao Xiang1-0/+4
2023-05-11nilfs2: fix infinite loop in nilfs_mdt_get_block()Ryusuke Konishi1-4/+12
2023-05-11nilfs2: do not write dirty data after degenerating to read-onlyRyusuke Konishi1-1/+4
2023-05-11xfs: don't consider future format versions validDave Chinner1-5/+6
2023-05-11fs: dlm: fix DLM_IFL_CB_PENDING gets overwrittenAlexander Aring3-7/+9
2023-05-11ceph: fix potential use-after-free bug when trimming capsXiubo Li5-35/+62
2023-05-11ubifs: Fix memory leak in do_renameMårten Lindahl1-6/+0
2023-05-11ubifs: Free memory for tmpfile nameMårten Lindahl1-0/+1
2023-05-11ubifs: Fix memleak when insert_old_idx() failedZhihao Cheng1-50/+87
2023-05-11Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path"Zhihao Cheng1-8/+1
2023-05-11ksmbd: fix racy issue from smb2 close and logoff with multichannelNamjae Jeon5-32/+101
2023-05-11ksmbd: destroy expired sessionsNamjae Jeon4-31/+41
2023-05-11ksmbd: block asynchronous requests when making a delay on session setupNamjae Jeon1-1/+4
2023-05-11ksmbd: fix racy issue from session setup and logoffNamjae Jeon6-49/+77
2023-05-11ksmbd: fix deadlock in ksmbd_find_crypto_ctx()Namjae Jeon1-8/+11
2023-05-11ksmbd: not allow guest user on multichannelNamjae Jeon1-2/+9
2023-05-11ksmbd: fix memleak in session setupNamjae Jeon1-0/+4
2023-05-11ksmbd: fix NULL pointer dereference in smb2_get_info_filesystem()Namjae Jeon1-0/+3