summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: don't consider future format versions validDave Chinner2023-05-111-5/+6
* 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 deadlock in ksmbd_find_crypto_ctx()Namjae Jeon2023-05-111-8/+11
* ksmbd: not allow guest user on multichannelNamjae Jeon2023-05-111-2/+9
* ksmbd: fix memleak in session setupNamjae Jeon2023-05-111-0/+4
* ksmbd: fix NULL pointer dereference in smb2_get_info_filesystem()Namjae Jeon2023-05-111-0/+3
* ksmbd: call rcu_barrier() in ksmbd_server_exit()Namjae Jeon2023-05-111-0/+1
* ksmbd: fix racy issue under cocurrent smb2 tree disconnectNamjae Jeon2023-05-113-2/+14
* reiserfs: Add security prefix to xattr name in reiserfs_security_write()Roberto Sassu2023-05-111-2/+6
* fs: fix sysctls.c builtKefeng Wang2023-05-111-2/+1
* blk-crypto: add a blk_crypto_config_supported_natively helperChristoph Hellwig2023-05-111-4/+2
* blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig2023-05-111-5/+3
* btrfs: fix uninitialized variable warningsGenjian Zhang2023-05-012-2/+2
* fuse: always revalidate rename target dentryJiachen Zhang2023-04-261-1/+1
* writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li2023-04-261-7/+10
* nilfs2: initialize unused bytes in segment summary blocksRyusuke Konishi2023-04-261-0/+20
* btrfs: get the next extent map during fiemap/lseek more efficientlyFilipe Manana2023-04-263-18/+59
* Revert "userfaultfd: don't fail on unrecognized features"Peter Xu2023-04-261-2/+4
* cifs: fix negotiate context parsingDavid Disseldorp2023-04-201-10/+31
* ksmbd: avoid out of bounds access in decode_preauth_ctxt()David Disseldorp2023-04-201-9/+14
* btrfs: fix fast csum implementation detectionChristoph Hellwig2023-04-202-2/+14
* btrfs: restore the thread_pool= behavior in remount for the end I/O workqueuesChristoph Hellwig2023-04-201-0/+2
* fs: drop peer group ids under namespace lockChristian Brauner2023-04-131-1/+1
* cifs: sanitize paths in cifs_update_super_prepath.Thiago Rafael Becker2023-04-133-7/+11
* ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdrNamjae Jeon2023-04-134-37/+111
* ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARNMarios Makassikis2023-04-131-4/+1
* nilfs2: fix sysfs interface lifetimeRyusuke Konishi2023-04-132-5/+9
* nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()Ryusuke Konishi2023-04-131-2/+1