aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds8-20/+29
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2-2/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner3-15/+20
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner4-0/+4
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner2-2/+2
2020-10-29fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2-2/+2
2020-05-04hfsplus: stop using ioctl_by_bdevChristoph Hellwig1-15/+18
2020-04-10hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander1-0/+4
2019-12-18hfs/hfsplus: use 64-bit inode timestampsArnd Bergmann2-11/+29
2019-07-16fs/hfsplus/xattr.c: replace strncpy with memcpyMathieu Malaterre1-1/+1
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-9/+12
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-01hfsplus: switch to ->free_inode()Al Viro1-10/+3
2019-01-04hfsplus: return file attributes on statxErnesto A. Fernández3-0/+24
2018-11-30hfsplus: do not free node before usingPan Bian1-1/+2
2018-10-31hfsplus: update timestamps on truncate()Ernesto A. Fernández1-0/+1
2018-10-31hfsplus: fix return value of hfsplus_get_block()Ernesto A. Fernández1-1/+3
2018-10-31hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández5-16/+68
2018-10-31hfsplus: fix BUG on bnode parent updateErnesto A. Fernández1-0/+1
2018-10-31hfsplus: prevent btree data loss on root splitErnesto A. Fernández1-0/+4
2018-08-23hfsplus: prevent crash on exit from failed searchErnesto A. Fernandez1-3/+4
2018-08-23hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández1-2/+2
2018-08-22hfsplus: drop ACL supportErnesto A. Fernández11-232/+4
2018-08-22hfsplus: fix decomposition of Hangul charactersErnesto A. Fernández1-6/+56
2018-08-22hfsplus: avoid deadlock on file truncationErnesto A. Fernández1-4/+14
2018-08-22hfsplus: don't return 0 when fill_super() failedTetsuo Handa1-1/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-6/+6
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-6/+6
2018-06-04Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2018-05-22hfsplus: switch to d_splice_alias()Al Viro1-2/+1
2018-05-18hfsplus: stop workqueue when fill_super() failedTetsuo Handa1-0/+1
2018-02-06hfsplus: honor setgid flag on directoriesErnesto A. Fernandez4-8/+8
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski1-3/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-11/+11
2017-11-17hfs/hfsplus: clean up unused variables in bnode.cChristos Gkekas1-4/+0
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/viro/vfsLinus 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/jlayton/linuxLinus 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