1. 3fe6e52 ovl: override creds with the ones from the superblock mounter by Antonio Murdaca · 8 years ago
  2. e12fab2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  3. 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
  4. 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
  5. 1f3a437 ocfs2: fix improper handling of return errno by Eric Ren · 8 years ago
  6. a10c38a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 8 years ago
  7. 56244ef Btrfs: fix handling of faults from btrfs_copy_from_user by Chris Mason · 8 years ago
  8. ea8ea73 Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  9. 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
  10. c7d73af pnfs: pnfs_update_layout needs to consider if strict iomode checking is on by Tom Haynes · 8 years ago
  11. 602c4cd nfs/flexfiles: Use the layout segment for reading unless it a IOMODE_RW and reading is disabled by Tom Haynes · 8 years ago
  12. 0023541 restore killability of old mutex_lock_killable(&inode->i_mutex) users by Al Viro · 8 years ago
  13. e536030 ceph: fix wake_up_session_cb() by Yan, Zheng · 8 years ago
  14. 9abd4db ceph: don't use truncate_pagecache() to invalidate read cache by Yan, Zheng · 8 years ago
  15. b109eec6 ceph: SetPageError() for writeback pages if writepages fails by Yan, Zheng · 8 years ago
  16. ad15ec0 ceph: handle interrupted ceph_writepage() by Yan, Zheng · 8 years ago
  17. a78bbd4 ceph: make ceph_update_writeable_page() uninterruptible by Yan, Zheng · 8 years ago
  18. f0b33df ceph: handle -EAGAIN returned by ceph_update_writeable_page() by Yan, Zheng · 8 years ago
  19. 6ce026e ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEM by Yan, Zheng · 8 years ago
  20. 4f7e89f ceph: block non-fatal signals for fault/page_mkwrite by Yan, Zheng · 8 years ago
  21. 3b33f69 ceph: make logical calculation functions return bool by Zhang Zhuoyu · 8 years ago
  22. 224a754 ceph: tolerate bad i_size for symlink inode by Yan, Zheng · 8 years ago
  23. 1b1bc16 ceph: improve fragtree change detection by Yan, Zheng · 8 years ago
  24. a4b7431 ceph: keep leaf frag when updating fragtree by Yan, Zheng · 8 years ago
  25. 4217211 ceph: fix dir_auth check in ceph_fill_dirfrag() by Yan, Zheng · 8 years ago
  26. a407846 ceph: don't assume frag tree splits in mds reply are sorted by Yan, Zheng · 8 years ago
  27. 209ae76 ceph: fix inode reference leak by Yan, Zheng · 8 years ago
  28. f3c4ebe ceph: using hash value to compose dentry offset by Yan, Zheng · 8 years ago
  29. 076c40f ceph: don't forbid marking directory complete after forward seek by Yan, Zheng · 8 years ago
  30. 8974eeb ceph: record 'offset' for each entry of readdir result by Yan, Zheng · 8 years ago
  31. 956d39d ceph: define 'end/complete' in readdir reply as bit flags by Yan, Zheng · 8 years ago
  32. 2a5beea ceph: define struct for dir entry in readdir reply by Yan, Zheng · 8 years ago
  33. a78600e ceph: simplify 'offset in frag' by Yan, Zheng · 8 years ago
  34. 1cd42a4 ceph: remove unnecessary checks in __dcache_readdir by Yan, Zheng · 8 years ago
  35. c530cd2 ceph: search cache postion for dcache readdir by Yan, Zheng · 8 years ago
  36. 04303d8 ceph: use CEPH_MDS_OP_RMXATTR request to remove xattr by Yan, Zheng · 8 years ago
  37. 3f38495 ceph: report mount root in session metadata by Yan, Zheng · 8 years ago
  38. aeda081 ceph: don't show symlink target in debugfs/mdsc by Yan, Zheng · 8 years ago
  39. 6c93df5 ceph: don't call truncate_pagecache in ceph_writepages_start by Yan, Zheng · 8 years ago
  40. 7731032 ceph: renew caps for read/write if mds session got killed. by Yan, Zheng · 8 years ago
  41. d463a43 ceph: CEPH_FEATURE_MDSENC support by Yan, Zheng · 8 years ago
  42. 235a098 ceph: multiple filesystem support by Yan, Zheng · 8 years ago
  43. 5aea3dc libceph: a major OSD client update by Ilya Dryomov · 8 years ago
  44. 55c1c7b2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  45. fe5da05 libceph: redo callbacks and factor out MOSDOpReply decoding by Ilya Dryomov · 8 years ago
  46. 85e084f libceph: drop msg argument from ceph_osdc_callback_t by Ilya Dryomov · 8 years ago
  47. bb873b5 libceph: switch to calc_target(), part 2 by Ilya Dryomov · 8 years ago
  48. 63244fa libceph: introduce ceph_osd_request_target, calc_target() by Ilya Dryomov · 8 years ago
  49. f81f163 libceph: rename ceph_calc_pg_primary() by Ilya Dryomov · 8 years ago
  50. d9591f5 libceph: rename ceph_oloc_oid_to_pg() by Ilya Dryomov · 8 years ago
  51. fcd00b6 libceph: DEFINE_RB_FUNCS macro by Ilya Dryomov · 8 years ago
  52. d30291b libceph: variable-sized ceph_object_id by Ilya Dryomov · 8 years ago
  53. 13d1ad1 libceph: move message allocation out of ceph_osdc_alloc_request() by Ilya Dryomov · 8 years ago
  54. 3ed97d6 libceph: make ceph_osdc_put_request() accept NULL by Ilya Dryomov · 8 years ago
  55. 0040773 make xattr_resolve_handlers() safe to use with NULL ->s_xattr by Al Viro · 8 years ago
  56. aaf431b xattr: Fail with -EINVAL for NULL attribute names by Andreas Gruenbacher · 8 years ago
  57. 42f3173 Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 by David Sterba · 8 years ago
  58. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 8 years ago
  59. f1fee65 btrfs: scrub: Set bbio to NULL before calling btrfs_map_block by Zhao Lei · 8 years ago
  60. 2d324f5 Btrfs: fix unexpected return value of fiemap by Liu Bo · 8 years ago
  61. 1c8b5b6 Btrfs: free sys_array eb as soon as possible by Liu Bo · 8 years ago
  62. fb1084e nfs/flexfiles: Helper function to detect FF_FLAGS_NO_READ_IO by Tom Haynes · 8 years ago
  63. ade8feb nfs: avoid race that crashes nfs_init_commit by Weston Andros Adamson · 8 years ago
  64. 2997bfd NFS: checking for NULL instead of IS_ERR() in nfs_commit_file() by Dan Carpenter · 8 years ago
  65. b9d8905 reiserfs: check kstrdup failure by Mikulas Patocka · 8 years ago
  66. 5d22c5a Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  67. 0e01df1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  68. 1112018 ubifs: ubifs_dump_inode: Fix dumping field bulk_read by Andreas Gruenbacher · 8 years ago
  69. 84787c5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  70. f268dfe exec: make exec path waiting for mmap_sem killable by Michal Hocko · 8 years ago
  71. 013373e aio: make aio_setup_ring killable by Michal Hocko · 8 years ago
  72. 4136c26 coredump: make coredump_wait wait for mmap_sem for write killable by Michal Hocko · 8 years ago
  73. 4e80153 mm, proc: make clear_refs killable by Michal Hocko · 8 years ago
  74. ecc2bc8 mm, elf: handle vm_brk error by Michal Hocko · 8 years ago
  75. 864778b mm, aout: handle vm_brk failures by Michal Hocko · 8 years ago
  76. 9eb8a65 exec: remove the no longer needed remove_arg_zero()->free_arg_page() by Oleg Nesterov · 8 years ago
  77. 076a378 nilfs2: fix block comments by Ryusuke Konishi · 8 years ago
  78. 80d6505 nilfs2: remove loops of single statement macros by Ryusuke Konishi · 8 years ago
  79. 7f00184 nilfs2: remove unnecessary else after return or break by Ryusuke Konishi · 8 years ago
  80. 0c6c44c nilfs2: avoid bare use of 'unsigned' by Ryusuke Konishi · 8 years ago
  81. 7592ecd nilfs2: fix code indent coding style issue by Ryusuke Konishi · 8 years ago
  82. c9cb9b5 nilfs2: remove space before semicolon by Ryusuke Konishi · 8 years ago
  83. 06f4abf nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error() by Ryusuke Konishi · 8 years ago
  84. facb9ec nilfs2: clean trailing semicolons in macros by Ryusuke Konishi · 8 years ago
  85. 4ad364c nilfs2: add missing line spacing by Ryusuke Konishi · 8 years ago
  86. e7a142a nilfs2: replace __attribute__((packed)) with __packed by Ryusuke Konishi · 8 years ago
  87. 2d19961 nilfs2: move cleanup code of metadata file from inode routines by Ryusuke Konishi · 8 years ago
  88. 24e20ea nilfs2: get rid of nilfs_mdt_mark_block_dirty() by Ryusuke Konishi · 8 years ago
  89. 4b420ab nilfs2: clean up old e-mail addresses by Ryusuke Konishi · 8 years ago
  90. 5726d0b nilfs2: remove FSF mailing address from GPL notices by Ryusuke Konishi · 8 years ago
  91. f19e78d nilfs2: remove space before comma by Ryusuke Konishi · 8 years ago
  92. 8fa7c32 nilfs2: fix white space issue in nilfs_mount() by Ryusuke Konishi · 8 years ago
  93. 1c613cb nilfs2: constify nilfs_sc_operations structures by Julia Lawall · 8 years ago
  94. a46d8c3 fs/befs/io.c:befs_bread(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  95. 77169af fs/befs/io.c:befs_bread_iaddr(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  96. d6e0203 fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULL by Salah Triki · 8 years ago
  97. 44ad809 fs/befs/linuxvfs.c:befs_iget(): remove unneeded raw_inode initialization to NULL by Salah Triki · 8 years ago
  98. e4c7f5b fs/befs/linuxvfs.c:befs_iget(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  99. c940876 fs/befs/linuxvfs.c:befs_get_block(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  100. 6c8da24 fs/befs/datastream.c:befs_find_brun_dblindirect(): remove unneeded initializations to NULL by Salah Triki · 8 years ago