summaryrefslogtreecommitdiffstats
path: root/fs/hpfs
Commit message (Expand)AuthorAge
* hpfs: switch to ->free_inode()Al Viro2019-05-01
* hpfs: fix spelling mistake "partion" -> "partition"Colin Ian King2019-03-12
* hpfs: remove unnecessary checks on the value of r when assigning error codeColin Ian King2018-08-25
* fs/hpfs: extend gmt_to_local() conversion to 64-bit timesArnd Bergmann2018-08-17
* hpfs: fix an inode leak in lookup, switch to d_splice_alias()Al Viro2018-06-30
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* hpfs: Use EUCLEAN for filesystem errorsMikulas Patocka2018-06-09
* hpfs: don't bother with the i_version counter or f_versionJeff Layton2017-12-10
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-14
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-01
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-27
* | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-08
|\ \
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
| |/
* / hpfs: support FIEMAPMikulas Patocka2016-10-05
|/
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-31
* cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro2016-07-29
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-10
* hpfs: implement the show_options methodMikulas Patocka2016-05-28
* hpfs: fix remount failure when there are no options changedMikulas Patocka2016-05-28
* hpfs: switch to ->iterate_shared()Al Viro2016-05-12
* hpfs: handle allocation failures in hpfs_add_pos()Al Viro2016-05-12
* hpfs: don't truncate the file when delete failsMikulas Patocka2016-02-27
* wrappers for ->i_mutex accessAl Viro2016-01-22
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-12
|\
| * hpfs: missing endianness annotationAl Viro2016-01-04
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-08
|/
* fs/hpfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-09
* hpfs: update ctime and mtime on directory modificationMikulas Patocka2015-09-03
* hpfs: support hotfixesMikulas Patocka2015-09-03
* hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches2015-07-09
* hpfs: kstrdup() out of memory handlingSanidhya Kashyap2015-07-09
* hpfs: Remove unessary castFiro Yang2015-07-09
* hpfs: add fstrim supportMikulas Patocka2015-07-09
* fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-23
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* make new_sync_{read,write}() staticAl Viro2015-04-11
* fs/hpfs/dnode.c: fix suspect code indentFabian Frederick2014-08-08
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-12
|\
| * write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-06
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-06
* | fs/hpfs: increase pr_warn levelFabian Frederick2014-06-06
* | fs/hpfs: use __func__ for loggingFabian Frederick2014-06-06
* | fs/hpfs: use pr_fmt for loggingFabian Frederick2014-06-06