| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-08-04 | 1 | -1/+1 |
|\ |
|
| * | bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t | Yonghong Song | 2020-07-26 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-08-02 | 1 | -2/+5 |
|\ \
| |/
|/| |
|
| * | Merge tag 'io_uring-5.8-2020-07-30' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-07-30 | 1 | -2/+5 |
| |\ |
|
| | * | io_uring: fix lockup in io_fail_links() | Pavel Begunkov | 2020-07-24 | 1 | -2/+1 |
| | * | io_uring: fix ->work corruption with poll_add | Pavel Begunkov | 2020-07-24 | 1 | -0/+4 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-07-26 | 30 | -188/+298 |
|\| | |
|
| * | | Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-07-25 | 1 | -3/+3 |
| |\ \ |
|
| | * | | efi/efivars: Expose RT service availability via efivars abstraction | Ard Biesheuvel | 2020-07-09 | 1 | -3/+3 |
| * | | | Merge tag '5.8-rc6-cifs-fix' of git://git.samba.org/sfrench/cifs-2.6 into master | Linus Torvalds | 2020-07-25 | 1 | -8/+2 |
| |\ \ \ |
|
| | * | | | Revert "cifs: Fix the target file was deleted when rename failed." | Steve French | 2020-07-23 | 1 | -8/+2 |
| * | | | | Merge tag 'nfsd-5.8-2' of git://linux-nfs.org/~bfields/linux into master | Linus Torvalds | 2020-07-25 | 1 | -1/+19 |
| |\ \ \ \ |
|
| | * | | | | nfsd4: fix NULL dereference in nfsd/clients display code | J. Bruce Fields | 2020-07-22 | 1 | -1/+19 |
| * | | | | | Merge branch 'akpm' into master (patches from Andrew) | Linus Torvalds | 2020-07-24 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | squashfs: fix length field overlap check in metadata reading | Phillip Lougher | 2020-07-24 | 1 | -1/+1 |
| * | | | | | | Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-07-24 | 4 | -14/+21 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | btrfs: fix mount failure caused by race with umount | Boris Burkov | 2020-07-21 | 1 | -0/+8 |
| | * | | | | | | btrfs: fix page leaks after failure to lock page for delalloc | Robbie Ko | 2020-07-21 | 1 | -1/+2 |
| | * | | | | | | btrfs: qgroup: fix data leak caused by race between writeback and truncate | Qu Wenruo | 2020-07-21 | 1 | -13/+10 |
| | * | | | | | | btrfs: fix double free on ulist after backref resolution failure | Filipe Manana | 2020-07-21 | 1 | -0/+1 |
| * | | | | | | | Merge tag 'zonefs-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2020-07-24 | 1 | -7/+11 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | zonefs: count pages after truncating the iterator | Johannes Thumshirn | 2020-07-20 | 1 | -4/+4 |
| | * | | | | | | | zonefs: Fix compilation warning | Damien Le Moal | 2020-07-20 | 1 | -3/+7 |
| | | |_|_|/ / /
| | |/| | | | | |
|
| * | | | | | | | Merge tag 'io_uring-5.8-2020-07-24' of git://git.kernel.dk/linux-block into m... | Linus Torvalds | 2020-07-24 | 1 | -25/+36 |
| |\ \ \ \ \ \ \
| | |_|_|/ / / /
| |/| | | | | /
| | | |_|_|_|/
| | |/| | | | |
|
| | * | | | | | io_uring: missed req_init_async() for IOSQE_ASYNC | Pavel Begunkov | 2020-07-23 | 1 | -0/+1 |
| | * | | | | | io_uring: always allow drain/link/hardlink/async sqe flags | Daniele Albano | 2020-07-18 | 1 | -4/+9 |
| | * | | | | | io_uring: ensure double poll additions work with both request types | Jens Axboe | 2020-07-18 | 1 | -21/+26 |
| * | | | | | | exfat: fix name_hash computation on big endian systems | Ilya Ponetayev | 2020-07-21 | 1 | -4/+4 |
| * | | | | | | exfat: fix wrong size update of stream entry by typo | Hyeongseok Kim | 2020-07-21 | 1 | -1/+1 |
| * | | | | | | exfat: fix wrong hint_stat initialization in exfat_find_dir_entry() | Namjae Jeon | 2020-07-21 | 1 | -1/+1 |
| * | | | | | | exfat: fix overflow issue in exfat_cluster_to_sector() | Namjae Jeon | 2020-07-21 | 1 | -1/+1 |
| | |/ / / /
| |/| | | | |
|
| * | | | | | Merge tag 'nfs-for-5.8-3' of git://git.linux-nfs.org/projects/anna/linux-nfs ... | Linus Torvalds | 2020-07-18 | 3 | -12/+22 |
| |\ \ \ \ \ |
|
| | * | | | | | SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com... | Olga Kornievskaia | 2020-07-17 | 2 | -10/+4 |
| | * | | | | | NFS: Fix interrupted slots by sending a solo SEQUENCE operation | Anna Schumaker | 2020-07-13 | 1 | -2/+18 |
| * | | | | | | Merge tag 'io_uring-5.8-2020-07-17' of git://git.kernel.dk/linux-block into m... | Linus Torvalds | 2020-07-17 | 1 | -2/+8 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| | * | | | | | io_uring: fix recvmsg memory leak with buffer selection | Pavel Begunkov | 2020-07-15 | 1 | -2/+8 |
| * | | | | | | Merge tag 'fuse-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-07-17 | 3 | -57/+95 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS | Chirantan Ekbote | 2020-07-15 | 1 | -1/+11 |
| | * | | | | | | fuse: don't ignore errors from fuse_writepages_fill() | Vasily Averin | 2020-07-14 | 1 | -2/+0 |
| | * | | | | | | fuse: clean up condition for writepage sending | Miklos Szeredi | 2020-07-14 | 1 | -18/+35 |
| | * | | | | | | fuse: reject options on reconfigure via fsconfig(2) | Miklos Szeredi | 2020-07-14 | 2 | -6/+11 |
| | * | | | | | | fuse: ignore 'data' argument of mount(..., MS_REMOUNT) | Miklos Szeredi | 2020-07-14 | 1 | -0/+7 |
| | * | | | | | | fuse: use ->reconfigure() instead of ->remount_fs() | Miklos Szeredi | 2020-07-14 | 1 | -3/+5 |
| | * | | | | | | fuse: fix warning in tree_insert() and clean up writepage insertion | Miklos Szeredi | 2020-07-14 | 1 | -32/+30 |
| | * | | | | | | fuse: move rb_erase() before tree_insert() | Miklos Szeredi | 2020-07-14 | 1 | -1/+2 |
| * | | | | | | | Merge tag 'ovl-fixes-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-07-17 | 6 | -40/+63 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | ovl: fix lookup of indexed hardlinks with metacopy | Amir Goldstein | 2020-07-16 | 1 | -0/+4 |
| | * | | | | | | | ovl: fix unneeded call to ovl_change_flags() | Amir Goldstein | 2020-07-16 | 1 | -4/+6 |
| | * | | | | | | | ovl: fix mount option checks for nfs_export with no upperdir | Amir Goldstein | 2020-07-16 | 1 | -13/+18 |
| | * | | | | | | | ovl: force read-only sb on failure to create index dir | Amir Goldstein | 2020-07-16 | 1 | -5/+6 |