summaryrefslogtreecommitdiff
path: root/fs/affs/amigaffs.c
Commit message (Expand)AuthorAge
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* fs/affs: add prefix to some functionsFabian Frederick2017-02-27
* fs/affs: use octal for permissionsFabian Frederick2017-02-27
* fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-27
* affs ->d_compare(): don't bother with ->d_inodeAl Viro2016-07-29
* fs:affs:Replace time_t with time64_tDengChao2016-01-09
* fs/affs/amigaffs.c: remove unneeded initializationFabian Frederick2015-06-30
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | fs/affs: use affs_test_opt()Fabian Frederick2015-04-17
* | fs/affs: use AFFS_MOUNT prefix for mount optionsFabian Frederick2015-04-17
|/
* fs/affs/amigaffs.c: remove else after returnFabian Frederick2015-02-17
* fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick2015-02-17
* fs/affs: use unsigned int for string lengthsFabian Frederick2015-02-17
* fs/affs: fix casting in printed messagesGeert Uytterhoeven2015-02-17
* fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintfFabian Frederick2014-12-13
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-03
* fs/affs: remove redundant sys_tz declarationsFabian Frederick2014-10-14
* fs/affs: pr_debug cleanupFabian Frederick2014-06-06
* fs/affs: convert printk to pr_foo()Fabian Frederick2014-06-06
* affs: add mount option to avoid filename truncatesFabian Frederick2014-04-07
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-14
* affs: unobfuscate affs_fix_dcache()Al Viro2012-07-14
* affs: get rid of open-coded list_for_each_entry()Al Viro2012-07-14
* affs: propagate umode_tAl Viro2012-01-03
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-02
* fs: dcache per-inode inode alias lockingNick Piggin2011-01-07
* fs: dcache remove dcache_lockNick Piggin2011-01-07
* fs: scale inode alias listNick Piggin2011-01-07
* affs: fix missing unlocks in affs_remove_linkChristoph Hellwig2009-03-27
* iget: stop AFFS from using iget() and read_inode()David Howells2008-02-07
* [PATCH] fs/*: trivial vsnprintf() conversionAlexey Dobriyan2006-12-07
* Linux-2.6.12-rc2Linus Torvalds2005-04-16