summaryrefslogtreecommitdiff
path: root/fs/ntfs3/file.c
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs3: Code formatting and refactoringKonstantin Komarov2023-03-271-11/+14
* fs/ntfs3: Changed ntfs_get_acl() to use dentryKonstantin Komarov2023-03-271-1/+1
* fs/ntfs3: Fix ntfs_create_inode()Konstantin Komarov2023-03-271-1/+1
* fs/ntfs3: Remove noacsrulesKonstantin Komarov2023-03-271-11/+0
* fs/ntfs3: Use bh_read to simplify codeKonstantin Komarov2023-03-271-8/+2
* Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-6/+6
|\
| * fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| * fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
* | fs/ntfs3: don't hold ni_lock when calling truncate_setsize()Tetsuo Handa2023-01-021-2/+2
|/
* Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2022-12-211-149/+54
|\
| * fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocateKonstantin Komarov2022-11-141-12/+18
| * fs/ntfs3: Change new sparse cluster processingKonstantin Komarov2022-11-141-113/+33
| * fs/ntfs3: Fixing work with sparse clustersKonstantin Komarov2022-11-141-33/+12
* | fs: rename current get acl methodChristian Brauner2022-10-201-1/+1
* | fs: pass dentry to set acl methodChristian Brauner2022-10-191-1/+1
|/
* Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2022-08-171-44/+66
|\
| * fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIGKonstantin Komarov2022-08-031-0/+13
| * fs/ntfs3: Check reserved size for maximum allowedKonstantin Komarov2022-08-031-3/+0
| * fs/ntfs3: Enable FALLOC_FL_INSERT_RANGEKonstantin Komarov2022-06-281-42/+55
| * fs/ntfs3: Remove redundant assignment to variable frameColin Ian King2022-06-071-1/+0
* | fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-1/+1
* | Merge tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds2022-06-031-3/+9
|\ \ | |/
| * Merge tag 'v5.18'Konstantin Komarov2022-05-311-1/+2
| |\
| * | fs/ntfs3: Check new size for limitsKonstantin Komarov2021-11-241-1/+7
| * | fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)Konstantin Komarov2021-11-241-1/+1
| * | fs/ntfs3: Keep preallocated only if option prealloc enabledKonstantin Komarov2021-11-231-1/+1
* | | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-5/+2
|\ \ \
| * | | ntfs3: Remove fsdata parameter from ntfs_extend_initialized_size()Matthew Wilcox (Oracle)2022-05-081-4/+2
| * | | ntfs3: Call ntfs_write_begin() and ntfs_write_end() directlyMatthew Wilcox (Oracle)2022-05-081-3/+2
| | |/ | |/|
* | | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-2/+2
* | | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+1
|/ /
* | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-1/+1
|\ \
| * | iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2021-10-181-1/+1
* | | mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-0/+1
| |/ |/|
* | fs/ntfs3: Forbid FALLOC_FL_PUNCH_HOLE for normal filesKonstantin Komarov2021-10-051-2/+5
* | fs/ntfs3: Remove unneeded header files from c filesKari Argillander2021-09-131-1/+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-2/+2
|/
* fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iterKari Argillander2021-09-021-5/+1
* fs/ntfs3: Fix integer overflow in ni_fiemap with fiemap_prep()Kari Argillander2021-09-021-2/+3
* fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov2021-08-311-9/+9
* fs/ntfs3: Remove fat ioctl's from ntfs3 driver for nowKari Argillander2021-08-311-8/+0
* fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander2021-08-301-43/+53
* fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmallocKari Argillander2021-08-271-1/+1
* fs/ntfs3: Do not use driver own alloc wrappersKari Argillander2021-08-271-2/+2
* fs/ntfs3: Add file operations and implementationKonstantin Komarov2021-08-131-0/+1252