summaryrefslogtreecommitdiffstats
path: root/symlinks.c
Commit message (Expand)AuthorAgeFilesLines
* Indent code with TABsNguyễn Thái Ngọc Duy2018-12-091-1/+1
* symlinks: remove PATH_MAX limitationKarsten Blees2014-07-071-35/+28
* symlinks.c: mark private file-scope symbols as staticJunio C Hamano2012-09-151-2/+5
* Add threaded versions of functions in symlinks.c.Jared Hance2012-03-021-2/+26
* do not overwrite untracked symlinksClemens Buchacher2011-02-211-1/+1
* do not overwrite files in leading pathClemens Buchacher2010-10-131-5/+16
* lstat_cache: optionally return match_lenClemens Buchacher2010-10-131-16/+27
* symlinks.c: remove unused functionsJunio C Hamano2010-01-171-31/+0
* lstat_cache: guard against full match of length of 'name' parameterKjetil Barvik2009-07-291-0/+4
* Export thread-safe version of 'has_symlink_leading_path()'Linus Torvalds2009-07-091-11/+10
* Prepare symlink caching for thread-safetyLinus Torvalds2009-07-091-35/+40
* symlinks.c: small style cleanupKjetil Barvik2009-06-071-4/+2
* Revert "lstat_cache(): print a warning if doing ping-pong between cache types"Kjetil Barvik2009-03-171-23/+0
* lstat_cache(): print a warning if doing ping-pong between cache typesKjetil Barvik2009-02-091-0/+23
* unlink_entry(): introduce schedule_dir_for_removal()Kjetil Barvik2009-02-091-0/+59
* lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik2009-02-091-8/+8
* lstat_cache(): generalise longest_match_lstat_cache()Kjetil Barvik2009-02-091-22/+24
* lstat_cache(): small cleanup and optimisationKjetil Barvik2009-02-091-20/+24
* lstat_cache(): introduce clear_lstat_cache() functionKjetil Barvik2009-01-181-0/+8
* lstat_cache(): introduce invalidate_lstat_cache() functionKjetil Barvik2009-01-181-8/+36
* lstat_cache(): introduce has_dirs_only_path() functionKjetil Barvik2009-01-181-17/+47
* lstat_cache(): introduce has_symlink_or_noent_leading_path() functionKjetil Barvik2009-01-181-34/+60
* lstat_cache(): more cache effective symlink/directory detectionKjetil Barvik2009-01-181-40/+125
* Optimize symlink/directory detectionLinus Torvalds2008-05-101-33/+49
* Add has_symlink_leading_path() function.Junio C Hamano2007-05-111-0/+48