aboutsummaryrefslogtreecommitdiff
path: root/fs/adfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-22adfs_lookup: do not fail with ENOENT on negatives, use d_splice_alias()Gravatar Al Viro 1-5/+5
2018-05-22adfs_lookup_byname: .. *is* taken care of in fs/namei.cGravatar Al Viro 1-14/+0
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2016-07-31get rid of 'parent' argument of ->d_compare()Gravatar Al Viro 1-1/+1
2016-07-30qstr: constify instances in adfsGravatar Al Viro 1-2/+2
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-1/+1
2015-12-06adfs: constify adfs_dir_ops structuresGravatar Julia Lawall 1-3/+3
2014-08-08adfs: add __printf verification, fix format/argument mismatchesGravatar Joe Perches 1-1/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Gravatar Linus Torvalds 1-4/+2
2013-06-29[readdir] convert adfsGravatar Al Viro 1-24/+18
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2011-03-02adfs: remove the big kernel lockGravatar Arnd Bergmann 1-6/+0
2011-01-12switch adfsGravatar Al Viro 1-1/+0
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-1/+1
2011-01-07fs: change d_hash for rcu-walkGravatar Nick Piggin 1-1/+2
2011-01-07fs: change d_compare for rcu-walkGravatar Nick Piggin 1-3/+5
2010-05-27rename the generic fsync implementationsGravatar Christoph Hellwig 1-1/+1
2009-06-17Cleanup of adfs headersGravatar Al Viro 1-8/+0
2009-06-11repair adfs ->write_inode(), switch to simple_fsync()Gravatar Al Viro 1-2/+8
2009-03-27constify dentry_operations: misc filesystemsGravatar Al Viro 1-1/+1
2008-08-25[PATCH] fix ->llseek() for a bunch of directoriesGravatar Al Viro 1-0/+1
2007-02-12[PATCH] mark struct inode_operations const 1Gravatar Arjan van de Ven 1-1/+1
2006-12-08[PATCH] struct path: convert adfsGravatar Josef Sipek 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+302