summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zonesNaohiro Aota2023-05-171-3/+3
* btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana2023-05-171-1/+31
* rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells2023-05-173-8/+6
* writeback: fix call of incorrect macroMaxim Korotkov2023-05-171-1/+1
* fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()ZhangPeng2023-05-171-0/+10
* cifs: avoid potential races when handling multiple dfs tconsPaulo Alcantara2023-05-115-79/+80
* cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpathPaulo Alcantara2023-05-115-20/+43
* cifs: fix potential race when tree connecting ipcPaulo Alcantara2023-05-111-7/+50
* cifs: fix sharing of DFS connectionsPaulo Alcantara2023-05-116-80/+147
* cifs: protect session status check in smb2_reconnect()Paulo Alcantara2023-05-111-4/+11
* cifs: fix potential use-after-free bugs in TCP_Server_Info::hostnamePaulo Alcantara2023-05-114-13/+23
* btrfs: scrub: reject unsupported scrub flagsQu Wenruo2023-05-111-0/+5
* afs: Avoid endless loop if file is larger than expectedMarc Dionne2023-05-111-0/+4
* afs: Fix getattr to report server i_size on dirs, not local sizeDavid Howells2023-05-111-1/+8
* afs: Fix updating of i_size with dv jump from serverMarc Dionne2023-05-111-0/+1
* ext4: fix use-after-free read in ext4_find_extent for bigalloc + inlineYe Bin2023-05-111-1/+2
* ext4: fix i_disksize exceeding i_size problem in paritally written caseZhihao Cheng2023-05-111-0/+3
* SMB3: Close deferred file handles in case of handle lease breakBharath SM2023-05-112-1/+17
* SMB3: Add missing locks to protect deferred close file listBharath SM2023-05-111-0/+6
* NFSv4.1: Always send a RECLAIM_COMPLETE after establishing leaseTrond Myklebust2023-05-111-0/+4
* fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()Zeng Heng2023-05-113-1/+6
* fs/ntfs3: Fix OOB read in indx_insert_into_bufferZhangPeng2023-05-111-0/+4
* fs/ntfs3: Add check for kmemdupJiasheng Jiang2023-05-111-0/+4
* fs/ntfs3: Fix memory leak if ntfs_read_mft failedChen Zhongjin2023-05-111-1/+1
* pstore: Revert pmsg_lock back to a normal mutexJohn Stultz2023-05-111-4/+3
* jdb2: Don't refuse invalidation of already invalidated buffersJan Kara2023-05-111-0/+3
* f2fs: fix to check return value of inc_valid_block_count()Chao Yu2023-05-111-1/+7
* f2fs: fix to check return value of f2fs_do_truncate_blocks()Chao Yu2023-05-111-1/+5
* f2fs: fix to avoid use-after-free for cached IPU bioChao Yu2023-05-111-1/+4
* f2fs: fix iostat lock protectionQilin Tan2023-05-111-2/+2
* f2fs: fix scheduling while atomic in decompression pathJaegeuk Kim2023-05-113-2/+8
* f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_p...Yangtao Li2023-05-111-0/+6
* f2fs: apply zone capacity to all zone typeJaegeuk Kim2023-05-112-61/+7
* f2fs: fix uninitialized skipped_gc_rwsemYonggil Song2023-05-111-1/+1
* f2fs: handle dqget error in f2fs_transfer_project_quota()Yangtao Li2023-05-111-7/+8
* erofs: fix potential overflow calculating xattr_isizeJingbo Xu2023-05-111-1/+1
* erofs: initialize packed inode after root inode is assignedJingbo Xu2023-05-112-11/+12
* erofs: stop parsing non-compact HEAD index if clusterofs is invalidGao Xiang2023-05-111-0/+4
* nilfs2: fix infinite loop in nilfs_mdt_get_block()Ryusuke Konishi2023-05-111-4/+12
* nilfs2: do not write dirty data after degenerating to read-onlyRyusuke Konishi2023-05-111-1/+4
* xfs: don't consider future format versions validDave Chinner2023-05-111-5/+6
* fs: dlm: fix DLM_IFL_CB_PENDING gets overwrittenAlexander Aring2023-05-113-7/+9
* ceph: fix potential use-after-free bug when trimming capsXiubo Li2023-05-115-35/+62
* ubifs: Fix memory leak in do_renameMårten Lindahl2023-05-111-6/+0
* ubifs: Free memory for tmpfile nameMårten Lindahl2023-05-111-0/+1
* ubifs: Fix memleak when insert_old_idx() failedZhihao Cheng2023-05-111-50/+87
* Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path"Zhihao Cheng2023-05-111-8/+1
* ksmbd: fix racy issue from smb2 close and logoff with multichannelNamjae Jeon2023-05-115-32/+101
* ksmbd: destroy expired sessionsNamjae Jeon2023-05-114-31/+41
* ksmbd: block asynchronous requests when making a delay on session setupNamjae Jeon2023-05-111-1/+4