aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs
AgeCommit message (Expand)Author
2017-05-05fs/affs: add rename exchangeFabian Frederick
2017-05-05fs/affs: add rename2 to prepare multiple methodsFabian Frederick
2017-04-26fs/affs: bugfix: Write files greater than page size on OFSFabian Frederick
2017-04-26fs/affs: bugfix: enable writes on OFS disksFabian Frederick
2017-04-26fs/affs: remove node generation checkFabian Frederick
2017-04-26fs/affs: import amigaffs.hFabian Frederick
2017-04-26fs/affs: bugfix: make symbolic links work againFabian Frederick
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-02-27fs/affs: make export work with cold dcacheFabian Frederick
2017-02-27fs/affs/namei.c: forward declarations clean-upFabian Frederick
2017-02-27fs/affs: add prefix to some functionsFabian Frederick
2017-02-27fs/affs: use octal for permissionsFabian Frederick
2017-02-27fs/affs: make affs exportableFabian Frederick
2017-02-27fs/affs: add validation block functionFabian Frederick
2017-02-27fs/affs: remove reference to affs_parent_ino()Fabian Frederick
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro
2016-07-29affs ->d_compare(): don't bother with ->d_inodeAl Viro
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2016-05-28affs: fix remount failure when there are no options changedMikulas Patocka
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-02simple local filesystems: switch to ->iterate_shared()Al Viro
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-20affs_do_readpage_ofs(): just use kmap_atomic() around memcpy()Al Viro
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-09fs:affs:Replace time_t with time64_tDengChao
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-09-10fs/affs: make root lookup from blkdev logical sizePranay Kr. Srivastava
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-30fs/affs/symlink.c: remove unneeded err variableFabian Frederick
2015-06-30fs/affs/amigaffs.c: remove unneeded initializationFabian Frederick
2015-06-30fs/affs/inode.c: remove unneeded initializationFabian Frederick
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-17affs: kstrdup() memory handlingSanidhya Kashyap
2015-04-17fs/affs: use affs_test_opt()Fabian Frederick
2015-04-17fs/affs/super.c: use affs_set_opt()Fabian Frederick
2015-04-17fs/affs/affs.h: add mount option manipulation macrosFabian Frederick