summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig2017-10-031-1/+8
* xfs: always swap the cow forks when swapping extentsDarrick J. Wong2017-10-031-2/+22
* xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong2017-09-261-15/+2
* xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino2017-09-261-1/+1
* xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong2017-09-261-2/+10
* xfs: update i_size after unwritten conversion in dio completionEryu Guan2017-09-265-19/+28
* iomap_dio_rw: Allocate AIO completion queue before submitting dioChandan Rajendra2017-09-261-7/+7
* xfs: validate bdev support for DAX inode flagRoss Zwisler2017-09-261-1/+2
* xfs: remove redundant re-initialization of total_nr_pagesColin Ian King2017-09-251-2/+0
* xfs: Output warning message when discard option was enabled even though the d...Kenjiro Nakayama2017-09-251-0/+10
* xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan2017-09-251-1/+1
* xfs: kill meaningless variable 'zero'Eryu Guan2017-09-251-3/+1
* fs/xfs: Use %pS printk format for direct addressesHelge Deller2017-09-251-1/+1
* xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong2017-09-251-1/+13
* xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong2017-09-251-3/+5
* Merge tag 'for-linus-4.14-ofs2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-158-53/+56
|\
| * orangefs: Adjust three checks for null pointersMarkus Elfring2017-09-142-3/+3
| * orangefs: Use kcalloc() in orangefs_prepare_cdm_array()Markus Elfring2017-09-141-3/+1
| * orangefs: Delete error messages for a failed memory allocation in five functionsMarkus Elfring2017-09-145-19/+6
| * orangefs: constify xattr_handler structureJulia Lawall2017-09-141-1/+1
| * orangefs: don't call filemap_write_and_wait from fsyncJeff Layton2017-09-141-4/+1
| * orangefs: off by ones in xattr size checksDan Carpenter2017-09-141-3/+3
| * orangefs: react properly to posix_acl_update_mode's aftermath.Mike Marshall2017-09-141-8/+21
| * orangefs: Don't clear SGID when inheriting ACLsJan Kara2017-09-141-20/+28
* | vfs: constify path argument to kernel_read_file_from_pathMimi Zohar2017-09-141-1/+1
* | Merge tag 'nfs-for-4.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-09-147-20/+287
|\ \
| * | NFS: various changes relating to reporting IO errors.NeilBrown2017-09-114-15/+19
| * | NFS: Add static NFS I/O tracepointsChuck Lever2017-09-113-0/+259
| * | pNFS: Use the standard I/O stateid when calling LAYOUTGETTrond Myklebust2017-09-111-5/+9
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-09-142-12/+8
|\ \ \
| * | | fput: Don't reinvent the wheel but use existing llist APIByungchul Park2017-08-281-7/+5
| * | | namespace.c: Don't reinvent the wheel but use existing llist APIByungchul Park2017-08-281-5/+3
* | | | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-145-12/+22
|\ \ \ \
| * | | | block_dev: support RFW_NOWAIT on block device nodesChristoph Hellwig2017-09-041-0/+5
| * | | | fs: support RWF_NOWAIT for buffered readsChristoph Hellwig2017-09-044-12/+17
| |/ / /
* | | | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-1471-278/+269
|\ \ \ \
| * | | | VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells2017-07-172-59/+65
| * | | | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-1771-221/+206
* | | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-1412-107/+78
|\ \ \ \ \
| * | | | | fs: unexport vfs_readv and vfs_writevChristoph Hellwig2017-09-041-3/+1
| * | | | | fs: unexport vfs_read and vfs_writeChristoph Hellwig2017-09-041-4/+0
| * | | | | fs: unexport __vfs_read/__vfs_writeChristoph Hellwig2017-09-041-2/+0
| * | | | | btrfs: switch write_buf to kernel_writeChristoph Hellwig2017-09-041-14/+4
| * | | | | fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig2017-09-041-1/+1
| * | | | | fs: fix kernel_write prototypeChristoph Hellwig2017-09-042-4/+4
| * | | | | fs: fix kernel_read prototypeChristoph Hellwig2017-09-049-45/+43
| * | | | | fs: move kernel_read to fs/read_write.cChristoph Hellwig2017-09-042-17/+16
| * | | | | fs: move kernel_write to fs/read_write.cChristoph Hellwig2017-09-042-17/+16
| * | | | | autofs4: switch autofs4_write to __kernel_writeChristoph Hellwig2017-09-041-8/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-141-11/+12
|\ \ \ \ \
OpenPOWER on IntegriCloud