aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)AuthorFilesLines
2019-01-04hfsplus: return file attributes on statxGravatar Ernesto A. Fernández 3-0/+24
2018-11-30hfsplus: do not free node before usingGravatar Pan Bian 1-1/+2
2018-10-31hfsplus: update timestamps on truncate()Gravatar Ernesto A. Fernández 1-0/+1
2018-10-31hfsplus: fix return value of hfsplus_get_block()Gravatar Ernesto A. Fernández 1-1/+3
2018-10-31hfsplus: prevent btree data loss on ENOSPCGravatar Ernesto A. Fernández 5-16/+68
2018-10-31hfsplus: fix BUG on bnode parent updateGravatar Ernesto A. Fernández 1-0/+1
2018-10-31hfsplus: prevent btree data loss on root splitGravatar Ernesto A. Fernández 1-0/+4
2018-08-23hfsplus: prevent crash on exit from failed searchGravatar Ernesto A. Fernandez 1-3/+4
2018-08-23hfsplus: fix NULL dereference in hfsplus_lookup()Gravatar Ernesto A. Fernández 1-2/+2
2018-08-22hfsplus: drop ACL supportGravatar Ernesto A. Fernández 11-232/+4
2018-08-22hfsplus: fix decomposition of Hangul charactersGravatar Ernesto A. Fernández 1-6/+56
2018-08-22hfsplus: avoid deadlock on file truncationGravatar Ernesto A. Fernández 1-4/+14
2018-08-22hfsplus: don't return 0 when fill_super() failedGravatar Tetsuo Handa 1-1/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-6/+6
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-6/+6
2018-06-04Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+1
2018-05-22hfsplus: switch to d_splice_alias()Gravatar Al Viro 1-2/+1
2018-05-18hfsplus: stop workqueue when fill_super() failedGravatar Tetsuo Handa 1-0/+1
2018-02-06hfsplus: honor setgid flag on directoriesGravatar Ernesto A. Fernandez 4-8/+8
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atGravatar Adam Borowski 1-3/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-11/+11
2017-11-17hfs/hfsplus: clean up unused variables in bnode.cGravatar Christos Gkekas 1-4/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 25-0/+25
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-5/+5
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-1/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-1/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingGravatar Jeff Layton 1-1/+1
2017-07-18hfsplus: Don't clear SGID when inheriting ACLsGravatar Jan Kara 1-12/+18
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-5/+5
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagGravatar Tetsuo Handa 1-3/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-02-27hfsplus: atomically read inode sizeGravatar Fabian Frederick 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-2/+2
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-10/+14
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-1/+5
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-6/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 2-6/+0
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsGravatar Deepa Dinamani 4-9/+9
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-09-22posix_acl: Clear SGID bit when setting file permissionsGravatar Jan Kara 1-2/+2
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-4/+3
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-11/+11
2016-07-31get rid of 'parent' argument of ->d_compare()Gravatar Al Viro 2-3/+2
2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Gravatar Al Viro 1-1/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-07-28Merge branch 'salted-string-hash'Gravatar Linus Torvalds 1-1/+1