aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs/aops.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itGravatar Jan Kara 1-1/+1
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledGravatar Christoph Hellwig 1-0/+1
2016-06-07fs: have submit_bh users pass in op and flags separatelyGravatar Mike Christie 1-3/+3
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-24/+24
2014-10-16NTFS: Add bmap address space operation needed for FIBMAP ioctl.Gravatar Anton Altaparmakov 1-0/+124
2014-10-16NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aopsGravatar Anton Altaparmakov 1-12/+27
2013-05-21mm: change invalidatepage prototype to accept lengthGravatar Lukas Czerner 1-1/+1
2012-03-20ntfs: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-10/+10
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-4/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-16HWPOISON: Enable .remove_error_page for migration aware file systemsGravatar Andi Kleen 1-0/+2
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-9/+11
2007-11-03NTFS: Fix read regression.Gravatar Anton Altaparmakov 1-1/+9
2007-10-12NTFS: Fix a mount time deadlock.Gravatar Anton Altaparmakov 1-11/+11
2007-05-12ntfs: use zero_user_pageGravatar Nate Diller 1-27/+9
2007-01-30[PATCH] ntfs: kmap_atomic() atomicity fixGravatar Andrew Morton 1-0/+4
2006-10-01[PATCH] fs/ntfs: Conversion to generic booleanGravatar Richard Knutsson 1-15/+15
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-2/+2
2006-03-23NTFS: Semaphore to mutex conversion.Gravatar Ingo Molnar 1-3/+3
2006-03-23NTFS: Remove all the make_bad_inode() calls. This should only be calledGravatar Anton Altaparmakov 1-1/+0
2006-03-23NTFS: Use buffer_migrate_page() for the ->migratepage function of all ntfsGravatar Anton Altaparmakov 1-0/+7
2006-02-24NTFS: Implement support for sector sizes above 512 bytes (up to the maximumGravatar Anton Altaparmakov 1-10/+8
2005-10-19NTFS: $EA attributes can be both resident non-resident.Gravatar Anton Altaparmakov 1-3/+2
2005-10-11NTFS: Remove address space operations ->prepare_write and ->commit_write inGravatar Anton Altaparmakov 1-827/+0
2005-09-19NTFS: Fix ntfs_{read,write}page() to cope with concurrent truncates better.Gravatar Anton Altaparmakov 1-36/+74
2005-09-19NTFS: Fix handling of compressed directories that I broke in earlier changeset.Gravatar Anton Altaparmakov 1-4/+8
2005-09-10[PATCH] ntfs build fixGravatar Andrew Morton 1-0/+1
2005-09-08NTFS: 2.1.24 release and some minor final fixes.Gravatar Anton Altaparmakov 1-6/+4
2005-09-08NTFS: Improve scalability by changing the driver global spin lock inGravatar Anton Altaparmakov 1-6/+9
2005-09-08NTFS: Fix page_has_buffers()/page_buffers() handling in fs/ntfs/aops.c.Gravatar Anton Altaparmakov 1-17/+21
2005-09-08NTFS: Fixup handling of sparse, compressed, and encrypted attributes inGravatar Anton Altaparmakov 1-17/+24
2005-09-08NTFS: Fix fs/ntfs/aops.c::ntfs_{read,write}_block() to handle the caseGravatar Anton Altaparmakov 1-11/+40
2005-09-08NTFS: Optimize fs/ntfs/aops.c::ntfs_write_block() by extending the pageGravatar Anton Altaparmakov 1-10/+3
2005-09-08NTFS: Fixup handling of sparse, compressed, and encrypted attributes inGravatar Anton Altaparmakov 1-57/+47
2005-09-08NTFS: Make ntfs_write_block() not instantiate sparse blocks if they are zero.Gravatar Anton Altaparmakov 1-0/+21
2005-08-16NTFS: Complete the previous fix for the unset device when mapping buffersGravatar Anton Altaparmakov 1-0/+1
2005-06-25NTFS: Fix a bug in address space operations error recovery code paths whereGravatar Anton Altaparmakov 1-4/+12
2005-05-05NTFS: Use MAX_BUF_PER_PAGE instead of variable sized array allocation forGravatar Anton Altaparmakov 1-6/+8
2005-05-05NTFS: - Modify ->readpage and ->writepage (fs/ntfs/aops.c) so they detectGravatar Anton Altaparmakov 1-0/+18
2005-05-05NTFS: Fix printk format warnings on ia64. (Randy Dunlap)Gravatar Randy Dunlap 1-1/+2
2005-05-05NTFS: - Split ntfs_map_runlist() into ntfs_map_runlist() and a non-lockingGravatar Anton Altaparmakov 1-24/+10
2005-05-05NTFS: Optimise/reorganise some error handling code in fs/ntfs/aops.c.Gravatar Anton Altaparmakov 1-11/+6
2005-05-05NTFS: Fixup the resident attribute resizing code inGravatar Anton Altaparmakov 1-7/+14
2005-05-05NTFS: Repeat a failed ntfs_truncate() in fs/ntfs/aops.c::ntfs_writepage()Gravatar Anton Altaparmakov 1-10/+21
2005-05-05NTFS: Use i_size_{read,write}() in fs/ntfs/{aops.c,mft.c} and protectGravatar Anton Altaparmakov 1-15/+41
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+2324