summaryrefslogtreecommitdiffstats
path: root/fs/ntfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fs: Add helper to clean bdev aliases under a bh and use itJan Kara2016-11-041-3/+2
* get rid of separate multipage fault-in primitivesAl Viro2016-09-271-1/+1
* fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-1/+1
* 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-041-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-27/+27
* wrappers for ->i_mutex accessAl Viro2016-01-221-4/+4
* mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-061-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-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
|/
* 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-111-1/+0
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
* | NTFS: Version 2.1.32 - Update file write from aio_write to write_iter.Anton Altaparmakov2015-04-111-476/+307
|/
* fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+2
* ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...Anton Altaparmakov2014-10-091-2/+3
* 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
* | mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-06-041-1/+0
|/
* fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro2014-02-091-1/+1
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-091-2/+0
* ntfs: drop vmtruncateMarco Stornelli2012-12-201-3/+13
* ntfs: Convert to new freezing mechanismJan Kara2012-07-311-1/+2
* fs: introduce inode operation ->update_timeJosef Bacik2012-06-011-1/+3
* ntfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-8/+8
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+9
* fs: kill i_alloc_semChristoph Hellwig2011-07-201-2/+1
* NTFS: writev() fix and maintenance/contact details updateAnton Altaparmakov2011-01-121-18/+17
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-7/+2
* ntfs: use add_to_page_cache_lru()Minchan Kim2010-05-251-15/+4
* ntfs: clean up ntfs_attr_extend_initializedMinchan Kim2010-05-251-7/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-1/+1
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-2/+2
* ntfs: remove ntfs_file_writeChristoph Hellwig2009-09-231-41/+1
* ntfs: Use new syncing helpers and update commentsJan Kara2009-09-141-12/+4
* vmscan: split LRU lists into anon & file setsRik van Riel2008-10-201-2/+2
* [patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi2008-07-261-1/+1
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-051-17/+15