summaryrefslogtreecommitdiff
path: root/fs/ntfs3
AgeCommit message (Expand)Author
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)
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-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-17ntfs3: use bdev_logical_block_size instead of open coding itChristoph Hellwig
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-02-02fs/ntfs3: remove unnecessary NULL checkDan Carpenter
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02ntfs3: remove ntfs_alloc_bioChristoph Hellwig
2022-01-22mm: remove cleancacheChristoph Hellwig
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-22ntfs3: use sync_blockdev_nowaitChristoph Hellwig
2021-10-18ntfs3: use bdev_nr_bytes instead of open coding itChristoph Hellwig
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-15Merge tag 'ntfs3_for_5.15' of git://github.com/Paragon-Software-Group/linux-n...Linus Torvalds
2021-10-12fs/ntfs3: Check for NULL pointers in ni_try_remove_attr_listKonstantin Komarov
2021-10-11fs/ntfs3: Refactor ntfs_read_mftKonstantin Komarov
2021-10-11fs/ntfs3: Refactor ni_parse_reparseKonstantin Komarov
2021-10-11fs/ntfs3: Refactor ntfs_create_inodeKonstantin Komarov
2021-10-11fs/ntfs3: Refactor ntfs_readlink_hlpKonstantin Komarov
2021-10-11fs/ntfs3: Rework ntfs_utf16_to_nlsKonstantin Komarov
2021-10-11fs/ntfs3: Fix memory leak if fill_super failedKonstantin Komarov
2021-10-11fs/ntfs3: Keep prealloc for all types of filesKonstantin Komarov
2021-10-05fs/ntfs3: Remove unnecessary functionsKonstantin Komarov
2021-10-05fs/ntfs3: Forbid FALLOC_FL_PUNCH_HOLE for normal filesKonstantin Komarov
2021-10-05fs/ntfs3: Refactoring of ntfs_set_eaKonstantin Komarov
2021-10-05fs/ntfs3: Remove locked argument in ntfs_set_eaKonstantin Komarov
2021-10-05fs/ntfs3: Use available posix_acl_release instead of ntfs_posix_acl_releaseKonstantin Komarov
2021-09-30fs/ntfs3: Check for NULL if ATTR_EA_INFO is incorrectKonstantin Komarov
2021-09-30fs/ntfs3: Refactoring of ntfs_init_from_bootKonstantin Komarov
2021-09-30fs/ntfs3: Reject mount if boot's cluster size < media sector sizeKonstantin Komarov
2021-09-24fs/ntfs3: Refactoring lock in ntfs_init_aclKonstantin Komarov
2021-09-24fs/ntfs3: Change posix_acl_equiv_mode to posix_acl_update_modeKonstantin Komarov
2021-09-24fs/ntfs3: Pass flags to ntfs_set_ea in ntfs_set_acl_exKonstantin Komarov
2021-09-24fs/ntfs3: Refactor ntfs_get_acl_ex for better readabilityKonstantin Komarov
2021-09-24fs/ntfs3: Move ni_lock_dir and ni_unlock into ntfs_create_inodeKonstantin Komarov
2021-09-24fs/ntfs3: Fix logical error in ntfs_create_inodeKonstantin Komarov
2021-09-23fs/ntfs3: Remove deprecated mount options nlsKari Argillander
2021-09-23fs/ntfs3: Remove a useless shadowing variableChristophe JAILLET