aboutsummaryrefslogtreecommitdiffstats
path: root/fs/adfs/dir.c
Commit message (Expand)AuthorAge
* Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-07-19
|\
| * fs/adfs: add time stamp and file type helpersRussell King2019-06-26
| * fs/adfs: clean up indirect disc addresses and fragment IDsRussell King2019-06-26
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-19
|/
* fs/adfs: fix filename fixup handling for "/" and "//" namesRussell King2019-05-31
* fs/adfs: move append_filetype_suffix() into adfs_object_fixup()Russell King2019-05-31
* fs/adfs: remove truncated filename hashingRussell King2019-05-31
* fs/adfs: factor out filename fixupRussell King2019-05-31
* fs/adfs: factor out object fixupsRussell King2019-05-31
* fs/adfs: factor out filename case loweringRussell King2019-05-31
* fs/adfs: factor out filename comparisonRussell King2019-05-31
* adfs_lookup: do not fail with ENOENT on negatives, use d_splice_alias()Al Viro2018-05-22
* adfs_lookup_byname: .. *is* taken care of in fs/namei.cAl Viro2018-05-22
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-07
|\
| * get rid of 'parent' argument of ->d_compare()Al Viro2016-07-31
* | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-06
|\ \ | |/ |/|
| * qstr: constify instances in adfsAl Viro2016-07-30
* | vfs: make the string hashes salt the hashLinus Torvalds2016-06-10
|/
* adfs: constify adfs_dir_ops structuresJulia Lawall2015-12-06
* adfs: add __printf verification, fix format/argument mismatchesJoe Perches2014-08-08
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-29
* [readdir] convert adfsAl Viro2013-06-29
* new helper: file_inode(file)Al Viro2013-02-22
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* adfs: remove the big kernel lockArnd Bergmann2011-03-01
* switch adfsAl Viro2011-01-12
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* fs: change d_hash for rcu-walkNick Piggin2011-01-07
* fs: change d_compare for rcu-walkNick Piggin2011-01-07
* rename the generic fsync implementationsChristoph Hellwig2010-05-27
* Cleanup of adfs headersAl Viro2009-06-17
* repair adfs ->write_inode(), switch to simple_fsync()Al Viro2009-06-11
* constify dentry_operations: misc filesystemsAl Viro2009-03-27
* [PATCH] fix ->llseek() for a bunch of directoriesAl Viro2008-08-25
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-12
* [PATCH] struct path: convert adfsJosef Sipek2006-12-08
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-28
* Linux-2.6.12-rc2Linus Torvalds2005-04-16