summaryrefslogtreecommitdiff
path: root/fs/ext2
AgeCommit message (Expand)Author
2025-03-31Merge tag 'fs_for_v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-26ext2: Make ext2_params_spec staticJan Kara
2025-02-24ext2: create ext2_msg_fc for use during parsingEric Sandeen
2025-02-24ext2: convert to the new mount APIEric Sandeen
2025-02-14ext2: Remove reference to bh->b_pageMatthew Wilcox (Oracle)
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-09ext2: store cookie in private dataChristian Brauner
2024-08-07buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)
2024-08-07buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)
2024-06-26ext2: Verify bitmap and itable block numbers before using themJan Kara
2024-05-03ext2: Remove LEGACY_DIRECT_IO dependencyRitesh Harjani (IBM)
2024-04-23ext2: Remove call to folio_set_error()Matthew Wilcox (Oracle)
2024-04-04ext2: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodRitesh Harjani (IBM)
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-03-05ext2: remove SLAB_MEM_SPREAD flag usageChengming Zhou
2024-02-22ext2: mark as deprecatedMichael Opdenacker
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara
2024-01-23ext2: Remove GFP_NOFS use in ext2_xattr_cache_insert()Jan Kara
2024-01-23ext2: Drop GFP_NOFS use in ext2_get_blocks()Jan Kara
2024-01-23ext2: Drop GFP_NOFS allocation from ext2_init_block_alloc_info()Jan Kara
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
2023-11-25ext2: Avoid reading renamed directory if parent does not changeJan Kara
2023-11-22ext2: Fix ki_pos update for DIO buffered-io fallback caseRitesh Harjani (IBM)
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-11-02Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein
2023-10-25ext2: Convert ext2_prepare_chunk and ext2_commit_chunk to foliosMatthew Wilcox (Oracle)
2023-10-25ext2: Convert ext2_make_empty() to use a folioMatthew Wilcox (Oracle)
2023-10-25ext2: Convert ext2_unlink() and ext2_rename() to use foliosMatthew Wilcox (Oracle)
2023-10-25ext2: Convert ext2_delete_entry() to use foliosMatthew Wilcox (Oracle)
2023-10-25ext2: Convert ext2_empty_dir() to use a folioMatthew Wilcox (Oracle)
2023-10-25ext2: Convert ext2_add_link() to use a folioMatthew Wilcox (Oracle)
2023-10-25ext2: Convert ext2_readdir to use a folioMatthew Wilcox (Oracle)
2023-10-25ext2: Add ext2_get_folio()Matthew Wilcox (Oracle)
2023-10-25ext2: Convert ext2_check_page to ext2_check_folioMatthew Wilcox (Oracle)
2023-10-18ext2: convert to new timestamp accessorsJeff Layton
2023-10-09ext2: move ext2_xattr_handlers and ext2_xattr_handler_map to .rodataWedson Almeida Filho
2023-08-30Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)
2023-08-21ext2: Fix kernel-doc warningsMatthew Wilcox (Oracle)
2023-08-18ext2: improve consistency of ext2_fsblk_t datatype usageGeorg Ottinger