aboutsummaryrefslogtreecommitdiff
path: root/fs/squashfs/symlink.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-09squashfs: Convert squashfs to read_folioGravatar Matthew Wilcox (Oracle) 1-2/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Gravatar Thomas Gleixner 1-14/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-1/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-3/+3
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-1/+1
2012-03-20squashfs: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-2/+2
2011-05-26Squashfs: update email addressGravatar Phillip Lougher 1-1/+1
2010-05-17squashfs: add xattr support configure optionGravatar Phillip Lougher 1-0/+1
2010-05-17squashfs: add new extended inode typesGravatar Phillip Lougher 1-0/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-01-20Squashfs: factor out remaining zlib dependencies into separate wrapper fileGravatar Phillip Lougher 1-1/+0
2009-01-05Squashfs: symlink operationsGravatar Phillip Lougher 1-0/+118