summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3
AgeCommit message (Expand)AuthorLines
2022-08-22Merge tag 'fs.idmapped.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-9/+7
2022-08-22ntfs: fix acl handlingChristian Brauner-9/+7
2022-08-17Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds-329/+835
2022-08-10fs/ntfs3: uninitialized variable in ntfs_set_acl_ex()Dan Carpenter-1/+1
2022-08-10fs/ntfs3: Remove unused function wnd_bitsJiapeng Chong-5/+0
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-11/+4
2022-08-03fs/ntfs3: Make ni_ins_new_attr return errorKonstantin Komarov-3/+26
2022-08-03fs/ntfs3: Create MFT zone only if length is large enoughKonstantin Komarov-8/+3
2022-08-03fs/ntfs3: Refactoring attr_insert_range to restore after errorsKonstantin Komarov-31/+86
2022-08-03fs/ntfs3: Refactoring attr_punch_hole to restore after errorsKonstantin Komarov-38/+105
2022-08-03fs/ntfs3: Refactoring attr_set_size to restore after errorsKonstantin Komarov-54/+126
2022-08-03fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov-17/+25
2022-08-03fs/ntfs3: Make MFT zone less fragmentedKonstantin Komarov-14/+33
2022-08-03fs/ntfs3: Check possible errors in run_pack in advanceKonstantin Komarov-17/+22
2022-08-03fs/ntfs3: Added comments to frecord functionsKonstantin Komarov-8/+6
2022-08-03fs/ntfs3: Fill duplicate info in ni_add_nameKonstantin Komarov-16/+14
2022-08-03fs/ntfs3: Make static function attr_load_runsKonstantin Komarov-4/+2
2022-08-03fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_freeKonstantin Komarov-11/+14
2022-08-03fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov-25/+2
2022-08-03fs/ntfs3: Fix very fragmented case in attr_punch_holeKonstantin Komarov-1/+12
2022-08-03fs/ntfs3: Fix work with fragmented xattrKonstantin Komarov-1/+6
2022-08-03fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIGKonstantin Komarov-0/+13
2022-08-03fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRYKonstantin Komarov-18/+25
2022-08-03fs/ntfs3: Check reserved size for maximum allowedKonstantin Komarov-3/+9
2022-08-03fs/ntfs3: Do not change mode if ntfs_set_ea failedKonstantin Komarov-10/+10
2022-08-02ntfs3: refactor ntfs_writepagesChristoph Hellwig-5/+3
2022-07-14fs/ntfs3: Use enum req_op where appropriateBart Van Assche-2/+2
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche-2/+2
2022-07-06fs/ntfs3: Remove unnecessary 'NULL' values from pointersLi kunyu-2/+2
2022-07-05fs/ntfs3: Remove duplicated assignment to variable rColin Ian King-1/+0
2022-07-05fs/ntfs3: Unlock on error in attr_insert_range()Dan Carpenter-2/+4
2022-07-05fs/ntfs3: Make ntfs_update_mftmirr return voidPavel Skripkin-14/+8
2022-07-05fs/ntfs3: Fix NULL deref in ntfs_update_mftmirrPavel Skripkin-1/+6
2022-06-29ntfs3: Remove check for PageErrorMatthew Wilcox (Oracle)-6/+1
2022-06-28fs/ntfs3: Enable FALLOC_FL_INSERT_RANGEKonstantin Komarov-42/+55
2022-06-28fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementationKonstantin Komarov-1/+222
2022-06-17fs/ntfs3: Add missing error checkKonstantin Komarov-0/+2
2022-06-10fs/ntfs3: Don't clear upper bits accidentally in log_replay()Dan Carpenter-1/+1
2022-06-09fs/ntfs3: Use the same order for acl pointer check in ntfs_init_aclYang Xu-3/+3
2022-06-09fs/ntfs3: Fix using uninitialized value n when calling indx_readYan Lei-1/+1
2022-06-08fs/ntfs3: Remove redundant assignment to variable vcnColin Ian King-1/+1
2022-06-07fs/ntfs3: Remove redundant assignment to variable frameColin Ian King-1/+0
2022-06-07fs/ntfs3: Remove a useless testChristophe JAILLET-3/+1
2022-06-06fs/ntfs3: Fix missing i_op in ntfs_read_mftKonstantin Komarov-0/+1
2022-06-06fs/ntfs3: Refactor ni_try_remove_attr_list functionKonstantin Komarov-15/+39
2022-06-06fs/ntfs3: Fix double free on remountKonstantin Komarov-4/+4
2022-06-06fs/ntfs3: Refactoring of indx_find functionKonstantin Komarov-16/+9
2022-06-03Merge tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds-30/+149
2022-06-01fs/ntfs3: provide block_invalidate_folio to fix memory leakMikulas Patocka-0/+1
2022-05-31fs/ntfs3: Fix invalid free in log_replayNamjae Jeon-3/+3