1. 640778f f2fs crypto: get rid of ci_mode from struct f2fs_crypt_info by Jaegeuk Kim · 9 years ago
  2. 8bacf6de f2fs crypto: use slab caches by Jaegeuk Kim · 9 years ago
  3. 06e1bc0 f2fs: truncate data blocks for orphan inode by Jaegeuk Kim · 9 years ago
  4. 912a83b f2fs: cleanup a confusing indent by Dan Carpenter · 9 years ago
  5. 7beb428 f2fs: fix building on 32-bit architectures by Arnd Bergmann · 9 years ago
  6. e19ef527 f2fs: avoid buggy functions by Jaegeuk Kim · 9 years ago
  7. 08b9512 f2fs: add compat_ioctl to provide backward compatability by hujianyang · 9 years ago
  8. 40a02be f2fs: do not issue next dnode discard redundantly by Jaegeuk Kim · 9 years ago
  9. 498c5e9 f2fs: add default mount options to remount by Yunlei He · 9 years ago
  10. d690358 f2fs crypto: remove checking key context during lookup by Jaegeuk Kim · 9 years ago
  11. edf3fb8 f2fs crypto: fix missing key when reading a page by Jaegeuk Kim · 9 years ago
  12. cbaf042 f2fs crypto: add symlink encryption by Jaegeuk Kim · 9 years ago
  13. e7d5545 f2fs crypto: add filename encryption for roll-forward recovery by Jaegeuk Kim · 9 years ago
  14. 6e22c69 f2fs crypto: add filename encryption for f2fs_lookup by Jaegeuk Kim · 9 years ago
  15. d8c6822 f2fs crypto: add filename encryption for f2fs_readdir by Jaegeuk Kim · 9 years ago
  16. 9ea9716 f2fs crypto: add filename encryption for f2fs_add_link by Jaegeuk Kim · 9 years ago
  17. 4375a33 f2fs crypto: add encryption support in read/write paths by Jaegeuk Kim · 9 years ago
  18. fcc85a4 f2fs crypto: activate encryption support for fs APIs by Jaegeuk Kim · 9 years ago
  19. 6b3bd08 f2fs crypto: filename encryption facilities by Jaegeuk Kim · 9 years ago
  20. 0adda90 f2fs crypto: add encryption key management facilities by Jaegeuk Kim · 9 years ago
  21. 57e5055 f2fs crypto: add f2fs encryption facilities by Jaegeuk Kim · 9 years ago
  22. f424f66 f2fs crypto: add encryption policy and password salt support by Jaegeuk Kim · 9 years ago
  23. b93531d f2fs crypto: add encryption xattr support by Jaegeuk Kim · 9 years ago
  24. d33793f f2fs crypto: add f2fs encryption Kconfig by Jaegeuk Kim · 9 years ago
  25. cde4de1 f2fs crypto: declare some definitions for f2fs encryption feature by Jaegeuk Kim · 9 years ago
  26. 7f63eb7 f2fs: report unwritten area in f2fs_fiemap by Jaegeuk Kim · 9 years ago
  27. 3589a91 f2fs: avoid value overflow in showing current status by Jaegeuk Kim · 9 years ago
  28. 75cd4e0 f2fs: support FALLOC_FL_ZERO_RANGE by Chao Yu · 9 years ago
  29. b4ace33 f2fs: support FALLOC_FL_COLLAPSE_RANGE by Chao Yu · 9 years ago
  30. 19f106b f2fs: introduce f2fs_replace_block() for reuse by Chao Yu · 9 years ago
  31. d5b692b f2fs: do not re-lookup nat cache with same nid by Chao Yu · 9 years ago
  32. 402f721 f2fs: remove unneeded f2fs_make_empty declaration by Chao Yu · 9 years ago
  33. 836b5a6 f2fs: issue discard with finally produced len and minlen by Jaegeuk Kim · 9 years ago
  34. a66cdd9 f2fs: introduce discard_map for f2fs_trim_fs by Jaegeuk Kim · 9 years ago
  35. d6c67a4 f2fs: revmove spin_lock for write_orphan_inodes by Jaegeuk Kim · 9 years ago
  36. 43f3eae f2fs: split find_data_page according to specific purposes by Jaegeuk Kim · 9 years ago
  37. 2fb2c95 f2fs: fix counting the number of inline_data inodes by Jaegeuk Kim · 9 years ago
  38. 2dcf51a f2fs: add need_dentry_mark by Jaegeuk Kim · 9 years ago
  39. 01f2861 f2fs: fix race on allocating and deallocating a dentry block by Jaegeuk Kim · 9 years ago
  40. eaa693f f2fs: introduce dot and dotdot name check by Jaegeuk Kim · 9 years ago
  41. c879f90 f2fs: move get_page for gc victims by Jaegeuk Kim · 9 years ago
  42. 05ca363 f2fs: add sbi and page pointer in f2fs_io_info by Jaegeuk Kim · 9 years ago
  43. 01b960e f2fs: add f2fs_may_inline_{data, dentry} by Jaegeuk Kim · 9 years ago
  44. 06957e8 f2fs: clean up f2fs_lookup by Jaegeuk Kim · 9 years ago
  45. f1e8866 f2fs: expose f2fs_mpage_readpages by Jaegeuk Kim · 9 years ago
  46. 26d815ad f2fs: introduce f2fs_commit_super by Jaegeuk Kim · 9 years ago
  47. 003a3e1 f2fs: add f2fs_map_blocks by Jaegeuk Kim · 9 years ago
  48. 76f105a f2fs: add feature facility in superblock by Jaegeuk Kim · 9 years ago
  49. b5492af7 f2fs: move existing definitions into f2fs.h by Jaegeuk Kim · 9 years ago
  50. 0040b93 f2fs: add missing version info in superblock by Jaegeuk Kim · 9 years ago
  51. 2aa7c51 f2fs: make has_fsynced_inode static by Chao Yu · 9 years ago
  52. 587c0a4 f2fs: add offset check routine before punch_hole() in f2fs_fallocate() by Taehee Yoo · 9 years ago
  53. f0c9cad f2fs: use is_valid_blkaddr to verify blkaddr for readability by Chao Yu · 9 years ago
  54. 272e083 f2fs: make posix_acl_create() safer and cleaner by Chao Yu · 9 years ago
  55. 5d79988 f2fs: export more enums for tracepoint by Jaegeuk Kim · 9 years ago
  56. 68c2f356 Merge tag 'for-f2fs-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  57. fbb7b92 Merge tag 'pinctrl-v4.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 9 years ago
  58. 7bbcd1b8 Merge tag 'vfio-v4.1-rc3' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 9 years ago
  59. 8cb7c15 Merge tag 'for-linus' of git://github.com/dledford/linux by Linus Torvalds · 9 years ago
  60. 0e1dc42 Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  61. 3d54ac9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  62. d8fce2d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  63. 02f0f57 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  64. c5272a2 pinctrl: Don't just pretend to protect pinctrl_maps, do it for real by Doug Anderson · 9 years ago
  65. 8746515 xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARM by Stefano Stabellini · 9 years ago
  66. c88d474 x86/fpu: Always restore_xinit_state() when use_eager_cpu() by Bobby Powers · 9 years ago
  67. c102cb0 Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 9 years ago
  68. 74f40c1 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  69. 5198b443 Merge tag 'for-linus-4.1-1' of git://git.code.sf.net/p/openipmi/linux-ipmi by Linus Torvalds · 9 years ago
  70. 2a171aa Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  71. 3ce05a4 Merge tag 'platform-drivers-x86-v4.1-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  72. 3d69d43 ipmi: Fix multi-part message handling by Corey Minyard · 9 years ago
  73. 9162052 ipmi: Add alert handling to SSIF by Corey Minyard · 9 years ago
  74. 9f81270 ipmi: Fix a problem that messages are not issued in run_to_completion mode by Hidehiro Kawai · 9 years ago
  75. a182a4b ipmi: Report an error if ACPI _IFT doesn't exist by Corey Minyard · 9 years ago
  76. 15c5725 ipmi: Remove unused including <linux/version.h> by Wei Yongjun · 9 years ago
  77. 489405f rtc: armada38x: fix concurrency access in armada38x_rtc_set_time by Gregory CLEMENT · 9 years ago
  78. b1432a2 ocfs2: dlm: fix race between purge and get lock resource by Junxiao Bi · 9 years ago
  79. d8fd150 nilfs2: fix sanity check of btree level in nilfs_btree_root_broken() by Ryusuke Konishi · 9 years ago
  80. 05836c3 util_macros.h: have array pointer point to array of constants by Guenter Roeck · 9 years ago
  81. f5b6977 configfs: init configfs module earlier at boot time by Daniel Baluta · 9 years ago
  82. e386eed mm/hwpoison-inject: check PageLRU of hpage by Naoya Horiguchi · 9 years ago
  83. 7ea434a mm/hwpoison-inject: fix refcounting in no-injection case by Naoya Horiguchi · 9 years ago
  84. 602498f mm: soft-offline: fix num_poisoned_pages counting on concurrent events by Naoya Horiguchi · 9 years ago
  85. 4d61ff6 rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtc by Philippe De Muyter · 9 years ago
  86. c71f1e0 Documentation: bindings: add abracon,abx80x by Alexandre Belloni · 9 years ago
  87. 01e7690 kasan: show gcc version requirements in Kconfig and Documentation by Joe Perches · 9 years ago
  88. 09789e5 mm/memory-failure: call shake_page() when error hits thp tail page by Naoya Horiguchi · 9 years ago
  89. 7d616e4 lib: delete lib/find_last_bit.c by Yury Norov · 9 years ago
  90. 48b945a MAINTAINERS: add co-maintainer for LED subsystem by Andrew Morton · 9 years ago
  91. 74f3037 zram: add Designated Reviewer for zram in MAINTAINERS by Minchan Kim · 9 years ago
  92. 99ebbd30 revert "zram: move compact_store() to sysfs functions area" by Andrew Morton · 9 years ago
  93. df6dd1b thinkpad_acpi: Fix warning for static not at beginning by Jean Delvare · 9 years ago
  94. b1e65e7 ipmi: Don't report err in the SI driver for SSIF devices by Corey Minyard · 9 years ago
  95. 5e33cd0 ipmi: Remove incorrect use of seq_has_overflowed by Joe Perches · 10 years ago
  96. b0e9aaa ipmi:ssif: Ignore spaces when comparing I2C adapter names by Corey Minyard · 9 years ago
  97. d467f7a ipmi_ssif: Fix the logic on user-supplied addresses by Corey Minyard · 10 years ago
  98. de71ad2 x86: Make cpu_tss available to external modules by Marc Dionne · 9 years ago
  99. a71dbda hypervisor/x86/xen: Unset X86_BUG_SYSRET_SS_ATTRS on Xen PV guests by Boris Ostrovsky · 9 years ago
  100. 16e6bd5 xen/events: Set irq_info->evtchn before binding the channel to CPU in __startup_pirq() by Boris Ostrovsky · 9 years ago