aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-31affs: fix basic permission bits to actually workMax Staudt2-1/+52
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+4
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig1-0/+1
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-1/+1
2019-11-18affs: fix a memory leak in affs_remountNavid Emamdoost1-6/+0
2019-11-18affs: Replace binary semaphores with mutexesDavidlohr Bueso2-10/+10
2019-08-30fs: affs: Initialize filesystem timestamp rangesDeepa Dinamani4-3/+10
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-1/+2
2019-05-01affs: switch to ->free_inode()Al Viro1-8/+2
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva1-1/+2
2018-05-28affs: fix potential memory leak when parsing option 'prefix'Chengguang Xu1-0/+1
2018-05-21affs_lookup: switch to d_splice_alias()Al Viro1-6/+5
2018-05-21affs_lookup(): close a race with affs_remove_link()Al Viro1-3/+7
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli1-1/+1
2018-01-29affs: convert to new i_version APIJeff Layton3-5/+8
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds3-12/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman9-0/+9
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-5/+5
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells3-5/+5
2017-07-11affs: Implement show_optionsDavid Howells1-5/+37
2017-05-05fs/affs: add rename exchangeFabian Frederick1-1/+57
2017-05-05fs/affs: add rename2 to prepare multiple methodsFabian Frederick3-11/+18
2017-04-26fs/affs: bugfix: Write files greater than page size on OFSFabian Frederick1-1/+1
2017-04-26fs/affs: bugfix: enable writes on OFS disksFabian Frederick1-4/+4
2017-04-26fs/affs: remove node generation checkFabian Frederick1-5/+0
2017-04-26fs/affs: import amigaffs.hFabian Frederick2-1/+145
2017-04-26fs/affs: bugfix: make symbolic links work againFabian Frederick2-0/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2-0/+2
2017-02-27fs/affs: make export work with cold dcacheFabian Frederick1-0/+19
2017-02-27fs/affs/namei.c: forward declarations clean-upFabian Frederick1-20/+10
2017-02-27fs/affs: add prefix to some functionsFabian Frederick5-14/+15
2017-02-27fs/affs: use octal for permissionsFabian Frederick1-18/+18
2017-02-27fs/affs: make affs exportableFabian Frederick3-0/+42
2017-02-27fs/affs: add validation block functionFabian Frederick1-4/+10
2017-02-27fs/affs: remove reference to affs_parent_ino()Fabian Frederick1-1/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-6/+11
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2-2/+7
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2-4/+4
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi3-3/+8
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-4/+4
2016-07-29affs ->d_compare(): don't bother with ->d_inodeAl Viro2-5/+3
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-4/+4
2016-05-28affs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+3