summaryrefslogtreecommitdiffstats
path: root/fs/adfs
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+5
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen-4/+5
2025-06-17fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()Lorenzo Stoakes-1/+1
2025-06-10new helper: set_default_d_op()Al Viro-1/+1
2024-10-08Merge patch series "adfs, affs, befs, hfs, hfsplus: convert to new mount api"Christian Brauner-91/+95
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-18adfs: convert adfs to use the new mount apiEric Sandeen-91/+95
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)-3/+2
2024-07-18fs/adfs: add MODULE_DESCRIPTIONJeff Johnson-0/+1
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds-1/+1
2023-12-29adfs: remove writepage implementationMatthew Wilcox (Oracle)-4/+7
2023-10-18adfs: convert to new timestamp accessorsJeff Layton-5/+8
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds-0/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-5/+0
2023-08-21adfs: delete unused "union adfs_dirtail" definitionAlexey Dobriyan-5/+0
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig-0/+1
2023-07-13adfs: convert to ctime accessor functionsJeff Layton-2/+2
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner-3/+3
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)-1/+1
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-1/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)-0/+1
2022-01-20fs/adfs: remove unneeded variable make code cleanerMinghao Chi-3/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig-0/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner-2/+4
2021-01-24attr: handle idmapped mountsChristian Brauner-1/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro-2/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-6/+6
2020-06-24block: move struct block_device to blk_types.hChristoph Hellwig-0/+1
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab-1/+1
2020-01-25fs/adfs: bigdir: Fix an error code in adfs_fplus_read()Dan Carpenter-1/+2
2020-01-20fs/adfs: mostly divorse inode number from indirect disc addressRussell King-4/+7
2020-01-20fs/adfs: super: add support for E and E+ floppy image formatsRussell King-1/+17
2020-01-20fs/adfs: super: extract filesystem block probeRussell King-71/+78
2020-01-20fs/adfs: dir: remove debug in adfs_dir_update()Russell King-3/+0
2020-01-20fs/adfs: super: fix inode droppingRussell King-1/+7
2020-01-20fs/adfs: bigdir: implement directory update supportRussell King-1/+53
2020-01-20fs/adfs: bigdir: calculate and validate directory checkbyteRussell King-0/+38
2020-01-20fs/adfs: bigdir: directory validation strengtheningRussell King-1/+28
2020-01-20fs/adfs: bigdir: extract directory validationRussell King-10/+31
2020-01-20fs/adfs: bigdir: factor out directory entry offset calculationRussell King-6/+11