summaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)AuthorFilesLines
2023-03-11fs: hfsplus: fix UAF issue in hfsplus_put_superDongliang Mu1-2/+2
2023-01-18hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann1-8/+4
2023-01-18hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg3-2/+8
2020-04-24hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander1-0/+4
2019-12-01hfsplus: update timestamps on truncate()Ernesto A. Fernández1-0/+1
2019-12-01hfsplus: fix return value of hfsplus_get_block()Ernesto A. Fernández1-1/+3
2019-12-01hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández5-16/+68
2019-12-01hfsplus: fix BUG on bnode parent updateErnesto A. Fernández1-0/+1
2018-12-17hfsplus: do not free node before usingPan Bian1-1/+2
2018-11-27hfsplus: prevent btree data loss on root splitErnesto A. Fernández1-0/+4
2018-09-15hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández1-2/+2
2018-09-15hfsplus: don't return 0 when fill_super() failedTetsuo Handa1-1/+3
2018-05-25hfsplus: stop workqueue when fill_super() failedTetsuo Handa1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman25-0/+25
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-5/+5
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-1/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-07-18hfsplus: Don't clear SGID when inheriting ACLsJan Kara1-12/+18
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-5/+5
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa1-3/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-02-27hfsplus: atomically read inode sizeFabian Frederick1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-2/+2
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-10/+14
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-6/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2-6/+0
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani4-9/+9
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-2/+2
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-4/+3
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-11/+11
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro2-3/+2
2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro1-1/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-1/+1
2016-07-20qstr: constify instances in hfsplusAl Viro2-11/+11
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-06-07hfsplus: use bio op accessorsMike Christie4-11/+16
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+2
2016-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro1-1/+1
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro5-16/+19
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+3
2016-05-12hfsplus: switch to ->iterate_shared()Al Viro5-3/+15
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro6-18/+15