summaryrefslogtreecommitdiff
path: root/fs/ufs
AgeCommit message (Expand)Author
2024-11-12ufs: ufs_sb_private_info: remove unused s_{2,3}apb fieldsAgathe Porte
2024-10-18ufs: Convert ufs_change_blocknr() to take a folioMatthew Wilcox (Oracle)
2024-10-18ufs: Pass a folio to ufs_new_fragments()Matthew Wilcox (Oracle)
2024-10-18ufs: Convert ufs_inode_getfrag() to take a folioMatthew Wilcox (Oracle)
2024-10-18ufs: Convert ufs_extend_tail() to take a folioMatthew Wilcox (Oracle)
2024-10-18ufs: Convert ufs_inode_getblock() to take a folioMatthew Wilcox (Oracle)
2024-10-18ufs: take the handling of free block counters into a helperAl Viro
2024-10-18clean ufs_trunc_direct() up a bit...Al Viro
2024-10-18ufs: get rid of ubh_{ubhcpymem,memcpyubh}()Al Viro
2024-10-18ufs_inode_getfrag(): remove junk commentAl Viro
2024-10-18ufs_free_fragments(): fix the braino in sanity checkAl Viro
2024-10-18ufs_clusteracct(): switch to passing fragment numberAl Viro
2024-10-18ufs: untangle ubh_...block...(), part 3Al Viro
2024-10-18ufs: untangle ubh_...block...(), part 2Al Viro
2024-10-18ufs: untangle ubh_...block...() macros, part 1Al Viro
2024-10-18ufs: fix ufs_read_cylinder() failure handlingAl Viro
2024-10-18ufs: missing ->splice_write()Al Viro
2024-10-18ufs: fix handling of delete_entry and set_link failuresAl Viro
2024-10-02ufs_rename(): fix bogus argument of folio_release_kmap()Al Viro
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-12ufs: 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-08-07ufs: Convert directory handling to kmap_localMatthew Wilcox (Oracle)
2024-08-07ufs; Convert ufs_commit_chunk() to take a folioMatthew Wilcox (Oracle)
2024-08-07ufs: Convert ufs_prepare_chunk() to take a folioMatthew Wilcox (Oracle)
2024-08-07ufs: Convert ufs_make_empty() to use a folioMatthew Wilcox (Oracle)
2024-08-07ufs: Convert ufs_delete_entry() to work on a folioMatthew Wilcox (Oracle)
2024-08-07ufs: Convert ufs_set_link() and ufss_dotdot() to take a folioMatthew Wilcox (Oracle)
2024-08-07ufs: Convert ufs_find_entry() to take a folioMatthew Wilcox (Oracle)
2024-08-07ufs: Convert ufs_check_page() to ufs_check_folio()Matthew Wilcox (Oracle)
2024-08-07ufs: Convert ufs_get_page() to ufs_get_folio()Matthew Wilcox (Oracle)
2024-08-07ufs: Convert ufs_get_page() to use a folioMatthew Wilcox (Oracle)
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-07-04fs: ufs: add MODULE_DESCRIPTION()Jeff Johnson
2024-05-31ufs: Remove call to set the folio error flagMatthew Wilcox (Oracle)
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-12-29ufs: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-13fix ufs_get_locked_folio() breakageAl Viro
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 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)
2023-10-25ufs: remove ufs_get_locked_page()Matthew Wilcox (Oracle)
2023-10-25ufs: convert ufs_change_blocknr() to use foliosMatthew Wilcox (Oracle)
2023-10-25ufs: use ufs_get_locked_folio() in ufs_alloc_lastblock()Matthew Wilcox (Oracle)
2023-10-25ufs: add ufs_get_locked_folio and ufs_put_locked_folioMatthew Wilcox (Oracle)