aboutsummaryrefslogtreecommitdiffstats
path: root/fs/isofs/compress.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-10/+10
2022-09-11fs/isofs: replace kmap() with kmap_local_page()Fabio M. De Francesco1-10/+10
2022-09-11isofs: replace ll_rw_block()Zhang Yi1-1/+1
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche1-1/+1
2022-05-09isofs: Convert symlinks and zisofs to read_folioMatthew Wilcox (Oracle)1-2/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 142Thomas Gleixner1-6/+1
2018-04-11isofs compress: Remove VLA usageKyle Spiers1-3/+16
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig1-0/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2016-06-30Remove last traces of ->sync_pageMatthew Wilcox1-1/+0
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-18/+18
2014-08-08initramfs: support initramfs that is bigger than 2GiBYinghai Lu1-2/+2
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2009-12-10zisofs: Implement reading of compressed files when PAGE_CACHE_SIZE > compress block sizeJan Kara1-248/+285
2008-03-19zisofs: fix readpage() outside i_sizeDave Young1-0/+11
2007-10-17zisofs use mutex instead of semaphoreDave Young1-20/+5
2006-12-08[PATCH] isofs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2005-08-06Check input buffer size in zisofsLinus Torvalds1-0/+6
2005-04-25[PATCH] isofs includes sanitizedAl Viro1-19/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+359