summaryrefslogtreecommitdiffstats
path: root/fs/hpfs
Commit message (Expand)AuthorAgeFilesLines
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+1
* hpfs: convert to new timestamp accessorsJeff Layton2023-10-184-28/+32
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+1
|\
| * fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+1
* | hpfs: convert to ctime accessor functionsJeff Layton2023-07-244-28/+20
|/
* splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-192-4/+4
* hpfs: remove ->writepageChristoph Hellwig2022-12-111-7/+2
* hpfs: Convert symlinks to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
* fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)2022-05-091-3/+3
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+2
|\
| * fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
| * fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+1
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* treewide: Replace open-coded flex arrays in unionsKees Cook2021-10-181-4/+4
* hpfs: use iomap_fiemap to implement ->fiemapChristoph Hellwig2021-07-272-1/+51
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
* hpfs: replace one-element array with flexible-array memberGustavo A. R. Silva2021-05-061-1/+2
* fs: make helpers idmap mount awareChristian Brauner2021-01-243-10/+15
* attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* hpfs: fix warning due to superfluous semicolonZou Wei2020-06-061-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-0/+1
|\
| * fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-031-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-4/+3
|\ \
| * | fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-4/+3
| |/
* / docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
|/
* fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann2019-10-232-0/+2
* fs: hpfs: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-302-4/+4
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* hpfs: switch to ->free_inode()Al Viro2019-05-011-8/+2
* hpfs: fix spelling mistake "partion" -> "partition"Colin Ian King2019-03-121-4/+4
* hpfs: remove unnecessary checks on the value of r when assigning error codeColin Ian King2018-08-251-1/+1
* fs/hpfs: extend gmt_to_local() conversion to 64-bit timesArnd Bergmann2018-08-172-9/+16
* hpfs: fix an inode leak in lookup, switch to d_splice_alias()Al Viro2018-06-301-16/+7
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-2/+3
* hpfs: Use EUCLEAN for filesystem errorsMikulas Patocka2018-06-091-2/+1
* hpfs: don't bother with the i_version counter or f_versionJeff Layton2017-12-103-4/+0
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-272-5/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0214-0/+14
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-143-10/+9
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-173-10/+9