summaryrefslogtreecommitdiff
path: root/fs/hpfs
AgeCommit message (Expand)AuthorFilesLines
2025-12-02Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2025-11-06fs: inline current_umask() and move it to fs_struct.hMateusz Guzik1-0/+1
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik2-2/+2
2025-10-11Merge tag 'for-6.18/hpfs-changes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-52/+75
2025-09-08fs/hpfs: Fix error code for new_inode() failure in mkdir/create/mknod/symlinkYikang Yue1-6/+12
2025-09-08hpfs: Replace simple_strtoul with kstrtoint in hpfs_parse_paramSu Hui1-6/+2
2025-09-08fs: hpfs: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva5-40/+61
2025-09-01fs: add an icount_read helperJosef Bacik1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+10
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-8/+10
2025-06-17fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()Lorenzo Stoakes1-1/+1
2025-06-11new helper: set_default_d_op()Al Viro1-1/+1
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-5/+5
2024-10-08hpfs: convert hpfs to use the new mount apiEric Sandeen1-210/+204
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-3/+2
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-07-15Merge tag 'vfs-6.11.module.description' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2024-05-31hpfs: Convert hpfs_symlink_read_folio to use a folioMatthew Wilcox (Oracle)1-12/+3
2024-05-28fs: hpfs: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-03-13mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+1
2023-10-18hpfs: convert to new timestamp accessorsJeff Layton4-28/+32
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
2023-07-24hpfs: convert to ctime accessor functionsJeff Layton4-28/+20
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner2-4/+4
2022-12-12hpfs: remove ->writepageChristoph Hellwig1-7/+2
2022-05-09hpfs: Convert symlinks to read_folioMatthew Wilcox (Oracle)1-2/+3
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)1-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+2
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+1
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook1-4/+4
2021-07-27hpfs: use iomap_fiemap to implement ->fiemapChristoph Hellwig2-1/+51
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2021-05-07hpfs: replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner3-10/+15
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-06-06hpfs: fix warning due to superfluous semicolonZou Wei1-1/+1