1. e1c909b f2fs: write pending bios when cp_error is set by Jaegeuk Kim · 9 years ago
  2. 3283353 f2fs: remove f2fs_bug_on in terms of max_depth by Jaegeuk Kim · 9 years ago
  3. 2f8dbf9 f2fs: fix f2fs_ioc_abort_volatile_write by Jaegeuk Kim · 9 years ago
  4. 8e4a7e7 f2fs: fix to skip recovering dot dentries in a readonly fs by Chao Yu · 9 years ago
  5. a978688 f2fs: load largest extent all the time by Jaegeuk Kim · 9 years ago
  6. a5094b0 f2fs: use i_size_read to get i_size by Jaegeuk Kim · 9 years ago
  7. ce7734c f2fs: early check broken symlink length in the encrypted case by Jaegeuk Kim · 9 years ago
  8. 7054654 f2fs: clean up f2fs_ioc_write_checkpoint by Chao Yu · 9 years ago
  9. 2c29a05 f2fs: add a max block check for get_data_block_bmap by Yunlei He · 9 years ago
  10. 0af9aed f2fs: fix bugs and simplify codes of f2fs_fiemap by Fan Li · 9 years ago
  11. 167a316 f2fs: let user being aware of IO error by Chao Yu · 9 years ago
  12. fe5ba17 f2fs: add missing f2fs_balance_fs in __recover_dot_dentries by Chao Yu · 9 years ago
  13. 08de209 f2fs: declare static function by Jaegeuk Kim · 9 years ago
  14. 507b67b f2fs: avoid f2fs_lock_op in f2fs_write_begin by Jaegeuk Kim · 9 years ago
  15. 05b5af9 f2fs: return early when trying to read null nid by Jaegeuk Kim · 9 years ago
  16. b7b411b f2fs: introduce prepare_write_begin to clean up by Jaegeuk Kim · 9 years ago
  17. a0558fe f2fs: don't convert inline inode when inline_data option is disable by Chao Yu · 9 years ago
  18. b962dc1 f2fs: report error of do_checkpoint by Chao Yu · 9 years ago
  19. 9755a87 f2fs: call f2fs_balance_fs only when node was changed by Jaegeuk Kim · 9 years ago
  20. ab3b757 f2fs: reduce covered region of sbi->cp_rwsem in f2fs_map_blocks by Chao Yu · 9 years ago
  21. 2ee215b f2fs: record node block allocation in dnode_of_data by Jaegeuk Kim · 9 years ago
  22. 34b4224 f2fs: avoid unnecessary f2fs_gc for dir operations by Jaegeuk Kim · 9 years ago
  23. a15a51b f2fs: check inline_data flag at converting time by Jaegeuk Kim · 9 years ago
  24. d5f36f0 f2fs: speed up shrinking extent tree entries by Jaegeuk Kim · 9 years ago
  25. 10aaaa9 f2fs: use atomic variable for total_extent_tree by Jaegeuk Kim · 9 years ago
  26. 74729a9 f2fs: add a tracepoint for sync_dirty_inodes by Chao Yu · 9 years ago
  27. 7bf7fad f2fs: optimize the flow of f2fs_map_blocks by Fan Li · 9 years ago
  28. d48c570 f2fs: support data flush in background by Chao Yu · 9 years ago
  29. 0b90d98 f2fs: stat dirty regular/symlink inodes by Chao Yu · 9 years ago
  30. 45c1c14 f2fs: introduce new option for controlling data flush by Chao Yu · 9 years ago
  31. fb1825c f2fs: record dirty status of regular/symlink inode by Chao Yu · 9 years ago
  32. 91d0dac f2fs: introduce __f2fs_commit_super by Chao Yu · 9 years ago
  33. 1f167ac f2fs: relocate tracepoint of write_checkpoint by Jaegeuk Kim · 9 years ago
  34. c9162be f2fs: don't grab super block buffer header all the time by Chao Yu · 9 years ago
  35. 33e7927 f2fs: backup raw_super in sbi by Yunlei He · 9 years ago
  36. 94cb933 f2fs: fix to reset variable correctlly by Fan Li · 9 years ago
  37. 0c59154 f2fs: introduce __remove_dirty_inode by Chao Yu · 9 years ago
  38. bc2a214 f2fs: introduce dirty list node in inode info by Chao Yu · 9 years ago
  39. dbc32c2 f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entry by Chao Yu · 9 years ago
  40. 4a310fe f2fs: add symbol to avoid any confusion with tools by Jaegeuk Kim · 9 years ago
  41. fc2c790 f2fs: do more integrity verification for superblock by Chao Yu · 9 years ago
  42. 854ae6d f2fs: fix to update variable correctly when skip a unmapped block by Fan Li · 9 years ago
  43. b0391d1 f2fs: write only the pages in range during defragment by Fan Li · 9 years ago
  44. be3cf61 f2fs: clean up node page updating flow by Chao Yu · 9 years ago
  45. 9b99521 f2fs: use lock_buffer when changing superblock by Jaegeuk Kim · 9 years ago
  46. fd10c5c f2fs: refactor f2fs_commit_super by Jaegeuk Kim · 9 years ago
  47. 664a042 f2fs: enhance the bit operation for SSR by Jaegeuk Kim · 9 years ago
  48. 5a2ab6e f2fs: fix to convert inline inode in ->setattr by Chao Yu · 9 years ago
  49. adf0420 f2fs: use sbi->blocks_per_seg to avoid unnecessary calculation by Chao Yu · 9 years ago
  50. e35c450 f2fs: kill f2fs_drop_largest_extent by Chao Yu · 9 years ago
  51. ae16059 f2fs: clean up argument of recover_data by Chao Yu · 9 years ago
  52. 1bb778f f2fs: clean up code with __has_cursum_space by Chao Yu · 9 years ago
  53. 425d380 f2fs: clean up error path in f2fs_readdir by Chao Yu · 9 years ago
  54. e7cb05d f2fs: do not recover from previous remained wrong dnodes by Jaegeuk Kim · 9 years ago
  55. 48af89e f2fs: avoid deadlock in f2fs_shrink_extent_tree by Jaegeuk Kim · 9 years ago
  56. 1356975 f2fs: fix to report error in f2fs_readdir by Chao Yu · 9 years ago
  57. 20f3ab6 f2fs: clear page uptodate when dropping cache for atomic write by Chao Yu · 9 years ago
  58. a161b2a f2fs: optimize __find_rev_next_bit by Fan Li · 9 years ago
  59. 85eaf96 f2fs: fix to remove directory inode from dirty list by Chao Yu · 9 years ago
  60. 8eb900d f2fs: fix to enable missing ioctl interfaces in ->compat_ioctl by Chao Yu · 9 years ago
  61. 98fbe36 f2fs: fix memory leak of kobject in error path of fill_super by Chao Yu · 9 years ago
  62. c3c6ec6 f2fs: support file defragment by Chao Yu · 9 years ago
  63. 1bb217a f2fs: commit atomic written page in LFS mode by Chao Yu · 9 years ago
  64. 3e36b0b f2fs: report error of f2fs_create_root_stats by Chao Yu · 9 years ago
  65. e037473 f2fs: Fix a system panic caused by f2fs_follow_link by Yunlei He · 9 years ago
  66. 315f455 f2fs: catch up to v4.4-rc1 by Jaegeuk Kim · 9 years ago
  67. e8ab366 FP2: dont hardreset PMIC by chrmhoffmann · 7 years ago
  68. 4dc528e FP2: apply android recommended config * leave out DM_VERITY and ANDROID_INTF_ALARM_DEV for now by chrmhoffmann · 7 years ago
  69. 29b1a5c FP2: regenerate config by chrmhoffmann · 7 years ago
  70. eb4a6ab posix_acl: handle NULL ACL in posix_acl_equiv_mode by Christoph Hellwig · 10 years ago
  71. 4c4af2c FP2: adapt posix_acl CVE to 3.4 kernel by chrmhoffmann · 7 years ago
  72. 8c73c36 bfq-sched: Forcefully lookup entities when the cache is inconsistent by Diogo Ferreira · 8 years ago
  73. fb4bef1 msm: sps: Register SPS IRQ with IRQF_NO_SUSPEND flag by myfluxi · 9 years ago
  74. 8e4cf26 msm: sps: update the checking of free slots by Yan He · 11 years ago
  75. 3680beb msm: bam: Use memset_io instead of memset by Azhar Shaikh · 10 years ago
  76. a0ef1c2 msm: sps: Squashed commit of upstream changes by Dipen Parmar · 11 years ago
  77. e5e1bef mm/slub: don't wait for high-order page allocation by Joonsoo Kim · 9 years ago
  78. db155a2 mm, show_mem: suppress page counts in non-blockable contexts by David Rientjes · 11 years ago
  79. a197326 xfrm: policy: check policy direction value by Vladis Dronov · 7 years ago
  80. cd14660 Bluetooth: Properly check L2CAP config option output buffer length by Ben Seri · 7 years ago
  81. 003cca3 ANDROID: ion: Protect kref from userspace manipulation by Daniel Rosenberg · 8 years ago
  82. 7ea569b USB: f_qc_rndis: Prevent use-after-free for _rndis_qc by Lena Salman · 10 years ago
  83. 7198ee4 f_qc_rndis: Check config or cdev is NULL in before accessing by Mayank Rana · 10 years ago
  84. 98a6b33 msm: camera: isp: fix for out of bound access array by Maggie White · 7 years ago
  85. 2e685ce soc: qcom: msm_bus: add mutex lock for cllist data by Maria Yu · 7 years ago
  86. fbda58a ext4: fix data exposure after a crash by Jan Kara · 7 years ago
  87. b6788d2 ipx: call ipxitf_put() in ioctl error path by Dan Carpenter · 7 years ago
  88. 8094149 timerfd: Protect the might cancel mechanism proper by Thomas Gleixner · 7 years ago
  89. 4a7fcba msm: camera: Allow driver file to be opend only once. by Trishansh Bhardwaj · 7 years ago
  90. c414074 Prevent potential double frees in sg driver by Robb Glasser · 7 years ago
  91. b76c17cd mm: Fix incorrect type conversion for size during dma allocation by Rohit Vaswani · 9 years ago
  92. 6d6385c wcnss: fix the potential memory leak and heap overflow by Sarada Prasanna Garnayak · 7 years ago
  93. 3aec127 ASoC: msm: qdsp6v2: extend validation of virtual address by Siena Richard · 7 years ago
  94. 42e153f msm: camera: fix off-by-one overflow in msm_isp_get_bufq by Gaoxiang Chen · 7 years ago
  95. 3b3c7c9 selinux: nlmsgtab: add SOCK_DESTROY to the netlink mapping tables by Lorenzo Colitti · 9 years ago
  96. cc05812 net: diag: support v4mapped sockets in inet_diag_find_one_icsk() by Eric Dumazet · 9 years ago
  97. d97ca94 net: diag: split inet_diag_dump_one_icsk into two by Lorenzo Colitti · 9 years ago
  98. 496b6d0 net: tcp: deal with listen sockets properly in tcp_abort. by Lorenzo Colitti · 9 years ago
  99. 559b4f7 net: diag: Support destroying TCP sockets. by Lorenzo Colitti · 9 years ago
  100. 9dd6888 ipv6: do not clear pinet6 field by Eric Dumazet · 11 years ago