summaryrefslogtreecommitdiff
path: root/fs/hpfs
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2020-06-04fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+3
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-4/+3
2020-04-21docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-1/+1
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann2-0/+2
2019-08-30fs: hpfs: Initialize filesystem timestamp rangesDeepa Dinamani2-4/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-02hpfs: switch to ->free_inode()Al Viro1-8/+2
2019-03-12hpfs: fix spelling mistake "partion" -> "partition"Colin Ian King1-4/+4
2018-08-25hpfs: remove unnecessary checks on the value of r when assigning error codeColin Ian King1-1/+1
2018-08-18fs/hpfs: extend gmt_to_local() conversion to 64-bit timesArnd Bergmann2-9/+16
2018-06-30hpfs: fix an inode leak in lookup, switch to d_splice_alias()Al Viro1-16/+7
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook2-2/+3
2018-06-10hpfs: Use EUCLEAN for filesystem errorsMikulas Patocka1-2/+1
2017-12-10hpfs: don't bother with the i_version counter or f_versionJeff Layton3-4/+0
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2-5/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman14-0/+14
2017-09-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds3-10/+9
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells3-10/+9
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+5
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-06hpfs: support FIEMAPMikulas Patocka1-0/+6
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-1/+1
2016-07-30cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro1-1/+1
2016-06-11vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-05-29hpfs: implement the show_options methodMikulas Patocka1-11/+32
2016-05-29hpfs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-05-13hpfs: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-13hpfs: handle allocation failures in hpfs_add_pos()Al Viro3-6/+14
2016-02-28hpfs: don't truncate the file when delete failsMikulas Patocka1-28/+3
2016-01-23wrappers for ->i_mutex accessAl Viro1-3/+3
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-01-04hpfs: missing endianness annotationAl Viro1-1/+1
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro2-3/+3
2015-11-10fs/hpfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-2/+0