| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2017-09-15 | 76 | -296/+314 |
|\ |
|
| * | VFS: Differentiate mount flags (MS_*) from internal superblock flags | David Howells | 2017-07-17 | 5 | -71/+104 |
| * | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 2017-07-17 | 74 | -226/+210 |
| * | vfs: Add sb_rdonly(sb) to query the MS_RDONLY flag on s_flags | David Howells | 2017-07-17 | 1 | -1/+2 |
* | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2017-09-15 | 31 | -236/+147 |
|\ \ |
|
| * | | fs: unexport vfs_readv and vfs_writev | Christoph Hellwig | 2017-09-05 | 2 | -5/+1 |
| * | | fs: unexport vfs_read and vfs_write | Christoph Hellwig | 2017-09-05 | 1 | -4/+0 |
| * | | fs: unexport __vfs_read/__vfs_write | Christoph Hellwig | 2017-09-05 | 2 | -3/+0 |
| * | | lustre: switch to kernel_write | Christoph Hellwig | 2017-09-05 | 2 | -14/+3 |
| * | | gadget/f_mass_storage: stop messing with the address limit | Christoph Hellwig | 2017-09-05 | 1 | -15/+6 |
| * | | mconsole: switch to kernel_read | Christoph Hellwig | 2017-09-05 | 1 | -6/+1 |
| * | | btrfs: switch write_buf to kernel_write | Christoph Hellwig | 2017-09-05 | 1 | -14/+4 |
| * | | net/9p: switch p9_fd_read to kernel_write | Christoph Hellwig | 2017-09-05 | 1 | -8/+2 |
| * | | mm/nommu: switch do_mmap_private to kernel_read | Christoph Hellwig | 2017-09-05 | 1 | -6/+1 |
| * | | serial2002: switch serial2002_tty_write to kernel_{read/write} | Christoph Hellwig | 2017-09-05 | 1 | -19/+5 |
| * | | fs: make the buf argument to __kernel_write a void pointer | Christoph Hellwig | 2017-09-05 | 3 | -3/+3 |
| * | | fs: fix kernel_write prototype | Christoph Hellwig | 2017-09-05 | 9 | -13/+19 |
| * | | fs: fix kernel_read prototype | Christoph Hellwig | 2017-09-05 | 17 | -71/+69 |
| * | | fs: move kernel_read to fs/read_write.c | Christoph Hellwig | 2017-09-05 | 2 | -17/+16 |
| * | | fs: move kernel_write to fs/read_write.c | Christoph Hellwig | 2017-09-05 | 2 | -17/+16 |
| * | | autofs4: switch autofs4_write to __kernel_write | Christoph Hellwig | 2017-09-05 | 1 | -8/+1 |
| * | | ashmem: switch to ->read_iter | Christoph Hellwig | 2017-09-05 | 1 | -21/+8 |
* | | | Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2017-09-15 | 19 | -1195/+1044 |
|\ \ \ |
|
| * | | | utimes: Make utimes y2038 safe | Deepa Dinamani | 2017-09-04 | 3 | -13/+14 |
| * | | | ipc: shm: Make shmid_kernel timestamps y2038 safe | Deepa Dinamani | 2017-09-04 | 2 | -8/+8 |
| * | | | ipc: sem: Make sem_array timestamps y2038 safe | Deepa Dinamani | 2017-09-04 | 2 | -10/+11 |
| * | | | ipc: msg: Make msg_queue timestamps y2038 safe | Deepa Dinamani | 2017-09-04 | 2 | -6/+7 |
| * | | | ipc: mqueue: Replace timespec with timespec64 | Deepa Dinamani | 2017-09-04 | 4 | -24/+24 |
| * | | | ipc: Make sys_semtimedop() y2038 safe | Deepa Dinamani | 2017-09-04 | 1 | -6/+6 |
| * | | | get rid of SYSVIPC_COMPAT on ia64 | Al Viro | 2017-07-16 | 1 | -5/+0 |
| * | | | semtimedop(): move compat to native | Al Viro | 2017-07-16 | 4 | -53/+33 |
| * | | | shmat(2): move compat to native | Al Viro | 2017-07-16 | 2 | -16/+19 |
| * | | | msgrcv(2), msgsnd(2): move compat to native | Al Viro | 2017-07-16 | 3 | -47/+43 |
| * | | | ipc(2): move compat to native | Al Viro | 2017-07-16 | 2 | -95/+93 |
| * | | | ipc: make use of compat ipc_perm helpers | Al Viro | 2017-07-16 | 2 | -50/+8 |
| * | | | semctl(): move compat to native | Al Viro | 2017-07-16 | 3 | -197/+133 |
| * | | | semctl(): separate all layout-dependent copyin/copyout | Al Viro | 2017-07-16 | 1 | -98/+94 |
| * | | | msgctl(): move compat to native | Al Viro | 2017-07-16 | 2 | -132/+133 |
| * | | | msgctl(): split the actual work from copyin/copyout | Al Viro | 2017-07-16 | 1 | -106/+96 |
| * | | | ipc: move compat shmctl to native | Al Viro | 2017-07-16 | 3 | -235/+231 |
| * | | | shmctl: split the work from copyin/copyout | Al Viro | 2017-07-16 | 1 | -175/+172 |
* | | | | Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-09-15 | 39 | -11/+14399 |
|\ \ \ \ |
|
| * | | | | squashfs: Add zstd support | Sean Purcell | 2017-09-09 | 6 | -0/+178 |
| * | | | | btrfs: Add zstd support | Nick Terrell | 2017-08-15 | 12 | -12/+468 |
| * | | | | lib: Add zstd modules | Nick Terrell | 2017-08-15 | 19 | -0/+13014 |
| * | | | | lib: Add xxhash module | Nick Terrell | 2017-08-15 | 4 | -0/+740 |
* | | | | | Merge tag 'kbuild-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2017-09-14 | 6 | -30/+29 |
|\ \ \ \ \ |
|
| * | | | | | kbuild: buildtar: do not print successful message if tar returns error | Masahiro Yamada | 2017-09-12 | 1 | -16/+13 |
| * | | | | | kbuild: buildtar: fix tar error when CONFIG_MODULES is disabled | Masahiro Yamada | 2017-09-12 | 1 | -2/+3 |
| * | | | | | kbuild: Use KCONFIG_CONFIG in buildtar | Nicolas Porcel | 2017-09-02 | 1 | -2/+2 |