1. 09c3a72 f2fs: support plain user/group quota by Chao Yu · 7 years ago
  2. 0f4dc16 f2fs: avoid deadlock caused by lock order of page and lock_op by Jaegeuk Kim · 7 years ago
  3. 67295cd f2fs: use spin_{,un}lock_irq{save,restore} by Chao Yu · 7 years ago
  4. 025258e f2fs: relax migratepage for atomic written page by Jaegeuk Kim · 7 years ago
  5. d9bfbbb f2fs: don't count inode block in in-memory inode.i_blocks by Chao Yu · 7 years ago
  6. 6beac81 Revert "f2fs: fix to clean previous mount option when remount_fs" by Chao Yu · 7 years ago
  7. c2e6901 f2fs: do not set LOST_PINO for renamed dir by Sheng Yong · 7 years ago
  8. 90e179d f2fs: do not set LOST_PINO for newly created dir by Sheng Yong · 7 years ago
  9. 00cc7ed f2fs: skip ->writepages for {mete,node}_inode during recovery by Chao Yu · 7 years ago
  10. 280fd0f f2fs: introduce __check_sit_bitmap by Chao Yu · 7 years ago
  11. d9d85cc f2fs: stop gc/discard thread in prior during umount by Chao Yu · 7 years ago
  12. 026bd9d f2fs: introduce reserved_blocks in sysfs by Chao Yu · 7 years ago
  13. 471cd23 f2fs: avoid redundant f2fs_flush after remount by Yunlong Song · 7 years ago
  14. 711acfd f2fs: report # of free inodes more precisely by Jaegeuk Kim · 7 years ago
  15. 0bb5306 f2fs: add ioctl to do gc with target block address by Jaegeuk Kim · 7 years ago
  16. 231cb87 f2fs: don't need to check encrypted inode for partial truncation by Jaegeuk Kim · 7 years ago
  17. 56a0d93 f2fs: measure inode.i_blocks as generic filesystem by Chao Yu · 7 years ago
  18. a88cedf f2fs: set CP_TRIMMED_FLAG correctly by Chao Yu · 7 years ago
  19. d0a17d2 f2fs: require key for truncate(2) of encrypted file by Eric Biggers · 7 years ago
  20. 57fb30c f2fs: move sysfs code from super.c to fs/f2fs/sysfs.c by Chao Yu · 7 years ago
  21. 17a3fb5 f2fs: clean up sysfs codes by Chao Yu · 7 years ago
  22. 3b0de56 f2fs: fix wrong error number of fill_super by Chao Yu · 7 years ago
  23. 93c0e2f f2fs: fix to show injection rate in ->show_options by Chao Yu · 7 years ago
  24. d0917a4 f2fs: Fix a return value in case of error in 'f2fs_fill_super' by Christophe JAILLET · 7 years ago
  25. ab3d0b2 f2fs: use proper variable name by Tiezhu Yang · 7 years ago
  26. b8329ee f2fs: fix to avoid panic when encountering corrupt node by Chao Yu · 7 years ago
  27. 86aadea f2fs: don't track newly allocated nat entry in list by Chao Yu · 7 years ago
  28. eb6c48e f2fs: add f2fs_bug_on in __remove_discard_cmd by Chao Yu · 7 years ago
  29. a7aa97d f2fs: introduce __wait_one_discard_bio by Chao Yu · 7 years ago
  30. 7b23ea1 f2fs: dax: fix races between page faults and truncating pages by Qiuyang Sun · 8 years ago
  31. e1e16f0 f2fs: simplify the way of calulating next nat address by Fan Li · 7 years ago
  32. a8d6175 f2fs: sanity check size of nat and sit cache by Jin Qian · 7 years ago
  33. ad9baf4 f2fs: fix a panic caused by NULL flush_cmd_control by Yunlei He · 7 years ago
  34. 55c59cf f2fs: remove the unnecessary cast for PTR_ERR by Zhang Shengju · 7 years ago
  35. 5d1c2f3 f2fs: remove false-positive bug_on by Jaegeuk Kim · 7 years ago
  36. 57a9123 f2fs: Do not issue small discards in LFS mode by Damien Le Moal · 8 years ago
  37. 6b35680 f2fs: don't bother checking for encryption key in ->write_iter() by Eric Biggers · 8 years ago
  38. b65ab24 f2fs: don't bother checking for encryption key in ->mmap() by Eric Biggers · 8 years ago
  39. 3215e78 f2fs: wait discard IO completion without cmd_lock held by Chao Yu · 8 years ago
  40. b1f5c76 f2fs: wake up all waiters in f2fs_submit_discard_endio by Chao Yu · 8 years ago
  41. fa68121 f2fs: show more info if fail to issue discard by Chao Yu · 8 years ago
  42. c52dc0f f2fs: introduce io_list for serialize data/node IOs by Chao Yu · 8 years ago
  43. 0650468 f2fs: split wio_mutex by Chao Yu · 8 years ago
  44. 050e833 f2fs: combine huge num of discard rb tree consistence checks by Yunlei He · 8 years ago
  45. 8b28a08 f2fs: fix a bug caused by NULL extent tree by Yunlei He · 8 years ago
  46. d430af2 f2fs: try to freeze in gc and discard threads by Jaegeuk Kim · 8 years ago
  47. 12a9384 f2fs: add a new function get_ssr_cost by Yunlei He · 8 years ago
  48. 61c356c f2fs: declare load_free_nid_bitmap static by Hou Pengyang · 8 years ago
  49. 1b48ed6 f2fs: avoid f2fs_lock_op for IPU writes by Jaegeuk Kim · 8 years ago
  50. c412726 f2fs: split bio cache by Jaegeuk Kim · 8 years ago
  51. 72cc458 f2fs: use fio instead of multiple parameters by Jaegeuk Kim · 8 years ago
  52. 9bc576a f2fs: remove unnecessary read cases in merged IO flow by Jaegeuk Kim · 8 years ago
  53. baebff3 f2fs: use f2fs_submit_page_bio for ra_meta_pages by Jaegeuk Kim · 8 years ago
  54. 74f3626 f2fs: make sure f2fs_gc returns consistent errno by Weichao Guo · 8 years ago
  55. f31e1ae f2fs: load inode's flag from disk by Jaegeuk Kim · 8 years ago
  56. d90659f f2fs: sanity check checkpoint segno and blkoff by Jin Qian · 8 years ago
  57. e6b120d f2fs/fscrypt: catch up to v4.12 by Jaegeuk Kim · 7 years ago
  58. 4d7931d KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload() by David Howells · 8 years ago
  59. 9f86f30 Linux 4.9.36 by Greg Kroah-Hartman · 7 years ago
  60. a29fd27 KVM: nVMX: Fix exception injection by Wanpeng Li · 7 years ago
  61. d1d3756 KVM: x86: zero base3 of unusable segments by Radim Krčmář · 8 years ago
  62. f3c3ec9 KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh() by Radim Krčmář · 8 years ago
  63. 1eeb794 KVM: x86: fix emulation of RSM and IRET instructions by Ladi Prosek · 8 years ago
  64. 982d8d9 arm64: fix NULL dereference in have_cpu_die() by Mark Salter · 8 years ago
  65. a4bfcab mtd: nand: brcmnand: Check flash #WP pin status before nand erase/program by Kamal Dasu · 8 years ago
  66. de58623 i2c: brcmstb: Fix START and STOP conditions by Jaedon Shin · 8 years ago
  67. 8ee7850 brcmfmac: avoid writing channel out of allocated array by Rafał Miłecki · 8 years ago
  68. 65fc82c infiniband: hns: avoid gcc-7.0.1 warning for uninitialized data by Arnd Bergmann · 8 years ago
  69. 3e51ccb objtool: Fix another GCC jump table detection issue by Josh Poimboeuf · 8 years ago
  70. 92e6667 clk: scpi: don't add cpufreq device if the scpi dvfs node is disabled by Sudeep Holla · 8 years ago
  71. 8a6f400 cpufreq: s3c2416: double free on driver init error path by Dan Carpenter · 8 years ago
  72. 1781a29 iommu/amd: Fix interrupt remapping when disable guest_mode by Suravee Suthikulpanit · 7 years ago
  73. 0e55856 iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid() by Pan Bian · 8 years ago
  74. f0c31c6 iommu/dma: Don't reserve PCI I/O windows by Robin Murphy · 8 years ago
  75. d7fcb30 iommu: Handle default domain attach failure by Robin Murphy · 8 years ago
  76. c19bfc6 iommu/vt-d: Don't over-free page table directories by David Dillow · 8 years ago
  77. d5c5e8b ocfs2: o2hb: revert hb threshold to keep compatible by Junxiao Bi · 8 years ago
  78. 8af88a9 x86/mm: Fix flush_tlb_page() on Xen by Andy Lutomirski · 8 years ago
  79. 3667daf x86/mpx: Correctly report do_mpx_bt_fault() failures to user-space by Joerg Roedel · 8 years ago
  80. b287ade x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bug by Baoquan He · 7 years ago
  81. 15541e6 tools arch: Sync arch/x86/lib/memcpy_64.S with the kernel by Arnaldo Carvalho de Melo · 8 years ago
  82. a2c222b ARM: 8685/1: ensure memblock-limit is pmd-aligned by Doug Berger · 7 years ago
  83. 7661b19 ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementation by Lorenzo Pieralisi · 8 years ago
  84. 4efe34b ARM: dts: OMAP3: Fix MFG ID EEPROM by Adam Ford · 8 years ago
  85. 07bb2c7 ARM: OMAP2+: omap_device: Sync omap_device and pm_runtime after probe defer by Dave Gerlach · 8 years ago
  86. e57aa41 regulator: tps65086: Fix DT node referencing in of_parse_cb by Andrew F. Davis · 8 years ago
  87. 88baad2 regulator: tps65086: Fix expected switch DT node names by Andrew F. Davis · 8 years ago
  88. 9846c67 spi: fix device-node leaks by Johan Hovold · 8 years ago
  89. c52829f spi: When no dma_chan map buffers with spi_master's parent by Daniel Kurtz · 8 years ago
  90. 478273e sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting by Matt Fleming · 8 years ago
  91. eea0261 watchdog: bcm281xx: Fix use of uninitialized spinlock. by Eric Anholt · 8 years ago
  92. 4211442 netfilter: use skb_to_full_sk in ip_route_me_harder by Florian Westphal · 8 years ago
  93. ac27302 xfrm: Oops on error in pfkey_msg2xfrm_state() by Dan Carpenter · 7 years ago
  94. c460f2b xfrm: NULL dereference on allocation failure by Dan Carpenter · 7 years ago
  95. 1e16662 xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY by Sabrina Dubroca · 8 years ago
  96. 647f605 mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappings by Ard Biesheuvel · 7 years ago
  97. f9f73c5 ravb: Fix use-after-free on `ifconfig eth0 down` by Eugeniu Rosca · 7 years ago
  98. adfe95f ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packets by Peter Dawson · 8 years ago
  99. 168bd51 sctp: check af before verify address in sctp_addr_id2transport by Xin Long · 8 years ago
  100. 399566f net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOV by Jack Morgenstein · 8 years ago