Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)Author
2022-04-01ntfs: Correct mark_ntfs_record_dirty() folio conversionMatthew Wilcox (Oracle)
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-23ntfs: add sanity check on allocation sizeDongliang Mu
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2022-01-15fs/ntfs/attrib.c: fix one kernel-doc commentYang Li
2021-11-28fs: ntfs: Limit NTFS_RW to page sizes smaller than 64kGuenter Roeck
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-10-18ntfs: use sb_bdev_nr_blocksChristoph Hellwig
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-29ntfs: fix validity check for file name attributeDesmond Cheong Zhi Xi
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro
2021-06-03ntfs_copy_from_user_iter(): don't bother with copying iov_iterAl Viro
2021-02-25ntfs: check for valid standard information attributeRustam Kovhaev
2021-02-25ntfs: layout.h: delete duplicated wordsRandy Dunlap
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-12-15fs/ntfs: remove unused variable attr_lenAlex Shi
2020-12-15fs/ntfs: remove unused variblesAlex Shi
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-10-14ntfs: add check for mft record size in superblockRustam Kovhaev
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-08-07ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function typeLuca Stefani
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-02ntfs: replace attach_page_buffers with attach_page_privateGuoqing Jiang
2020-04-21docs: filesystems: fix renamed referencesMauro Carvalho Chehab
2020-03-28fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_tThomas Gleixner
2019-12-09utimes: Clamp the timestamps in notify_change()Amir Goldstein
2019-09-26ntfs: remove (un)?likely() from IS_ERR() conditionsDenis Efremov
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 97Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-02ntfs: switch to ->free_inode()Al Viro
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-10-13ntfs: don't open-code ERR_CASTAl Viro
2018-08-18ntfs: mft: remove VLA usageKees Cook
2018-08-18ntfs: decompress: remove VLA usageKees Cook
2018-08-18ntfs: aops: remove VLA usageKees Cook
2018-08-18fs/ntfs/aops.c: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior
2018-08-18fs/ntfs: use timespec64 directly for timestamp conversionArnd Bergmann
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani