aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs/compress.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-02ntfs: fix multiple kernel-doc warningsGravatar Randy Dunlap 1-3/+3
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsGravatar Bart Van Assche 1-1/+1
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Gravatar Matthew Wilcox (Oracle) 1-2/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Gravatar Thomas Gleixner 1-15/+1
2018-08-17ntfs: decompress: remove VLA usageGravatar Kees Cook 1-12/+16
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2016-06-07fs: have submit_bh users pass in op and flags separatelyGravatar Mike Christie 1-1/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-15/+6
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-28/+28
2014-06-04ntfs: remove NULL value assignmentsGravatar Fabian Frederick 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2008-08-04fs: rename buffer trylockGravatar Nick Piggin 1-1/+1
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userGravatar Christoph Lameter 1-1/+1
2007-11-03NTFS: Fix read regression.Gravatar Anton Altaparmakov 1-0/+10
2006-10-01[PATCH] fs/ntfs: Conversion to generic booleanGravatar Richard Knutsson 1-2/+2
2006-03-23NTFS: Semaphore to mutex conversion.Gravatar Ingo Molnar 1-2/+2
2005-09-08NTFS: Remove bogus setting of PageError in ntfs_read_compressed_block().Gravatar Anton Altaparmakov 1-8/+0
2005-05-05NTFS: - In fs/ntfs/compress.c, use i_size_read() at the start and then use theGravatar Anton Altaparmakov 1-18/+28
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+957