summaryrefslogtreecommitdiff
path: root/fs/ntfs/aops.c
Commit message (Expand)AuthorAgeFilesLines
* ntfs: Convert ntfs to read_folioMatthew Wilcox (Oracle)2022-05-091-19/+21
* ntfs: Correct mark_ntfs_record_dirty() folio conversionMatthew Wilcox (Oracle)2022-04-011-1/+1
* fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-6/+6
* fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-3/+1
* fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-2/+3
* ntfs: replace attach_page_buffers with attach_page_privateGuoqing Jiang2020-06-021-1/+1
* fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_tThomas Gleixner2020-03-281-6/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Thomas Gleixner2019-05-241-15/+1
* ntfs: aops: remove VLA usageKees Cook2018-08-171-1/+4
* fs/ntfs/aops.c: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior2018-08-171-4/+0
* buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe2017-10-031-1/+1
* fs: Add helper to clean bdev aliases under a bh and use itJan Kara2016-11-041-1/+1
* mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig2016-11-011-0/+1
* fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-3/+3
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-24/+24
* NTFS: Add bmap address space operation needed for FIBMAP ioctl.Anton Altaparmakov2014-10-161-0/+124
* NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aopsAnton Altaparmakov2014-10-161-12/+27
* mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-1/+1
* ntfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-10/+10
* block: remove per-queue pluggingJens Axboe2011-03-101-4/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen2009-09-161-0/+2
* fs: rename buffer trylockNick Piggin2008-08-041-1/+1
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-051-9/+11
* NTFS: Fix read regression.Anton Altaparmakov2007-11-031-1/+9
* NTFS: Fix a mount time deadlock.Anton Altaparmakov2007-10-121-11/+11
* ntfs: use zero_user_pageNate Diller2007-05-121-27/+9
* [PATCH] ntfs: kmap_atomic() atomicity fixAndrew Morton2007-01-301-0/+4
* [PATCH] fs/ntfs: Conversion to generic booleanRichard Knutsson2006-10-011-15/+15
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-2/+2
* NTFS: Semaphore to mutex conversion.Ingo Molnar2006-03-231-3/+3
* NTFS: Remove all the make_bad_inode() calls. This should only be calledAnton Altaparmakov2006-03-231-1/+0
* NTFS: Use buffer_migrate_page() for the ->migratepage function of all ntfsAnton Altaparmakov2006-03-231-0/+7
* NTFS: Implement support for sector sizes above 512 bytes (up to the maximumAnton Altaparmakov2006-02-241-10/+8
* NTFS: $EA attributes can be both resident non-resident.Anton Altaparmakov2005-10-191-3/+2
* NTFS: Remove address space operations ->prepare_write and ->commit_write inAnton Altaparmakov2005-10-111-827/+0
* NTFS: Fix ntfs_{read,write}page() to cope with concurrent truncates better.Anton Altaparmakov2005-09-191-36/+74
* NTFS: Fix handling of compressed directories that I broke in earlier changeset.Anton Altaparmakov2005-09-191-4/+8
* [PATCH] ntfs build fixAndrew Morton2005-09-101-0/+1
* NTFS: 2.1.24 release and some minor final fixes.Anton Altaparmakov2005-09-081-6/+4
* NTFS: Improve scalability by changing the driver global spin lock inAnton Altaparmakov2005-09-081-6/+9
* NTFS: Fix page_has_buffers()/page_buffers() handling in fs/ntfs/aops.c.Anton Altaparmakov2005-09-081-17/+21
* NTFS: Fixup handling of sparse, compressed, and encrypted attributes inAnton Altaparmakov2005-09-081-17/+24
* NTFS: Fix fs/ntfs/aops.c::ntfs_{read,write}_block() to handle the caseAnton Altaparmakov2005-09-081-11/+40
* NTFS: Optimize fs/ntfs/aops.c::ntfs_write_block() by extending the pageAnton Altaparmakov2005-09-081-10/+3
* NTFS: Fixup handling of sparse, compressed, and encrypted attributes inAnton Altaparmakov2005-09-081-57/+47
* NTFS: Make ntfs_write_block() not instantiate sparse blocks if they are zero.Anton Altaparmakov2005-09-081-0/+21
* NTFS: Complete the previous fix for the unset device when mapping buffersAnton Altaparmakov2005-08-161-0/+1
* NTFS: Fix a bug in address space operations error recovery code paths whereAnton Altaparmakov2005-06-251-4/+12