summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ntfs3_for_6.11' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds2024-07-2214-309/+480
|\
| * fs/ntfs3: Fix formatting, change comments, renamingKonstantin Komarov2024-07-115-18/+21
| * fs/ntfs3: Update log->page_{mask,bits} if log->page_size changedHuacai Chen2024-07-111-0/+3
| * fs/ntfs3: Implement simple fileattrKonstantin Komarov2024-07-113-5/+76
| * fs/ntfs3: Redesign legacy ntfs supportKonstantin Komarov2024-07-115-18/+23
| * fs/ntfs3: Use function file_inode to get inode from fileKonstantin Komarov2024-07-111-7/+5
| * fs/ntfs3: Minor ntfs_list_ea refactoringKonstantin Komarov2024-07-111-12/+13
| * fs/ntfs3: Check more cases when directory is corruptedKonstantin Komarov2024-07-111-20/+32
| * fs/ntfs3: Do copy_to_user out of run_lockKonstantin Komarov2024-07-111-3/+72
| * fs/ntfs3: Keep runs for $MFT::$ATTR_DATA and $MFT::$ATTR_BITMAPKonstantin Komarov2024-07-111-1/+2
| * fs/ntfs3: Missed error returnKonstantin Komarov2024-07-111-1/+1
| * fs/ntfs3: Fix the format of the "nocase" mount optionKonstantin Komarov2024-07-111-1/+1
| * fs/ntfs3: Fix field-spanning write in INDEX_HDRKonstantin Komarov2024-06-262-6/+7
| * ntfs3: Convert attr_wof_frame_info() to use a folioMatthew Wilcox (Oracle)2024-06-263-20/+21
| * ntfs3: Convert ni_readpage_cmpr() to take a folioMatthew Wilcox (Oracle)2024-06-263-8/+9
| * ntfs3: Convert ntfs_get_frame_pages() to use a folioMatthew Wilcox (Oracle)2024-06-261-8/+9
| * ntfs3: Remove calls to set/clear the error flagMatthew Wilcox (Oracle)2024-06-261-4/+0
| * ntfs3: Convert attr_make_nonresident to use a folioMatthew Wilcox (Oracle)2024-06-261-14/+13
| * ntfs3: Convert attr_data_write_resident to use a folioMatthew Wilcox (Oracle)2024-06-263-11/+7
| * ntfs3: Convert ntfs_write_end() to work on a folioMatthew Wilcox (Oracle)2024-06-261-7/+8
| * ntfs3: Convert attr_data_read_resident() to take a folioMatthew Wilcox (Oracle)2024-06-263-22/+13
| * ntfs3: Convert ntfs_write_begin to use a folioMatthew Wilcox (Oracle)2024-06-261-8/+9
| * ntfs3: Convert ntfs_read_folio to use a folioMatthew Wilcox (Oracle)2024-06-261-5/+4
| * fs/ntfs3: Drop stray '\' (backslash) in formatting stringAndy Shevchenko2024-06-261-1/+1
| * fs/ntfs3: Add some commentsKonstantin Komarov2024-06-263-13/+10
| * fs/ntfs3: Rename variablesKonstantin Komarov2024-06-261-5/+5
| * fs/ntfs3: Add a check for attr_names and oatblKonstantin Komarov2024-06-261-6/+32
| * fs/ntfs3: Validate ff offsetlei lu2024-06-261-1/+5
| * fs/ntfs3: Correct undo if ntfs_create_inode failedKonstantin Komarov2024-06-261-1/+9
| * fs/ntfs3: One more reason to mark inode badKonstantin Komarov2024-06-261-1/+3
| * fs/ntfs3: Replace inode_trylock with inode_lockKonstantin Komarov2024-06-261-4/+1
| * fs/ntfs3: Fix attr_insert_range at end of fileKonstantin Komarov2024-06-261-2/+7
| * fs/ntfs3: Add missing .dirty_folio in address_space_operationsKonstantin Komarov2024-06-071-0/+1
| * fs/ntfs3: Remove sync_blockdev_nowait()Konstantin Komarov2024-06-071-1/+1
| * fs/ntfs3: Fix getting file typeKonstantin Komarov2024-06-071-1/+2
| * fs/ntfs3: Missed NI_FLAG_UPDATE_PARENT settingKonstantin Komarov2024-06-071-0/+1
| * fs/ntfs3: Deny getting attr data block in compressed frameKonstantin Komarov2024-06-071-0/+13
| * fs/ntfs3: Fix transform resident to nonresident for compressed filesKonstantin Komarov2024-06-071-5/+8
| * fs/ntfs3: Remove unused macros MAXIMUM_REPARSE_DATA_BUFFER_SIZEKonstantin Komarov2024-06-071-3/+0
| * fs/ntfs3: Use macros NTFS_LABEL_MAX_LENGTH instead of hardcoded valueKonstantin Komarov2024-06-071-5/+6
| * fs/ntfs3: Simplify initialization of $AttrDef and $UpCaseKonstantin Komarov2024-06-073-53/+52
| * fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNITKonstantin Komarov2024-06-075-7/+4
| * fs/ntfs3: Remove unused functionKonstantin Komarov2024-06-072-31/+0
* | ntfs3: Convert to new uid/gid option parsing helpersEric Sandeen2024-07-021-8/+4
|/
* Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds2024-05-2513-154/+98
|\
| * fs/ntfs3: Break dir enumeration if directory contents errorKonstantin Komarov2024-05-241-0/+1
| * fs/ntfs3: Fix case when index is reused during tree transformationKonstantin Komarov2024-05-241-0/+6
| * fs/ntfs3: Mark volume as dirty if xattr is brokenKonstantin Komarov2024-04-231-1/+4
| * fs/ntfs3: Always make file nonresident on fallocate callKonstantin Komarov2024-04-233-0/+42
| * fs/ntfs3: Redesign ntfs_create_inode to return error code instead of inodeKonstantin Komarov2024-04-233-39/+23