aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-28ntfs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) callGravatar Christoph Hellwig 1-2/+2
2018-01-01ntfs: remove i_version handlingGravatar Jeff Layton 2-15/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-16/+16
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-03buffer: have alloc_page_buffers() use __GFP_NOFAILGravatar Jens Axboe 2-2/+2
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-17/+14
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingGravatar Jeff Layton 2-2/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-17/+14
2017-05-28ntfs: Use ERR_CAST() to avoid cross-structure castGravatar Kees Cook 1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-4/+3
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-0/+3
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itGravatar Jan Kara 2-4/+3
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledGravatar Christoph Hellwig 2-0/+2
2016-11-01block,fs: untangle fs.h and blk_types.hGravatar Christoph Hellwig 1-0/+1
2016-10-30fs: remove the never implemented aio_fsync file operationGravatar Christoph Hellwig 1-2/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-2/+2
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 1-1/+1
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 2-2/+2
2016-09-27get rid of separate multipage fault-in primitivesGravatar Al Viro 1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-07-28Merge branch 'salted-string-hash'Gravatar Linus Torvalds 1-1/+1
2016-06-30Remove last traces of ->sync_pageGravatar Matthew Wilcox 1-1/+1
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-1/+1
2016-06-07fs: have submit_bh users pass in op and flags separatelyGravatar Mike Christie 5-8/+8
2016-05-01fs: simplify the generic_write_sync prototypeGravatar Christoph Hellwig 1-5/+2
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCGravatar Christoph Hellwig 1-1/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 8-36/+27
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 14-187/+187
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 4-15/+15
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-2/+2
2015-11-06mm, fs: introduce mapping_gfp_constraint()Gravatar Michal Hocko 1-2/+2
2015-09-04ntfs: delete unnecessary checks before calling iput()Gravatar SF Markus Elfring 1-14/+7