summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2022-08-171-15/+4
|\
| * fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov2022-08-031-4/+2
| * fs/ntfs3: Fill duplicate info in ni_add_nameKonstantin Komarov2022-08-031-10/+0
| * fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_freeKonstantin Komarov2022-08-031-1/+1
| * fs/ntfs3: Fix missing i_op in ntfs_read_mftKonstantin Komarov2022-06-061-0/+1
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-5/+3
|\ \
| * | ntfs3: refactor ntfs_writepagesChristoph Hellwig2022-08-021-5/+3
* | | fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-1/+1
|/ /
* | Merge tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds2022-06-031-2/+7
|\|
| * fs/ntfs3: provide block_invalidate_folio to fix memory leakMikulas Patocka2022-06-011-0/+1
| * Merge tag 'v5.18'Konstantin Komarov2022-05-311-2/+2
| |\
| * | fs/ntfs3: Update valid size if -EIOCBQUEUEDKonstantin Komarov2021-11-241-2/+6
* | | fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)2022-05-091-4/+5
* | | ntfs3: Call ntfs_write_begin() and ntfs_write_end() directlyMatthew Wilcox (Oracle)2022-05-081-7/+5
* | | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
* | | fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* | | fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+2
| |/ |/|
* | fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
* | ntfs3: use sync_blockdev_nowaitChristoph Hellwig2021-10-221-1/+1
|/
* fs/ntfs3: Refactor ntfs_read_mftKonstantin Komarov2021-10-111-14/+8
* fs/ntfs3: Refactor ntfs_create_inodeKonstantin Komarov2021-10-111-3/+8
* fs/ntfs3: Refactor ntfs_readlink_hlpKonstantin Komarov2021-10-111-48/+43
* fs/ntfs3: Move ni_lock_dir and ni_unlock into ntfs_create_inodeKonstantin Komarov2021-09-241-3/+14
* fs/ntfs3: Fix logical error in ntfs_create_inodeKonstantin Komarov2021-09-241-1/+1
* fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_updateKonstantin Komarov2021-09-211-1/+1
* fs/ntfs3: Remove unneeded header files from c filesKari Argillander2021-09-131-2/+0
* fs/ntfs3: Convert mount options to pointer in sbiKari Argillander2021-09-091-6/+6
* fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov2021-08-311-10/+10
* fs/ntfs3: Rework file operationsKonstantin Komarov2021-08-311-180/+95
* fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander2021-08-301-108/+121
* fs/ntfs3: Do not use driver own alloc wrappersKari Argillander2021-08-271-5/+5
* fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander2021-08-271-4/+4
* fs/ntfs3: Remove unused including <linux/version.h>Jiapeng Chong2021-08-271-1/+0
* fs/ntfs3: Fix fall-through warnings for ClangGustavo A. R. Silva2021-08-271-0/+1
* fs/ntfs3: Add initialization of super blockKonstantin Komarov2021-08-131-0/+2029