aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fs: remove the never implemented aio_fsync file operationChristoph Hellwig2016-10-301-2/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-102-2/+2
|\
| * fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-272-2/+2
* | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
|\ \
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| |/
* / get rid of separate multipage fault-in primitivesAl Viro2016-09-271-1/+1
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-1/+1
|\
| * Remove last traces of ->sync_pageMatthew Wilcox2016-06-301-1/+1
* | Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-1/+1
|\ \
| * | vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
| |/
* / fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-075-8/+8
|/
* fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-011-5/+2
* fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-011-1/+1
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-048-36/+27
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-0414-187/+187
* wrappers for ->i_mutex accessAl Viro2016-01-224-15/+15
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-2/+2
* mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-061-2/+2
* ntfs: delete unnecessary checks before calling iput()SF Markus Elfring2015-09-041-14/+7
* ntfs: super.c: Fix error logNik Nyby2015-08-071-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-042-2/+2
|\
| * fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-231-1/+1
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-231-1/+1