summaryrefslogtreecommitdiffstats
path: root/fs/ntfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-051-1/+1
|\
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-241-1/+1
* | mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko2015-06-251-1/+2
|/
* switch generic_write_checks() to iocb and iterAl Viro2015-04-121-7/+4Star
* generic_write_checks(): drop isblk argumentAl Viro2015-04-121-1/+1
* ntfs: move iov_iter_truncate() closer to generic_write_checks()Al Viro2015-04-121-52/+29Star
* make new_sync_{read,write}() staticAl Viro2015-04-121-2/+0Star
* Merge branch 'iocb' into for-nextAl Viro2015-04-121-1/+0Star
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+0Star
* | NTFS: Version 2.1.32 - Update file write from aio_write to write_iter.Anton Altaparmakov2015-04-121-476/+307Star
|/
* 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-101-2/+3
* ntfs: kernel-doc warning fixesFabian Frederick2014-08-071-3/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-6/+3Star
|\
| * 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/+1Star
* | mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-06-051-1/+0Star
|/
* 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-131-1/+1
* aio: don't include aio.h in sched.hKent Overstreet2013-05-081-0/+1
* lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-091-2/+0Star
* ntfs: drop vmtruncateMarco Stornelli2012-12-211-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-211-1/+9
* fs: kill i_alloc_semChristoph Hellwig2011-07-211-2/+1Star
* NTFS: writev() fix and maintenance/contact details updateAnton Altaparmakov2011-01-121-18/+17Star
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-281-7/+2Star
* ntfs: use add_to_page_cache_lru()Minchan Kim2010-05-251-15/+4Star
* ntfs: clean up ntfs_attr_extend_initializedMinchan Kim2010-05-251-7/+2Star
* 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/+1Star
* ntfs: Use new syncing helpers and update commentsJan Kara2009-09-141-12/+4Star
* 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-271-1/+1
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-051-17/+15Star
* fs: correct SuS compliance for open of large file without optionsAlan Cox2007-10-171-1/+1
* NTFS: Fix a mount time deadlock.Anton Altaparmakov2007-10-121-19/+17Star
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+1
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* ntfs: use zero_user_pageNate Diller2007-05-121-42/+17Star
* mm: move common segment checks to separate helper functionDmitriy Monakhov2007-05-081-18/+3Star
* mm: make read_cache_page synchronousNick Piggin2007-05-071-2/+1Star
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-2/+2
* [PATCH] ntfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-1/+1
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-1/+1
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-011-2/+0Star