summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-27quota: Fix rcu annotations of inode dquot pointersJan Kara1-27/+39
2024-03-27quota: Fix potential NULL pointer dereferenceWang Jianjian1-41/+57
2024-03-27quota: simplify drop_dquot_ref()Baokun Li1-61/+9
2024-03-27fs/select: rework stack allocation hack for clangArnd Bergmann1-1/+1
2024-03-27do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleakNikita Zhandarovich1-1/+1
2024-03-15mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVEPrakash Sangappa1-1/+12
2024-03-15mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz1-2/+2
2024-03-15ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi1-14/+11
2024-03-15ext4: refactor ext4_da_map_blocks()Zhang Yi1-22/+17
2024-03-15ext4: make ext4_es_insert_extent() return voidBaokun Li4-28/+18
2024-03-06fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_superOscar Salvador1-2/+4
2024-03-06cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li1-0/+3
2024-03-06ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()Baokun Li1-18/+21
2024-03-06btrfs: dev-replace: properly validate device namesDavid Sterba1-4/+20
2024-03-06afs: Fix endless loop in directory parsingDavid Howells1-1/+3
2024-03-01ext4: regenerate buddy after block freeing failed if under fc replayBaokun Li1-0/+20
2024-03-01fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche1-1/+8
2024-03-01afs: Increase buffer size in afs_update_volume_status()Daniil Dulov1-2/+2
2024-03-01erofs: fix lz4 inplace decompressionGao Xiang1-10/+14
2024-03-01jbd2: Fix wrongly judgement for buffer head removing while doing checkpointZhihao Cheng1-15/+17
2024-03-01jbd2: recheck chechpointing non-dirty bufferZhang Yi1-73/+29
2024-03-01jbd2: remove redundant buffer io error checksZhang Yi1-11/+2
2024-03-01btrfs: do not pin logs too early during renamesFilipe Manana1-6/+42
2024-03-01btrfs: unify lookup return value when dir entry is missingFilipe Manana3-22/+42
2024-03-01btrfs: introduce btrfs_lookup_match_dirMarcos Paulo de Souza1-37/+39
2024-03-01btrfs: tree-checker: check for overlapping extent itemsJosef Bacik1-2/+23
2024-03-01cifs: add a warning when the in-flight count goes negativeShyam Prasad N1-0/+1
2024-03-01ext4: correct the hole length returned by ext4_map_blocks()Zhang Yi1-41/+70
2024-03-01ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()Baokun Li1-5/+4
2024-03-01ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()Baokun Li1-0/+4
2024-03-01zonefs: Improve error handlingDamien Le Moal1-29/+39
2024-03-01smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara1-1/+1
2024-03-01smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara3-43/+66
2024-03-01smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara1-6/+8
2024-02-23nilfs2: replace WARN_ONs for invalid DAT metadata block requestsRyusuke Konishi1-10/+17
2024-02-23nilfs2: fix potential bug in end_buffer_async_writeRyusuke Konishi1-3/+5
2024-02-23ceph: prevent use-after-free in encode_cap_msg()Rishabh Dave1-1/+2
2024-02-23nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi1-1/+7
2024-02-23nilfs2: fix data corruption in dsync block recovery for small block sizesRyusuke Konishi1-3/+4
2024-02-23ext4: fix double-free of blocks due to wrong extents moved_lenBaokun Li1-4/+2
2024-02-23btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba1-1/+1
2024-02-23btrfs: forbid deleting live subvol qgroupBoris Burkov1-0/+14
2024-02-23btrfs: do not ASSERT() if the newly created subvolume already got readQu Wenruo1-2/+11
2024-02-23btrfs: forbid creating subvol qgroupsBoris Burkov1-0/+5
2024-02-23ceph: fix deadlock or deadcode of misusing dget()Xiubo Li1-6/+3
2024-02-23fs/kernfs/dir: obey S_ISGIDMax Kellermann1-0/+12
2024-02-23f2fs: fix write pointers on zoned device after roll forwardJaegeuk Kim1-0/+2
2024-02-23fast_dput(): handle underflows gracefullyAl Viro1-3/+4
2024-02-23f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu1-6/+17
2024-02-23ext4: avoid online resizing failures due to oversized flex bgBaokun Li1-8/+17