summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-06-27ext4: make ext4_insert_delayed_block() insert multi-blocksZhang Yi
2024-06-27ext4: factor out a helper to check the cluster allocation stateZhang Yi
2024-06-27ext4: make ext4_da_reserve_space() reserve multi-clustersZhang Yi
2024-06-27ext4: make ext4_es_insert_delayed_block() insert multi-blocksZhang Yi
2024-06-27ext4: drop iblock parameterZhang Yi
2024-06-27ext4: trim delalloc extentZhang Yi
2024-06-27ext4: warn if delalloc counters are not zero on inactiveZhang Yi
2024-06-27ext4: check the extent status again before inserting delalloc blockZhang Yi
2024-06-27ext4: factor out a common helper to query extent mapZhang Yi
2024-06-27Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-06-27Merge tag 'for-6.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-27vfs: rename parent_ino to d_parent_ino and make it use RCUMateusz Guzik
2024-06-27vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)Mateusz Guzik
2024-06-27stat: use vfs_empty_path() helperChristian Brauner
2024-06-27fs: reflow may_create_in_sticky()Christian Brauner
2024-06-27ext4: fix infinite loop when replaying fast_commitLuis Henriques (SUSE)
2024-06-27jbd2: remove unnecessary "should_sleep" in kjournald2Kemeng Shi
2024-06-27jbd2: remove dead check of JBD2_UNMOUNT in kjournald2Kemeng Shi
2024-06-27jbd2: remove dead equality check of j_commit_[sequence/request] in kjournald2Kemeng Shi
2024-06-27jbd2: use bh_in instead of jh2bh(jh_in) to simplify codeKemeng Shi
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