summaryrefslogtreecommitdiff
path: root/fs/ext2
AgeCommit message (Expand)AuthorFilesLines
5 daysext2: Handle fiemap on empty files to prevent EINVALWei Gao1-1/+11
2025-03-31Merge tag 'fs_for_v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-262/+334
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+5
2025-02-26ext2: Make ext2_params_spec staticJan Kara1-1/+1
2025-02-24ext2: create ext2_msg_fc for use during parsingEric Sandeen1-13/+37
2025-02-24ext2: convert to the new mount APIEric Sandeen2-262/+310
2025-02-14ext2: Remove reference to bh->b_pageMatthew Wilcox (Oracle)1-1/+1
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-3/+25
2024-09-09ext2: store cookie in private dataChristian Brauner1-3/+25
2024-08-07buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-08-07buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-06-26ext2: Verify bitmap and itable block numbers before using themJan Kara1-2/+9
2024-05-03ext2: Remove LEGACY_DIRECT_IO dependencyRitesh Harjani (IBM)1-1/+0
2024-04-23ext2: Remove call to folio_set_error()Matthew Wilcox (Oracle)1-1/+0
2024-04-04ext2: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodRitesh Harjani (IBM)2-3/+7
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-9/+16
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-2/+1
2024-03-05ext2: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-2/+1
2024-02-22ext2: mark as deprecatedMichael Opdenacker1-4/+11
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara2-2/+2
2024-01-23ext2: Remove GFP_NOFS use in ext2_xattr_cache_insert()Jan Kara1-1/+1
2024-01-23ext2: Drop GFP_NOFS use in ext2_get_blocks()Jan Kara1-1/+1
2024-01-23ext2: Drop GFP_NOFS allocation from ext2_init_block_alloc_info()Jan Kara1-1/+1
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-5/+6
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-1/+1
2023-11-25ext2: Avoid reading renamed directory if parent does not changeJan Kara1-5/+6
2023-11-22ext2: Fix ki_pos update for DIO buffered-io fallback caseRitesh Harjani (IBM)1-1/+0
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+1
2023-11-02Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-137/+132
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds4-12/+11
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+1
2023-10-25ext2: Convert ext2_prepare_chunk and ext2_commit_chunk to foliosMatthew Wilcox (Oracle)1-15/+14
2023-10-25ext2: Convert ext2_make_empty() to use a folioMatthew Wilcox (Oracle)1-8/+8
2023-10-25ext2: Convert ext2_unlink() and ext2_rename() to use foliosMatthew Wilcox (Oracle)3-75/+55
2023-10-25ext2: Convert ext2_delete_entry() to use foliosMatthew Wilcox (Oracle)1-13/+17
2023-10-25ext2: Convert ext2_empty_dir() to use a folioMatthew Wilcox (Oracle)1-5/+5
2023-10-25ext2: Convert ext2_add_link() to use a folioMatthew Wilcox (Oracle)1-12/+12
2023-10-25ext2: Convert ext2_readdir to use a folioMatthew Wilcox (Oracle)1-5/+5
2023-10-25ext2: Add ext2_get_folio()Matthew Wilcox (Oracle)1-12/+24
2023-10-25ext2: Convert ext2_check_page to ext2_check_folioMatthew Wilcox (Oracle)1-14/+14
2023-10-18ext2: convert to new timestamp accessorsJeff Layton4-12/+11
2023-10-09ext2: move ext2_xattr_handlers and ext2_xattr_handler_map to .rodataWedson Almeida Filho2-3/+3
2023-08-30Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-93/+91
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+1
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)1-1/+1
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)1-2/+0
2023-08-21ext2: Fix kernel-doc warningsMatthew Wilcox (Oracle)2-61/+56