summaryrefslogtreecommitdiffstats
path: root/fs/hfs
Commit message (Expand)AuthorAgeFilesLines
* hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi2021-07-152-1/+20
* hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi2021-07-151-5/+20
* hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi2021-07-151-5/+5
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+2
* fs: make helpers idmap mount awareChristian Brauner2021-01-243-9/+13
* acl: handle idmapped mountsChristian Brauner2021-01-241-0/+1
* attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-291-1/+1
* [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* block: move block-related definitions out of fs.hChristoph Hellwig2020-06-241-0/+1
* Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-13/+19
|\
| * hfs: stop using ioctl_by_bdevChristoph Hellwig2020-05-091-13/+19
* | docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
|/
* hfs/hfsplus: use 64-bit inode timestampsArnd Bergmann2019-12-182-8/+24
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* hfs: switch to ->free_inode()Al Viro2019-05-011-8/+2
* hfs: do not free node before usingPan Bian2018-11-301-1/+2
* fs/hfs/extent.c: fix array out of bounds read of array extentColin Ian King2018-10-311-1/+1
* hfs: update timestamp on truncate()Ernesto A. Fernández2018-10-311-0/+2
* hfs: fix return value of hfs_get_block()Ernesto A. Fernández2018-10-311-1/+3
* hfs: prevent btree data loss on ENOSPCErnesto A. Fernández2018-10-314-16/+46
* hfs: fix BUG on bnode parent updateErnesto A. Fernández2018-10-311-0/+1
* hfs: prevent btree data loss on root splitErnesto A. Fernández2018-10-311-0/+4
* hfs: prevent crash on exit from failed searchErnesto A. Fernández2018-08-231-3/+4
* new helper: inode_fake_hash()Al Viro2018-08-031-1/+1
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-2/+2
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-2/+2
* | hfs: don't allow mounting over .../rsrcAl Viro2018-05-221-0/+1
* | hfs: use d_splice_alias()Al Viro2018-05-222-15/+8
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-272-10/+10
* hfs/hfsplus: clean up unused variables in bnode.cChristos Gkekas2017-11-171-4/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-142-5/+5
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-172-5/+5
* | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
|/
* fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa2017-05-081-2/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-031-1/+1
|\
| * hfs: fix hfs_readdir()Dan Carpenter2017-02-181-1/+1
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* | hfs: atomically read inode sizeFabian Frederick2017-02-271-1/+1
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-103-7/+11
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+5
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+6
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-273-6/+6
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-104-34/+61
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-2/+0
| * | hfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-064-34/+63
| |/
* / fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/