summaryrefslogtreecommitdiffstats
path: root/fs/affs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* fs/affs: add rename exchangeFabian Frederick2017-05-051-1/+57
* fs/affs: add rename2 to prepare multiple methodsFabian Frederick2017-05-051-9/+16
* fs/affs: remove node generation checkFabian Frederick2017-04-261-5/+0
* fs/affs: bugfix: make symbolic links work againFabian Frederick2017-04-261-0/+1
* 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-271-3/+3
* fs/affs: make affs exportableFabian Frederick2017-02-271-0/+40
* fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-1/+5
* 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-291-2/+2
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-4/+4
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-5/+5
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-5/+5
* | fs/affs: use affs_test_opt()Fabian Frederick2015-04-171-3/+3
* | fs/affs: use AFFS_MOUNT prefix for mount optionsFabian Frederick2015-04-171-2/+4
|/
* fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick2015-02-171-8/+8
* fs/affs: use unsigned int for string lengthsFabian Frederick2015-02-171-7/+8
* fs/affs: fix casting in printed messagesGeert Uytterhoeven2015-02-171-11/+7
* assorted conversions to %p[dD]Al Viro2014-11-191-23/+17
* fs/affs: pr_debug cleanupFabian Frederick2014-06-061-16/+23
* affs: add mount option to avoid filename truncatesFabian Frederick2014-04-071-9/+23
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-18/+8
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-2/+2
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-2/+2
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-3/+3
* affs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-5/+0
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* switch affsAl Viro2011-01-121-2/+1
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* fs: change d_hash for rcu-walkNick Piggin2011-01-071-8/+12
* fs: change d_compare for rcu-walkNick Piggin2011-01-071-18/+28
* fs/affs: use ERR_CASTJulia Lawall2010-05-271-1/+1
* Fix remount races with symlink handling in affsAl Viro2010-01-261-2/+5
* constify dentry_operations: misc filesystemsAl Viro2009-03-271-2/+2
* [PATCH] fix reservation discarding in affsRoman Zippel2008-05-061-2/+4
* iget: stop AFFS from using iget() and read_inode()David Howells2008-02-071-6/+4
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-1/+1
* [PATCH] affs: possible null pointer dereference in affs_rename()Florin Malita2006-05-261-2/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+443
OpenPOWER on IntegriCloud