summaryrefslogtreecommitdiff
path: root/fs/ntfs3
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs.idmapped.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-221-9/+7
|\
| * ntfs: fix acl handlingChristian Brauner2022-08-221-9/+7
* | Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2022-08-1714-329/+835
|\ \ | |/ |/|
| * fs/ntfs3: uninitialized variable in ntfs_set_acl_ex()Dan Carpenter2022-08-101-1/+1
| * fs/ntfs3: Remove unused function wnd_bitsJiapeng Chong2022-08-101-5/+0
| * fs/ntfs3: Make ni_ins_new_attr return errorKonstantin Komarov2022-08-031-3/+26
| * fs/ntfs3: Create MFT zone only if length is large enoughKonstantin Komarov2022-08-031-8/+3
| * fs/ntfs3: Refactoring attr_insert_range to restore after errorsKonstantin Komarov2022-08-031-31/+86
| * fs/ntfs3: Refactoring attr_punch_hole to restore after errorsKonstantin Komarov2022-08-033-38/+105
| * fs/ntfs3: Refactoring attr_set_size to restore after errorsKonstantin Komarov2022-08-031-54/+126
| * fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov2022-08-036-17/+25
| * fs/ntfs3: Make MFT zone less fragmentedKonstantin Komarov2022-08-033-14/+33
| * fs/ntfs3: Check possible errors in run_pack in advanceKonstantin Komarov2022-08-031-17/+22
| * fs/ntfs3: Added comments to frecord functionsKonstantin Komarov2022-08-034-8/+6
| * fs/ntfs3: Fill duplicate info in ni_add_nameKonstantin Komarov2022-08-032-16/+14
| * fs/ntfs3: Make static function attr_load_runsKonstantin Komarov2022-08-032-4/+2
| * fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_freeKonstantin Komarov2022-08-034-11/+14
| * fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov2022-08-034-25/+2
| * fs/ntfs3: Fix very fragmented case in attr_punch_holeKonstantin Komarov2022-08-031-1/+12
| * fs/ntfs3: Fix work with fragmented xattrKonstantin Komarov2022-08-031-1/+6
| * fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIGKonstantin Komarov2022-08-031-0/+13
| * fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRYKonstantin Komarov2022-08-034-18/+25
| * fs/ntfs3: Check reserved size for maximum allowedKonstantin Komarov2022-08-032-3/+9
| * fs/ntfs3: Do not change mode if ntfs_set_ea failedKonstantin Komarov2022-08-031-10/+10
| * fs/ntfs3: Remove unnecessary 'NULL' values from pointersLi kunyu2022-07-061-2/+2
| * fs/ntfs3: Remove duplicated assignment to variable rColin Ian King2022-07-051-1/+0
| * fs/ntfs3: Unlock on error in attr_insert_range()Dan Carpenter2022-07-051-2/+4
| * fs/ntfs3: Make ntfs_update_mftmirr return voidPavel Skripkin2022-07-052-14/+8
| * fs/ntfs3: Fix NULL deref in ntfs_update_mftmirrPavel Skripkin2022-07-051-1/+6
| * fs/ntfs3: Enable FALLOC_FL_INSERT_RANGEKonstantin Komarov2022-06-281-42/+55
| * fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementationKonstantin Komarov2022-06-283-1/+222
| * fs/ntfs3: Add missing error checkKonstantin Komarov2022-06-171-0/+2
| * fs/ntfs3: Don't clear upper bits accidentally in log_replay()Dan Carpenter2022-06-101-1/+1
| * fs/ntfs3: Use the same order for acl pointer check in ntfs_init_aclYang Xu2022-06-091-3/+3
| * fs/ntfs3: Fix using uninitialized value n when calling indx_readYan Lei2022-06-091-1/+1
| * fs/ntfs3: Remove redundant assignment to variable vcnColin Ian King2022-06-081-1/+1
| * fs/ntfs3: Remove redundant assignment to variable frameColin Ian King2022-06-071-1/+0
| * fs/ntfs3: Remove a useless testChristophe JAILLET2022-06-071-3/+1
| * fs/ntfs3: Fix missing i_op in ntfs_read_mftKonstantin Komarov2022-06-061-0/+1
| * fs/ntfs3: Refactor ni_try_remove_attr_list functionKonstantin Komarov2022-06-062-15/+39
| * fs/ntfs3: Fix double free on remountKonstantin Komarov2022-06-061-4/+4
| * fs/ntfs3: Refactoring of indx_find functionKonstantin Komarov2022-06-061-16/+9
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-032-11/+4
|\ \
| * | ntfs3: refactor ntfs_writepagesChristoph Hellwig2022-08-021-5/+3
| * | ntfs3: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-291-6/+1
* | | fs/ntfs3: Use enum req_op where appropriateBart Van Assche2022-07-142-2/+2
* | | fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-142-2/+2
|/ /
* | Merge tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds2022-06-035-30/+149
|\ \ | |/
| * fs/ntfs3: provide block_invalidate_folio to fix memory leakMikulas Patocka2022-06-011-0/+1
| * fs/ntfs3: Fix invalid free in log_replayNamjae Jeon2022-05-311-3/+3