aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)AuthorFilesLines
2021-11-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-8/+4
2021-11-09hfs/hfsplus: use WARN_ON for sanity checkGravatar Arnd Bergmann 1-8/+4
2021-10-18hfsplus: use bdev_nr_sectors instead of open coding itGravatar Christoph Hellwig 1-1/+1
2021-07-01hfsplus: report create_date to kstat.btimeGravatar Chung-Chiang Cheng 1-0/+5
2021-07-01hfsplus: remove unnecessary oom messageGravatar Zhen Lei 1-1/+0
2021-06-29mm: require ->set_page_dirty to be explicitly wired upGravatar Christoph Hellwig 1-0/+2
2021-05-14hfsplus: prevent corruption in shrinking truncateGravatar Jouni Roivas 1-3/+4
2021-04-12hfsplus: convert to fileattrGravatar Miklos Szeredi 4-95/+59
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 8-20/+29
2021-01-27block: use an on-stack bio in blkdev_issue_flushGravatar Christoph Hellwig 2-2/+2
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 3-15/+20
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 4-0/+4
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 2-2/+2
2020-10-29fs: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-05-22block: remove the error_sector argument to blkdev_issue_flushGravatar Christoph Hellwig 2-2/+2
2020-05-04hfsplus: stop using ioctl_by_bdevGravatar Christoph Hellwig 1-15/+18
2020-04-10hfsplus: fix crash and filesystem corruption when deleting filesGravatar Simon Gander 1-0/+4
2019-12-18hfs/hfsplus: use 64-bit inode timestampsGravatar Arnd Bergmann 2-11/+29
2019-07-16fs/hfsplus/xattr.c: replace strncpy with memcpyGravatar Mathieu Malaterre 1-1/+1
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSGravatar Darrick J. Wong 1-9/+12
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-01hfsplus: switch to ->free_inode()Gravatar Al Viro 1-10/+3
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