summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-27pstore: inode: Only d_invalidate() is neededKees Cook1-7/+3
2024-03-27pstore: inode: Convert mutex usage to guard(mutex)Kees Cook1-45/+31
2024-03-27ovl: Always reject mounting over case-insensitive directoriesGabriel Krisman Bertazi1-3/+11
2024-03-27ovl: add support for appending lowerdirs one by oneAmir Goldstein1-2/+76
2024-03-27ovl: refactor layer parsing helpersAmir Goldstein1-54/+67
2024-03-27ovl: store and show the user provided lowerdir mount optionAmir Goldstein3-24/+28
2024-03-27ovl: remove unused code in lowerdir param parsingAmir Goldstein1-79/+16
2024-03-27fs/select: rework stack allocation hack for clangArnd Bergmann1-1/+1
2024-03-27fs: Fix rw_hint validationBart Van Assche1-7/+5
2024-03-27iomap: clear the per-folio dirty bits on all writeback failuresChristoph Hellwig1-7/+11
2024-03-27do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleakNikita Zhandarovich1-1/+1
2024-03-27btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserveFilipe Manana2-1/+17
2024-03-27btrfs: fix data races when accessing the reserved amount of block reservesFilipe Manana2-13/+29
2024-03-15erofs: apply proper VMA alignment for memory mapped files on THPGao Xiang1-0/+1
2024-03-15ceph: switch to corrected encoding of max_xattr_size in mdsmapXiubo Li1-3/+4
2024-03-06NFS: Fix data corruption caused by congestion.NeilBrown1-1/+3
2024-03-06efivarfs: Request at most 512 bytes for variable namesTim Schumacher1-6/+11
2024-03-06btrfs: send: don't issue unnecessary zero writes for trailing holeFilipe Manana1-4/+13
2024-03-06btrfs: dev-replace: properly validate device namesDavid Sterba1-4/+20
2024-03-06btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana4-14/+14
2024-03-06btrfs: fix race between ordered extent completion and fiemapFilipe Manana1-7/+96
2024-03-06afs: Fix endless loop in directory parsingDavid Howells1-1/+3
2024-03-06ksmbd: fix wrong allocation size update in smb2_open()Namjae Jeon1-18/+18
2024-03-06ubifs: fix possible dereference after freeKonstantin Meskhidze1-0/+1
2024-03-02fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESSMark O'Donovan1-1/+1
2024-03-01afs: Increase buffer size in afs_update_volume_status()Daniil Dulov1-2/+2
2024-03-01smb3: add missing null server pointer checkSteve French1-1/+1
2024-03-01erofs: fix refcount on the metabuf used for inode lookupSandeep Dhavale1-14/+14
2024-03-01cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li2-0/+3
2024-03-01fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche1-1/+8
2024-03-01btrfs: defrag: avoid unnecessary defrag caused by incorrect extent sizeQu Wenruo1-1/+1
2024-03-01smb3: clarify mount warningSteve French1-1/+1
2024-03-01cifs: handle cases where multiple sessions share connectionShyam Prasad N2-1/+6
2024-03-01cifs: change tcon status when need_reconnect is set on itShyam Prasad N3-1/+14
2024-03-01smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara2-7/+14
2024-03-01fs/ntfs3: Fix oob in ntfs_listxattrEdward Adam Davis1-0/+3
2024-03-01fs/ntfs3: Update inode->i_size after success write into compressed fileKonstantin Komarov1-0/+2
2024-03-01fs/ntfs3: Fixed overflow check in mi_enum_attr()Konstantin Komarov1-1/+1
2024-03-01fs/ntfs3: Correct function is_rst_area_validKonstantin Komarov1-6/+8
2024-03-01fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov6-18/+19
2024-03-01fs/ntfs3: Prevent generic message "attempt to access beyond end of device"Konstantin Komarov2-13/+25
2024-03-01fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cacheIsm Hong1-1/+1
2024-03-01fs/ntfs3: Use kvfree to free memory allocated by kvmallocKonstantin Komarov4-7/+7
2024-03-01fs/ntfs3: Disable ATTR_LIST_ENTRY size checkKonstantin Komarov2-6/+4
2024-03-01fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()Konstantin Komarov1-8/+12
2024-03-01fs/ntfs3: ntfs3_forced_shutdown use int instead of boolKonstantin Komarov3-5/+6
2024-03-01fs/ntfs3: Implement super_operations::shutdownKonstantin Komarov7-3/+75
2024-03-01fs/ntfs3: Drop suid and sgid bits as a part of fpunchKonstantin Komarov1-0/+9
2024-03-01fs/ntfs3: Add file_modifiedKonstantin Komarov1-0/+13
2024-03-01fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"Konstantin Komarov1-1/+1