summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ntfs3_for_5.15' of git://github.com/Paragon-Software-Group/linux-n...Linus Torvalds2021-10-151-188/+61
|\
| * fs/ntfs3: Remove unnecessary functionsKonstantin Komarov2021-10-051-94/+0
| * fs/ntfs3: Refactoring of ntfs_set_eaKonstantin Komarov2021-10-051-14/+17
| * fs/ntfs3: Remove locked argument in ntfs_set_eaKonstantin Komarov2021-10-051-15/+14
| * fs/ntfs3: Use available posix_acl_release instead of ntfs_posix_acl_releaseKonstantin Komarov2021-10-051-8/+2
| * fs/ntfs3: Refactoring lock in ntfs_init_aclKonstantin Komarov2021-09-241-41/+14
| * fs/ntfs3: Change posix_acl_equiv_mode to posix_acl_update_modeKonstantin Komarov2021-09-241-11/+4
| * fs/ntfs3: Pass flags to ntfs_set_ea in ntfs_set_acl_exKonstantin Komarov2021-09-241-2/+7
| * fs/ntfs3: Refactor ntfs_get_acl_ex for better readabilityKonstantin Komarov2021-09-241-3/+6
| * fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_updateKonstantin Komarov2021-09-211-1/+1
| * fs/ntfs3: Remove unneeded header files from c filesKari Argillander2021-09-131-3/+0
| * fs/ntfs3: Rename mount option no_acs_rules > (no)acsrulesKari Argillander2021-09-091-1/+1
| * fs/ntfs3: Convert mount options to pointer in sbiKari Argillander2021-09-091-1/+1
* | Merge git://github.com/Paragon-Software-Group/linux-ntfs3Linus Torvalds2021-09-041-2/+5
|/
* fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov2021-08-311-3/+4
* fs/ntfs3: Rework file operationsKonstantin Komarov2021-08-311-12/+13
* fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander2021-08-301-61/+50
* fs/ntfs3: fix an error code in ntfs_get_acl_ex()Dan Carpenter2021-08-271-1/+1
* fs/ntfs3: Do not use driver own alloc wrappersKari Argillander2021-08-271-9/+9
* fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander2021-08-271-4/+4
* fs/ntfs3: Add attrib operationsKonstantin Komarov2021-08-131-0/+1128