index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-30
ext4: remove unused parameters in sysfs code
Tyson Nottingham
1
-15
/
+10
2018-03-30
ext4: null out kobject* during sysfs cleanup
Tyson Nottingham
1
-0
/
+2
2018-03-29
ext4: don't allow r/w mounts if metadata blocks overlap the superblock
Theodore Ts'o
1
-0
/
+6
2018-03-29
ext4: always initialize the crc32c checksum driver
Theodore Ts'o
1
-9
/
+6
2018-03-29
ext4: fail ext4_iget for root directory if unallocated
Theodore Ts'o
1
-0
/
+6
2018-03-29
ext4: limit xattr size to INT_MAX
Eric Biggers
1
-3
/
+6
2018-03-26
ext4: add validity checks for bitmap block numbers
Theodore Ts'o
2
-2
/
+21
2018-03-26
ext4: fix comments in ext4_swap_extents()
zhenwei.pi
1
-2
/
+2
2018-03-26
ext4: use generic_writepages instead of __writepage/write_cache_pages
Goldwyn Rodrigues
1
-14
/
+1
2018-03-22
ext4: don't complain about incorrect features when probing
Eric Sandeen
1
-0
/
+12
2018-03-22
ext4: remove EXT4_STATE_DIOREAD_LOCK flag
Nikolay Borisov
6
-54
/
+10
2018-03-22
ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()
Jiri Slaby
1
-1
/
+1
2018-03-22
ext4: update i_disksize if direct write past ondisk size
Eryu Guan
1
-3
/
+5
2018-03-22
ext4: protect i_disksize update by i_data_sem in direct write path
Eryu Guan
1
-3
/
+2
2018-02-19
ext4: don't update checksum of new initialized bitmaps
Theodore Ts'o
2
-46
/
+4
2018-02-19
jbd2: if the journal is aborted then don't allow update of the log tail
Theodore Ts'o
1
-1
/
+4
2018-02-18
ext4: pass -ESHUTDOWN code to jbd2 layer
Theodore Ts'o
2
-8
/
+21
2018-02-18
ext4: eliminate sleep from shutdown ioctl
Theodore Ts'o
1
-3
/
+1
2018-02-18
ext4: shutdown should not prevent get_write_access
Theodore Ts'o
1
-7
/
+0
2018-02-18
jbd2: clarify bad journal block checksum message
Theodore Ts'o
1
-2
/
+2
2018-02-18
ext4: add tracepoints for shutdown and file system errors
Theodore Ts'o
3
-0
/
+48
2018-02-11
Linux 4.16-rc1
v4.16-rc1
Linus Torvalds
1
-2
/
+2
2018-02-11
unify {de,}mangle_poll(), get rid of kernel-side POLL...
Al Viro
8
-142
/
+47
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
297
-913
/
+913
2018-02-11
Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
8
-40
/
+47
2018-02-11
Merge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
1
-0
/
+2
2018-02-11
Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-10
/
+8
2018-02-11
xtensa: fix build with KASAN
Max Filippov
1
-0
/
+2
2018-02-11
nios2: defconfig: Cleanup from old Kconfig options
Krzysztof Kozlowski
2
-2
/
+0
2018-02-11
nios2: dts: Remove leading 0x and 0s from bindings notation
Mathieu Malaterre
1
-8
/
+8
2018-02-10
Merge tag 'pci-v4.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+3
2018-02-10
Merge tag 'for-linus-20180210' of git://git.kernel.dk/linux-block
Linus Torvalds
12
-63
/
+212
2018-02-10
Merge tag 'platform-drivers-x86-v4.16-3' of git://github.com/dvhart/linux-pdx86
Linus Torvalds
2
-11
/
+363
2018-02-10
Merge tag 'chrome-platform-for-linus-4.16' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
4
-19
/
+57
2018-02-10
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
123
-1416
/
+6577
2018-02-10
powerpc/pci: Fix broken INTx configuration via OF
Alexey Kardashevskiy
1
-2
/
+3
2018-02-09
Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
23
-77
/
+121
2018-02-09
mconsole_proc(): don't mess with file->f_pos
Al Viro
1
-1
/
+2
2018-02-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-2
/
+5
2018-02-10
kconfig: remove const qualifier from sym_expand_string_value()
Masahiro Yamada
3
-4
/
+4
2018-02-10
kconfig: add xrealloc() helper
Masahiro Yamada
6
-5
/
+16
2018-02-09
platform/x86: mlx-platform: Add support for new 200G IB and Ethernet systems
Vadim Pasternak
1
-0
/
+142
2018-02-09
platform/x86: mlx-platform: Add support for new msn201x system type
Vadim Pasternak
1
-0
/
+59
2018-02-09
platform/x86: mlx-platform: Add support for new msn274x system type
Vadim Pasternak
1
-0
/
+124
2018-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
113
-395
/
+1253
2018-02-09
Merge tag 'nfs-for-4.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
6
-23
/
+36
2018-02-09
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
15
-389
/
+798
2018-02-09
Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-9
/
+54
2018-02-09
Merge tag '4.16-minor-rc-SMB3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-13
/
+130
2018-02-09
Merge tag 'fbdev-v4.16-fix' of git://github.com/bzolnier/linux
Linus Torvalds
4
-0
/
+6
[next]