1. 26a73a3 FP2: switch alarm implementation by chrmhoffmann · 7 years ago
  2. a0f9b39 power: qpnp-charger: Support both alarm implementations by Matt Mower · 9 years ago
  3. cf2f996 thermal: msm_thermal: Migrate to alarmtimer interface by Kevin F. Haggerty · 7 years ago
  4. 3a0f82b staging: alarm-dev: Implement compat_ioctl support by John Stultz · 12 years ago
  5. f19b2c4 switch timerfd_[sg]ettime(2) to fget_light() by Al Viro · 12 years ago
  6. 05e49d1 rtc: pm8xxx: move device_init_wakeup() before rtc_register by Josh Cartwright · 11 years ago
  7. 2a03edc alarmtimer: add rtc irq support for alarm by Xiaocheng Li · 11 years ago
  8. a651b86 alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeue by John Stultz · 12 years ago
  9. 1442488 staging: alarm-dev: information leak in alarm_ioctl() by Dan Carpenter · 11 years ago
  10. 44143c0 staging: alarm-dev: Refactor alarm-dev ioctl code in prep for compat_ioctl by John Stultz · 12 years ago
  11. d64ebb2 staging: alarm-dev: Drop pre Android 1.0 _OLD ioctls by John Stultz · 12 years ago
  12. 85131a4 Staging: android: Alarm driver cleanups by Dae S. Kim · 12 years ago
  13. c1a385c staging: android: alarm: remove unnecessary goto statement by Devendra Naga · 13 years ago
  14. c33439a staging: Android: Fix NULL pointer related warning in alarm-dev.c file by Sachin Kamat · 12 years ago
  15. 384e7f9 Staging: android: alarm: Rename pr_alarm to alarm_dbg by Joe Perches · 13 years ago
  16. 137e5cc staging: android-alarm: Switch from wakelocks to wakeup sources by John Stultz · 13 years ago
  17. c19d93c Revert "rtc: alarm: init power_on_alarm_lock mutex in alarmtimer_rtc_timer_init" by chrmhoffmann · 7 years ago
  18. 1fc9516 FP2: rtc: Remove alarm driver/interface by chrmhoffmann · 7 years ago
  19. 6c025e7 Revert "HACK: time: Disable alarmtimer" by chrmhoffmann · 7 years ago
  20. d16e3ab timerfd: add alarm timers by Todd Poynor · 12 years ago
  21. 2af4165 alarmtimer: add alarm_expires_remaining by Todd Poynor · 12 years ago
  22. f134a14 alarmtimer: add alarm_start_relative by Todd Poynor · 12 years ago
  23. 10b3a9f alarmtimer: add alarm_forward_now by Todd Poynor · 12 years ago
  24. b7c6b10 alarmtimer: add alarm_restart by Todd Poynor · 12 years ago
  25. 724cef3 alarmtimer: Use hrtimer per-alarm instead of per-base by John Stultz · 12 years ago
  26. 7bbcce0 alarmtimer: implement minimum alarm interval for allowing suspend by Todd Poynor · 12 years ago
  27. 6aa582e alarmtimer: Lock k_itimer during timer callback by Richard Larocque · 10 years ago
  28. 28ac14d alarmtimer: Do not signal SIGEV_NONE timers by Richard Larocque · 10 years ago
  29. e78031b alarmtimer: Return relative times in timer_gettime by Richard Larocque · 10 years ago
  30. 3c67aab alarmtimer: Fix bug where relative alarm timers were treated as absolute by John Stultz · 10 years ago
  31. 92206a4d alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist by KOSAKI Motohiro · 11 years ago
  32. 84e4adc FP2: Merge 17.11.2 into cm-14.1 by chrmhoffmann · 7 years ago
  33. 06791d4 FP2: rename kernel config by chrmhoffmann · 7 years ago
  34. 7f053c8 FP2: enable F2FS by chrmhoffmann · 7 years ago
  35. d0d341a fscrypto: no support for v3.4 by Jaegeuk Kim · 8 years ago
  36. 978f05b f2fs: adjust other changes by Jaegeuk Kim · 8 years ago
  37. 70c72eb f2fs: get victim segment again after new cp by Yunlei He · 8 years ago
  38. f8b386d f2fs: handle error case with f2fs_bug_on by Jaegeuk Kim · 8 years ago
  39. f33f7e0 f2fs: avoid data race when deciding checkpoin in f2fs_sync_file by Jaegeuk Kim · 8 years ago
  40. 6795e0e f2fs: fix to report error number of f2fs_find_entry by Chao Yu · 8 years ago
  41. 9190df9 f2fs: avoid memory allocation failure due to a long length by Jaegeuk Kim · 8 years ago
  42. 7f282f3 f2fs: reset default idle interval value by Chao Yu · 8 years ago
  43. a6550b4 f2fs: use blk_plug in all the possible paths by Jaegeuk Kim · 8 years ago
  44. f92e1fe f2fs: fix to avoid data update racing between GC and DIO by Chao Yu · 8 years ago
  45. 9d52b12 f2fs: add maximum prefree segments by Jaegeuk Kim · 8 years ago
  46. 10ae518 f2fs: disable extent_cache for fcollapse/finsert inodes by Jaegeuk Kim · 8 years ago
  47. b121fb6 f2fs: refactor __exchange_data_block for speed up by Jaegeuk Kim · 8 years ago
  48. 5812fb4 f2fs: fix ERR_PTR returned by bio by Jaegeuk Kim · 8 years ago
  49. 29015e5 f2fs: avoid mark_inode_dirty by Jaegeuk Kim · 8 years ago
  50. 14bb1f7 f2fs: move i_size_write in f2fs_write_end by Jaegeuk Kim · 8 years ago
  51. 6977722 f2fs: fix to avoid redundant discard during fstrim by Chao Yu · 8 years ago
  52. 1c4f224 f2fs: avoid mismatching block range for discard by Yunlei He · 8 years ago
  53. 817f889 f2fs: fix incorrect f_bfree calculation in ->statfs by Chao Yu · 8 years ago
  54. 8a5b75c f2fs: skip to check the block address of node page by Jaegeuk Kim · 8 years ago
  55. f476d2b f2fs: shrink critical region in spin_lock by Jaegeuk Kim · 8 years ago
  56. b1cf93a f2fs: call SetPageUptodate if needed by Jaegeuk Kim · 8 years ago
  57. 4b14990 f2fs: introduce f2fs_set_page_dirty_nobuffer by Jaegeuk Kim · 8 years ago
  58. fa24463 f2fs: remove unnecessary goto statement by Tiezhu Yang · 8 years ago
  59. 51efc1b f2fs: add nodiscard mount option by Chao Yu · 8 years ago
  60. ff32a53 f2fs: fix to redirty page if fail to gc data page by Chao Yu · 8 years ago
  61. 3186de2 f2fs: fix to detect truncation prior rather than EIO during read by Chao Yu · 8 years ago
  62. 96f84df f2fs: fix to avoid reading out encrypted data in page cache by Chao Yu · 8 years ago
  63. 0339ae5 f2fs: avoid latency-critical readahead of node pages by Jaegeuk Kim · 8 years ago
  64. b01e1c9 f2fs: avoid writing node/metapages during writes by Jaegeuk Kim · 8 years ago
  65. ca75858 f2fs: produce more nids and reduce readahead nats by Jaegeuk Kim · 8 years ago
  66. bc6969e f2fs: detect host-managed SMR by feature flag by Jaegeuk Kim · 8 years ago
  67. 642e1e2 f2fs: call update_inode_page for orphan inodes by Jaegeuk Kim · 8 years ago
  68. d1c5f62 f2fs: report error for f2fs_parent_dir by Jaegeuk Kim · 8 years ago
  69. 543f1f8 f2fs: find parent dentry correctly by Sheng Yong · 8 years ago
  70. 8a81484 f2fs: fix deadlock in add_link failure by Jaegeuk Kim · 8 years ago
  71. b017edd f2fs: introduce mode=lfs mount option by Jaegeuk Kim · 8 years ago
  72. a6078c6 f2fs: skip clean segment for gc by Jaegeuk Kim · 8 years ago
  73. 89979dc f2fs: drop any block plugging by Jaegeuk Kim · 8 years ago
  74. cde8b23 f2fs: avoid reverse IO order for NODE and DATA by Jaegeuk Kim · 8 years ago
  75. 9ba23cc f2fs: set mapping error for EIO by Jaegeuk Kim · 8 years ago
  76. f8dad50 f2fs: control not to exceed # of cached nat entries by Jaegeuk Kim · 8 years ago
  77. e734500 f2fs: fix wrong percentage by Jaegeuk Kim · 8 years ago
  78. a1fa609 f2fs: avoid data race between FI_DIRTY_INODE flag and update_inode by Jaegeuk Kim · 8 years ago
  79. db90e3a f2fs: remove obsolete parameter in f2fs_truncate by Jaegeuk Kim · 8 years ago
  80. ec7f31b f2fs: avoid wrong count on dirty inodes by Jaegeuk Kim · 8 years ago
  81. e6e39f8 f2fs: remove deprecated parameter by Jaegeuk Kim · 8 years ago
  82. f4bd8d2 f2fs: handle writepage correctly by Jaegeuk Kim · 8 years ago
  83. c024b03 f2fs: return error of f2fs_lookup by Jaegeuk Kim · 8 years ago
  84. 9868000 f2fs: return the errno to the caller to avoid using a wrong page by Yunlong Song · 8 years ago
  85. 7d8f386 f2fs: remove two steps to flush dirty data pages by Jaegeuk Kim · 8 years ago
  86. f104d41 f2fs: do not skip writing data pages by Jaegeuk Kim · 8 years ago
  87. 2150e55 f2fs: inject to produce some orphan inodes by Jaegeuk Kim · 8 years ago
  88. 2f2c866 f2fs: propagate error given by f2fs_find_entry by Jaegeuk Kim · 8 years ago
  89. 7f3850a f2fs: remove writepages lock by Jaegeuk Kim · 8 years ago
  90. 68f5039 f2fs: set flush_merge by default by Jaegeuk Kim · 8 years ago
  91. 9a3d6c6 f2fs: detect congestion of flush command issues by Jaegeuk Kim · 8 years ago
  92. e7fab12 f2fs: avoid unnecessary updating inode during fsync by Jaegeuk Kim · 8 years ago
  93. 7281238 f2fs: remove syncing inode page in all the cases by Jaegeuk Kim · 8 years ago
  94. 94494a8 f2fs: flush inode metadata when checkpoint is doing by Jaegeuk Kim · 8 years ago
  95. 69dbd02 f2fs: call mark_inode_dirty_sync for i_field changes by Jaegeuk Kim · 8 years ago
  96. 7a35eaf f2fs: introduce f2fs_i_links_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  97. a32a4d9 f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  98. 6e741b1 f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  99. 5e3a5ba f2fs: use inode pointer for {set, clear}_inode_flag by Jaegeuk Kim · 8 years ago
  100. 87fa710 Revert "f2fs: no need inc dirty pages under inode lock" by Jaegeuk Kim · 8 years ago