summaryrefslogtreecommitdiff
path: root/fs/ntfs
Commit message (Expand)AuthorAgeFilesLines
* mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)2022-06-261-3/+3
* ntfs: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-261-6/+1
* ntfs: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-261-5/+0
* Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-271-2/+2
|\
| * fs/ntfs: remove redundant variable idxColin Ian King2022-05-191-2/+2
* | ntfs: Convert ntfs to read_folioMatthew Wilcox (Oracle)2022-05-096-28/+30
* | fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-2/+2
|/
* ntfs: Correct mark_ntfs_record_dirty() folio conversionMatthew Wilcox (Oracle)2022-04-011-1/+1
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-11/+10
|\
| * fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-6/+6
| * fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-3/+1
| * fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-2/+3
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* | ntfs: add sanity check on allocation sizeDongliang Mu2022-03-221-0/+4
|/
* fs/ntfs/attrib.c: fix one kernel-doc commentYang Li2022-01-151-1/+1
* fs: ntfs: Limit NTFS_RW to page sizes smaller than 64kGuenter Roeck2021-11-271-0/+1
* 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
* | ntfs: use sb_bdev_nr_blocksChristoph Hellwig2021-10-181-5/+3
* | mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-0/+1
|/
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-031-23/+10
|\
| * iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro2021-06-101-3/+1
| * ntfs_copy_from_user_iter(): don't bother with copying iov_iterAl Viro2021-06-021-22/+11
* | ntfs: fix validity check for file name attributeDesmond Cheong Zhi Xi2021-06-291-1/+1
|/
* ntfs: check for valid standard information attributeRustam Kovhaev2021-02-241-0/+6
* ntfs: layout.h: delete duplicated wordsRandy Dunlap2021-02-241-2/+2
* fs: make helpers idmap mount awareChristian Brauner2021-01-242-2/+5
* attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* fs/ntfs: remove unused variable attr_lenAlex Shi2020-12-151-2/+0
* fs/ntfs: remove unused variblesAlex Shi2020-12-152-6/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | ntfs: add check for mft record size in superblockRustam Kovhaev2020-10-131-0/+6
|/
* ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function typeLuca Stefani2020-08-074-19/+18
* block: move block-related definitions out of fs.hChristoph Hellwig2020-06-241-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-023-3/+3
|\
| * mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-1/+1
| * ntfs: replace attach_page_buffers with attach_page_privateGuoqing Jiang2020-06-022-2/+2
* | docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
|/
* fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_tThomas Gleixner2020-03-281-6/+3
* utimes: Clamp the timestamps in notify_change()Amir Goldstein2019-12-081-12/+6
* ntfs: remove (un)?likely() from IS_ERR() conditionsDenis Efremov2019-09-264-9/+9
* timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani2019-08-301-9/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 97Thomas Gleixner2019-05-241-15/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Thomas Gleixner2019-05-2443-645/+43
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* ntfs: switch to ->free_inode()Al Viro2019-05-013-15/+6
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* ntfs: don't open-code ERR_CASTAl Viro2018-10-121-1/+1
* ntfs: mft: remove VLA usageKees Cook2018-08-171-2/+10