summary refs log tree commit diff
path: root/fs/ntfs3/file.c
AgeCommit message (Expand)Author
2023-01-12fs/ntfs3: don't hold ni_lock when calling truncate_setsize()Tetsuo Handa
2022-08-17Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2022-08-03fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIGKonstantin Komarov
2022-08-03fs/ntfs3: Check reserved size for maximum allowedKonstantin Komarov
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-06-28fs/ntfs3: Enable FALLOC_FL_INSERT_RANGEKonstantin Komarov
2022-06-07fs/ntfs3: Remove redundant assignment to variable frameColin Ian King
2022-06-03Merge tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds
2022-05-31Merge tag 'v5.18'Konstantin Komarov
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-08ntfs3: Remove fsdata parameter from ntfs_extend_initialized_size()Matthew Wilcox (Oracle)
2022-05-08ntfs3: Call ntfs_write_begin() and ntfs_write_end() directlyMatthew Wilcox (Oracle)
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2021-11-24fs/ntfs3: Check new size for limitsKonstantin Komarov
2021-11-24fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)Konstantin Komarov
2021-11-23fs/ntfs3: Keep preallocated only if option prealloc enabledKonstantin Komarov
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig
2021-10-05fs/ntfs3: Forbid FALLOC_FL_PUNCH_HOLE for normal filesKonstantin Komarov
2021-09-13fs/ntfs3: Remove unneeded header files from c filesKari Argillander
2021-09-09fs/ntfs3: Rename mount option no_acs_rules > (no)acsrulesKari Argillander
2021-09-09fs/ntfs3: Convert mount options to pointer in sbiKari Argillander
2021-09-02fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iterKari Argillander
2021-09-02fs/ntfs3: Fix integer overflow in ni_fiemap with fiemap_prep()Kari Argillander
2021-08-31fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov
2021-08-31fs/ntfs3: Remove fat ioctl's from ntfs3 driver for nowKari Argillander
2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander
2021-08-27fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmallocKari Argillander
2021-08-27fs/ntfs3: Do not use driver own alloc wrappersKari Argillander
2021-08-13fs/ntfs3: Add file operations and implementationKonstantin Komarov