summaryrefslogtreecommitdiffstats
path: root/fs/hpfs
Commit message (Expand)AuthorAgeFilesLines
* 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-021-8/+2Star
* 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-182-9/+16
* hpfs: fix an inode leak in lookup, switch to d_splice_alias()Al Viro2018-06-301-16/+7Star
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-2/+3
* hpfs: Use EUCLEAN for filesystem errorsMikulas Patocka2018-06-091-2/+1Star
* hpfs: don't bother with the i_version counter or f_versionJeff Layton2017-12-103-4/+0Star
* 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-153-10/+9Star
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-173-10/+9Star
* | 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-111-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-061-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-301-1/+1
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-111-1/+1
* hpfs: implement the show_options methodMikulas Patocka2016-05-291-11/+32
* hpfs: fix remount failure when there are no options changedMikulas Patocka2016-05-291-2/+3
* hpfs: switch to ->iterate_shared()Al Viro2016-05-131-1/+1
* hpfs: handle allocation failures in hpfs_add_pos()Al Viro2016-05-133-6/+14
* hpfs: don't truncate the file when delete failsMikulas Patocka2016-02-281-28/+3Star
* wrappers for ->i_mutex accessAl Viro2016-01-231-3/+3
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-131-1/+1
|\
| * hpfs: missing endianness annotationAl Viro2016-01-041-1/+1
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-092-3/+3
|/
* fs/hpfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-101-2/+0Star
* hpfs: update ctime and mtime on directory modificationMikulas Patocka2015-09-031-1/+24
* hpfs: support hotfixesMikulas Patocka2015-09-035-20/+76
* hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches2015-07-091-4/+7
* hpfs: kstrdup() out of memory handlingSanidhya Kashyap2015-07-091-2/+5
* hpfs: Remove unessary castFiro Yang2015-07-091-1/+1
* hpfs: add fstrim supportMikulas Patocka2015-07-095-0/+128
* fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-241-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-152-5/+5
* make new_sync_{read,write}() staticAl Viro2015-04-121-2/+0Star
* fs/hpfs/dnode.c: fix suspect code indentFabian Frederick2014-08-091-8/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-4/+4
|\
| * write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* | fs/hpfs: increase pr_warn levelFabian Frederick2014-06-078-47/+47