summaryrefslogtreecommitdiffstats
path: root/fs/romfs
AgeCommit message (Expand)AuthorLines
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2026-02-12mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes-1/+1
2026-01-13romfs: check sb_set_blocksize() return valueDeepanshu Kartikey-1/+4
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik-1/+1
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes-3/+3
2024-08-21romfs: fix romfs_read_folio()Christian Brauner-1/+1
2024-05-31romfs: Convert romfs_read_folio() to use a folioMatthew Wilcox (Oracle)-16/+6
2024-03-27fs,block: yield devices earlyChristian Brauner-1/+1
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-1/+1
2024-02-27romfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou-2/+2
2024-02-25bdev: open block device as filesChristian Brauner-1/+1
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-1/+2
2023-10-28fs: Convert to bdev_open_by_dev()Jan Kara-1/+1
2023-10-18romfs: convert to new timestamp accessorsJeff Layton-1/+2
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds-0/+1
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-4/+6
2023-08-11fs: use the super_block as holder when mounting file systemsChristoph Hellwig-1/+1
2023-08-10fs: open block device after superblock creationJan Kara-4/+6
2023-08-04fs/Kconfig: Fix compile error for romfsLi Zetao-0/+1
2023-07-24romfs: convert to ctime accessor functionsJeff Layton-2/+1
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells-1/+1
2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand-1/+1
2022-05-09romfs: Convert romfs to read_folioMatthew Wilcox (Oracle)-4/+5
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-1/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+1
2020-10-16ROMFS: support inode blocks calculationLibing Zhou-0/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro-2/+1
2020-08-21romfs: fix uninitialized memory leak in romfs_dev_read()Jann Horn-3/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab-1/+1
2019-09-19Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-18/+28
2019-09-05vfs: Convert romfs to use the new mount APIDavid Howells-18/+28
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-15/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-01romfs: convert to ->free_inode()Al Viro-9/+2
2018-05-22romfs_lookup: switch to d_splice_alias()Al Viro-27/+9
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-01-24romfs: use different way to generate fsid for BLOCK or MTDColy Li-1/+22
2016-05-09romfs, squashfs: switch to ->iterate_shared()Al Viro-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov-2/+2
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro-0/+1
2015-04-11make new_sync_{read,write}() staticAl Viro-1/+0
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig-3/+0
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig-0/+10
2014-08-08fs/romfs/super.c: add blank line after declarationsFabian Frederick-0/+2
2014-08-08fs/romfs/super.c: use pr_fmt in loggingFabian Frederick-7/+8
2014-08-08fs/romfs/super.c: convert printk to pr_foo()Fabian Frederick-9/+7
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro-2/+2