summaryrefslogtreecommitdiffstats
path: root/Documentation/m68k (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-24ext4: wait for outstanding dio during truncate in nojournal modeJan Kara1-12/+9
2019-05-22ext4: don't perform block validity checks on the journal inodeTheodore Ts'o1-4/+8
2019-05-17ext4: avoid panic during forced reboot due to aborted journalJan Kara1-1/+1
2019-05-15ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o1-0/+5
2019-05-12unicode: update to Unicode 12.1.0 finalTheodore Ts'o1-21/+7
2019-05-12unicode: add missing check for an error return from utf8lookup()Theodore Ts'o1-0/+2
2019-05-12ext4: fix miscellaneous sparse warningsTheodore Ts'o3-3/+3
2019-05-11ext4: unsigned int compared against zeroColin Ian King1-1/+2
2019-05-11ext4: fix use-after-free in dx_release()Sahitya Tummala1-1/+4
2019-05-11ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner1-0/+7
2019-05-11jbd2: fix potential double freeChengguang Xu4-36/+61
2019-05-11ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan1-2/+15
2019-05-06ext4: export /sys/fs/ext4/feature/casefold if Unicode support is presentTheodore Ts'o1-0/+6
2019-05-01ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee1-1/+1
2019-04-28unicode: refactor the rule for regenerating utf8data.hMasahiro Yamada7-17/+38
2019-04-25docs: ext4.rst: document case-insensitive directoriesGabriel Krisman Bertazi1-0/+38
2019-04-25ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi10-21/+223
2019-04-25ext4: include charset encoding information in the superblockGabriel Krisman Bertazi2-1/+105
2019-04-25MAINTAINERS: add Unicode subsystem entryGabriel Krisman Bertazi1-0/+6
2019-04-25unicode: update unicode database unicode version 12.1.0Gabriel Krisman Bertazi3-2075/+2138
2019-04-25unicode: introduce test module for normalized utf8 implementationGabriel Krisman Bertazi3-0/+326
2019-04-25unicode: implement higher level API for string handlingGabriel Krisman Bertazi5-1/+227
2019-04-25unicode: reduce the size of utf8data[]Olaf Weber5-12685/+3296
2019-04-25unicode: introduce code for UTF-8 normalizationOlaf Weber3-0/+756
2019-04-25unicode: introduce UTF-8 character databaseGabriel Krisman Bertazi8-0/+17106
2019-04-25ext4: actually request zeroing of inode table after growKirill Tkhai1-1/+1
2019-04-25ext4: cond_resched in work-heavy group loopsKhazhismel Kumykov2-0/+3
2019-04-25ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden1-24/+34
2019-04-25ext4: avoid drop reference to iloc.bh twicePan Bian1-0/+1
2019-04-10ext4: ignore e_value_offs for xattrs with value-in-ea-inodeTheodore Ts'o1-1/+1
2019-04-10ext4: protect journal inode's blocks using block_validityTheodore Ts'o2-0/+52
2019-04-07ext4: use BUG() instead of BUG_ON(1)Arnd Bergmann2-4/+4
2019-04-07ext4: fix prefetchw of NULL pageLiu Xiang1-1/+2
2019-04-07jbd2: check superblock mapped prior to committingJiufei Xue1-0/+4
2019-04-07ext4: remove incorrect comment for NEXT_ORPHAN()Eric Biggers1-3/+0
2019-04-07ext4: make sanity check in mballoc more strictJan Kara1-1/+1
2019-04-07jbd2: remove repeated assignments in __jbd2_log_wait_for_space()Liu Song1-1/+0
2019-03-31Linux 5.1-rc3v5.1-rc3Linus Torvalds1-1/+1
2019-03-30leds: trigger: netdev: use memcpy in device_name_storeRasmus Villemoes1-1/+2
2019-03-30leds: pca9532: fix a potential NULL pointer dereferenceKangjie Lu1-2/+6
2019-03-29LSM: Revive CONFIG_DEFAULT_SECURITY_* for "make oldconfig"Kees Cook1-0/+38
2019-03-29fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing1-1/+2
2019-03-29fs: fs_parser: fix printk format warningRandy Dunlap1-1/+1
2019-03-29checkpatch: add %pt as a valid vsprintf extensionAlexandre Belloni1-1/+1
2019-03-29mm/migrate.c: add missing flush_dcache_page for non-mapped page migrateLars Persson1-3/+8
2019-03-29drivers/block/zram/zram_drv.c: fix idle/writeback string compareMinchan Kim1-26/+6
2019-03-29mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate()Qian Cai1-1/+2
2019-03-29mm/memory_hotplug.c: fix notification in offline error pathQian Cai1-1/+1
2019-03-29ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin2-2/+31
2019-03-29fs/proc/kcore.c: make kcore_modules staticYueHaibing1-1/+1