aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs/mft.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-02ntfs: fix multiple kernel-doc warningsGravatar Randy Dunlap 1-1/+1
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsGravatar Bart Van Assche 1-2/+2
2020-08-07ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function typeGravatar Luca Stefani 1-2/+2
2020-06-02ntfs: replace attach_page_buffers with attach_page_privateGravatar Guoqing Jiang 1-1/+1
2019-09-26ntfs: remove (un)?likely() from IS_ERR() conditionsGravatar Denis Efremov 1-6/+6
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Gravatar Thomas Gleixner 1-15/+1
2018-08-17ntfs: mft: remove VLA usageGravatar Kees Cook 1-2/+10
2018-03-28ntfs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) callGravatar Christoph Hellwig 1-2/+2
2018-01-01ntfs: remove i_version handlingGravatar Jeff Layton 1-6/+0
2017-10-03buffer: have alloc_page_buffers() use __GFP_NOFAILGravatar Jens Axboe 1-1/+1
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledGravatar Christoph Hellwig 1-0/+1
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2016-06-07fs: have submit_bh users pass in op and flags separatelyGravatar Mike Christie 1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-17/+17
2012-02-24NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c.Gravatar Anton Altaparmakov 1-3/+3
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-4/+4
2011-01-31NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc().Gravatar Anton Altaparmakov 1-4/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-14ntfs: Use new syncing helpers and update commentsGravatar Jan Kara 1-7/+6
2009-04-01ntfs: remove private wrapper of endian helpersGravatar Harvey Harrison 1-1/+1
2008-08-04fs: rename buffer trylockGravatar Nick Piggin 1-2/+2
2008-04-29Remove duplicated unlikely() in IS_ERR()Gravatar Hirofumi Nakagawa 1-3/+3
2006-10-01[PATCH] fs/ntfs: Conversion to generic booleanGravatar Richard Knutsson 1-29/+29
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-5/+0
2006-09-27[PATCH] fs: Removing useless castsGravatar Panagiotis Issaris 1-2/+2
2006-03-26[PATCH] bitops: ntfs: remove generic_ffs()Gravatar Akinobu Mita 1-1/+1
2006-03-23NTFS: Semaphore to mutex conversion.Gravatar Ingo Molnar 1-31/+31
2006-03-23NTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where weGravatar Anton Altaparmakov 1-4/+1
2006-03-23NTFS: Remove all the make_bad_inode() calls. This should only be calledGravatar Anton Altaparmakov 1-0/+1
2006-02-24NTFS: Implement support for sector sizes above 512 bytes (up to the maximumGravatar Anton Altaparmakov 1-4/+4
2005-10-04NTFS: - Change ntfs_cluster_alloc() to take an extra boolean parameterGravatar Anton Altaparmakov 1-2/+4
2005-10-04NTFS: - Change {__,}ntfs_cluster_free() to also take an optional attributeGravatar Anton Altaparmakov 1-4/+9
2005-10-04NTFS: Change ntfs_attr_find_vcn_nolock() to also take an optional attributeGravatar Anton Altaparmakov 1-3/+4
2005-10-04NTFS: Fix a 64-bitness bug where a left-shift could overflow a 32-bit variableGravatar Anton Altaparmakov 1-1/+2
2005-09-23NTFS: Change ntfs_cluster_free() to require a write locked runlist on entryGravatar Anton Altaparmakov 1-1/+1
2005-09-08NTFS: Fix cluster (de)allocators to work when the runlist is NULL and moreGravatar Anton Altaparmakov 1-1/+1
2005-09-08NTFS: Remove two bogus BUG_ON()s from fs/ntfs/mft.c.Gravatar Anton Altaparmakov 1-2/+0
2005-08-16NTFS: Fix bug in mft record writing where we forgot to set the device inGravatar Anton Altaparmakov 1-0/+2
2005-06-26NTFS: Fix a nasty deadlock that appeared in recent kernels.Gravatar Anton Altaparmakov 1-10/+19
2005-06-25NTFS: Add an extra parameter @last_vcn to ntfs_get_size_for_mapping_pairs()Gravatar Anton Altaparmakov 1-6/+6
2005-05-05NTFS: - Fix bug in fs/ntfs/attrib.c::ntfs_find_vcn_nolock() where afterGravatar Anton Altaparmakov 1-3/+3
2005-05-05NTFS: Fix printk format warnings on ia64. (Randy Dunlap)Gravatar Randy Dunlap 1-1/+1
2005-05-05NTFS: - Split ntfs_map_runlist() into ntfs_map_runlist() and a non-lockingGravatar Anton Altaparmakov 1-15/+23
2005-05-05NTFS: Fix stupid bug in fs/ntfs/mft.c introduced in last changeset.Gravatar Anton Altaparmakov 1-7/+4
2005-05-05NTFS: Use i_size_{read,write}() in fs/ntfs/{aops.c,mft.c} and protectGravatar Anton Altaparmakov 1-44/+113
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+2829