aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs3
AgeCommit message (Expand)AuthorFilesLines
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 2-11/+4
2022-08-02ntfs3: refactor ntfs_writepagesGravatar Christoph Hellwig 1-5/+3
2022-07-14fs/ntfs3: Use enum req_op where appropriateGravatar Bart Van Assche 2-2/+2
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsGravatar Bart Van Assche 2-2/+2
2022-06-29ntfs3: Remove check for PageErrorGravatar Matthew Wilcox (Oracle) 1-6/+1
2022-06-03Merge tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux...Gravatar Linus Torvalds 5-30/+149
2022-06-01fs/ntfs3: provide block_invalidate_folio to fix memory leakGravatar Mikulas Patocka 1-0/+1
2022-05-31fs/ntfs3: Fix invalid free in log_replayGravatar Namjae Jeon 1-3/+3
2022-05-31Merge tag 'v5.18'Gravatar Konstantin Komarov 5-36/+12
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+7
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 3-19/+20
2022-05-12fs/ntfs3: validate BOOT sectors_per_clustersGravatar Randy Dunlap 1-3/+7
2022-05-09fs: Convert mpage_readpage to mpage_read_folioGravatar Matthew Wilcox (Oracle) 1-4/+5
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) 3-10/+12
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove aop flags parameter from block_write_begin()Gravatar Matthew Wilcox (Oracle) 1-2/+2
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDGravatar Christoph Hellwig 1-1/+1
2022-04-17block: add a bdev_discard_granularity helperGravatar Christoph Hellwig 2-6/+4
2022-04-17block: remove QUEUE_FLAG_DISCARDGravatar Christoph Hellwig 2-2/+2
2022-04-17ntfs3: use bdev_logical_block_size instead of open coding itGravatar Christoph Hellwig 1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+1
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-02-02fs/ntfs3: remove unnecessary NULL checkGravatar Dan Carpenter 1-5/+4
2022-02-02block: pass a block_device and opf to bio_allocGravatar Christoph Hellwig 1-6/+2
2022-02-02ntfs3: remove ntfs_alloc_bioGravatar Christoph Hellwig 1-21/+2
2022-01-22mm: remove cleancacheGravatar Christoph Hellwig 1-1/+0
2021-11-24fs/ntfs3: Update valid size if -EIOCBQUEUEDGravatar Konstantin Komarov 1-2/+6
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 2-4/+8
2021-11-24fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if called f...Gravatar Konstantin Komarov 1-6/+7
2021-11-23fs/ntfs3: Optimize locking in ntfs_save_wsl_permGravatar Konstantin Komarov 1-10/+14
2021-11-23fs/ntfs3: Update i_ctime when xattr is addedGravatar Konstantin Komarov 1-0/+3
2021-11-23fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functionsGravatar Konstantin Komarov 1-1/+95
2021-11-23fs/ntfs3: Keep preallocated only if option prealloc enabledGravatar Konstantin Komarov 1-1/+1
2021-11-23fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()'Gravatar Christophe JAILLET 1-2/+4
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-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-10-22ntfs3: use sync_blockdev_nowaitGravatar Christoph Hellwig 1-1/+1
2021-10-18ntfs3: use bdev_nr_bytes instead of open coding itGravatar Christoph Hellwig 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-15Merge tag 'ntfs3_for_5.15' of git://github.com/Paragon-Software-Group/linux-n...Gravatar Linus Torvalds 23-896/+712
2021-10-12fs/ntfs3: Check for NULL pointers in ni_try_remove_attr_listGravatar Konstantin Komarov 1-1/+22
2021-10-11fs/ntfs3: Refactor ntfs_read_mftGravatar Konstantin Komarov 1-14/+8
2021-10-11fs/ntfs3: Refactor ni_parse_reparseGravatar Konstantin Komarov 2-5/+6
2021-10-11fs/ntfs3: Refactor ntfs_create_inodeGravatar Konstantin Komarov 1-3/+8