1. 24b8491 f2fs: preallocate blocks for buffered aio writes by Jaegeuk Kim · 9 years ago
  2. b439b10 f2fs: move dio preallocation into f2fs_file_write_iter by Jaegeuk Kim · 9 years ago
  3. d31c7c3 f2fs: fix missing skip pages info by Yunlei He · 9 years ago
  4. 0c3a579 f2fs: introduce f2fs_submit_merged_bio_cond by Chao Yu · 9 years ago
  5. d48dfc2 f2fs: fix conflict on page->private usage by Jaegeuk Kim · 9 years ago
  6. 17c1912 f2fs: flush bios to handle cp_error in put_super by Jaegeuk Kim · 9 years ago
  7. fa3d2bd f2fs: wait on page's writeback in writepages path by Jaegeuk Kim · 9 years ago
  8. da85985 f2fs: speed up handling holes in fiemap by Chao Yu · 9 years ago
  9. 3cf4574 f2fs: introduce get_next_page_offset to speed up SEEK_DATA by Chao Yu · 9 years ago
  10. 81ca735 f2fs: remove unneeded pointer conversion by Chao Yu · 9 years ago
  11. 5b8db7f f2fs: simplify __allocate_data_blocks by Chao Yu · 9 years ago
  12. 4fe71e8 f2fs: simplify f2fs_map_blocks by Chao Yu · 9 years ago
  13. 8f1dbbb f2fs: introduce lifetime write IO statistics by Shuoran Liu · 9 years ago
  14. 6fe2bc9 f2fs: give scheduling point in shrinking path by Jaegeuk Kim · 9 years ago
  15. 201ef5e f2fs: improve shrink performance of extent nodes by Hou Pengyang · 9 years ago
  16. 4292674 f2fs: don't set cached_en if it will be freed by Jaegeuk Kim · 9 years ago
  17. 43a2fa1 f2fs: move extent_node list operations being coupled with rbtree operation by Jaegeuk Kim · 9 years ago
  18. a03f01f f2fs: reconstruct the code to free an extent_node by Hou Pengyang · 9 years ago
  19. 7c50689 f2fs: use wq_has_sleeper for cp_wait wait_queue by Jaegeuk Kim · 9 years ago
  20. 688159b f2fs: avoid unnecessary search while finding victim in gc by Fan Li · 9 years ago
  21. 85ead81 f2fs: delete unnecessary wait for page writeback by Yunlei He · 9 years ago
  22. fec1d65 f2fs: use wait_for_stable_page to avoid contention by Jaegeuk Kim · 9 years ago
  23. 718e53f f2fs: enhance foreground GC by Chao Yu · 9 years ago
  24. e3ef187 f2fs: don't need to call set_page_dirty for io error by Jaegeuk Kim · 9 years ago
  25. ae96e7bd f2fs: avoid needless sync_inode_page when reading inline_data by Jaegeuk Kim · 9 years ago
  26. 52f8033 f2fs: don't need to sync node page at every time by Jaegeuk Kim · 9 years ago
  27. 2049d4f f2fs: avoid multiple node page writes due to inline_data by Jaegeuk Kim · 9 years ago
  28. 3c082b7 f2fs: do f2fs_balance_fs when block is allocated by Jaegeuk Kim · 9 years ago
  29. 6e17bfb f2fs: fix to overcome inline_data floods by Jaegeuk Kim · 9 years ago
  30. 25c1355 f2fs: use writepages->lock for WB_SYNC_ALL by Jaegeuk Kim · 9 years ago
  31. b483fad f2fs: remove needless condition check by Jaegeuk Kim · 9 years ago
  32. 0ab1435 f2fs: correct search area in get_new_segment by Chao Yu · 9 years ago
  33. 2304cb0 f2fs: export dirty_nats_ratio in sysfs by Chao Yu · 9 years ago
  34. 7d768d2 f2fs: flush dirty nat entries when exceeding threshold by Chao Yu · 9 years ago
  35. 0fd785e f2fs: relocate is_merged_page by Chao Yu · 9 years ago
  36. 0389075 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  37. 020ecbb Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  38. ce6b714 Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  39. 87d9ac7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  40. 74dae42 ext4: fix crashes in dioread_nolock mode by Jan Kara · 9 years ago
  41. ed8ad83 ext4: fix bh->b_state corruption by Jan Kara · 9 years ago
  42. 0918f1c fsnotify: turn fsnotify reaper thread into a workqueue job by Jeff Layton · 9 years ago
  43. 13d34ac Revert "fsnotify: destroy marks with call_srcu instead of dedicated thread" by Jeff Layton · 9 years ago
  44. 2850713 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  45. 3d65ae4 writeback: initialize inode members that track writeback history by Tahsin Erdogan · 9 years ago
  46. 65c23c6 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
  47. 5ff8eaa writeback: keep superblock pinned during cgroup writeback association switches by Tejun Heo · 9 years ago
  48. 4682c21 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
  49. c906f38 ext4: fix memleak in ext4_readdir() by Kirill Tkhai · 9 years ago
  50. 1636d1d Btrfs: fix direct IO requests not reporting IO error to user space by Filipe Manana · 9 years ago
  51. 779ee19 Merge tag 'tty-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  52. 27c9d77 Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  53. dfc8528 Merge tag 'xfs-fixes-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  54. 56263b4 ext4: remove unused parameter "newblock" in convert_initialized_extent() by Eryu Guan · 9 years ago
  55. bcff248 ext4: don't read blocks from disk after extents being swapped by Eryu Guan · 9 years ago
  56. 4690176 ext4: fix potential integer overflow by Insu Yun · 9 years ago
  57. 802cf1f ext4: add a line break for proc mb_groups display by Huaitong Han · 9 years ago
  58. fdde368 ext4: ioctl: fix erroneous return value by Anton Protopopov · 9 years ago
  59. 05145bd ext4: fix scheduling in atomic on group checksum failure by Jan Kara · 9 years ago
  60. bc4ef75 btrfs: properly set the termination value of ctx->pos in readdir by David Sterba · 9 years ago
  61. 4b550af cifs: fix erroneous return value by Anton Protopopov · 9 years ago
  62. f34d69c cifs: fix potential overflow in cifs_compose_mount_options by Insu Yun · 9 years ago
  63. 997152f cifs: remove redundant check for null string pointer by Colin Ian King · 9 years ago
  64. ed8b0de efi: Make efivarfs entries immutable by default by Peter Jones · 9 years ago
  65. e0d64e6 efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version by Peter Jones · 9 years ago
  66. ff978b0 ext4 crypto: move context consistency check to ext4_file_open() by Theodore Ts'o · 9 years ago
  67. 28b4c26 ext4 crypto: revalidate dentry after adding or removing the key by Theodore Ts'o · 9 years ago
  68. 8e0bd49 xfs: fix endianness error when checking log block crc on big endian platforms by Darrick J. Wong · 9 years ago
  69. 1f55c71 pty: make sure super_block is still valid in final /dev/tty close by Herton R. Krzesinski · 9 years ago
  70. 5af9c2e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  71. 5d6a6a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  72. b6a515c epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUT by Jason Baron · 9 years ago
  73. d2b2a28 dax: dirty inode only if required by Dmitry Monakhov · 9 years ago
  74. c95a518 ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanup by xuejiufei · 9 years ago
  75. 9c5a05bc block: fix pfn_mkwrite() DAX fault handler by Ross Zwisler · 9 years ago
  76. 0c0fe3b Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl by Filipe Manana · 9 years ago
  77. db6aed7 ceph: fix snap context leak in error path by Yan, Zheng · 9 years ago
  78. 1418bf0 ceph: checking for IS_ERR instead of NULL by Dan Carpenter · 9 years ago
  79. 7f042a8 Btrfs: remove no longer used function extent_read_full_page_nolock() by Filipe Manana · 9 years ago
  80. 3131400 Btrfs: fix page reading in extent_same ioctl leading to csum errors by Filipe Manana · 9 years ago
  81. e0bd70c Btrfs: fix invalid page accesses in extent_same (dedup) ioctl by Filipe Manana · 9 years ago
  82. b37a05c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  83. 81b676b Merge tag 'nfs-for-4.5-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  84. 65376df proc: revert /proc/<pid>/maps [stack:TID] annotation by Johannes Weiner · 9 years ago
  85. 5c2ff95 numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390 by Michael Holzheu · 9 years ago
  86. a4a1dfa ocfs2/cluster: fix memory leak in o2hb_region_release by Joseph Qi · 9 years ago
  87. 34229b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  88. 29a8ea4 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  89. dc799d0 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  90. 7ddc971 block: fix use-after-free in dio_bio_complete by Mike Krinkin · 9 years ago
  91. 53729eb Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 9 years ago
  92. d1a5f2b4 block: use DAX for partition table reads by Dan Williams · 9 years ago
  93. 9f4736f block: revert runtime dax control of the raw block device by Dan Williams · 9 years ago
  94. d3f71ae Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  95. e410e34 Revert "btrfs: synchronize incompat feature bits with sysfs files" by Chris Mason · 9 years ago
  96. 2370abd NFS: Cleanup - rename NFS_LAYOUT_RETURN_BEFORE_CLOSE by Trond Myklebust · 9 years ago
  97. d10d34a Bluetooth: Add missing COMPATIBLE_IOCTL for UART line discipline by Marcel Holtmann · 9 years ago
  98. e1c0eba btrfs: don't use GFP_HIGHMEM for free-space-tree bitmap kzalloc by Chris Mason · 9 years ago
  99. d32a4e3 Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 9 years ago
  100. bf60920 btrfs: sysfs: check initialization state before updating features by David Sterba · 9 years ago