summaryrefslogtreecommitdiff
path: root/fs/ntfs3
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs3: Fix invalid free in log_replayNamjae Jeon2022-06-091-3/+3
* fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functionsKonstantin Komarov2022-06-091-1/+95
* fs/ntfs3: Update i_ctime when xattr is addedKonstantin Komarov2022-06-091-0/+3
* fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()'Christophe JAILLET2022-06-091-2/+4
* fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if called f...Konstantin Komarov2022-06-091-6/+7
* fs/ntfs3: Check new size for limitsKonstantin Komarov2022-06-091-1/+7
* fs/ntfs3: Keep preallocated only if option prealloc enabledKonstantin Komarov2022-06-091-1/+1
* fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)Konstantin Komarov2022-06-092-4/+8
* fs/ntfs3: Update valid size if -EIOCBQUEUEDKonstantin Komarov2022-06-091-2/+6
* fs/ntfs3: provide block_invalidate_folio to fix memory leakMikulas Patocka2022-06-091-0/+1
* fs/ntfs3: validate BOOT sectors_per_clustersRandy Dunlap2022-06-061-3/+7
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+1
|\
| * fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\ \
| * | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
| |/
* | fs/ntfs3: remove unnecessary NULL checkDan Carpenter2022-02-021-5/+4
* | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-6/+2
* | ntfs3: remove ntfs_alloc_bioChristoph Hellwig2022-02-021-21/+2
|/
* mm: remove cleancacheChristoph Hellwig2022-01-221-1/+0
* Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-1/+1
|\
| * iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2021-10-181-1/+1
* | Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-1/+1
|\ \
| * | ntfs3: use sync_blockdev_nowaitChristoph Hellwig2021-10-221-1/+1
* | | ntfs3: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-1/+1
|/ /
* | mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-0/+1
* | Merge tag 'ntfs3_for_5.15' of git://github.com/Paragon-Software-Group/linux-n...Linus Torvalds2021-10-1523-896/+712
|\ \ | |/ |/|
| * fs/ntfs3: Check for NULL pointers in ni_try_remove_attr_listKonstantin Komarov2021-10-121-1/+22
| * fs/ntfs3: Refactor ntfs_read_mftKonstantin Komarov2021-10-111-14/+8
| * fs/ntfs3: Refactor ni_parse_reparseKonstantin Komarov2021-10-112-5/+6
| * fs/ntfs3: Refactor ntfs_create_inodeKonstantin Komarov2021-10-111-3/+8
| * fs/ntfs3: Refactor ntfs_readlink_hlpKonstantin Komarov2021-10-111-48/+43
| * fs/ntfs3: Rework ntfs_utf16_to_nlsKonstantin Komarov2021-10-112-12/+9
| * fs/ntfs3: Fix memory leak if fill_super failedKonstantin Komarov2021-10-111-34/+56
| * fs/ntfs3: Keep prealloc for all types of filesKonstantin Komarov2021-10-111-7/+1
| * fs/ntfs3: Remove unnecessary functionsKonstantin Komarov2021-10-051-94/+0
| * fs/ntfs3: Forbid FALLOC_FL_PUNCH_HOLE for normal filesKonstantin Komarov2021-10-051-2/+5
| * fs/ntfs3: Refactoring of ntfs_set_eaKonstantin Komarov2021-10-051-14/+17
| * fs/ntfs3: Remove locked argument in ntfs_set_eaKonstantin Komarov2021-10-051-15/+14
| * fs/ntfs3: Use available posix_acl_release instead of ntfs_posix_acl_releaseKonstantin Komarov2021-10-051-8/+2
| * fs/ntfs3: Check for NULL if ATTR_EA_INFO is incorrectKonstantin Komarov2021-09-301-1/+3
| * fs/ntfs3: Refactoring of ntfs_init_from_bootKonstantin Komarov2021-09-302-12/+9
| * fs/ntfs3: Reject mount if boot's cluster size < media sector sizeKonstantin Komarov2021-09-301-1/+12
| * fs/ntfs3: Refactoring lock in ntfs_init_aclKonstantin Komarov2021-09-241-41/+14
| * fs/ntfs3: Change posix_acl_equiv_mode to posix_acl_update_modeKonstantin Komarov2021-09-241-11/+4
| * fs/ntfs3: Pass flags to ntfs_set_ea in ntfs_set_acl_exKonstantin Komarov2021-09-241-2/+7
| * fs/ntfs3: Refactor ntfs_get_acl_ex for better readabilityKonstantin Komarov2021-09-241-3/+6
| * fs/ntfs3: Move ni_lock_dir and ni_unlock into ntfs_create_inodeKonstantin Komarov2021-09-242-23/+14
| * fs/ntfs3: Fix logical error in ntfs_create_inodeKonstantin Komarov2021-09-241-1/+1
| * fs/ntfs3: Remove deprecated mount options nlsKari Argillander2021-09-231-4/+0
| * fs/ntfs3: Remove a useless shadowing variableChristophe JAILLET2021-09-231-2/+1