summaryrefslogtreecommitdiffstats
path: root/fs/ntfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko2015-06-241-1/+2
* | NTFS: use kvfree() in ntfs_free()Pekka Enberg2015-06-241-6/+1
|/
* get rid of assorted nameidata-related debrisAl Viro2015-05-151-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-152-3/+3
* switch generic_write_checks() to iocb and iterAl Viro2015-04-111-7/+4
* generic_write_checks(): drop isblk argumentAl Viro2015-04-111-1/+1
* ntfs: move iov_iter_truncate() closer to generic_write_checks()Al Viro2015-04-111-52/+29
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* Merge branch 'iocb' into for-nextAl Viro2015-04-112-2/+0
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-252-2/+0
* | NTFS: Version 2.1.32 - Update file write from aio_write to write_iter.Anton Altaparmakov2015-04-112-477/+308
|/
* fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+2
* assorted conversions to %p[dD]Al Viro2014-11-191-2/+2
* NTFS: Bump version to 2.1.31.Anton Altaparmakov2014-10-161-1/+1
* NTFS: Add bmap address space operation needed for FIBMAP ioctl.Anton Altaparmakov2014-10-161-0/+124
* NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aopsAnton Altaparmakov2014-10-163-24/+42
* ntfs: remove bogus spaceAndrea Gelmini2014-10-091-1/+1
* ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...Anton Altaparmakov2014-10-092-3/+4
* ntfs: kernel-doc warning fixesFabian Frederick2014-08-061-3/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-6/+3
|\
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
| * kill generic_segment_checks()Al Viro2014-05-061-4/+1
* | ntfs: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-2/+2
* | mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-06-042-2/+0
* | ntfs: remove NULL value assignmentsFabian Frederick2014-06-043-4/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-2/+0
|\
| * ntfs: don't put NULL into ->i_op/->i_fopAl Viro2014-04-011-2/+0
* | ntfs: logging clean-upFabian Frederick2014-04-073-51/+42
OpenPOWER on IntegriCloud