summaryrefslogtreecommitdiffstats
path: root/fs/ntfs/aops.c
Commit message (Expand)AuthorAgeFilesLines
* fs: Rename mapping private membersMatthew Wilcox (Oracle)2023-11-211-5/+5
* buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)2023-10-251-2/+2
* ntfs: convert ntfs_writepage to use a folioMatthew Wilcox (Oracle)2023-10-251-111/+100
* ntfs: convert ntfs_read_block() to use a folioMatthew Wilcox (Oracle)2023-10-251-25/+19
* buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)2023-06-191-1/+1
* ntfs: fix multiple kernel-doc warningsRandy Dunlap2023-02-021-5/+5
* Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-3/+3
|\
| * mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-3/+3
* | fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-3/+3
|/
* 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