summaryrefslogtreecommitdiffstats
path: root/fs/hpfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+5
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+6
* | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
|\ \
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| |/
* / hpfs: support FIEMAPMikulas Patocka2016-10-051-0/+6
|/
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-1/+1
* cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro2016-07-291-1/+1
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
* hpfs: implement the show_options methodMikulas Patocka2016-05-281-11/+32
* hpfs: fix remount failure when there are no options changedMikulas Patocka2016-05-281-2/+3
* hpfs: switch to ->iterate_shared()Al Viro2016-05-121-1/+1
* hpfs: handle allocation failures in hpfs_add_pos()Al Viro2016-05-123-6/+14
* hpfs: don't truncate the file when delete failsMikulas Patocka2016-02-271-28/+3
* wrappers for ->i_mutex accessAl Viro2016-01-221-3/+3
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-121-1/+1
|\
| * hpfs: missing endianness annotationAl Viro2016-01-041-1/+1
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-082-3/+3
|/
* fs/hpfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-091-2/+0