summaryrefslogtreecommitdiffstats
path: root/fs/affs
Commit message (Expand)AuthorAgeFilesLines
* 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-271-0/+19
* fs/affs/namei.c: forward declarations clean-upFabian Frederick2017-02-271-20/+10
* fs/affs: add prefix to some functionsFabian Frederick2017-02-275-14/+15
* fs/affs: use octal for permissionsFabian Frederick2017-02-271-18/+18
* fs/affs: make affs exportableFabian Frederick2017-02-273-0/+42
* fs/affs: add validation block functionFabian Frederick2017-02-271-4/+10
* fs/affs: remove reference to affs_parent_ino()Fabian Frederick2017-02-271-1/+0
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-104-6/+11
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-102-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-272-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-292-5/+3
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-4/+4
* affs: fix remount failure when there are no options changedMikulas Patocka2016-05-281-2/+3
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-2/+3
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-2/+3
* | simple local filesystems: switch to ->iterate_shared()Al Viro2016-05-021-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/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-4/+4
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-123-8/+9
|\
| * fs:affs:Replace time_t with time64_tDengChao2016-01-093-8/+9
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+0
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-2/+2
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-083-3/+3
|/
* fs/affs: make root lookup from blkdev logical sizePranay Kr. Srivastava2015-09-101-3/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\
| * fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-231-1/+1
* | fs/affs/symlink.c: remove unneeded err variableFabian Frederick2015-06-301-3/+1
* | fs/affs/amigaffs.c: remove unneeded initializationFabian Frederick2015-06-301-1/+1
* | fs/affs/inode.c: remove unneeded initializationFabian Frederick2015-06-301-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-263-11/+10
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-153-10/+10
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-176-49/+65
|\ \ | |/ |/|
| * affs: kstrdup() memory handlingSanidhya Kashyap2015-04-171-1/+5
| * fs/affs: use affs_test_opt()Fabian Frederick2015-04-175-21/+22
| * fs/affs/super.c: use affs_set_opt()Fabian Frederick2015-04-171-15/+16
| * fs/affs/affs.h: add mount option manipulation macrosFabian Frederick2015-04-171-0/+4
| * fs/affs: use AFFS_MOUNT prefix for mount optionsFabian Frederick2015-04-176-48/+54
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+1
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-2/+2
* | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-1/+1
|/
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* Merge branch 'iocb' into for-davemAl Viro2015-04-091-1/+1
|\