aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hpfs
AgeCommit message (Expand)Author
2023-10-18hpfs: convert to new timestamp accessorsJeff Layton
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig
2023-07-24hpfs: convert to ctime accessor functionsJeff Layton
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-12-11hpfs: remove ->writepageChristoph Hellwig
2022-05-09hpfs: Convert symlinks to read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook
2021-07-27hpfs: use iomap_fiemap to implement ->fiemapChristoph Hellwig
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-05-06hpfs: replace one-element array with flexible-array memberGustavo A. R. Silva
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-06-06hpfs: fix warning due to superfluous semicolonZou Wei
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann
2019-08-30fs: hpfs: Initialize filesystem timestamp rangesDeepa Dinamani
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-01hpfs: switch to ->free_inode()Al Viro
2019-03-12hpfs: fix spelling mistake "partion" -> "partition"Colin Ian King
2018-08-25hpfs: remove unnecessary checks on the value of r when assigning error codeColin Ian King
2018-08-17fs/hpfs: extend gmt_to_local() conversion to 64-bit timesArnd Bergmann
2018-06-30hpfs: fix an inode leak in lookup, switch to d_splice_alias()Al Viro
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-09hpfs: Use EUCLEAN for filesystem errorsMikulas Patocka
2017-12-10hpfs: don't bother with the i_version counter or f_versionJeff Layton
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells