aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-09-03ext4: avoid use-after-free in ext4_ext_show_leaf()Baokun Li1-5/+4
2024-09-03ext4: fix slab-use-after-free in ext4_split_extent_at()Baokun Li1-1/+20
2024-09-03ext4: prevent partial update of the extents pathBaokun Li1-4/+27
2024-09-03ext4: refactor ext4_ext_rm_idx() to index 'path'Baokun Li1-17/+15
2024-09-03ext4: avoid OOB when system.data xattr changes underneath the filesystemThadeu Lima de Souza Cascardo1-10/+21
2024-09-03ext4: explicitly exit when ext4_find_inline_entry returns an errorThadeu Lima de Souza Cascardo1-1/+1
2024-09-03ext4: return error on ext4_find_inline_entryThadeu Lima de Souza Cascardo1-3/+7
2024-09-03ext4: ext4_search_dir should return a proper errorThadeu Lima de Souza Cascardo1-5/+7
2024-09-03ext4: check buffer_verified in advance to avoid unneeded ext4_get_group_info()Kemeng Shi1-2/+2
2024-09-03ext4: remove unneeded NULL check of buffer_head in ext4_mark_inode_used()Kemeng Shi1-1/+1
2024-09-03ext4: move checksum length calculation of inode bitmap into ext4_inode_bitmap...Kemeng Shi4-14/+13
2024-09-03ext4: remove dead check in __ext4_new_inode()Kemeng Shi1-3/+0
2024-09-03ext4: avoid negative min_clusters in find_group_orlov()Kemeng Shi1-0/+2
2024-09-03ext4: avoid potential buffer_head leak in __ext4_new_inode()Kemeng Shi1-3/+4
2024-09-03ext4: avoid buffer_head leak in ext4_mark_inode_used()Kemeng Shi1-2/+3
2024-09-03bcachefs: BCH_SB_MEMBER_INVALIDKent Overstreet3-2/+9
2024-09-03Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-9/+26
2024-09-03btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana4-16/+16
2024-09-03netfs, cifs: Improve some debugging bitsDavid Howells2-4/+6
2024-09-03cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3David Howells1-8/+46
2024-09-03cifs: Fix zero_point init on inode initialisationDavid Howells1-0/+2
2024-09-03smb: client: fix double put of @cfile in smb2_set_path_size()Paulo Alcantara1-0/+1
2024-09-03smb: client: fix double put of @cfile in smb2_rename_path()Paulo Alcantara1-0/+2
2024-09-03fs/ntfs3: Rename ntfs3_setattr into ntfs_setattrKonstantin Komarov5-10/+10
2024-09-03fs/ntfs3: Replace fsparam_flag_no -> fsparam_flagKonstantin Komarov1-27/+27
2024-09-03fs/ntfs3: Add support for the compression attributeKonstantin Komarov4-1/+156
2024-09-03fs/ntfs3: Implement fallocate for compressed filesKonstantin Komarov2-11/+17
2024-09-03fs/ntfs3: Make checks in run_unpack more clearKonstantin Komarov1-3/+5
2024-09-03fs/ntfs3: Add rough attr alloc_size checkKonstantin Komarov1-0/+3
2024-09-03fs/ntfs3: Stale inode instead of badKonstantin Komarov1-3/+7
2024-09-03fs/ntfs3: Refactor enum_rstbl to suppress static checkerKonstantin Komarov1-2/+17
2024-09-03fs/ntfs3: Fix sparse warning in ni_fiemapKonstantin Komarov1-13/+8
2024-09-03fs/ntfs3: Fix warning possible deadlock in ntfs_set_stateKonstantin Komarov1-1/+1
2024-09-03fs/ntfs3: Fix sparse warning for bigendianKonstantin Komarov1-2/+1
2024-09-03fs/ntfs3: Separete common code for file_read/write iter/spliceKonstantin Komarov1-40/+76
2024-09-03fs/ntfs3: Optimize large writes into sparse fileKonstantin Komarov1-0/+36
2024-09-03fs/ntfs3: Do not call file_modified if collapse range failedKonstantin Komarov1-1/+3
2024-09-03fs/ntfs3: Check if more than chunk-size bytes are writtenAndrew Ballance1-0/+3
2024-09-03ntfs3: Add bounds checking to mi_enum_attr()lei lu1-13/+10
2024-09-03fs/ntfs3: Use swap() to improve codeThorsten Blum1-2/+1
2024-09-03iomap: make zero range flush conditional on unwritten mappingsBrian Foster1-9/+54
2024-09-03iomap: fix handling of dirty folios over unwritten extentsBrian Foster2-10/+10
2024-09-03iomap: add a private argument for iomap_file_buffered_writeJosef Bacik4-4/+5
2024-09-03iomap: remove set_memor_ro() on zero pageLuis Chamberlain1-3/+0
2024-09-03xfs: enable block size larger than page size supportPankaj Raghav5-11/+32
2024-09-03xfs: ensure st_blocks never goes to zero during COW writesChristoph Hellwig2-0/+18
2024-09-03xfs: use xas_for_each_marked in xfs_reclaim_inodes_countChristoph Hellwig2-29/+9
2024-09-03xfs: convert perag lookup to xarrayChristoph Hellwig4-52/+35
2024-09-03xfs: simplify tagged perag iterationChristoph Hellwig2-40/+35
2024-09-03xfs: move the tagged perag lookup helpers to xfs_icache.cChristoph Hellwig3-62/+58