aboutsummaryrefslogtreecommitdiff
path: root/fs/hpfs
AgeCommit message (Expand)Author
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
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-05hpfs: support FIEMAPMikulas Patocka
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro
2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2016-05-28hpfs: implement the show_options methodMikulas Patocka
2016-05-28hpfs: fix remount failure when there are no options changedMikulas Patocka
2016-05-12hpfs: switch to ->iterate_shared()Al Viro
2016-05-12hpfs: handle allocation failures in hpfs_add_pos()Al Viro
2016-02-27hpfs: don't truncate the file when delete failsMikulas Patocka
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-04hpfs: missing endianness annotationAl Viro
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-11-09fs/hpfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai
2015-09-03hpfs: update ctime and mtime on directory modificationMikulas Patocka
2015-09-03hpfs: support hotfixesMikulas Patocka
2015-07-09hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches