summaryrefslogtreecommitdiff
path: root/fs/ext2
AgeCommit message (Expand)Author
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
2023-08-16ext2: dump current reservation window infoYe Bin
2023-08-16ext2: fix race between setxattr and write backYe Bin
2023-08-16ext2: introduce new flags argument for ext2_new_blocks()Ye Bin
2023-08-16ext2: remove ext2_new_block()Ye Bin
2023-08-16ext2: fix datatype of block number in ext2_xattr_set2()Georg Ottinger
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig
2023-07-13ext2: convert to ctime accessor functionsJeff Layton
2023-07-03ext2: remove redundant assignment to variable desc and variable best_descColin Ian King
2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-13ext2: Drop fragment supportJan Kara
2023-05-29ext2_find_entry()/ext2_dotdot(): callers don't need page_addr anymoreAl Viro
2023-05-29ext2_{set_link,delete_entry}(): don't bother with page_addrAl Viro
2023-05-29ext2_put_page(): accept any pointer within the pageAl Viro
2023-05-29ext2_get_page(): saner typeAl Viro
2023-05-29ext2: use offset_in_page() instead of open-coding it as subtractionAl Viro
2023-05-29ext2_rename(): set_link and delete_entry may failAl Viro
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-05-16ext2: Add direct-io trace pointsRitesh Harjani (IBM)
2023-05-16ext2: Move direct-io to use iomapRitesh Harjani (IBM)
2023-05-16ext2: Use generic_buffers_fsync() implementationRitesh Harjani (IBM)
2023-05-16ext2/dax: Fix ext2_setsize when len is page alignedRitesh Harjani (IBM)
2023-04-26Merge tag 'fs_for_v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-03-21ext2: remove redundant assignment to pointer endColin Ian King