summaryrefslogtreecommitdiffstats
path: root/fs/affs
Commit message (Expand)AuthorAgeFilesLines
* 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-091-1/+2
* | affs: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
|/
* 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/+5Star
* 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-153-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-271-1/+1
* fs/affs: bugfix: enable writes on OFS disksFabian Frederick2017-04-271-4/+4
* fs/affs: remove node generation checkFabian Frederick2017-04-271-5/+0Star
* fs/affs: import amigaffs.hFabian Frederick2017-04-272-1/+145
* fs/affs: bugfix: make symbolic links work againFabian Frederick2017-04-272-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-281-0/+19
* fs/affs/namei.c: forward declarations clean-upFabian Frederick2017-02-281-20/+10Star
* fs/affs: add prefix to some functionsFabian Frederick2017-02-285-14/+15
* fs/affs: use octal for permissionsFabian Frederick2017-02-281-18/+18
* fs/affs: make affs exportableFabian Frederick2017-02-283-0/+42
* fs/affs: add validation block functionFabian Frederick2017-02-281-4/+10
* fs/affs: remove reference to affs_parent_ino()Fabian Frederick2017-02-281-1/+0Star
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-114-6/+11
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-112-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
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-282-4/+4
| |/
* / fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-4/+4
* affs ->d_compare(): don't bother with ->d_inodeAl Viro2016-07-302-5/+3Star
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-111-4/+4
* affs: fix remount failure when there are no options changedMikulas Patocka2016-05-291-2/+3
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-181-2/+3
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-021-2/+3
* | simple local filesystems: switch to ->iterate_shared()Al Viro2016-05-031-1/+1
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-13/+13
* affs_do_readpage_ofs(): just use kmap_atomic() around memcpy()Al Viro2016-02-201-3/+2Star
* wrappers for ->i_mutex accessAl Viro2016-01-231-4/+4
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-133-8/+9
|\