aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-02simple local filesystems: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-2/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-13/+13
2016-02-20affs_do_readpage_ofs(): just use kmap_atomic() around memcpy()Al Viro1-3/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-4/+4
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-8/+9
2016-01-09fs:affs:Replace time_t with time64_tDengChao3-8/+9
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-2/+2
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro3-3/+3
2015-09-10fs/affs: make root lookup from blkdev logical sizePranay Kr. Srivastava1-3/+5
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-06-30fs/affs/symlink.c: remove unneeded err variableFabian Frederick1-3/+1
2015-06-30fs/affs/amigaffs.c: remove unneeded initializationFabian Frederick1-1/+1
2015-06-30fs/affs/inode.c: remove unneeded initializationFabian Frederick1-1/+1
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-11/+10
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-49/+65
2015-04-17affs: kstrdup() memory handlingSanidhya Kashyap1-1/+5
2015-04-17fs/affs: use affs_test_opt()Fabian Frederick5-21/+22
2015-04-17fs/affs/super.c: use affs_set_opt()Fabian Frederick1-15/+16
2015-04-17fs/affs/affs.h: add mount option manipulation macrosFabian Frederick1-0/+4