summaryrefslogtreecommitdiffstats
path: root/fs/ext2
AgeCommit message (Expand)AuthorLines
2025-07-28Merge tag 'fs_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+11
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+4
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-5/+7
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen-5/+6
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner-4/+4
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)-1/+1
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes-5/+7
2025-06-13ext2: Handle fiemap on empty files to prevent EINVALWei Gao-1/+11
2025-04-29ext2: Deprecate DAXJan Kara-1/+2
2025-03-31Merge tag 'fs_for_v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-262/+334
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown-4/+5
2025-02-26ext2: Make ext2_params_spec staticJan Kara-1/+1
2025-02-24ext2: create ext2_msg_fc for use during parsingEric Sandeen-13/+37
2025-02-24ext2: convert to the new mount APIEric Sandeen-262/+310
2025-02-14ext2: Remove reference to bh->b_pageMatthew Wilcox (Oracle)-1/+1
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-3/+25
2024-09-09ext2: store cookie in private dataChristian Brauner-3/+25
2024-08-07buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)-1/+1
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)-2/+2
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)-2/+2
2024-08-07buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)-1/+1
2024-06-26ext2: Verify bitmap and itable block numbers before using themJan Kara-2/+9
2024-05-03ext2: Remove LEGACY_DIRECT_IO dependencyRitesh Harjani (IBM)-1/+0
2024-04-23ext2: Remove call to folio_set_error()Matthew Wilcox (Oracle)-1/+0
2024-04-04ext2: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodRitesh Harjani (IBM)-3/+7
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+16
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds-2/+1
2024-03-05ext2: remove SLAB_MEM_SPREAD flag usageChengming Zhou-2/+1
2024-02-22ext2: mark as deprecatedMichael Opdenacker-4/+11
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara-2/+2
2024-01-23ext2: Remove GFP_NOFS use in ext2_xattr_cache_insert()Jan Kara-1/+1
2024-01-23ext2: Drop GFP_NOFS use in ext2_get_blocks()Jan Kara-1/+1
2024-01-23ext2: Drop GFP_NOFS allocation from ext2_init_block_alloc_info()Jan Kara-1/+1
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-5/+6
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)-1/+1
2023-11-25ext2: Avoid reading renamed directory if parent does not changeJan Kara-5/+6
2023-11-22ext2: Fix ki_pos update for DIO buffered-io fallback caseRitesh Harjani (IBM)-1/+0
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds-0/+1
2023-11-02Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-137/+132
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-12/+11
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein-0/+1
2023-10-25ext2: Convert ext2_prepare_chunk and ext2_commit_chunk to foliosMatthew Wilcox (Oracle)-15/+14
2023-10-25ext2: Convert ext2_make_empty() to use a folioMatthew Wilcox (Oracle)-8/+8
2023-10-25ext2: Convert ext2_unlink() and ext2_rename() to use foliosMatthew Wilcox (Oracle)-75/+55
2023-10-25ext2: Convert ext2_delete_entry() to use foliosMatthew Wilcox (Oracle)-13/+17
2023-10-25ext2: Convert ext2_empty_dir() to use a folioMatthew Wilcox (Oracle)-5/+5
2023-10-25ext2: Convert ext2_add_link() to use a folioMatthew Wilcox (Oracle)-12/+12
2023-10-25ext2: Convert ext2_readdir to use a folioMatthew Wilcox (Oracle)-5/+5
2023-10-25ext2: Add ext2_get_folio()Matthew Wilcox (Oracle)-12/+24
2023-10-25ext2: Convert ext2_check_page to ext2_check_folioMatthew Wilcox (Oracle)-14/+14