summaryrefslogtreecommitdiffstats
path: root/fs/ntfs/aops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* NTFS: Use MAX_BUF_PER_PAGE instead of variable sized array allocation forAnton Altaparmakov2005-05-051-6/+8
* NTFS: - Modify ->readpage and ->writepage (fs/ntfs/aops.c) so they detectAnton Altaparmakov2005-05-051-0/+18
* NTFS: Fix printk format warnings on ia64. (Randy Dunlap)Randy Dunlap2005-05-051-1/+2
* NTFS: - Split ntfs_map_runlist() into ntfs_map_runlist() and a non-lockingAnton Altaparmakov2005-05-051-24/+10
* NTFS: Optimise/reorganise some error handling code in fs/ntfs/aops.c.Anton Altaparmakov2005-05-051-11/+6
* NTFS: Fixup the resident attribute resizing code inAnton Altaparmakov2005-05-051-7/+14
* NTFS: Repeat a failed ntfs_truncate() in fs/ntfs/aops.c::ntfs_writepage()Anton Altaparmakov2005-05-051-10/+21
* NTFS: Use i_size_{read,write}() in fs/ntfs/{aops.c,mft.c} and protectAnton Altaparmakov2005-05-051-15/+41
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+2324
OpenPOWER on IntegriCloud