aboutsummaryrefslogtreecommitdiff
path: root/fs/hpfs
AgeCommit message (Expand)AuthorFilesLines
2022-05-09hpfs: Convert symlinks to read_folioGravatar Matthew Wilcox (Oracle) 1-2/+3
2022-05-09fs: Convert mpage_readpage to mpage_read_folioGravatar Matthew Wilcox (Oracle) 1-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioGravatar Matthew Wilcox (Oracle) 1-0/+1
2021-10-18treewide: Replace open-coded flex arrays in unionsGravatar Kees Cook 1-4/+4
2021-07-27hpfs: use iomap_fiemap to implement ->fiemapGravatar Christoph Hellwig 2-1/+51
2021-06-29mm: require ->set_page_dirty to be explicitly wired upGravatar Christoph Hellwig 1-0/+1
2021-05-06hpfs: replace one-element array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+2
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 3-10/+15
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2020-06-06hpfs: fix warning due to superfluous semicolonGravatar Zou Wei 1-1/+1
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+1
2020-06-03fs: move the fiemap definitions out of fs.hGravatar Christoph Hellwig 1-0/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+3
2020-06-02fs: convert mpage_readpages to mpage_readaheadGravatar Matthew Wilcox (Oracle) 1-4/+3
2020-04-20docs: filesystems: fix renamed referencesGravatar Mauro Carvalho Chehab 1-1/+1
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsGravatar Arnd Bergmann 2-0/+2
2019-08-30fs: hpfs: Initialize filesystem timestamp rangesGravatar Deepa Dinamani 2-4/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-01hpfs: switch to ->free_inode()Gravatar Al Viro 1-8/+2
2019-03-12hpfs: fix spelling mistake "partion" -> "partition"Gravatar Colin Ian King 1-4/+4
2018-08-25hpfs: remove unnecessary checks on the value of r when assigning error codeGravatar Colin Ian King 1-1/+1
2018-08-17fs/hpfs: extend gmt_to_local() conversion to 64-bit timesGravatar Arnd Bergmann 2-9/+16
2018-06-30hpfs: fix an inode leak in lookup, switch to d_splice_alias()Gravatar Al Viro 1-16/+7
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 2-2/+3
2018-06-09hpfs: Use EUCLEAN for filesystem errorsGravatar Mikulas Patocka 1-2/+1
2017-12-10hpfs: don't bother with the i_version counter or f_versionGravatar Jeff Layton 3-4/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 2-5/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 14-0/+14
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 3-10/+9
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingGravatar Jeff Layton 1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 3-10/+9
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+5
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 1-1/+1
2016-10-05hpfs: support FIEMAPGravatar Mikulas Patocka 1-0/+6
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsGravatar Miklos Szeredi 1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-07-31get rid of 'parent' argument of ->d_compare()Gravatar Al Viro 1-1/+1
2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Gravatar Al Viro 1-1/+1
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-1/+1
2016-05-28hpfs: implement the show_options methodGravatar Mikulas Patocka 1-11/+32
2016-05-28hpfs: fix remount failure when there are no options changedGravatar Mikulas Patocka 1-2/+3