aboutsummaryrefslogtreecommitdiffstats
path: root/fs/adfs/dir.c
AgeCommit message (Expand)Author
2018-05-22adfs_lookup: do not fail with ENOENT on negatives, use d_splice_alias()Al Viro
2018-05-22adfs_lookup_byname: .. *is* taken care of in fs/namei.cAl Viro
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro
2016-07-30qstr: constify instances in adfsAl Viro
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2015-12-06adfs: constify adfs_dir_ops structuresJulia Lawall
2014-08-08adfs: add __printf verification, fix format/argument mismatchesJoe Perches
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds
2013-06-29[readdir] convert adfsAl Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2011-03-02adfs: remove the big kernel lockArnd Bergmann
2011-01-12switch adfsAl Viro
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: change d_hash for rcu-walkNick Piggin
2011-01-07fs: change d_compare for rcu-walkNick Piggin
2010-05-27rename the generic fsync implementationsChristoph Hellwig
2009-06-17Cleanup of adfs headersAl Viro
2009-06-11repair adfs ->write_inode(), switch to simple_fsync()Al Viro
2009-03-27constify dentry_operations: misc filesystemsAl Viro
2008-08-25[PATCH] fix ->llseek() for a bunch of directoriesAl Viro
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven
2006-12-08[PATCH] struct path: convert adfsJosef Sipek
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds