summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/fsntfs.c
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs3: remove unnecessary NULL checkDan Carpenter2022-02-021-5/+4
* block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-6/+2
* ntfs3: remove ntfs_alloc_bioChristoph Hellwig2022-02-021-21/+2
* fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_updateKonstantin Komarov2021-09-211-4/+4
* fs/ntfs3: Use min/max macros instated of ternary operatorsKari Argillander2021-09-161-3/+3
* fs/ntfs3: Use clamp/max macros instead of comparisonsKari Argillander2021-09-161-5/+3
* fs/ntfs3: Remove always false condition checkKari Argillander2021-09-161-4/+1
* fs/ntfs3: Fix ntfs_look_for_free_space() does only report -ENOSPCKari Argillander2021-09-161-24/+27
* fs/ntfs3: Remove unneeded header files from c filesKari Argillander2021-09-131-1/+0
* fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov2021-08-311-4/+4
* fs/ntfs3: Rework file operationsKonstantin Komarov2021-08-311-52/+35
* fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander2021-08-301-133/+111
* fs/ntfs3: Do not use driver own alloc wrappersKari Argillander2021-08-271-4/+4
* fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander2021-08-271-2/+2
* fs/ntfs3: Remove unused variable cnt in ntfs_security_init()Nathan Chancellor2021-08-271-4/+1
* fs/ntfs3: Add initialization of super blockKonstantin Komarov2021-08-131-0/+2551