aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs3/file.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-27fs/ntfs3: Code formatting and refactoringGravatar Konstantin Komarov 1-11/+14
2023-03-27fs/ntfs3: Changed ntfs_get_acl() to use dentryGravatar Konstantin Komarov 1-1/+1
2023-03-27fs/ntfs3: Fix ntfs_create_inode()Gravatar Konstantin Komarov 1-1/+1
2023-03-27fs/ntfs3: Remove noacsrulesGravatar Konstantin Komarov 1-11/+0
2023-03-27fs/ntfs3: Use bh_read to simplify codeGravatar Konstantin Komarov 1-8/+2
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+6
2023-01-19fs: port ->set_acl() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-4/+4
2023-01-02fs/ntfs3: don't hold ni_lock when calling truncate_setsize()Gravatar Tetsuo Handa 1-2/+2
2022-12-21Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-...Gravatar Linus Torvalds 1-149/+54
2022-11-14fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocateGravatar Konstantin Komarov 1-12/+18
2022-11-14fs/ntfs3: Change new sparse cluster processingGravatar Konstantin Komarov 1-113/+33
2022-11-14fs/ntfs3: Fixing work with sparse clustersGravatar Konstantin Komarov 1-33/+12
2022-10-20fs: rename current get acl methodGravatar Christian Brauner 1-1/+1
2022-10-19fs: pass dentry to set acl methodGravatar Christian Brauner 1-1/+1
2022-08-17Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Gravatar Linus Torvalds 1-44/+66
2022-08-03fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIGGravatar Konstantin Komarov 1-0/+13
2022-08-03fs/ntfs3: Check reserved size for maximum allowedGravatar Konstantin Komarov 1-3/+0
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsGravatar Bart Van Assche 1-1/+1
2022-06-28fs/ntfs3: Enable FALLOC_FL_INSERT_RANGEGravatar Konstantin Komarov 1-42/+55
2022-06-07fs/ntfs3: Remove redundant assignment to variable frameGravatar Colin Ian King 1-1/+0
2022-06-03Merge tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux...Gravatar Linus Torvalds 1-3/+9
2022-05-31Merge tag 'v5.18'Gravatar Konstantin Komarov 1-1/+2
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-5/+2
2022-05-08ntfs3: Remove fsdata parameter from ntfs_extend_initialized_size()Gravatar Matthew Wilcox (Oracle) 1-4/+2
2022-05-08ntfs3: Call ntfs_write_begin() and ntfs_write_end() directlyGravatar Matthew Wilcox (Oracle) 1-3/+2
2022-04-17block: add a bdev_discard_granularity helperGravatar Christoph Hellwig 1-2/+2
2022-04-17block: remove QUEUE_FLAG_DISCARDGravatar Christoph Hellwig 1-1/+1
2021-11-24fs/ntfs3: Check new size for limitsGravatar Konstantin Komarov 1-1/+7
2021-11-24fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)Gravatar Konstantin Komarov 1-1/+1
2021-11-23fs/ntfs3: Keep preallocated only if option prealloc enabledGravatar Konstantin Komarov 1-1/+1
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableGravatar Andreas Gruenbacher 1-1/+1
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Gravatar Christoph Hellwig 1-0/+1
2021-10-05fs/ntfs3: Forbid FALLOC_FL_PUNCH_HOLE for normal filesGravatar Konstantin Komarov 1-2/+5
2021-09-13fs/ntfs3: Remove unneeded header files from c filesGravatar Kari Argillander 1-1/+0
2021-09-09fs/ntfs3: Rename mount option no_acs_rules > (no)acsrulesGravatar Kari Argillander 1-1/+1
2021-09-09fs/ntfs3: Convert mount options to pointer in sbiGravatar Kari Argillander 1-2/+2
2021-09-02fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iterGravatar Kari Argillander 1-5/+1
2021-09-02fs/ntfs3: Fix integer overflow in ni_fiemap with fiemap_prep()Gravatar Kari Argillander 1-2/+3
2021-08-31fs/ntfs3: Restyle comments to better align with kernel-docGravatar Konstantin Komarov 1-9/+9
2021-08-31fs/ntfs3: Remove fat ioctl's from ntfs3 driver for nowGravatar Kari Argillander 1-8/+0
2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docGravatar Kari Argillander 1-43/+53
2021-08-27fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmallocGravatar Kari Argillander 1-1/+1
2021-08-27fs/ntfs3: Do not use driver own alloc wrappersGravatar Kari Argillander 1-2/+2
2021-08-13fs/ntfs3: Add file operations and implementationGravatar Konstantin Komarov 1-0/+1252