summaryrefslogtreecommitdiff
path: root/fs/ntfs/mft.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-09ntfs: fix MFT bitmap scan 2^32 boundary checkDaeMyung Kang1-1/+1
2026-05-09ntfs: validate MFT attrs_offset against bytes_in_useDaeMyung Kang1-1/+12
2026-05-08ntfs: wait for sync mft writes to completeDaeMyung Kang1-22/+41
2026-05-08ntfs: capture mft mirror sync errors in ntfs_write_mft_block()DaeMyung Kang1-2/+6
2026-05-08ntfs: redirty folio when ntfs_write_mft_block() runs out of memoryDaeMyung Kang1-1/+4
2026-05-08ntfs: use base mft_no when looking up base inode for extent recordDaeMyung Kang1-1/+1
2026-04-18ntfs: add missing error code in ntfs_mft_record_alloc()Dan Carpenter1-0/+1
2026-04-18ntfs: fix uninitialized pointer in ntfs_write_mft_blockNamjae Jeon1-2/+2
2026-04-18Merge tag 'ntfs-for-7.1-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2924
2026-03-16ntfs: fix inconsistent indenting warningsHyunchul Lee1-1/+1
2026-03-06ntfs: use ->mft_no instead of ->i_ino in printsNamjae Jeon1-2/+2
2026-03-06ntfs: change mft_no type to u64Namjae Jeon1-42/+39
2026-03-04ntfs: reduce stack usage in ntfs_write_mft_block()Arnd Bergmann1-2/+7
2026-02-28ntfs: Fix spelling mistake "initiailized" -> "initialized"Colin Ian King1-1/+1
2026-02-19ntfs: update mft operationsNamjae Jeon1-1242/+1257
2026-02-19Revert "fs: Remove NTFS classic"Namjae Jeon1-0/+2907
2024-01-24fs: Remove NTFS classicMatthew Wilcox (Oracle)1-2907/+0
2023-10-18ntfs: convert to new timestamp accessorsJeff Layton1-1/+1
2023-07-24ntfs: convert to ctime accessor functionsJeff Layton1-2/+1
2023-05-24ntfs: do not dereference a null ctx on errorDanila Chernetsov1-17/+19
2023-02-03ntfs: fix multiple kernel-doc warningsRandy Dunlap1-1/+1
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche1-2/+2
2020-08-07ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function typeLuca Stefani1-2/+2
2020-06-02ntfs: replace attach_page_buffers with attach_page_privateGuoqing Jiang1-1/+1
2019-09-26ntfs: remove (un)?likely() from IS_ERR() conditionsDenis Efremov1-6/+6
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Thomas Gleixner1-15/+1
2018-08-18ntfs: mft: remove VLA usageKees Cook1-2/+10
2018-03-28ntfs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) callChristoph Hellwig1-2/+2
2018-01-01ntfs: remove i_version handlingJeff Layton1-6/+0
2017-10-03buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe1-1/+1
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig1-0/+1
2016-09-28fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-17/+17
2012-02-24NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c.Anton Altaparmakov1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2011-01-31NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc().Anton Altaparmakov1-4/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-14ntfs: Use new syncing helpers and update commentsJan Kara1-7/+6
2009-04-01ntfs: remove private wrapper of endian helpersHarvey Harrison1-1/+1
2008-08-05fs: rename buffer trylockNick Piggin1-2/+2
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-3/+3
2006-10-01[PATCH] fs/ntfs: Conversion to generic booleanRichard Knutsson1-29/+29
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-5/+0
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris1-2/+2
2006-03-26[PATCH] bitops: ntfs: remove generic_ffs()Akinobu Mita1-1/+1
2006-03-23NTFS: Semaphore to mutex conversion.Ingo Molnar1-31/+31
2006-03-23NTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where weAnton Altaparmakov1-4/+1
2006-03-23NTFS: Remove all the make_bad_inode() calls. This should only be calledAnton Altaparmakov1-0/+1
2006-02-24NTFS: Implement support for sector sizes above 512 bytes (up to the maximumAnton Altaparmakov1-4/+4