summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-03-26afs: Revert "afs: Hide silly-rename files from userspace"David Howells
2024-03-26NFS: Fix an off by one in root_nfs_cat()Christophe JAILLET
2024-03-26NFSv4.2: fix listxattr maximum XDR buffer sizeJorge Mora
2024-03-26NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102Jorge Mora
2024-03-26f2fs: compress: fix to check unreleased compressed clusterSheng Yong
2024-03-26quota: Fix rcu annotations of inode dquot pointersJan Kara
2024-03-26quota: Fix potential NULL pointer dereferenceWang Jianjian
2024-03-26quota: simplify drop_dquot_ref()Baokun Li
2024-03-26fs/select: rework stack allocation hack for clangArnd Bergmann
2024-03-26do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleakNikita Zhandarovich
2024-03-15mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVEPrakash Sangappa
2024-03-15mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz
2024-03-15ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi
2024-03-15ext4: refactor ext4_da_map_blocks()Zhang Yi
2024-03-15ext4: make ext4_es_insert_extent() return voidBaokun Li
2024-03-06fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_superOscar Salvador
2024-03-06cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li
2024-03-06ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()Baokun Li
2024-03-06btrfs: dev-replace: properly validate device namesDavid Sterba
2024-03-06afs: Fix endless loop in directory parsingDavid Howells
2024-03-01ext4: regenerate buddy after block freeing failed if under fc replayBaokun Li
2024-03-01fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche
2024-03-01afs: Increase buffer size in afs_update_volume_status()Daniil Dulov
2024-03-01erofs: fix lz4 inplace decompressionGao Xiang
2024-03-01jbd2: Fix wrongly judgement for buffer head removing while doing checkpointZhihao Cheng
2024-03-01jbd2: recheck chechpointing non-dirty bufferZhang Yi
2024-03-01jbd2: remove redundant buffer io error checksZhang Yi
2024-03-01btrfs: do not pin logs too early during renamesFilipe Manana
2024-03-01btrfs: unify lookup return value when dir entry is missingFilipe Manana
2024-03-01btrfs: introduce btrfs_lookup_match_dirMarcos Paulo de Souza
2024-03-01btrfs: tree-checker: check for overlapping extent itemsJosef Bacik
2024-03-01cifs: add a warning when the in-flight count goes negativeShyam Prasad N
2024-03-01ext4: correct the hole length returned by ext4_map_blocks()Zhang Yi
2024-03-01ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()Baokun Li
2024-03-01ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()Baokun Li
2024-03-01zonefs: Improve error handlingDamien Le Moal
2024-03-01smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara
2024-03-01smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara
2024-03-01smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara
2024-02-23nilfs2: replace WARN_ONs for invalid DAT metadata block requestsRyusuke Konishi
2024-02-23nilfs2: fix potential bug in end_buffer_async_writeRyusuke Konishi
2024-02-23ceph: prevent use-after-free in encode_cap_msg()Rishabh Dave
2024-02-23nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi
2024-02-23nilfs2: fix data corruption in dsync block recovery for small block sizesRyusuke Konishi
2024-02-23ext4: fix double-free of blocks due to wrong extents moved_lenBaokun Li
2024-02-23btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba
2024-02-23btrfs: forbid deleting live subvol qgroupBoris Burkov
2024-02-23btrfs: do not ASSERT() if the newly created subvolume already got readQu Wenruo
2024-02-23btrfs: forbid creating subvol qgroupsBoris Burkov
2024-02-23ceph: fix deadlock or deadcode of misusing dget()Xiubo Li