aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs3
AgeCommit message (Expand)Author
2022-09-30fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()Shigeru Yoshida
2022-09-30fs/ntfs3: Fix memory leak on ntfs_fill_super() error pathShigeru Yoshida
2022-09-30fs/ntfs3: Use kmalloc_array for allocating multiple elementsKenneth Lee
2022-09-30fs/ntfs3: Fix attr_punch_hole() null pointer derenferenceAlon Zahavi
2022-09-30fs/ntfs3: Fix [df]mask display in /proc/mountsMarc Aurèle La France
2022-09-30fs/ntfs3: Add null pointer check to attr_load_runs_vcnEdward Lo
2022-09-30fs/ntfs3: Validate data run offsetEdward Lo
2022-09-30fs/ntfs3: Add overflow check for attribute sizeedward lo
2022-09-30fs/ntfs3: Validate BOOT record_sizeedward lo
2022-09-30fs/ntfs3: Rename variables and add commentKonstantin Komarov
2022-09-30fs/ntfs3: Add option "nocase"Konstantin Komarov
2022-09-30fs/ntfs3: Change destroy_inode to free_inodeKonstantin Komarov
2022-09-30fs/ntfs3: Add hidedotfiles optionKonstantin Komarov
2022-09-30fs/ntfs3: Add comments about cluster sizeKonstantin Komarov
2022-09-26lib/bitmap: don't call __bitmap_weight() in kernel codeYury Norov
2022-09-11ntfs3: replace ll_rw_block()Zhang Yi
2022-08-31ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpersChristian Brauner
2022-08-22Merge tag 'fs.idmapped.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-22ntfs: fix acl handlingChristian Brauner
2022-08-17Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2022-08-10fs/ntfs3: uninitialized variable in ntfs_set_acl_ex()Dan Carpenter
2022-08-10fs/ntfs3: Remove unused function wnd_bitsJiapeng Chong
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-03fs/ntfs3: Make ni_ins_new_attr return errorKonstantin Komarov
2022-08-03fs/ntfs3: Create MFT zone only if length is large enoughKonstantin Komarov
2022-08-03fs/ntfs3: Refactoring attr_insert_range to restore after errorsKonstantin Komarov
2022-08-03fs/ntfs3: Refactoring attr_punch_hole to restore after errorsKonstantin Komarov
2022-08-03fs/ntfs3: Refactoring attr_set_size to restore after errorsKonstantin Komarov
2022-08-03fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov
2022-08-03fs/ntfs3: Make MFT zone less fragmentedKonstantin Komarov
2022-08-03fs/ntfs3: Check possible errors in run_pack in advanceKonstantin Komarov
2022-08-03fs/ntfs3: Added comments to frecord functionsKonstantin Komarov
2022-08-03fs/ntfs3: Fill duplicate info in ni_add_nameKonstantin Komarov
2022-08-03fs/ntfs3: Make static function attr_load_runsKonstantin Komarov
2022-08-03fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_freeKonstantin Komarov
2022-08-03fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov
2022-08-03fs/ntfs3: Fix very fragmented case in attr_punch_holeKonstantin Komarov
2022-08-03fs/ntfs3: Fix work with fragmented xattrKonstantin Komarov
2022-08-03fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIGKonstantin Komarov
2022-08-03fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRYKonstantin Komarov
2022-08-03fs/ntfs3: Check reserved size for maximum allowedKonstantin Komarov
2022-08-03fs/ntfs3: Do not change mode if ntfs_set_ea failedKonstantin Komarov
2022-08-02ntfs3: refactor ntfs_writepagesChristoph Hellwig
2022-07-14fs/ntfs3: Use enum req_op where appropriateBart Van Assche
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-07-06fs/ntfs3: Remove unnecessary 'NULL' values from pointersLi kunyu
2022-07-05fs/ntfs3: Remove duplicated assignment to variable rColin Ian King
2022-07-05fs/ntfs3: Unlock on error in attr_insert_range()Dan Carpenter
2022-07-05fs/ntfs3: Make ntfs_update_mftmirr return voidPavel Skripkin
2022-07-05fs/ntfs3: Fix NULL deref in ntfs_update_mftmirrPavel Skripkin