summaryrefslogtreecommitdiffstats
path: root/fs/affs
Commit message (Expand)AuthorAgeFilesLines
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+2
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-233-18/+28
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-243-16/+26
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* | fs/affs: release old buffer head on error pathPan Bian2021-02-091-1/+3
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | affs: fix basic permission bits to actually workMax Staudt2020-08-312-1/+52
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-4/+4
|/
* block: move block-related definitions out of fs.hChristoph Hellwig2020-06-241-0/+1
* docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
* affs: fix a memory leak in affs_remountNavid Emamdoost2019-11-181-6/+0
* affs: Replace binary semaphores with mutexesDavidlohr Bueso2019-11-182-10/+10
* fs: affs: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-304-3/+10
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-1/+2
|\
| * fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-1/+2
* | affs: switch to ->free_inode()Al Viro2019-05-011-8/+2
|/
* affs: fix potential memory leak when parsing option 'prefix'Chengguang Xu2018-05-281-0/+1
* affs_lookup: switch to d_splice_alias()Al Viro2018-05-211-6/+5
* affs_lookup(): close a race with affs_remove_link()Al Viro2018-05-211-3/+7
* iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-011-1/+1
* affs: convert to new i_version APIJeff Layton2018-01-293-5/+8
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-273-12/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-029-0/+9
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-143-5/+5
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-173-5/+5
* | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
|/
* affs: Implement show_optionsDavid Howells2017-07-111-5/+37
* fs/affs: add rename exchangeFabian Frederick2017-05-051-1/+57
* fs/affs: add rename2 to prepare multiple methodsFabian Frederick2017-05-053-11/+18
* fs/affs: bugfix: Write files greater than page size on OFSFabian Frederick2017-04-261-1/+1
* fs/affs: bugfix: enable writes on OFS disksFabian Frederick2017-04-261-4/+4
* fs/affs: remove node generation checkFabian Frederick2017-04-261-5/+0
* fs/affs: import amigaffs.hFabian Frederick2017-04-262-1/+145
* fs/affs: bugfix: make symbolic links work againFabian Frederick2017-04-262-0/+2
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-022-0/+2
* fs/affs: make export work with cold dcacheFabian Frederick2017-02-271-0/+19
* fs/affs/namei.c: forward declarations clean-upFabian Frederick2017-02-271-20/+10
* fs/affs: add prefix to some functionsFabian Frederick2017-02-275-14/+15
* fs/affs: use octal for permissionsFabian Frederick2017-02-271-18/+18
* fs/affs: make affs exportableFabian Frederick2017-02-273-0/+42
* fs/affs: add validation block functionFabian Frederick2017-02-271-4/+10
* fs/affs: remove reference to affs_parent_ino()Fabian Frederick2017-02-271-1/+0
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-104-6/+11
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-102-2/+7
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-273-3/+8