summaryrefslogtreecommitdiffstats
path: root/fs/affs
AgeCommit message (Expand)AuthorLines
2018-05-28affs: fix potential memory leak when parsing option 'prefix'Chengguang Xu-0/+1
2018-05-21affs_lookup: switch to d_splice_alias()Al Viro-6/+5
2018-05-21affs_lookup(): close a race with affs_remove_link()Al Viro-3/+7
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli-1/+1
2018-01-29affs: convert to new i_version APIJeff Layton-5/+8
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-12/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+9
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-5/+5
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells-5/+5
2017-07-11affs: Implement show_optionsDavid Howells-5/+37
2017-05-05fs/affs: add rename exchangeFabian Frederick-1/+57
2017-05-05fs/affs: add rename2 to prepare multiple methodsFabian Frederick-11/+18
2017-04-26fs/affs: bugfix: Write files greater than page size on OFSFabian Frederick-1/+1
2017-04-26fs/affs: bugfix: enable writes on OFS disksFabian Frederick-4/+4
2017-04-26fs/affs: remove node generation checkFabian Frederick-5/+0
2017-04-26fs/affs: import amigaffs.hFabian Frederick-1/+145
2017-04-26fs/affs: bugfix: make symbolic links work againFabian Frederick-0/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar-0/+2
2017-02-27fs/affs: make export work with cold dcacheFabian Frederick-0/+19
2017-02-27fs/affs/namei.c: forward declarations clean-upFabian Frederick-20/+10
2017-02-27fs/affs: add prefix to some functionsFabian Frederick-14/+15
2017-02-27fs/affs: use octal for permissionsFabian Frederick-18/+18
2017-02-27fs/affs: make affs exportableFabian Frederick-0/+42
2017-02-27fs/affs: add validation block functionFabian Frederick-4/+10
2017-02-27fs/affs: remove reference to affs_parent_ino()Fabian Frederick-1/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi-1/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-6/+11
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro-2/+7
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani-4/+4
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi-3/+8
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara-1/+1
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro-4/+4
2016-07-29affs ->d_compare(): don't bother with ->d_inodeAl Viro-5/+3
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds-4/+4
2016-05-28affs: fix remount failure when there are no options changedMikulas Patocka-2/+3
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+3
2016-05-02simple local filesystems: switch to ->iterate_shared()Al Viro-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig-2/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-13/+13
2016-02-20affs_do_readpage_ofs(): just use kmap_atomic() around memcpy()Al Viro-3/+2
2016-01-22wrappers for ->i_mutex accessAl Viro-4/+4
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov-1/+1
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-8/+9
2016-01-09fs:affs:Replace time_t with time64_tDengChao-8/+9
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro-2/+2
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro-3/+3
2015-09-10fs/affs: make root lookup from blkdev logical sizePranay Kr. Srivastava-3/+5