aboutsummaryrefslogtreecommitdiff
path: root/fs/affs
AgeCommit message (Expand)AuthorFilesLines
2018-05-28affs: fix potential memory leak when parsing option 'prefix'Gravatar Chengguang Xu 1-0/+1
2018-05-21affs_lookup: switch to d_splice_alias()Gravatar Al Viro 1-6/+5
2018-05-21affs_lookup(): close a race with affs_remove_link()Gravatar Al Viro 1-3/+7
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Gravatar Goffredo Baroncelli 1-1/+1
2018-01-29affs: convert to new i_version APIGravatar Jeff Layton 3-5/+8
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 3-12/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 9-0/+9
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 3-5/+5
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingGravatar Jeff Layton 1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 3-5/+5
2017-07-11affs: Implement show_optionsGravatar David Howells 1-5/+37
2017-05-05fs/affs: add rename exchangeGravatar Fabian Frederick 1-1/+57
2017-05-05fs/affs: add rename2 to prepare multiple methodsGravatar Fabian Frederick 3-11/+18
2017-04-26fs/affs: bugfix: Write files greater than page size on OFSGravatar Fabian Frederick 1-1/+1
2017-04-26fs/affs: bugfix: enable writes on OFS disksGravatar Fabian Frederick 1-4/+4
2017-04-26fs/affs: remove node generation checkGravatar Fabian Frederick 1-5/+0
2017-04-26fs/affs: import amigaffs.hGravatar Fabian Frederick 2-1/+145
2017-04-26fs/affs: bugfix: make symbolic links work againGravatar Fabian Frederick 2-0/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 2-0/+2
2017-02-27fs/affs: make export work with cold dcacheGravatar Fabian Frederick 1-0/+19
2017-02-27fs/affs/namei.c: forward declarations clean-upGravatar Fabian Frederick 1-20/+10
2017-02-27fs/affs: add prefix to some functionsGravatar Fabian Frederick 5-14/+15
2017-02-27fs/affs: use octal for permissionsGravatar Fabian Frederick 1-18/+18
2017-02-27fs/affs: make affs exportableGravatar Fabian Frederick 3-0/+42
2017-02-27fs/affs: add validation block functionGravatar Fabian Frederick 1-4/+10
2017-02-27fs/affs: remove reference to affs_parent_ino()Gravatar Fabian Frederick 1-1/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-6/+11
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 2-2/+7
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsGravatar Deepa Dinamani 2-4/+4
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsGravatar Miklos Szeredi 3-3/+8
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-07-31get rid of 'parent' argument of ->d_compare()Gravatar Al Viro 1-4/+4
2016-07-29affs ->d_compare(): don't bother with ->d_inodeGravatar Al Viro 2-5/+3
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-4/+4
2016-05-28affs: fix remount failure when there are no options changedGravatar Mikulas Patocka 1-2/+3
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+3
2016-05-02simple local filesystems: switch to ->iterate_shared()Gravatar Al Viro 1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-2/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-13/+13
2016-02-20affs_do_readpage_ofs(): just use kmap_atomic() around memcpy()Gravatar Al Viro 1-3/+2
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-4/+4
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-8/+9
2016-01-09fs:affs:Replace time_t with time64_tGravatar DengChao 3-8/+9
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-2/+2
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 3-3/+3
2015-09-10fs/affs: make root lookup from blkdev logical sizeGravatar Pranay Kr. Srivastava 1-3/+5