aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/symlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Thomas Gleixner1-14/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-1/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-3/+3
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2012-03-20squashfs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2011-05-26Squashfs: update email addressPhillip Lougher1-1/+1
2010-05-17squashfs: add xattr support configure optionPhillip Lougher1-0/+1
2010-05-17squashfs: add new extended inode typesPhillip Lougher1-0/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-01-20Squashfs: factor out remaining zlib dependencies into separate wrapper filePhillip Lougher1-1/+0
2009-01-05Squashfs: symlink operationsPhillip Lougher1-0/+118