1. c908e38 fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGES by Ming Lei · 8 years ago
  2. 60a4009 ext4: use bio op helprs in ext4 crypto code by Mike Christie · 8 years ago
  3. 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 8 years ago
  4. 6296b96 block, drivers, fs: shrink bi_rw from long to int by Mike Christie · 8 years ago
  5. 0d16dcf ocfs2: use bio op accessors by Mike Christie · 8 years ago
  6. b2d4586 nilfs: use bio op accessors by Mike Christie · 8 years ago
  7. eed25cd mpage: use bio op accessors by Mike Christie · 8 years ago
  8. 67ed259 hfsplus: use bio op accessors by Mike Christie · 8 years ago
  9. 50bfcd0 xfs: use bio op accessors by Mike Christie · 8 years ago
  10. e1b1afa gfs2: use bio op accessors by Mike Christie · 8 years ago
  11. 04d328d f2fs: use bio op accessors by Mike Christie · 8 years ago
  12. 81a75f67 btrfs: use bio fields for op and flags by Mike Christie · 8 years ago
  13. b3d3fa5 btrfs: update __btrfs_map_block for REQ_OP transition by Mike Christie · 8 years ago
  14. 37226b2 btrfs: use bio op accessors by Mike Christie · 8 years ago
  15. 1f7ad75 btrfs: have submit_one_bio users use bio op accessors by Mike Christie · 8 years ago
  16. 8a4c1e4 direct-io: use bio set/get op accessors by Mike Christie · 8 years ago
  17. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 8 years ago
  18. dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 8 years ago
  19. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 8 years ago
  20. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
  21. eedf265 devpts: Make each mount of devpts an independent filesystem. by Eric W. Biederman · 8 years ago
  22. b2d5ad8 Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  23. 8dff9c8 Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extent by Chris Mason · 9 years ago
  24. f6973c0 ceph: use i_version to check validity of fscache by Yan, Zheng · 9 years ago
  25. f7f7e7a ceph: improve fscache revalidation by Yan, Zheng · 9 years ago
  26. 46b59b2 ceph: disable fscache when inode is opened for write by Yan, Zheng · 9 years ago
  27. 1464975 ceph: avoid unnecessary fscache invalidation/revlidation by Yan, Zheng · 9 years ago
  28. 368e358 ceph: call __fscache_uncache_page() if readpages fails by Yan, Zheng · 9 years ago
  29. 480ce08 FS-Cache: make check_consistency callback return int by Yan, Zheng · 9 years ago
  30. d213845 FS-Cache: wake write waiter after invalidating writes by Yan, Zheng · 9 years ago
  31. b5de8d0 Btrfs: fix race between device replace and read repair by Filipe Manana · 8 years ago
  32. 2999241 Btrfs: fix race between device replace and discard by Filipe Manana · 8 years ago
  33. b7ec35b libceph: change ceph_osdmap_flag() to take osdc by Ilya Dryomov · 9 years ago
  34. 22ab04e Btrfs: fix race between device replace and chunk allocation by Filipe Manana · 9 years ago
  35. 1a1a8b7 Btrfs: fix race setting block group back to RW mode during device replace by Filipe Manana · 9 years ago
  36. 81e87a7 Btrfs: fix unprotected assignment of the left cursor for device replace by Filipe Manana · 9 years ago
  37. f0e9b7d Btrfs: fix race setting block group readonly during device replace by Filipe Manana · 9 years ago
  38. 57ba4cb Btrfs: fix race between device replace and block group removal by Filipe Manana · 9 years ago
  39. ce7791f Btrfs: fix race between readahead and device replace/removal by Filipe Manana · 9 years ago
  40. e0ab7af hash_string: Fix zero-length case for !DCACHE_WORD_ACCESS by George Spelvin · 8 years ago
  41. f2a031b Rename other copy of hash_string to hashlen_string by George Spelvin · 8 years ago
  42. 037369b hpfs: implement the show_options method by Mikulas Patocka · 8 years ago
  43. 01d6e08 affs: fix remount failure when there are no options changed by Mikulas Patocka · 8 years ago
  44. 44d5170 hpfs: fix remount failure when there are no options changed by Mikulas Patocka · 8 years ago
  45. d66492b fs: fix binfmt_aout.c build error by Guenter Roeck · 8 years ago
  46. 7e0fb73 Merge branch 'hash' of git://ftp.sciencehorizons.net/linux by Linus Torvalds · 8 years ago
  47. 468a942 <linux/hash.h>: Add support for architecture-specific functions by George Spelvin · 8 years ago
  48. 2a18da7a fs/namei.c: Improve dcache hash function by George Spelvin · 8 years ago
  49. fcfd2fb fs/namei.c: Add hashlen_string() function by George Spelvin · 9 years ago
  50. 23a3e17 Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  51. e0714ec nfs: fix anonymous member initializer build failure with older compilers by Linus Torvalds · 8 years ago
  52. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  53. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
  54. 0121a32 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  55. 559b6d9 Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  56. 5d22fc2 mm: remove more IS_ERR_VALUE abuses by Linus Torvalds · 8 years ago
  57. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 8 years ago
  58. 9ecd10b direct-io: fix direct write stale data exposure from concurrent buffered read by Eryu Guan · 8 years ago
  59. 38b52ef ocfs2: bump up o2cb network protocol version by Junxiao Bi · 8 years ago
  60. 6633ca5 ocfs2: o2hb: fix hb hung time by Junxiao Bi · 8 years ago
  61. 88dbe98 ocfs2: o2hb: don't negotiate if last hb fail by Junxiao Bi · 8 years ago
  62. 1bd1290 ocfs2: o2hb: add some user/debug log by Junxiao Bi · 8 years ago
  63. e76f823 ocfs2: o2hb: add NEGOTIATE_APPROVE message by Junxiao Bi · 8 years ago
  64. 34069b8 ocfs2: o2hb: add NEGO_TIMEOUT message by Junxiao Bi · 8 years ago
  65. e0cbb79 ocfs2: o2hb: add negotiate timer by Junxiao Bi · 8 years ago
  66. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  67. 2176519 ovl: Do d_type check only if work dir creation was successful by Vivek Goyal · 9 years ago
  68. 3fe6e52 ovl: override creds with the ones from the superblock mounter by Antonio Murdaca · 9 years ago
  69. e12fab2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  70. 478a146 Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  71. 315227f Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  72. 1f3a437 ocfs2: fix improper handling of return errno by Eric Ren · 8 years ago
  73. a10c38a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 8 years ago
  74. 56244ef Btrfs: fix handling of faults from btrfs_copy_from_user by Chris Mason · 9 years ago
  75. ea8ea73 Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  76. 0b9210c Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  77. c7d73af pnfs: pnfs_update_layout needs to consider if strict iomode checking is on by Tom Haynes · 8 years ago
  78. 602c4cd nfs/flexfiles: Use the layout segment for reading unless it a IOMODE_RW and reading is disabled by Tom Haynes · 8 years ago
  79. 0023541 restore killability of old mutex_lock_killable(&inode->i_mutex) users by Al Viro · 8 years ago
  80. e536030 ceph: fix wake_up_session_cb() by Yan, Zheng · 9 years ago
  81. 9abd4db ceph: don't use truncate_pagecache() to invalidate read cache by Yan, Zheng · 9 years ago
  82. b109eec6 ceph: SetPageError() for writeback pages if writepages fails by Yan, Zheng · 9 years ago
  83. ad15ec0 ceph: handle interrupted ceph_writepage() by Yan, Zheng · 9 years ago
  84. a78bbd4 ceph: make ceph_update_writeable_page() uninterruptible by Yan, Zheng · 9 years ago
  85. f0b33df ceph: handle -EAGAIN returned by ceph_update_writeable_page() by Yan, Zheng · 9 years ago
  86. 6ce026e ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEM by Yan, Zheng · 9 years ago
  87. 4f7e89f ceph: block non-fatal signals for fault/page_mkwrite by Yan, Zheng · 9 years ago
  88. 3b33f69 ceph: make logical calculation functions return bool by Zhang Zhuoyu · 9 years ago
  89. 224a7542 ceph: tolerate bad i_size for symlink inode by Yan, Zheng · 9 years ago
  90. 1b1bc16 ceph: improve fragtree change detection by Yan, Zheng · 9 years ago
  91. a4b7431 ceph: keep leaf frag when updating fragtree by Yan, Zheng · 9 years ago
  92. 4217211 ceph: fix dir_auth check in ceph_fill_dirfrag() by Yan, Zheng · 9 years ago
  93. a407846 ceph: don't assume frag tree splits in mds reply are sorted by Yan, Zheng · 9 years ago
  94. 209ae76 ceph: fix inode reference leak by Yan, Zheng · 9 years ago
  95. f3c4ebe ceph: using hash value to compose dentry offset by Yan, Zheng · 9 years ago
  96. 076c40f ceph: don't forbid marking directory complete after forward seek by Yan, Zheng · 9 years ago
  97. 8974eeb ceph: record 'offset' for each entry of readdir result by Yan, Zheng · 9 years ago
  98. 956d39d ceph: define 'end/complete' in readdir reply as bit flags by Yan, Zheng · 9 years ago
  99. 2a5beea ceph: define struct for dir entry in readdir reply by Yan, Zheng · 9 years ago
  100. a78600e ceph: simplify 'offset in frag' by Yan, Zheng · 9 years ago