summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2023-07-0717-237/+531
|\
| * fs/ntfs3: Correct mode for label entry inside /proc/fs/ntfs3/Konstantin Komarov2023-07-031-3/+4
| * fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/l...Konstantin Komarov2023-07-033-2/+195
| * fs/ntfs3: Fix endian problemKonstantin Komarov2023-07-032-7/+6
| * fs/ntfs3: Add ability to format new mft records with bigger/smaller headerKonstantin Komarov2023-07-033-3/+14
| * fs/ntfs3: Code refactoringKonstantin Komarov2023-07-037-81/+88
| * fs/ntfs3: Code formattingKonstantin Komarov2023-07-0314-83/+92
| * fs/ntfs3: Do not update primary boot in ntfs_init_from_boot()Konstantin Komarov2023-07-031-19/+39
| * fs/ntfs3: Alternative boot if primary boot is corruptedKonstantin Komarov2023-07-031-27/+71
| * fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov2023-07-034-1/+15
| * fs/ntfs3: Fix ntfs_atomic_openKonstantin Komarov2023-07-031-12/+3
| * fs/ntfs3: Correct checking while generating attr_listKonstantin Komarov2023-07-031-15/+10
| * fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list()Tetsuo Handa2023-07-031-2/+2
| * fs: ntfs3: Fix possible null-pointer dereferences in mi_read()Jia-Ju Bai2023-07-031-2/+2
| * fs/ntfs3: Return error for inconsistent extended attributesEdward Lo2023-07-031-0/+1
| * fs/ntfs3: Enhance sanity check while generating attr_listEdward Lo2023-07-031-5/+11
| * fs/ntfs3: Use wrapper i_blocksize() in ntfs_zero_range()Yangtao Li2023-07-031-1/+1
| * ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr()Zeng Heng2023-07-031-0/+3
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-3/+0
|\ \
| * | backing_dev: remove current->backing_dev_infoChristoph Hellwig2023-06-091-3/+0
| |/
* | splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* | ntfs3: Provide a splice-read wrapperDavid Howells2023-05-241-1/+30
|/
* Merge tag 'ntfs3_for_6.4' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2023-04-2916-446/+528
|\
| * fs/ntfs3: Fix root inode checkingKonstantin Komarov2023-03-271-1/+10
| * fs/ntfs3: Print details about mount failsKonstantin Komarov2023-03-273-92/+122
| * fs/ntfs3: Add missed "nocase" in ntfs_show_optionsKonstantin Komarov2023-03-271-19/+21
| * fs/ntfs3: Code formatting and refactoringKonstantin Komarov2023-03-2715-178/+186
| * fs/ntfs3: Changed ntfs_get_acl() to use dentryKonstantin Komarov2023-03-274-22/+15
| * fs/ntfs3: Remove field sbi->used.bitmap.set_tailKonstantin Komarov2023-03-272-3/+0
| * fs/ntfs3: Undo critial modificatins to keep directory consistencyKonstantin Komarov2023-03-271-10/+20
| * fs/ntfs3: Undo endian changesKonstantin Komarov2023-03-271-6/+5
| * fs/ntfs3: Optimization in ntfs_set_state()Konstantin Komarov2023-03-271-2/+7
| * fs/ntfs3: Fix ntfs_create_inode()Konstantin Komarov2023-03-274-49/+58
| * fs/ntfs3: Remove noacsrulesKonstantin Komarov2023-03-276-38/+1
| * fs/ntfs3: Use bh_read to simplify codeKonstantin Komarov2023-03-272-8/+3
| * fs/ntfs3: Fix a possible null-pointer dereference in ni_clear()Jia-Ju Bai2023-03-271-1/+1
| * fs/ntfs3: Refactoring of various minor issuesKonstantin Komarov2023-03-275-8/+8
| * fs/ntfs3: Restore overflow checking for attr size in mi_enum_attrKonstantin Komarov2023-03-273-4/+10
| * fs/ntfs3: Check for extremely large size of $AttrDefKonstantin Komarov2023-03-271-1/+9
| * fs/ntfs3: Improved checking of attribute's name lengthKonstantin Komarov2023-03-271-1/+7
| * fs/ntfs3: Add null pointer checksKonstantin Komarov2023-03-272-7/+12
| * fs/ntfs3: fix spelling mistake "attibute" -> "attribute"Yu Zhe2023-03-271-1/+1
| * fs/ntfs3: Add length check in indx_get_rootEdward Lo2023-03-271-1/+10
| * fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()Zeng Heng2023-03-273-1/+6
| * fs/ntfs3: Validate MFT flags before replaying logsEdward Lo2023-03-271-0/+6
| * fs/ntfs3: Fix NULL dereference in ni_write_inodeAbdun Nihaal2023-03-271-0/+3
| * fs/ntfs3: Enhance the attribute size checkEdward Lo2023-03-271-7/+2
| * fs/ntfs3: Fix OOB read in indx_insert_into_bufferZhangPeng2023-03-271-0/+4
| * fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode'Ye Bin2023-03-271-0/+1
| * fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()ZhangPeng2023-03-271-0/+10