summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | ipc: msg: Make msg_queue timestamps y2038 safeDeepa Dinamani2017-09-042-6/+7
| * | | ipc: mqueue: Replace timespec with timespec64Deepa Dinamani2017-09-044-24/+24
| * | | ipc: Make sys_semtimedop() y2038 safeDeepa Dinamani2017-09-041-6/+6
| * | | get rid of SYSVIPC_COMPAT on ia64Al Viro2017-07-161-5/+0
| * | | semtimedop(): move compat to nativeAl Viro2017-07-164-53/+33
| * | | shmat(2): move compat to nativeAl Viro2017-07-162-16/+19
| * | | msgrcv(2), msgsnd(2): move compat to nativeAl Viro2017-07-163-47/+43
| * | | ipc(2): move compat to nativeAl Viro2017-07-162-95/+93
| * | | ipc: make use of compat ipc_perm helpersAl Viro2017-07-162-50/+8
| * | | semctl(): move compat to nativeAl Viro2017-07-163-197/+133
| * | | semctl(): separate all layout-dependent copyin/copyoutAl Viro2017-07-161-98/+94
| * | | msgctl(): move compat to nativeAl Viro2017-07-162-132/+133
| * | | msgctl(): split the actual work from copyin/copyoutAl Viro2017-07-161-106/+96
| * | | ipc: move compat shmctl to nativeAl Viro2017-07-163-235/+231
| * | | shmctl: split the work from copyin/copyoutAl Viro2017-07-161-175/+172
* | | | Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-1539-11/+14399
|\ \ \ \
| * | | | squashfs: Add zstd supportSean Purcell2017-09-096-0/+178
| * | | | btrfs: Add zstd supportNick Terrell2017-08-1512-12/+468
| * | | | lib: Add zstd modulesNick Terrell2017-08-1519-0/+13014
| * | | | lib: Add xxhash moduleNick Terrell2017-08-154-0/+740
* | | | | Merge tag 'kbuild-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-09-146-30/+29
|\ \ \ \ \
| * | | | | kbuild: buildtar: do not print successful message if tar returns errorMasahiro Yamada2017-09-121-16/+13
| * | | | | kbuild: buildtar: fix tar error when CONFIG_MODULES is disabledMasahiro Yamada2017-09-121-2/+3
| * | | | | kbuild: Use KCONFIG_CONFIG in buildtarNicolas Porcel2017-09-021-2/+2