summaryrefslogtreecommitdiffstats
path: root/fs/ntfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+17
* 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/+17
* mm: move common segment checks to separate helper functionDmitriy Monakhov2007-05-081-18/+3
* mm: make read_cache_page synchronousNick Piggin2007-05-071-2/+1
* [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/+0
* [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-011-5/+3
* [PATCH] fs/ntfs: Conversion to generic booleanRichard Knutsson2006-10-011-17/+17
* [PATCH] Prepare for __copy_from_user_inatomic to not zero missed bytesNeilBrown2006-06-251-12/+14
* [PATCH] read_mapping_page for address spacePekka Enberg2006-06-231-2/+1
* [PATCH] NTFS: Critical bug fix (affects MIPS and possibly others)Anton Altaparmakov2006-06-221-6/+7
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-2/+2
* NTFS: Remove all the make_bad_inode() calls. This should only be calledAnton Altaparmakov2006-03-231-12/+1
* NTFS: Fix two compiler warnings on Alpha. Thanks to Andrew Morton forAnton Altaparmakov2006-03-071-1/+2
* NTFS: Implement support for sector sizes above 512 bytes (up to the maximumAnton Altaparmakov2006-02-241-4/+4
* Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov2006-01-191-10/+10
|\
| * [PATCH] replace inode_update_time with file_update_timeChristoph Hellwig2006-01-101-1/+1
OpenPOWER on IntegriCloud