Age | Commit message (Expand) | Author | Files | Lines |
2020-06-10 | Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 13 | -220/+423 |
2020-06-10 | Merge tag 'afs-fixes-20200609' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 7 | -9/+7 |
2020-06-09 | Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae... | Linus Torvalds | 22 | -531/+1474 |
2020-06-09 | Merge tag 'exfat-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 12 | -469/+423 |
2020-06-09 | afs: Make afs_zap_data() static | David Howells | 2 | -2/+1 |
2020-06-09 | afs: Remove afs_zero_fid as it's not used | David Howells | 1 | -2/+0 |
2020-06-09 | afs: Fix debugging statements with %px to be %p | David Howells | 2 | -2/+2 |
2020-06-09 | Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -1/+2 |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 11 | -34/+34 |
2020-06-09 | mmap locking API: convert mmap_sem API comments | Michel Lespinasse | 2 | -2/+2 |
2020-06-09 | mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked() | Michel Lespinasse | 1 | -3/+3 |
2020-06-09 | mmap locking API: convert mmap_sem call sites missed by coccinelle | Michel Lespinasse | 1 | -3/+3 |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 8 | -53/+53 |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 4 | -4/+0 |
2020-06-09 | afs: Fix use of BUG() | David Howells | 1 | -1/+2 |
2020-06-09 | afs: Fix file locking | David Howells | 2 | -2/+1 |
2020-06-09 | afs: Fix memory leak in afs_put_sysnames() | Zhihao Cheng | 1 | -0/+1 |
2020-06-09 | exfat: Fix potential use after free in exfat_load_upcase_table() | Dan Carpenter | 1 | -1/+1 |
2020-06-09 | exfat: fix range validation error in alloc and free cluster | hyeongseok.kim | 1 | -2/+2 |
2020-06-09 | exfat: fix incorrect update of stream entry in __exfat_truncate() | Namjae Jeon | 1 | -4/+4 |
2020-06-09 | exfat: fix memory leak in exfat_parse_param() | Al Viro | 1 | -4/+8 |
2020-06-09 | exfat: remove unnecessary reassignment of p_uniname->name_len | Namjae Jeon | 1 | -2/+0 |
2020-06-09 | exfat: standardize checksum calculation | Tetsuhiro Kohada | 4 | -27/+19 |
2020-06-09 | exfat: add boot region verification | Tetsuhiro Kohada | 3 | -0/+65 |
2020-06-09 | exfat: separate the boot sector analysis | Tetsuhiro Kohada | 2 | -43/+56 |
2020-06-09 | exfat: redefine PBR as boot_sector | Tetsuhiro Kohada | 3 | -93/+72 |
2020-06-09 | exfat: optimize dir-cache | Tetsuhiro Kohada | 5 | -182/+124 |
2020-06-09 | exfat: replace 'time_ms' with 'time_cs' | Tetsuhiro Kohada | 7 | -22/+22 |
2020-06-09 | exfat: remove the assignment of 0 to bool variable | Jason Yan | 1 | -1/+1 |
2020-06-09 | exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate() | Pali Rohár | 2 | -15/+0 |
2020-06-09 | exfat: Simplify exfat_utf8_d_hash() for code points above U+FFFF | Pali Rohár | 1 | -8/+2 |
2020-06-09 | exfat: Improve wording of EXFAT_DEFAULT_IOCHARSET config option | Geert Uytterhoeven | 1 | -3/+4 |
2020-06-09 | exfat: Use a more common logging style | Joe Perches | 8 | -74/+60 |
2020-06-09 | exfat: Simplify exfat_utf8_d_cmp() for code points above U+FFFF | Pali Rohár | 1 | -7/+2 |
2020-06-09 | f2fs: attach IO flags to the missing cases | Jaegeuk Kim | 1 | -0/+2 |
2020-06-09 | f2fs: add node_io_flag for bio flags likewise data_io_flag | Jaegeuk Kim | 3 | -9/+18 |
2020-06-09 | f2fs: remove unused parameter of f2fs_put_rpages_mapping() | Chao Yu | 1 | -4/+3 |
2020-06-09 | f2fs: handle readonly filesystem in f2fs_ioc_shutdown() | Chao Yu | 1 | -1/+8 |
2020-06-09 | f2fs: avoid utf8_strncasecmp() with unstable name | Eric Biggers | 1 | -0/+16 |
2020-06-09 | f2fs: don't return vmalloc() memory from f2fs_kmalloc() | Eric Biggers | 4 | -14/+8 |
2020-06-08 | Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 16 | -184/+807 |
2020-06-08 | Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs... | Linus Torvalds | 16 | -76/+396 |
2020-06-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -2/+150 |
2020-06-08 | binfmt_flat: use flush_icache_user_range | Christoph Hellwig | 1 | -1/+1 |
2020-06-08 | exec: use flush_icache_user_range in read_code | Christoph Hellwig | 1 | -1/+1 |
2020-06-08 | exec: only build read_code when needed | Christoph Hellwig | 1 | -0/+3 |
2020-06-08 | kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliases | Guilherme G. Piccoli | 1 | -2/+5 |
2020-06-08 | kernel/hung_task convert hung_task_panic boot parameter to sysctl | Vlastimil Babka | 1 | -0/+1 |
2020-06-08 | kernel/sysctl: support handling command line aliases | Vlastimil Babka | 1 | -7/+41 |
2020-06-08 | kernel/sysctl: support setting sysctl parameters from kernel command line | Vlastimil Babka | 1 | -0/+107 |