summaryrefslogtreecommitdiff
path: root/fs/ntfs/file.c
Commit message (Expand)AuthorAge
* fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-01
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* fs: Add helper to clean bdev aliases under a bh and use itJan Kara2016-11-04
* get rid of separate multipage fault-in primitivesAl Viro2016-09-27
* fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-07
* fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-01
* fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-01
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-04
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* wrappers for ->i_mutex accessAl Viro2016-01-22
* mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-04
|\
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-23
* | mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko2015-06-24
|/
* switch generic_write_checks() to iocb and iterAl Viro2015-04-11
* generic_write_checks(): drop isblk argumentAl Viro2015-04-11
* ntfs: move iov_iter_truncate() closer to generic_write_checks()Al Viro2015-04-11
* make new_sync_{read,write}() staticAl Viro2015-04-11
* Merge branch 'iocb' into for-nextAl Viro2015-04-11
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
* | NTFS: Version 2.1.32 - Update file write from aio_write to write_iter.Anton Altaparmakov2015-04-11
|/
* fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-20
* ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...Anton Altaparmakov2014-10-09
* ntfs: kernel-doc warning fixesFabian Frederick2014-08-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-12
|\
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-06
| * kill generic_segment_checks()Al Viro2014-05-06
* | mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-06-04
|/
* fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro2014-02-09
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-12
* aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-09
* ntfs: drop vmtruncateMarco Stornelli2012-12-20
* ntfs: Convert to new freezing mechanismJan Kara2012-07-31
* fs: introduce inode operation ->update_timeJosef Bacik2012-06-01
* ntfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-20
* fs: kill i_alloc_semChristoph Hellwig2011-07-20
* NTFS: writev() fix and maintenance/contact details updateAnton Altaparmakov2011-01-12
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-27
* ntfs: use add_to_page_cache_lru()Minchan Kim2010-05-25
* ntfs: clean up ntfs_attr_extend_initializedMinchan Kim2010-05-25
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-05
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-04
* ntfs: remove ntfs_file_writeChristoph Hellwig2009-09-23
* ntfs: Use new syncing helpers and update commentsJan Kara2009-09-14
* vmscan: split LRU lists into anon & file setsRik van Riel2008-10-20
* [patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi2008-07-26