summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2022-12-211-63/+95
|\
| * fs/ntfs3: Fix incorrect if in ntfs_set_acl_exKonstantin Komarov2022-11-141-4/+3
| * fs/ntfs3: Check fields while readingKonstantin Komarov2022-11-141-38/+71
| * fs/ntfs3: Add system.ntfs_attrib_be extended attributeDaniel Pinto2022-11-121-6/+14
| * fs/ntfs3: Use strcmp to determine attribute typeYuan Can2022-09-301-30/+14
| * fs/ntfs3: Harden against integer overflowsDan Carpenter2022-09-301-1/+1
* | fs: pass dentry to set acl methodChristian Brauner2022-10-191-4/+5
* | ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpersChristian Brauner2022-08-311-96/+6
|/
* Merge tag 'fs.idmapped.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-221-9/+7
|\
| * ntfs: fix acl handlingChristian Brauner2022-08-221-9/+7
* | fs/ntfs3: uninitialized variable in ntfs_set_acl_ex()Dan Carpenter2022-08-101-1/+1
* | fs/ntfs3: Fix work with fragmented xattrKonstantin Komarov2022-08-031-1/+6
* | fs/ntfs3: Do not change mode if ntfs_set_ea failedKonstantin Komarov2022-08-031-10/+10
* | fs/ntfs3: Use the same order for acl pointer check in ntfs_init_aclYang Xu2022-06-091-3/+3
|/
* fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if called f...Konstantin Komarov2021-11-241-6/+7
* fs/ntfs3: Optimize locking in ntfs_save_wsl_permKonstantin Komarov2021-11-231-10/+14
* fs/ntfs3: Update i_ctime when xattr is addedKonstantin Komarov2021-11-231-0/+3
* fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functionsKonstantin Komarov2021-11-231-1/+95
* 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