aboutsummaryrefslogtreecommitdiff
path: root/fs/hpfs
AgeCommit message (Expand)AuthorFilesLines
2018-08-25hpfs: remove unnecessary checks on the value of r when assigning error codeGravatar Colin Ian King 1-1/+1
2018-08-17fs/hpfs: extend gmt_to_local() conversion to 64-bit timesGravatar Arnd Bergmann 2-9/+16
2018-06-30hpfs: fix an inode leak in lookup, switch to d_splice_alias()Gravatar Al Viro 1-16/+7
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 2-2/+3
2018-06-09hpfs: Use EUCLEAN for filesystem errorsGravatar Mikulas Patocka 1-2/+1
2017-12-10hpfs: don't bother with the i_version counter or f_versionGravatar Jeff Layton 3-4/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 2-5/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 14-0/+14
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 3-10/+9
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingGravatar Jeff Layton 1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 3-10/+9
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+5
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 1-1/+1
2016-10-05hpfs: support FIEMAPGravatar Mikulas Patocka 1-0/+6
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsGravatar Miklos Szeredi 1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-07-31get rid of 'parent' argument of ->d_compare()Gravatar Al Viro 1-1/+1
2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Gravatar Al Viro 1-1/+1
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-1/+1
2016-05-28hpfs: implement the show_options methodGravatar Mikulas Patocka 1-11/+32
2016-05-28hpfs: fix remount failure when there are no options changedGravatar Mikulas Patocka 1-2/+3
2016-05-12hpfs: switch to ->iterate_shared()Gravatar Al Viro 1-1/+1
2016-05-12hpfs: handle allocation failures in hpfs_add_pos()Gravatar Al Viro 3-6/+14
2016-02-27hpfs: don't truncate the file when delete failsGravatar Mikulas Patocka 1-28/+3
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-3/+3
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-01-04hpfs: missing endianness annotationGravatar Al Viro 1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 2-3/+3
2015-11-09fs/hpfs/namei.c: remove unnecessary new_valid_dev() checkGravatar Yaowei Bai 1-2/+0
2015-09-03hpfs: update ctime and mtime on directory modificationGravatar Mikulas Patocka 1-1/+24
2015-09-03hpfs: support hotfixesGravatar Mikulas Patocka 5-20/+76
2015-07-09hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadGravatar Joe Perches 1-4/+7
2015-07-09hpfs: kstrdup() out of memory handlingGravatar Sanidhya Kashyap 1-2/+5
2015-07-09hpfs: Remove unessary castGravatar Firo Yang 1-1/+1
2015-07-09hpfs: add fstrim supportGravatar Mikulas Patocka 5-0/+128
2015-06-23fs: cleanup slight list_entry abuseGravatar Rasmus Villemoes 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 2-5/+5
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2014-08-08fs/hpfs/dnode.c: fix suspect code indentGravatar Fabian Frederick 1-8/+9
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+4
2014-06-06fs/hpfs: increase pr_warn levelGravatar Fabian Frederick 8-47/+47
2014-06-06fs/hpfs: use __func__ for loggingGravatar Fabian Frederick 2-12/+12
2014-06-06fs/hpfs: use pr_fmt for loggingGravatar Fabian Frederick 10-51/+56
2014-06-06fs/hpfs: convert printk to pr_foo()Gravatar Fabian Frederick 10-67/+89
2014-05-06write_iter variants of {__,}generic_file_aio_write()Gravatar Al Viro 1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Gravatar Al Viro 1-2/+2
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+2