index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
m68k
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-24
ext4: wait for outstanding dio during truncate in nojournal mode
Jan Kara
1
-12
/
+9
2019-05-22
ext4: don't perform block validity checks on the journal inode
Theodore Ts'o
1
-4
/
+8
2019-05-17
ext4: avoid panic during forced reboot due to aborted journal
Jan Kara
1
-1
/
+1
2019-05-15
ext4: fix block validity checks for journal inodes using indirect blocks
Theodore Ts'o
1
-0
/
+5
2019-05-12
unicode: update to Unicode 12.1.0 final
Theodore Ts'o
1
-21
/
+7
2019-05-12
unicode: add missing check for an error return from utf8lookup()
Theodore Ts'o
1
-0
/
+2
2019-05-12
ext4: fix miscellaneous sparse warnings
Theodore Ts'o
3
-3
/
+3
2019-05-11
ext4: unsigned int compared against zero
Colin Ian King
1
-1
/
+2
2019-05-11
ext4: fix use-after-free in dx_release()
Sahitya Tummala
1
-1
/
+4
2019-05-11
ext4: fix data corruption caused by overlapping unaligned and aligned IO
Lukas Czerner
1
-0
/
+7
2019-05-11
jbd2: fix potential double free
Chengguang Xu
4
-36
/
+61
2019-05-11
ext4: zero out the unused memory region in the extent tree block
Sriram Rajagopalan
1
-2
/
+15
2019-05-06
ext4: export /sys/fs/ext4/feature/casefold if Unicode support is present
Theodore Ts'o
1
-0
/
+6
2019-05-01
ext4: fix ext4_show_options for file systems w/o journal
Debabrata Banerjee
1
-1
/
+1
2019-04-28
unicode: refactor the rule for regenerating utf8data.h
Masahiro Yamada
7
-17
/
+38
2019-04-25
docs: ext4.rst: document case-insensitive directories
Gabriel Krisman Bertazi
1
-0
/
+38
2019-04-25
ext4: Support case-insensitive file name lookups
Gabriel Krisman Bertazi
10
-21
/
+223
2019-04-25
ext4: include charset encoding information in the superblock
Gabriel Krisman Bertazi
2
-1
/
+105
2019-04-25
MAINTAINERS: add Unicode subsystem entry
Gabriel Krisman Bertazi
1
-0
/
+6
2019-04-25
unicode: update unicode database unicode version 12.1.0
Gabriel Krisman Bertazi
3
-2075
/
+2138
2019-04-25
unicode: introduce test module for normalized utf8 implementation
Gabriel Krisman Bertazi
3
-0
/
+326
2019-04-25
unicode: implement higher level API for string handling
Gabriel Krisman Bertazi
5
-1
/
+227
2019-04-25
unicode: reduce the size of utf8data[]
Olaf Weber
5
-12685
/
+3296
2019-04-25
unicode: introduce code for UTF-8 normalization
Olaf Weber
3
-0
/
+756
2019-04-25
unicode: introduce UTF-8 character database
Gabriel Krisman Bertazi
8
-0
/
+17106
2019-04-25
ext4: actually request zeroing of inode table after grow
Kirill Tkhai
1
-1
/
+1
2019-04-25
ext4: cond_resched in work-heavy group loops
Khazhismel Kumykov
2
-0
/
+3
2019-04-25
ext4: fix use-after-free race with debug_want_extra_isize
Barret Rhoden
1
-24
/
+34
2019-04-25
ext4: avoid drop reference to iloc.bh twice
Pan Bian
1
-0
/
+1
2019-04-10
ext4: ignore e_value_offs for xattrs with value-in-ea-inode
Theodore Ts'o
1
-1
/
+1
2019-04-10
ext4: protect journal inode's blocks using block_validity
Theodore Ts'o
2
-0
/
+52
2019-04-07
ext4: use BUG() instead of BUG_ON(1)
Arnd Bergmann
2
-4
/
+4
2019-04-07
ext4: fix prefetchw of NULL page
Liu Xiang
1
-1
/
+2
2019-04-07
jbd2: check superblock mapped prior to committing
Jiufei Xue
1
-0
/
+4
2019-04-07
ext4: remove incorrect comment for NEXT_ORPHAN()
Eric Biggers
1
-3
/
+0
2019-04-07
ext4: make sanity check in mballoc more strict
Jan Kara
1
-1
/
+1
2019-04-07
jbd2: remove repeated assignments in __jbd2_log_wait_for_space()
Liu Song
1
-1
/
+0
2019-03-31
Linux 5.1-rc3
v5.1-rc3
Linus Torvalds
1
-1
/
+1
2019-03-30
leds: trigger: netdev: use memcpy in device_name_store
Rasmus Villemoes
1
-1
/
+2
2019-03-30
leds: pca9532: fix a potential NULL pointer dereference
Kangjie Lu
1
-2
/
+6
2019-03-29
LSM: Revive CONFIG_DEFAULT_SECURITY_* for "make oldconfig"
Kees Cook
1
-0
/
+38
2019-03-29
fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links
YueHaibing
1
-1
/
+2
2019-03-29
fs: fs_parser: fix printk format warning
Randy Dunlap
1
-1
/
+1
2019-03-29
checkpatch: add %pt as a valid vsprintf extension
Alexandre Belloni
1
-1
/
+1
2019-03-29
mm/migrate.c: add missing flush_dcache_page for non-mapped page migrate
Lars Persson
1
-3
/
+8
2019-03-29
drivers/block/zram/zram_drv.c: fix idle/writeback string compare
Minchan Kim
1
-26
/
+6
2019-03-29
mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate()
Qian Cai
1
-1
/
+2
2019-03-29
mm/memory_hotplug.c: fix notification in offline error path
Qian Cai
1
-1
/
+1
2019-03-29
ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASK
Andrei Vagin
2
-2
/
+31
2019-03-29
fs/proc/kcore.c: make kcore_modules static
YueHaibing
1
-1
/
+1
[next]