summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-08-03fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNTSeth Forshee (DigitalOcean)
2024-08-03ceph: fix incorrect kmalloc size of pagevec mempoolethanwu
2024-08-03f2fs: fix to update user block counts in block_operations()Chao Yu
2024-08-03f2fs: fix start segno of large sectionSheng Yong
2024-08-03jfs: Fix array-index-out-of-bounds in diFreeJeongjun Park
2024-08-03nilfs2: handle inconsistent state in nilfs_btnode_create_block()Ryusuke Konishi
2024-08-03f2fs: fix return value of f2fs_convert_inline_inode()Chao Yu
2024-08-03f2fs: fix to don't dirty inode for readonly filesystemChao Yu
2024-08-03f2fs: fix to force buffered IO on inline_data inodeChao Yu
2024-08-03fs/ntfs3: Update log->page_{mask,bits} if log->page_size changedHuacai Chen
2024-08-03jbd2: make jbd2_journal_get_max_txn_bufs() internalJan Kara
2024-08-03ext4: make sure the first directory block is not a holeBaokun Li
2024-08-03ext4: check dot and dotdot of dx_root before making dir indexedBaokun Li
2024-08-03udf: Avoid using corrupted block bitmap bufferJan Kara
2024-08-03cifs: mount with "unix" mount option for SMB1 incorrectly handledSteve French
2024-08-03cifs: fix reconnect with SMB1 UNIX ExtensionsSteve French
2024-08-03cifs: fix potential null pointer use in destroy_workqueue in init_cifs error ...Steve French
2024-08-03ext2: Verify bitmap and itable block numbers before using themJan Kara
2024-08-03hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode()Chao Yu
2024-08-03fuse: verify {g,u}id mount options correctlyEric Sandeen
2024-08-03fs/ntfs3: Keep runs for $MFT::$ATTR_DATA and $MFT::$ATTR_BITMAPKonstantin Komarov
2024-08-03fs/ntfs3: Missed error returnKonstantin Komarov
2024-08-03nilfs2: avoid undefined behavior in nilfs_cnt32_ge macroRyusuke Konishi
2024-08-03fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THPDavid Hildenbrand
2024-08-03fs/ntfs3: Fix field-spanning write in INDEX_HDRKonstantin Komarov
2024-08-03fs/ntfs3: Replace inode_trylock with inode_lockKonstantin Komarov
2024-08-03fs/ntfs3: Add missing .dirty_folio in address_space_operationsKonstantin Komarov
2024-08-03fs/ntfs3: Fix getting file typeKonstantin Komarov
2024-08-03fs/ntfs3: Missed NI_FLAG_UPDATE_PARENT settingKonstantin Komarov
2024-08-03fs/ntfs3: Fix transform resident to nonresident for compressed filesKonstantin Komarov
2024-08-03fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNITKonstantin Komarov
2024-08-03fs/ntfs3: Use ALIGN kernel macroKonstantin Komarov
2024-08-03ext4: avoid writing unitialized memory to disk in EA inodesJan Kara
2024-08-03ext4: don't track ranges in fast_commit if inode has inlined dataLuis Henriques (SUSE)
2024-08-03NFSv4.1 another fix for EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia
2024-08-03ext4: fix infinite loop when replaying fast_commitLuis Henriques (SUSE)
2024-08-03kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook
2024-08-03kernfs: fix all kernel-doc warnings and multiple typosRandy Dunlap
2024-08-03hfsplus: fix to avoid false alarm of circular lockingChao Yu
2024-07-27btrfs: do not BUG_ON on failure to get dir index for new snapshotFilipe Manana
2024-07-27filelock: Fix fcntl/close race recovery compat pathJann Horn
2024-07-27fs/ntfs3: Validate ff offsetlei lu
2024-07-27jfs: don't walk off the end of ealistlei lu
2024-07-27ocfs2: add bounds checking to ocfs2_check_dir_entry()lei lu
2024-07-27f2fs: avoid dead loop in f2fs_issue_checkpoint()Chao Yu
2024-07-25cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()Baokun Li
2024-07-25cachefiles: fix slab-use-after-free in fscache_withdraw_volume()Baokun Li
2024-07-25netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()Baokun Li
2024-07-25cifs: fix noisy message on copy_file_rangeSteve French
2024-07-25hfsplus: fix uninit-value in copy_nameEdward Adam Davis