aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/compress.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-17ntfs: decompress: remove VLA usageKees Cook1-12/+16
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie1-1/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-15/+6
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-28/+28
2014-06-04ntfs: remove NULL value assignmentsFabian Frederick1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2008-08-04fs: rename buffer trylockNick Piggin1-1/+1
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter1-1/+1
2007-11-03NTFS: Fix read regression.Anton Altaparmakov1-0/+10
2006-10-01[PATCH] fs/ntfs: Conversion to generic booleanRichard Knutsson1-2/+2
2006-03-23NTFS: Semaphore to mutex conversion.Ingo Molnar1-2/+2
2005-09-08NTFS: Remove bogus setting of PageError in ntfs_read_compressed_block().Anton Altaparmakov1-8/+0
2005-05-05NTFS: - In fs/ntfs/compress.c, use i_size_read() at the start and then use theAnton Altaparmakov1-18/+28
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+957