summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-08-14btrfs: fix double inode unlock for direct IO sync writesFilipe Manana
2024-08-14xfs: fix log recovery buffer allocation for the legacy h_size fixupChristoph Hellwig
2024-08-14btrfs: fix corruption after buffer fault in during direct IO append writeFilipe Manana
2024-08-14btrfs: avoid using fixed char array size for tree namesQu Wenruo
2024-08-14smb3: fix setting SecurityFlags when encryption is requiredSteve French
2024-08-14ext4: fix wrong unit use in ext4_mb_find_by_goalKemeng Shi
2024-08-14jbd2: avoid memleak in jbd2_journal_write_metadata_bufferKemeng Shi
2024-08-14ext4: fix uninitialized variable in ext4_inlinedir_to_treeXiaxi Shen
2024-08-14btrfs: fix bitmap leak when loading free space cache on duplicate entryFilipe Manana
2024-08-14udf: prevent integer overflow in udf_bitmap_free_blocks()Roman Smirnov
2024-08-11protect the fetch of ->fd[fd] in do_dup2() from mispredictionsAl Viro
2024-08-11btrfs: zoned: fix zone_unusable accounting on making block group read-write a...Naohiro Aota
2024-08-11f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is validJaegeuk Kim
2024-08-11f2fs: fix to avoid use SSR allocate when do defragmentZhiguo Niu
2024-08-11ext4: check the extent status again before inserting delalloc blockZhang Yi
2024-08-11ext4: factor out a common helper to query extent mapZhang Yi
2024-08-11ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi
2024-08-11ext4: refactor ext4_da_map_blocks()Zhang Yi
2024-08-11ext4: make ext4_es_insert_extent() return voidBaokun Li
2024-08-11sysctl: always initialize i_uid/i_gidThomas Weißschuh
2024-08-11sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh
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