summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-06-27jbd2: remove unneeded kmap to do escape in jbd2_journal_write_metadata_bufferKemeng Shi
2024-06-27jbd2: jump to new copy_done tag when b_frozen_data is created concurrentlyKemeng Shi
2024-06-27jbd2: remove unnedded "need_copy_out" in jbd2_journal_write_metadata_bufferKemeng Shi
2024-06-27jbd2: remove unused return info from jbd2_journal_write_metadata_bufferKemeng Shi
2024-06-27jbd2: avoid memleak in jbd2_journal_write_metadata_bufferKemeng Shi
2024-06-27ext4: fix uninitialized variable in ext4_inlinedir_to_treeXiaxi Shen
2024-06-27jfs: don't walk off the end of ealistlei lu
2024-06-27jbd2: use str_plural() to fix Coccinelle warningThorsten Blum
2024-06-27ext4: block_validity: Remove unnecessary ‘NULL’ values from new_nodeLi zeming
2024-06-26jfs: Fix shift-out-of-bounds in dbDiscardAGPei Li
2024-06-26jfs: Fix array-index-out-of-bounds in diFreeJeongjun Park
2024-06-26jfs: fix null ptr deref in dtInsertEntryEdward Adam Davis
2024-06-26fs/ntfs3: Fix field-spanning write in INDEX_HDRKonstantin Komarov
2024-06-26ntfs3: Convert attr_wof_frame_info() to use a folioMatthew Wilcox (Oracle)
2024-06-26ntfs3: Convert ni_readpage_cmpr() to take a folioMatthew Wilcox (Oracle)
2024-06-26ntfs3: Convert ntfs_get_frame_pages() to use a folioMatthew Wilcox (Oracle)
2024-06-26ntfs3: Remove calls to set/clear the error flagMatthew Wilcox (Oracle)
2024-06-26ntfs3: Convert attr_make_nonresident to use a folioMatthew Wilcox (Oracle)
2024-06-26ntfs3: Convert attr_data_write_resident to use a folioMatthew Wilcox (Oracle)
2024-06-26ntfs3: Convert ntfs_write_end() to work on a folioMatthew Wilcox (Oracle)
2024-06-26ntfs3: Convert attr_data_read_resident() to take a folioMatthew Wilcox (Oracle)
2024-06-26ntfs3: Convert ntfs_write_begin to use a folioMatthew Wilcox (Oracle)
2024-06-26ntfs3: Convert ntfs_read_folio to use a folioMatthew Wilcox (Oracle)
2024-06-26fs/ntfs3: Drop stray '\' (backslash) in formatting stringAndy Shevchenko
2024-06-26fs/ntfs3: Add some commentsKonstantin Komarov
2024-06-26fs/ntfs3: Rename variablesKonstantin Komarov
2024-06-26fs/ntfs3: Add a check for attr_names and oatblKonstantin Komarov
2024-06-26fs/ntfs3: Validate ff offsetlei lu
2024-06-26fs/ntfs3: Correct undo if ntfs_create_inode failedKonstantin Komarov
2024-06-26fs/ntfs3: One more reason to mark inode badKonstantin Komarov
2024-06-26fs/ntfs3: Replace inode_trylock with inode_lockKonstantin Komarov
2024-06-26fs/ntfs3: Fix attr_insert_range at end of fileKonstantin Komarov
2024-06-26netfs: Fix netfs_page_mkwrite() to flush conflicting data, not waitDavid Howells
2024-06-26netfs: Fix netfs_page_mkwrite() to check folio->mapping is validDavid Howells
2024-06-26netfs: Delete some xarray-wangling functions that aren't usedDavid Howells
2024-06-26netfs: Fix early issue of write op on partial write to folio tailDavid Howells
2024-06-26netfs: Fix io_uring based write-throughDavid Howells
2024-06-26ext2: Verify bitmap and itable block numbers before using themJan Kara
2024-06-26udf: prevent integer overflow in udf_bitmap_free_blocks()Roman Smirnov
2024-06-26udf: Avoid excessive partition lengthsJan Kara
2024-06-26udf: Drop load_block_bitmap() wrapperJan Kara
2024-06-26udf: Avoid using corrupted block bitmap bufferJan Kara
2024-06-26erofs: convert to use super_set_uuid to support for FS_IOC_GETFSUUIDHuang Xiaojia
2024-06-26erofs: fix possible memory leak in z_erofs_gbuf_exit()Sandeep Dhavale
2024-06-26xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fsDarrick J. Wong
2024-06-26xfs: fix direction in XFS_IOC_EXCHANGE_RANGEDarrick J. Wong
2024-06-26xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong
2024-06-26xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong
2024-06-26xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig
2024-06-25bcachefs: Fix kmalloc bug in __snapshot_t_mutPei Li