summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.14-ofs2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-159-63/+60
|\
| * 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: documentation clean upMike Marshall2017-09-141-10/+4
| * 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-153-3/+3
* | Merge tag 'nfs-for-4.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-09-157-20/+287
|\ \
| * | NFS: various changes relating to reporting IO errors.NeilBrown2017-09-124-15/+19
| * | NFS: Add static NFS I/O tracepointsChuck Lever2017-09-123-0/+259
| * | pNFS: Use the standard I/O stateid when calling LAYOUTGETTrond Myklebust2017-09-121-5/+9
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-09-153-16/+12
|\ \ \
| * | | fix the __user misannotations in asm-generic get_user/put_userAl Viro2017-09-041-4/+4
| * | | 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-157-22/+42
|\ \ \ \
| * | | | block_dev: support RFW_NOWAIT on block device nodesChristoph Hellwig2017-09-051-0/+5
| * | | | fs: support RWF_NOWAIT for buffered readsChristoph Hellwig2017-09-055-15/+20
| * | | | fs: support IOCB_NOWAIT in generic_file_buffered_readMilosz Tanski2017-09-051-0/+9
| * | | | fs: pass iocb to do_generic_file_readChristoph Hellwig2017-09-051-7/+8
| |/ / /
* | | | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-1576-296/+314
|\ \ \ \
| * | | | VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells2017-07-175-71/+104
| * | | | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-1774-226/+210
| * | | | vfs: Add sb_rdonly(sb) to query the MS_RDONLY flag on s_flagsDavid Howells2017-07-171-1/+2
* | | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-1531-236/+147
|\ \ \ \ \
| * | | | | fs: unexport vfs_readv and vfs_writevChristoph Hellwig2017-09-052-5/+1
| * | | | | fs: unexport vfs_read and vfs_writeChristoph Hellwig2017-09-051-4/+0
| * | | | | fs: unexport __vfs_read/__vfs_writeChristoph Hellwig2017-09-052-3/+0
| * | | | | lustre: switch to kernel_writeChristoph Hellwig2017-09-052-14/+3
| * | | | | gadget/f_mass_storage: stop messing with the address limitChristoph Hellwig2017-09-051-15/+6
| * | | | | mconsole: switch to kernel_readChristoph Hellwig2017-09-051-6/+1
| * | | | | btrfs: switch write_buf to kernel_writeChristoph Hellwig2017-09-051-14/+4
| * | | | | net/9p: switch p9_fd_read to kernel_writeChristoph Hellwig2017-09-051-8/+2
| * | | | | mm/nommu: switch do_mmap_private to kernel_readChristoph Hellwig2017-09-051-6/+1
| * | | | | serial2002: switch serial2002_tty_write to kernel_{read/write}Christoph Hellwig2017-09-051-19/+5
| * | | | | fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig2017-09-053-3/+3
| * | | | | fs: fix kernel_write prototypeChristoph Hellwig2017-09-059-13/+19
| * | | | | fs: fix kernel_read prototypeChristoph Hellwig2017-09-0517-71/+69
| * | | | | fs: move kernel_read to fs/read_write.cChristoph Hellwig2017-09-052-17/+16
| * | | | | fs: move kernel_write to fs/read_write.cChristoph Hellwig2017-09-052-17/+16
| * | | | | autofs4: switch autofs4_write to __kernel_writeChristoph Hellwig2017-09-051-8/+1
| * | | | | ashmem: switch to ->read_iterChristoph Hellwig2017-09-051-21/+8
| | |/ / / | |/| | |
* | | | | Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-1519-1195/+1044
|\ \ \ \ \
| * | | | | utimes: Make utimes y2038 safeDeepa Dinamani2017-09-043-13/+14
| * | | | | ipc: shm: Make shmid_kernel timestamps y2038 safeDeepa Dinamani2017-09-042-8/+8
| * | | | | ipc: sem: Make sem_array timestamps y2038 safeDeepa Dinamani2017-09-042-10/+11