summaryrefslogtreecommitdiff
path: root/fs/ntfs/compress.c
AgeCommit message (Expand)Author
9 hoursMerge branch 'ntfs-next' of https://git.kernel.org/pub/scm/linux/kernel/git/l...Mark Brown
35 hoursntfs: protect runlist updates with the runlist lockNamjae Jeon
5 daystreewide: refresh kmalloc_obj() conversionsKees Cook
13 daysntfs: compute bi_sector in 512-byte unitsDennis Tighe
2026-08-21ntfs: define LZNT1 codec ops under transparent codec interfaceHyunchul Lee
2026-08-20ntfs: fix off-by-one page overflow in ntfs_decompress()Dennis Tighe
2026-08-19ntfs: skip reads for full compression unit overwritesNamjae Jeon
2026-08-19ntfs: submit one bio per compressed write unitNamjae Jeon
2026-08-19ntfs: reuse compression output workspace across write unitsNamjae Jeon
2026-08-19ntfs: reuse the compression context during writesNamjae Jeon
2026-08-19ntfs: fix initialized size and page state after compressed writesNamjae Jeon
2026-08-19ntfs: write compressed data before replacing old clustersNamjae Jeon
2026-08-19ntfs: punch all-zero compressed blocksNamjae Jeon
2026-08-19ntfs: support large pages in compressed writesNamjae Jeon
2026-08-19ntfs: propagate compression context allocation errorsNamjae Jeon
2026-08-19ntfs: file extension before write submissionNamjae Jeon
2026-08-19ntfs: fix kmap_local_page() usage in compressNamjae Jeon
2026-08-19ntfs: Remove references to page->__folio_indexMatthew Wilcox (Oracle)
2026-08-19ntfs: Use zero_user_segment() in handle_bounds_compressed_page()Matthew Wilcox (Oracle)
2026-08-19ntfs: Remove use of __folio_index in handle_bounds_compressed_page()Matthew Wilcox (Oracle)
2026-08-19ntfs: Inline zero_partial_compressed_page()Matthew Wilcox (Oracle)
2026-04-18ntfs: fix potential 32-bit truncation in ntfs_write_cb()Dan Carpenter
2026-03-06ntfs: change mft_no type to u64Namjae Jeon
2026-02-19ntfs: update attrib operationsNamjae Jeon
2026-02-19Revert "fs: Remove NTFS classic"Namjae Jeon
2024-01-24fs: Remove NTFS classicMatthew Wilcox (Oracle)
2023-05-19ntfs: remove redundant initialization to pointer cb_sb_startColin Ian King
2023-02-02ntfs: fix multiple kernel-doc warningsRandy Dunlap
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Thomas Gleixner
2018-08-17ntfs: decompress: remove VLA usageKees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2014-06-04ntfs: remove NULL value assignmentsFabian Frederick
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-10block: remove per-queue pluggingJens Axboe
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2008-08-04fs: rename buffer trylockNick Piggin
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter
2007-11-03NTFS: Fix read regression.Anton Altaparmakov
2006-10-01[PATCH] fs/ntfs: Conversion to generic booleanRichard Knutsson
2006-03-23NTFS: Semaphore to mutex conversion.Ingo Molnar
2005-09-08NTFS: Remove bogus setting of PageError in ntfs_read_compressed_block().Anton Altaparmakov
2005-05-05NTFS: - In fs/ntfs/compress.c, use i_size_read() at the start and then use theAnton Altaparmakov
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds