index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-10
io_uring: avoid unnecessary io_wq_work copy for fast poll feature
Xiaoguang Wang
1
-4
/
+9
2020-06-10
io_uring: avoid whole io_wq_work copy for requests completed inline
Xiaoguang Wang
2
-9
/
+36
2020-06-10
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-5
/
+2
2020-06-10
Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-0
/
+4
2020-06-10
Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-76
/
+105
2020-06-10
Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
1
-4
/
+6
2020-06-10
proc: s_fs_info may be NULL when proc_kill_sb is called
Alexey Gladkov
1
-4
/
+6
2020-06-10
sysctl: reject gigantic reads/write to sysctl files
Christoph Hellwig
1
-0
/
+4
2020-06-10
smb3: fix typo in mount options displayed in /proc/mounts
Steve French
1
-1
/
+1
2020-06-09
io_uring: allow O_NONBLOCK async retry
Jens Axboe
1
-3
/
+7
2020-06-09
Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-85
/
+205
2020-06-09
Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
13
-220
/
+423
2020-06-09
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
Revert "fs: remove dio_end_io()"
David Sterba
1
-0
/
+19
2020-06-09
Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK"
David Sterba
2
-0
/
+21
2020-06-09
Revert "btrfs: split btrfs_direct_IO to read and write part"
David Sterba
3
-83
/
+90
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-08
cifs: Add get_security_type_str function to return sec type.
Kenneth D'souza
2
-3
/
+19
2020-06-08
iomap: Fix unsharing of an extent >2GB on a 32-bit machine
Matthew Wilcox (Oracle)
1
-1
/
+1
[prev]
[next]