summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs3: Check more cases when directory is corruptedKonstantin Komarov2024-09-121-20/+32
* fs/ntfs3: One more reason to mark inode badKonstantin Komarov2024-09-121-1/+3
* fs/ntfs3: Do copy_to_user out of run_lockKonstantin Komarov2024-08-191-3/+72
* fs/ntfs3: Update log->page_{mask,bits} if log->page_size changedHuacai Chen2024-08-031-0/+3
* fs/ntfs3: Keep runs for $MFT::$ATTR_DATA and $MFT::$ATTR_BITMAPKonstantin Komarov2024-08-031-1/+2
* fs/ntfs3: Missed error returnKonstantin Komarov2024-08-031-1/+1
* fs/ntfs3: Fix the format of the "nocase" mount optionKonstantin Komarov2024-08-031-1/+1
* fs/ntfs3: Fix field-spanning write in INDEX_HDRKonstantin Komarov2024-08-032-6/+7
* fs/ntfs3: Drop stray '\' (backslash) in formatting stringAndy Shevchenko2024-08-031-1/+1
* fs/ntfs3: Correct undo if ntfs_create_inode failedKonstantin Komarov2024-08-031-1/+9
* fs/ntfs3: Replace inode_trylock with inode_lockKonstantin Komarov2024-08-031-4/+1
* fs/ntfs3: Add missing .dirty_folio in address_space_operationsKonstantin Komarov2024-08-031-0/+1
* fs/ntfs3: Fix getting file typeKonstantin Komarov2024-08-031-1/+2
* fs/ntfs3: Missed NI_FLAG_UPDATE_PARENT settingKonstantin Komarov2024-08-031-0/+1
* fs/ntfs3: Deny getting attr data block in compressed frameKonstantin Komarov2024-08-031-0/+13
* fs/ntfs3: Fix transform resident to nonresident for compressed filesKonstantin Komarov2024-08-031-5/+8
* fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNITKonstantin Komarov2024-08-035-7/+4
* fs/ntfs3: Validate ff offsetlei lu2024-07-271-1/+5
* fs/ntfs3: Add a check for attr_names and oatblKonstantin Komarov2024-07-271-6/+32
* 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
| * fs/ntfs3: Use variable length array instead of fixed sizeKonstantin Komarov2024-04-231-1/+1
| * fs/ntfs3: Use 64 bit variable to avoid 32 bit overflowKonstantin Komarov2024-04-231-1/+2
| * fs/ntfs3: Check 'folio' pointer for NULLKonstantin Komarov2024-04-231-6/+11
| * fs/ntfs3: Missed le32_to_cpu conversionKonstantin Komarov2024-04-231-1/+1
| * fs/ntfs3: Remove max link count info display during driver initKonstantin Komarov2024-04-231-2/+0
| * fs/ntfs3: Taking DOS names into account during link countingKonstantin Komarov2024-04-232-12/+6
| * fs/ntfs3: remove atomic_openJeff Layton2024-04-171-90/+0
| * fs/ntfs3: use kcalloc() instead of kzalloc()Lenko Donchev2024-04-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-026-7/+106
|\ \
| * | ntfs3: add legacy ntfs file operationsChristian Brauner2024-04-234-4/+33
| * | ntfs3: enforce read-only when used as legacy ntfs driverChristian Brauner2024-04-232-4/+34
| * | ntfs3: serve as alias for the legacy ntfs driverChristian Brauner2024-04-162-0/+40
| |/
* / fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()Alexander Lobakin2024-04-015-11/+12
|/
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+1
* Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-1/+1
|\
| * ntfs3: use file_mnt_idmap helperAlexander Mikhalitsyn2024-02-021-1/+1
* | fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESSMark O'Donovan2024-02-261-1/+1
* | fs/ntfs3: Slightly simplify ntfs_inode_printk()Christophe JAILLET2024-01-291-3/+2
* | fs/ntfs3: Add ioctl operation for directories (FITRIM)Nekun2024-01-293-2/+8
* | fs/ntfs3: Fix oob in ntfs_listxattrEdward Adam Davis2024-01-291-0/+3
* | fs/ntfs3: Fix an NULL dereference bugDan Carpenter2024-01-291-1/+1
* | fs/ntfs3: Update inode->i_size after success write into compressed fileKonstantin Komarov2024-01-291-0/+2
* | fs/ntfs3: Fixed overflow check in mi_enum_attr()Konstantin Komarov2024-01-291-1/+1
* | fs/ntfs3: Correct function is_rst_area_validKonstantin Komarov2024-01-291-6/+8
* | fs/ntfs3: Use i_size_read and i_size_writeKonstantin Komarov2024-01-296-18/+19