summaryrefslogtreecommitdiff
path: root/fs/ntfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs: drop useless return value of submit_bh from ntfs_submit_bh_for_readRitesh Harjani (IBM)2022-09-291-2/+2
* Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-5/+0
|\
| * ntfs: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-291-5/+0
* | fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-1/+1
|/
* Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-271-2/+2
|\
| * fs/ntfs: remove redundant variable idxColin Ian King2022-05-191-2/+2
* | ntfs: Convert ntfs to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+2
|/
* Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-1/+1
|\
| * iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2021-10-181-1/+1
* | mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-0/+1
|/
* iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro2021-06-101-3/+1
* ntfs_copy_from_user_iter(): don't bother with copying iov_iterAl Viro2021-06-021-22/+11
* fs/ntfs: remove unused variblesAlex Shi2020-12-151-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Thomas Gleixner2019-05-241-15/+1
* fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
* 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