summaryrefslogtreecommitdiff
path: root/fs/ntfs/mft.c
AgeCommit message (Expand)Author
19 hoursMerge branch 'ntfs-next' of https://git.kernel.org/pub/scm/linux/kernel/git/l...Mark Brown
22 hoursntfs: fix $MFTMirr write offset when it spans multiple foliosZhu Tianhao
22 hoursntfs: ignore interrupted inode reads as corruptionNamjae Jeon
22 hoursntfs: protect runlist updates with the runlist lockNamjae Jeon
22 hoursntfs: account for MFT records added during allocationNamjae Jeon
22 hoursntfs: use dynamic MFT tail reservationNamjae Jeon
4 daystreewide: refresh kmalloc_obj() conversionsKees Cook
13 daysntfs: compute bi_sector in 512-byte unitsDennis Tighe
14 daysntfs: fix kmap_local leak in write_mft_record_nolock() error pathsBaolin Liu
2026-08-20ntfs: validate usa_ofs before preserving the update sequence numberDennis Tighe
2026-08-19ntfs: mft: use kmemdup() instead of kmalloc() and memcpy()Mohammad Shahid
2026-06-25ntfs: avoid stale runlist element dereference in MFT writebackCen Zhang
2026-06-06ntfs: skip extent mft records in writeback to prevent deadlockHyunchul Lee
2026-05-10ntfs: fix MFT bitmap scan 2^32 boundary checkDaeMyung Kang
2026-05-10ntfs: validate MFT attrs_offset against bytes_in_useDaeMyung Kang
2026-05-08ntfs: wait for sync mft writes to completeDaeMyung Kang
2026-05-08ntfs: capture mft mirror sync errors in ntfs_write_mft_block()DaeMyung Kang
2026-05-08ntfs: redirty folio when ntfs_write_mft_block() runs out of memoryDaeMyung Kang
2026-05-08ntfs: use base mft_no when looking up base inode for extent recordDaeMyung Kang
2026-04-18ntfs: add missing error code in ntfs_mft_record_alloc()Dan Carpenter
2026-04-18ntfs: fix uninitialized pointer in ntfs_write_mft_blockNamjae Jeon
2026-04-17Merge tag 'ntfs-for-7.1-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-03-16ntfs: fix inconsistent indenting warningsHyunchul Lee
2026-03-06ntfs: use ->mft_no instead of ->i_ino in printsNamjae Jeon
2026-03-06ntfs: change mft_no type to u64Namjae Jeon
2026-03-04ntfs: reduce stack usage in ntfs_write_mft_block()Arnd Bergmann
2026-02-28ntfs: Fix spelling mistake "initiailized" -> "initialized"Colin Ian King
2026-02-19ntfs: update mft operationsNamjae Jeon
2026-02-19Revert "fs: Remove NTFS classic"Namjae Jeon
2024-01-24fs: Remove NTFS classicMatthew Wilcox (Oracle)
2023-10-18ntfs: convert to new timestamp accessorsJeff Layton
2023-07-24ntfs: convert to ctime accessor functionsJeff Layton
2023-05-24ntfs: do not dereference a null ctx on errorDanila Chernetsov
2023-02-02ntfs: fix multiple kernel-doc warningsRandy Dunlap
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2020-08-07ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function typeLuca Stefani
2020-06-02ntfs: replace attach_page_buffers with attach_page_privateGuoqing Jiang
2019-09-26ntfs: remove (un)?likely() from IS_ERR() conditionsDenis Efremov
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Thomas Gleixner
2018-08-17ntfs: mft: remove VLA usageKees Cook
2018-03-28ntfs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) callChristoph Hellwig
2018-01-01ntfs: remove i_version handlingJeff Layton
2017-10-03buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2012-02-24NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c.Anton Altaparmakov
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-31NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc().Anton Altaparmakov