summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-09-03ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-freeBaokun Li
2024-09-03ext4: aovid use-after-free in ext4_ext_insert_extent()Baokun Li
2024-09-03ext4: update orig_path in ext4_find_extent()Baokun Li
2024-09-03ext4: avoid use-after-free in ext4_ext_show_leaf()Baokun Li
2024-09-03ext4: fix slab-use-after-free in ext4_split_extent_at()Baokun Li
2024-09-03ext4: prevent partial update of the extents pathBaokun Li
2024-09-03ext4: refactor ext4_ext_rm_idx() to index 'path'Baokun Li
2024-09-03ext4: avoid OOB when system.data xattr changes underneath the filesystemThadeu Lima de Souza Cascardo
2024-09-03ext4: explicitly exit when ext4_find_inline_entry returns an errorThadeu Lima de Souza Cascardo
2024-09-03ext4: return error on ext4_find_inline_entryThadeu Lima de Souza Cascardo
2024-09-03ext4: ext4_search_dir should return a proper errorThadeu Lima de Souza Cascardo
2024-09-03ext4: check buffer_verified in advance to avoid unneeded ext4_get_group_info()Kemeng Shi
2024-09-03ext4: remove unneeded NULL check of buffer_head in ext4_mark_inode_used()Kemeng Shi
2024-09-03ext4: move checksum length calculation of inode bitmap into ext4_inode_bitmap...Kemeng Shi
2024-09-03ext4: remove dead check in __ext4_new_inode()Kemeng Shi
2024-09-03ext4: avoid negative min_clusters in find_group_orlov()Kemeng Shi
2024-09-03ext4: avoid potential buffer_head leak in __ext4_new_inode()Kemeng Shi
2024-09-03ext4: avoid buffer_head leak in ext4_mark_inode_used()Kemeng Shi
2024-09-03bcachefs: BCH_SB_MEMBER_INVALIDKent Overstreet
2024-09-03Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-09-03btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana
2024-09-03unicode: Fix utf8_load() error pathAndré Almeida
2024-09-03netfs, cifs: Improve some debugging bitsDavid Howells
2024-09-03cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3David Howells
2024-09-03cifs: Fix zero_point init on inode initialisationDavid Howells
2024-09-03smb: client: fix double put of @cfile in smb2_set_path_size()Paulo Alcantara
2024-09-03smb: client: fix double put of @cfile in smb2_rename_path()Paulo Alcantara
2024-09-03fs/ntfs3: Rename ntfs3_setattr into ntfs_setattrKonstantin Komarov
2024-09-03fs/ntfs3: Replace fsparam_flag_no -> fsparam_flagKonstantin Komarov
2024-09-03fs/ntfs3: Add support for the compression attributeKonstantin Komarov
2024-09-03fs/ntfs3: Implement fallocate for compressed filesKonstantin Komarov
2024-09-03fs/ntfs3: Make checks in run_unpack more clearKonstantin Komarov
2024-09-03fs/ntfs3: Add rough attr alloc_size checkKonstantin Komarov
2024-09-03fs/ntfs3: Stale inode instead of badKonstantin Komarov
2024-09-03fs/ntfs3: Refactor enum_rstbl to suppress static checkerKonstantin Komarov
2024-09-03fs/ntfs3: Fix sparse warning in ni_fiemapKonstantin Komarov
2024-09-03fs/ntfs3: Fix warning possible deadlock in ntfs_set_stateKonstantin Komarov
2024-09-03fs/ntfs3: Fix sparse warning for bigendianKonstantin Komarov
2024-09-03fs/ntfs3: Separete common code for file_read/write iter/spliceKonstantin Komarov
2024-09-03fs/ntfs3: Optimize large writes into sparse fileKonstantin Komarov
2024-09-03fs/ntfs3: Do not call file_modified if collapse range failedKonstantin Komarov
2024-09-03fs/ntfs3: Check if more than chunk-size bytes are writtenAndrew Ballance
2024-09-03ntfs3: Add bounds checking to mi_enum_attr()lei lu
2024-09-03fs/ntfs3: Use swap() to improve codeThorsten Blum
2024-09-03iomap: make zero range flush conditional on unwritten mappingsBrian Foster
2024-09-03iomap: fix handling of dirty folios over unwritten extentsBrian Foster
2024-09-03iomap: add a private argument for iomap_file_buffered_writeJosef Bacik
2024-09-03iomap: remove set_memor_ro() on zero pageLuis Chamberlain
2024-09-03xfs: enable block size larger than page size supportPankaj Raghav
2024-09-03xfs: ensure st_blocks never goes to zero during COW writesChristoph Hellwig