summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li2024-03-263-31/+15
* erofs: fix handling kern_mount() failureAl Viro2024-03-261-3/+4
* pstore: inode: Only d_invalidate() is neededKees Cook2024-03-261-7/+3
* pstore: inode: Convert mutex usage to guard(mutex)Kees Cook2024-03-261-45/+31
* ovl: Always reject mounting over case-insensitive directoriesGabriel Krisman Bertazi2024-03-261-3/+11
* fs/select: rework stack allocation hack for clangArnd Bergmann2024-03-261-1/+1
* fs: Fix rw_hint validationBart Van Assche2024-03-261-7/+5
* iomap: clear the per-folio dirty bits on all writeback failuresChristoph Hellwig2024-03-261-7/+11
* do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleakNikita Zhandarovich2024-03-261-1/+1
* btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserveFilipe Manana2024-03-262-1/+17
* btrfs: fix data races when accessing the reserved amount of block reservesFilipe Manana2024-03-262-13/+29
* btrfs: zoned: don't skip block group profile checks on conventional zonesJohannes Thumshirn2024-03-261-0/+9
* ceph: add ceph_cap_unlink_work to fire check_caps() immediatelyXiubo Li2024-03-263-1/+69
* ceph: always queue a writeback when revoking the Fb capsXiubo Li2024-03-261-24/+24
* erofs: apply proper VMA alignment for memory mapped files on THPGao Xiang2024-03-151-0/+1
* NFS: Fix data corruption caused by congestion.NeilBrown2024-03-061-1/+3
* efivarfs: Request at most 512 bytes for variable namesTim Schumacher2024-03-061-6/+11
* ceph: switch to corrected encoding of max_xattr_size in mdsmapXiubo Li2024-03-062-4/+9
* btrfs: send: don't issue unnecessary zero writes for trailing holeFilipe Manana2024-03-061-4/+13
* btrfs: dev-replace: properly validate device namesDavid Sterba2024-03-061-4/+20
* btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana2024-03-064-14/+14
* btrfs: fix race between ordered extent completion and fiemapFilipe Manana2024-03-061-7/+96
* afs: Fix endless loop in directory parsingDavid Howells2024-03-061-1/+3
* fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESSMark O'Donovan2024-03-021-1/+1
* afs: Increase buffer size in afs_update_volume_status()Daniil Dulov2024-03-011-2/+2
* smb3: add missing null server pointer checkSteve French2024-03-011-1/+1
* erofs: fix refcount on the metabuf used for inode lookupSandeep Dhavale2024-03-011-14/+14
* cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li2024-03-012-0/+3
* fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche2024-03-011-1/+8
* btrfs: defrag: avoid unnecessary defrag caused by incorrect extent sizeQu Wenruo2024-03-011-1/+1
* smb3: clarify mount warningSteve French2024-03-011-1/+1
* cifs: handle cases where multiple sessions share connectionShyam Prasad N2024-03-012-1/+6
* cifs: change tcon status when need_reconnect is set on itShyam Prasad N2024-03-013-1/+14
* smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara2024-03-012-7/+14
* ceph: always check dir caps asynchronouslyXiubo Li2024-03-014-14/+5
* fs/ntfs3: Fix oob in ntfs_listxattrEdward Adam Davis2024-03-011-0/+3
* fs/ntfs3: Update inode->i_size after success write into compressed fileKonstantin Komarov2024-03-011-0/+2
* fs/ntfs3: Fixed overflow check in mi_enum_attr()Konstantin Komarov2024-03-011-1/+1
* fs/ntfs3: Correct function is_rst_area_validKonstantin Komarov2024-03-011-6/+8
* fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov2024-03-016-18/+19
* fs/ntfs3: Prevent generic message "attempt to access beyond end of device"Konstantin Komarov2024-03-012-13/+25
* fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cacheIsm Hong2024-03-011-1/+1
* fs/ntfs3: Use kvfree to free memory allocated by kvmallocKonstantin Komarov2024-03-014-7/+7
* fs/ntfs3: Disable ATTR_LIST_ENTRY size checkKonstantin Komarov2024-03-012-6/+4
* fs/ntfs3: Fix c/mtime typoKonstantin Komarov2024-03-011-1/+1
* fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()Konstantin Komarov2024-03-011-8/+12
* fs/ntfs3: Add and fix commentsKonstantin Komarov2024-03-014-4/+6
* fs/ntfs3: ntfs3_forced_shutdown use int instead of boolKonstantin Komarov2024-03-013-5/+6
* fs/ntfs3: Implement super_operations::shutdownKonstantin Komarov2024-03-017-3/+75
* fs/ntfs3: Drop suid and sgid bits as a part of fpunchKonstantin Komarov2024-03-011-0/+9