summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3
AgeCommit message (Expand)AuthorFilesLines
2022-06-09fs/ntfs3: Fix using uninitialized value n when calling indx_readYan Lei1-1/+1
2022-06-08fs/ntfs3: Remove redundant assignment to variable vcnColin Ian King1-1/+1
2022-06-07fs/ntfs3: Remove redundant assignment to variable frameColin Ian King1-1/+0
2022-06-07fs/ntfs3: Remove a useless testChristophe JAILLET1-3/+1
2022-06-06fs/ntfs3: Fix missing i_op in ntfs_read_mftKonstantin Komarov1-0/+1
2022-06-06fs/ntfs3: Refactor ni_try_remove_attr_list functionKonstantin Komarov2-15/+39
2022-06-06fs/ntfs3: Fix double free on remountKonstantin Komarov1-4/+4
2022-06-06fs/ntfs3: Refactoring of indx_find functionKonstantin Komarov1-16/+9
2022-06-01fs/ntfs3: provide block_invalidate_folio to fix memory leakMikulas Patocka1-0/+1
2022-05-31fs/ntfs3: Fix invalid free in log_replayNamjae Jeon1-3/+3
2022-05-31Merge tag 'v5.18'Konstantin Komarov5-36/+12
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-02-02fs/ntfs3: remove unnecessary NULL checkDan Carpenter1-5/+4
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-6/+2
2022-02-02ntfs3: remove ntfs_alloc_bioChristoph Hellwig1-21/+2
2022-01-22mm: remove cleancacheChristoph Hellwig1-1/+0
2021-11-24fs/ntfs3: Update valid size if -EIOCBQUEUEDKonstantin Komarov1-2/+6
2021-11-24fs/ntfs3: Check new size for limitsKonstantin Komarov1-1/+7
2021-11-24fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)Konstantin Komarov2-4/+8
2021-11-24fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if called f...Konstantin Komarov1-6/+7
2021-11-23fs/ntfs3: Optimize locking in ntfs_save_wsl_permKonstantin Komarov1-10/+14
2021-11-23fs/ntfs3: Update i_ctime when xattr is addedKonstantin Komarov1-0/+3
2021-11-23fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functionsKonstantin Komarov1-1/+95
2021-11-23fs/ntfs3: Keep preallocated only if option prealloc enabledKonstantin Komarov1-1/+1
2021-11-23fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()'Christophe JAILLET1-2/+4
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-10-22ntfs3: use sync_blockdev_nowaitChristoph Hellwig1-1/+1
2021-10-18ntfs3: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-1/+1
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher1-1/+1
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig1-0/+1
2021-10-15Merge tag 'ntfs3_for_5.15' of git://github.com/Paragon-Software-Group/linux-n...Linus Torvalds23-896/+712
2021-10-12fs/ntfs3: Check for NULL pointers in ni_try_remove_attr_listKonstantin Komarov1-1/+22
2021-10-11fs/ntfs3: Refactor ntfs_read_mftKonstantin Komarov1-14/+8
2021-10-11fs/ntfs3: Refactor ni_parse_reparseKonstantin Komarov2-5/+6
2021-10-11fs/ntfs3: Refactor ntfs_create_inodeKonstantin Komarov1-3/+8
2021-10-11fs/ntfs3: Refactor ntfs_readlink_hlpKonstantin Komarov1-48/+43
2021-10-11fs/ntfs3: Rework ntfs_utf16_to_nlsKonstantin Komarov2-12/+9
2021-10-11fs/ntfs3: Fix memory leak if fill_super failedKonstantin Komarov1-34/+56
2021-10-11fs/ntfs3: Keep prealloc for all types of filesKonstantin Komarov1-7/+1
2021-10-05fs/ntfs3: Remove unnecessary functionsKonstantin Komarov1-94/+0
2021-10-05fs/ntfs3: Forbid FALLOC_FL_PUNCH_HOLE for normal filesKonstantin Komarov1-2/+5
2021-10-05fs/ntfs3: Refactoring of ntfs_set_eaKonstantin Komarov1-14/+17
2021-10-05fs/ntfs3: Remove locked argument in ntfs_set_eaKonstantin Komarov1-15/+14
2021-10-05fs/ntfs3: Use available posix_acl_release instead of ntfs_posix_acl_releaseKonstantin Komarov1-8/+2
2021-09-30fs/ntfs3: Check for NULL if ATTR_EA_INFO is incorrectKonstantin Komarov1-1/+3
2021-09-30fs/ntfs3: Refactoring of ntfs_init_from_bootKonstantin Komarov2-12/+9