summaryrefslogtreecommitdiffstats
path: root/fs/ntfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* ntfs: decompress: remove VLA usageKees Cook2018-08-171-12/+16
* ntfs: aops: remove VLA usageKees Cook2018-08-171-1/+4
* fs/ntfs/aops.c: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior2018-08-171-4/+0
* fs/ntfs: use timespec64 directly for timestamp conversionArnd Bergmann2018-08-172-18/+21
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-15/+15
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-15/+15
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
|/
* ntfs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) callChristoph Hellwig2018-03-281-2/+2
* ntfs: remove i_version handlingJeff Layton2018-01-012-15/+0
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-16/+16
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-142-2/+2
|\
| * buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe2017-10-032-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-17/+14
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-17/+14
* | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-012-2/+2
|/
* ntfs: Use ERR_CAST() to avoid cross-structure castKees Cook2017-05-281-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-142-4/+3
|\
| * fs: Add helper to clean bdev aliases under a bh and use itJan Kara2016-11-042-4/+3
* | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-133-0/+3
|\|
| * mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig2016-11-012-0/+2
| * block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1