summaryrefslogtreecommitdiffstats
path: root/scripts/bloat-o-meter (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-03-29include/linux/list.h: fix list_is_first() kernel-docRandy Dunlap1-1/+1
2019-03-29mm/debug.c: fix __dump_page when mapping->host is not setOscar Salvador1-1/+1
2019-03-29mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specifiedYang Shi1-7/+33
2019-03-29include/linux/hugetlb.h: convert to use vm_fault_tSouptick Joarder1-1/+7
2019-03-29iommu/io-pgtable-arm-v7s: request DMA32 memory, and improve debuggingNicolas Boichat1-4/+15
2019-03-29mm: add support for kmem caches in DMA32 zoneNicolas Boichat5-2/+12
2019-03-29ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lockDarrick J. Wong1-18/+24
2019-03-29mm/hotplug: fix offline undo_isolate_page_range()Qian Cai5-34/+45
2019-03-29fs/open.c: allow opening only regular files during execve()Tetsuo Handa1-0/+6
2019-03-29mailmap: add Changbin DuChangbin Du1-0/+2
2019-03-29mm/debug.c: add a cast to u64 for atomic64_read()Qian Cai1-1/+1
2019-03-29mm/memory.c: fix modifying of page protection by insert_pfn()Jan Kara1-5/+6