aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)AuthorFilesLines
2022-04-01ntfs: Correct mark_ntfs_record_dirty() folio conversionGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-11/+10
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-22ntfs: add sanity check on allocation sizeGravatar Dongliang Mu 1-0/+4
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioGravatar Matthew Wilcox (Oracle) 1-6/+6
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioGravatar Matthew Wilcox (Oracle) 1-3/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioGravatar Matthew Wilcox (Oracle) 1-2/+3
2022-01-15fs/ntfs/attrib.c: fix one kernel-doc commentGravatar Yang Li 1-1/+1
2021-11-27fs: ntfs: Limit NTFS_RW to page sizes smaller than 64kGravatar Guenter Roeck 1-0/+1
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2021-10-18ntfs: use sb_bdev_nr_blocksGravatar Christoph Hellwig 1-5/+3
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableGravatar Andreas Gruenbacher 1-1/+1
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Gravatar Christoph Hellwig 1-0/+1
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-23/+10
2021-06-29ntfs: fix validity check for file name attributeGravatar Desmond Cheong Zhi Xi 1-1/+1
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Gravatar Al Viro 1-3/+1
2021-06-02ntfs_copy_from_user_iter(): don't bother with copying iov_iterGravatar Al Viro 1-22/+11
2021-02-24ntfs: check for valid standard information attributeGravatar Rustam Kovhaev 1-0/+6
2021-02-24ntfs: layout.h: delete duplicated wordsGravatar Randy Dunlap 1-2/+2
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 2-2/+5
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2020-12-15fs/ntfs: remove unused variable attr_lenGravatar Alex Shi 1-2/+0
2020-12-15fs/ntfs: remove unused variblesGravatar Alex Shi 2-6/+2
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2020-10-13ntfs: add check for mft record size in superblockGravatar Rustam Kovhaev 1-0/+6
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2020-08-07ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function typeGravatar Luca Stefani 4-19/+18
2020-06-24block: move block-related definitions out of fs.hGravatar Christoph Hellwig 1-0/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-3/+3
2020-06-02mm: remove the pgprot argument to __vmallocGravatar Christoph Hellwig 1-1/+1
2020-06-02ntfs: replace attach_page_buffers with attach_page_privateGravatar Guoqing Jiang 2-2/+2
2020-04-20docs: filesystems: fix renamed referencesGravatar Mauro Carvalho Chehab 1-1/+1
2020-03-28fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_tGravatar Thomas Gleixner 1-6/+3
2019-12-08utimes: Clamp the timestamps in notify_change()Gravatar Amir Goldstein 1-12/+6
2019-09-26ntfs: remove (un)?likely() from IS_ERR() conditionsGravatar Denis Efremov 4-9/+9
2019-08-30timestamp_truncate: Replace users of timespec64_truncGravatar Deepa Dinamani 1-9/+12
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 97Gravatar Thomas Gleixner 1-15/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Gravatar Thomas Gleixner 43-645/+43
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-01ntfs: switch to ->free_inode()Gravatar Al Viro 3-15/+6
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 1-1/+1
2018-10-12ntfs: don't open-code ERR_CASTGravatar Al Viro 1-1/+1
2018-08-17ntfs: mft: remove VLA usageGravatar Kees Cook 1-2/+10
2018-08-17ntfs: decompress: remove VLA usageGravatar Kees Cook 1-12/+16
2018-08-17ntfs: aops: remove VLA usageGravatar Kees Cook 1-1/+4
2018-08-17fs/ntfs/aops.c: don't disable interrupts during kmap_atomic()Gravatar Sebastian Andrzej Siewior 1-4/+0
2018-08-17fs/ntfs: use timespec64 directly for timestamp conversionGravatar Arnd Bergmann 2-18/+21
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-15/+15
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-15/+15