| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2019-07-28 | 1 | -1/+1 |
|\ |
|
| * | iomap: fix Invalid License ID | Masahiro Yamada | 2019-07-25 | 1 | -1/+1 |
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-07-28 | 1 | -1/+1 |
|\ \ |
|
| * | | sched/fair: Don't free p->numa_faults with concurrent readers | Jann Horn | 2019-07-25 | 1 | -1/+1 |
* | | | Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2019-07-27 | 2 | -37/+68 |
|\ \ \ |
|
| * | | | afs: fsclient: Mark expected switch fall-throughs | Gustavo A. R. Silva | 2019-07-26 | 1 | -18/+33 |
| * | | | afs: yfsclient: Mark expected switch fall-throughs | Gustavo A. R. Silva | 2019-07-26 | 1 | -19/+35 |
| | |/
| |/| |
|
* | | | Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-07-26 | 2 | -8/+12 |
|\ \ \ |
|
| * | | | btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_range | Naohiro Aota | 2019-07-26 | 1 | -5/+6 |
| * | | | btrfs: Fix deadlock caused by missing memory barrier | Nikolay Borisov | 2019-07-25 | 1 | -3/+6 |
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2019-07-26 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | fix the struct mount leak in umount_tree() | Al Viro | 2019-07-26 | 1 | -2/+2 |
* | | | | | Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-07-26 | 2 | -25/+114 |
|\ \ \ \ \ |
|
| * | | | | | io_uring: ensure ->list is initialized for poll commands | Jens Axboe | 2019-07-25 | 1 | -0/+2 |
| * | | | | | io_uring: track io length in async_list based on bytes | Zhengyuan Liu | 2019-07-22 | 1 | -13/+11 |
| * | | | | | io_uring: don't use iov_iter_advance() for fixed buffers | Jens Axboe | 2019-07-22 | 1 | -2/+38 |
| * | | | | | block: properly handle IOCB_NOWAIT for async O_DIRECT IO | Jens Axboe | 2019-07-22 | 1 | -8/+50 |
| * | | | | | io_uring: add a memory barrier before atomic_read | Zhengyuan Liu | 2019-07-18 | 1 | -0/+4 |
| * | | | | | io_uring: fix counter inc/dec mismatch in async_list | Zhengyuan Liu | 2019-07-16 | 1 | -1/+8 |
| * | | | | | io_uring: fix the sequence comparison in io_sequence_defer | Zhengyuan Liu | 2019-07-16 | 1 | -1/+1 |
* | | | | | | Merge branch 'access-creds' | Linus Torvalds | 2019-07-25 | 1 | -0/+19 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | access: avoid the RCU grace period for the temporary subjective credentials | Linus Torvalds | 2019-07-24 | 1 | -0/+19 |
* | | | | | | Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-07-22 | 4 | -4/+32 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | /
| |_|_|_|/
|/| | | | |
|
| * | | | | btrfs: don't leak extent_map in btrfs_get_io_geometry() | Johannes Thumshirn | 2019-07-17 | 1 | -3/+7 |
| * | | | | btrfs: free checksum hash on in close_ctree | Johannes Thumshirn | 2019-07-17 | 1 | -0/+1 |
| * | | | | btrfs: Fix build error while LIBCRC32C is module | YueHaibing | 2019-07-17 | 1 | -0/+1 |
| * | | | | btrfs: inode: Don't compress if NODATASUM or NODATACOW set | Qu Wenruo | 2019-07-17 | 1 | -1/+23 |
* | | | | | Merge tag '5.3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2019-07-21 | 8 | -31/+126 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | cifs: update internal module number | Steve French | 2019-07-19 | 1 | -1/+1 |
| * | | | | cifs: flush before set-info if we have writeable handles | Ronnie Sahlberg | 2019-07-19 | 1 | -0/+16 |
| * | | | | smb3: optimize open to not send query file internal info | Steve French | 2019-07-19 | 5 | -26/+56 |
| * | | | | cifs: copy_file_range needs to strip setuid bits and update timestamps | Amir Goldstein | 2019-07-18 | 1 | -3/+8 |
| * | | | | CIFS: fix deadlock in cached root handling | Aurelien Aptel | 2019-07-18 | 1 | -1/+45 |
* | | | | | Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-07-20 | 7 | -115/+172 |
|\ \ \ \ \ |
|
| * | | | | | switch the remnants of releasing the mountpoint away from fs_pin | Al Viro | 2019-07-17 | 3 | -28/+26 |
| * | | | | | get rid of detach_mnt() | Al Viro | 2019-07-17 | 1 | -34/+28 |
| * | | | | | make struct mountpoint bear the dentry reference to mountpoint, not struct mount | Al Viro | 2019-07-17 | 2 | -28/+25 |
| * | | | | | Teach shrink_dcache_parent() to cope with mixed-filesystem shrink lists | Al Viro | 2019-07-10 | 2 | -17/+85 |
| * | | | | | fs/namespace.c: shift put_mountpoint() to callers of unhash_mnt() | Al Viro | 2019-07-05 | 1 | -4/+6 |
| * | | | | | __detach_mounts(): lookup_mountpoint() can't return ERR_PTR() anymore | Al Viro | 2019-07-05 | 1 | -1/+1 |
| * | | | | | nfs: dget_parent() never returns NULL | Al Viro | 2019-07-05 | 1 | -4/+2 |
| * | | | | | ceph: don't open-code the check for dead lockref | Al Viro | 2019-07-05 | 1 | -1/+1 |
* | | | | | | Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2019-07-19 | 11 | -2217/+2259 |
|\ \ \ \ \ \ |
|
| * | | | | | | iomap: move internal declarations into fs/iomap/ | Darrick J. Wong | 2019-07-17 | 6 | -19/+0 |
| * | | | | | | iomap: move the main iteration code into a separate file | Darrick J. Wong | 2019-07-17 | 3 | -17/+2 |
| * | | | | | | iomap: move the buffered IO code into a separate file | Darrick J. Wong | 2019-07-17 | 3 | -1053/+1074 |
| * | | | | | | iomap: move the direct IO code into a separate file | Darrick J. Wong | 2019-07-17 | 3 | -554/+563 |
| * | | | | | | iomap: move the SEEK_HOLE code into a separate file | Darrick J. Wong | 2019-07-17 | 3 | -202/+216 |
| * | | | | | | iomap: move the file mapping reporting code into a separate file | Darrick J. Wong | 2019-07-17 | 3 | -136/+149 |
| * | | | | | | iomap: move the swapfile code into a separate file | Darrick J. Wong | 2019-07-17 | 3 | -170/+183 |