1. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  2. 0c76c6b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  3. e1966b4 ceph: fix ceph_writepages_start() by Yan, Zheng · 9 years ago
  4. fdd4e15 ceph: rework dcache readdir by Yan, Zheng · 9 years ago
  5. 687265e ceph: switch some GFP_NOFS memory allocation to GFP_KERNEL by Yan, Zheng · 9 years ago
  6. f66fd9f ceph: pre-allocate data structure that tracks caps flushing by Yan, Zheng · 9 years ago
  7. e548e9b ceph: re-send flushing caps (which are revoked) in reconnect stage by Yan, Zheng · 9 years ago
  8. a2971c8 ceph: send TID of the oldest pending caps flush to MDS by Yan, Zheng · 9 years ago
  9. 8310b08 ceph: track pending caps flushing globally by Yan, Zheng · 9 years ago
  10. 553adfd ceph: track pending caps flushing accurately by Yan, Zheng · 9 years ago
  11. da819c8 ceph: fix directory fsync by Yan, Zheng · 9 years ago
  12. 89b52fe ceph: fix flushing caps by Yan, Zheng · 9 years ago
  13. 4144599 ceph: don't include used caps in cap_wanted by Yan, Zheng · 9 years ago
  14. 3e0708b ceph: ratelimit warn messages for MDS closes session by Yan, Zheng · 9 years ago
  15. 5be7303 ceph: simplify two mount_timeout sites by Ilya Dryomov · 9 years ago
  16. a319bf5 libceph: store timeouts in jiffies, verify user input by Ilya Dryomov · 9 years ago
  17. e8a7b8b ceph: exclude setfilelock requests when calculating oldest tid by Yan, Zheng · 9 years ago
  18. 745a8e3 ceph: don't pre-allocate space for cap release messages by Yan, Zheng · 9 years ago
  19. affbc19 ceph: make sure syncfs flushes all cap snaps by Yan, Zheng · 9 years ago
  20. 622f3e2 ceph: don't trim auth cap when there are cap snaps by Yan, Zheng · 9 years ago
  21. 604d1b0 ceph: take snap_rwsem when accessing snap realm's cached_context by Yan, Zheng · 9 years ago
  22. 8605609 ceph: avoid sending unnessesary FLUSHSNAP message by Yan, Zheng · 9 years ago
  23. 5dda377c ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR reference by Yan, Zheng · 9 years ago
  24. 7b06a82 ceph: use empty snap context for uninline_data and get_pool_perm by Yan, Zheng · 9 years ago
  25. 10183a6 ceph: check OSD caps before read/write by Yan, Zheng · 9 years ago
  26. 144cba1 libceph: allow setting osd_req_op's flags by Yan, Zheng · 9 years ago
  27. dc3f419 make simple_positive() public by Al Viro · 9 years ago
  28. 5fa8e0a fs: Rename file_remove_suid() to file_remove_privs() by Jan Kara · 9 years ago
  29. ac194dc ceph: switch to simple_follow_link() by Al Viro · 9 years ago
  30. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  31. 1204c46 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  32. ec137c1 ceph: fix uninline data function by Yan, Zheng · 9 years ago
  33. 0ea611a ceph: rename snapshot support by Yan, Zheng · 9 years ago
  34. c0bd50e ceph: fix null pointer dereference in send_mds_reconnect() by Yan, Zheng · 9 years ago
  35. 32ec439 ceph: hold on to exclusive caps on complete directories by Yan, Zheng · 9 years ago
  36. ff7eeb8 ceph: show non-default options only by Ilya Dryomov · 9 years ago
  37. ff40f9a libceph, ceph: split ceph_show_options() by Ilya Dryomov · 9 years ago
  38. 1c841a9 ceph: cleanup unsafe requests when reconnecting is denied by Yan, Zheng · 9 years ago
  39. a9f6eb6 ceph: don't zero i_wrbuffer_ref when reconnecting is denied by Yan, Zheng · 9 years ago
  40. 571ade3 ceph: don't mark dirty caps when there is no auth cap by Yan, Zheng · 9 years ago
  41. db40cc1 ceph: keep i_snap_realm while there are writers by Yan, Zheng · 9 years ago
  42. a149bb9 ceph: kstrdup() memory handling by Sanidhya Kashyap · 9 years ago
  43. c1d00b2 ceph: properly release page upon error by Taesoo Kim · 9 years ago
  44. 57e9546 ceph: match wait_for_completion_timeout return type by Nicholas Mc Guire · 9 years ago
  45. 3563dbdd ceph: use msecs_to_jiffies for time conversion by Nicholas Mc Guire · 10 years ago
  46. e1eba3e ceph: remove redundant declaration by Fabian Frederick · 9 years ago
  47. e2c3de0 ceph: fix dcache/nocache mount option by Yan, Zheng · 9 years ago
  48. 6e6f092 ceph: drop cap releases in requests composed before cap reconnect by Yan, Zheng · 9 years ago
  49. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  50. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 9 years ago
  51. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  52. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  53. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  54. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  55. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  56. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  57. 66ee59a fs: remove ki_nbytes by Christoph Hellwig · 10 years ago
  58. be5e661 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  59. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  60. 4533f6e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  61. 4d41cef ceph: return error for traceless reply race by Yan, Zheng · 10 years ago
  62. 5cba372 ceph: fix dentry leaks by Yan, Zheng · 10 years ago
  63. 3de22be ceph: re-send requests when MDS enters reconnecting stage by Yan, Zheng · 10 years ago
  64. 2a0b61c ceph: show nocephx_require_signatures and notcp_nodelay options by Ilya Dryomov · 10 years ago
  65. bf91c31 ceph: fix atomic_open snapdir by Yan, Zheng · 10 years ago
  66. 2f92b3d ceph: properly mark empty directory as complete by Yan, Zheng · 10 years ago
  67. a6a5ce4 client: include kernel version in client metadata by Yan, Zheng · 10 years ago
  68. 38c48b5 ceph: provide seperate {inode,file}_operations for snapdir by Yan, Zheng · 10 years ago
  69. 1f041a8 ceph: fix request time stamp encoding by Yan, Zheng · 10 years ago
  70. fcc02d2 ceph: fix reading inline data when i_size > PAGE_SIZE by Yan, Zheng · 10 years ago
  71. 86d8f67 ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions) by Yan, Zheng · 10 years ago
  72. c4d4a58 ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps) by Yan, Zheng · 10 years ago
  73. d3383a8 ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync) by Yan, Zheng · 10 years ago
  74. 982d601 ceph: improve reference tracking for snaprealm by Yan, Zheng · 10 years ago
  75. 1487a68 ceph: properly zero data pages for file holes. by Yan, Zheng · 10 years ago
  76. 671762f ceph: acl: Remove unused function by Rickard Strandqvist · 10 years ago
  77. 03f4fcb ceph: handle SESSION_FORCE_RO message by Yan, Zheng · 10 years ago
  78. e084c1b Revert "locks: keep a count of locks on the flctx lists" by Jeff Layton · 10 years ago
  79. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  80. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  81. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 10 years ago
  82. df0ce26 fs: remove default_backing_dev_info by Christoph Hellwig · 10 years ago
  83. e4d2750 ceph: remove call to bdi_unregister by Christoph Hellwig · 10 years ago
  84. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  85. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  86. 9bd0f45 locks: keep a count of locks on the flctx lists by Jeff Layton · 10 years ago
  87. 6109c85 locks: add a dedicated spinlock to protect i_flctx lists by Jeff Layton · 10 years ago
  88. bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 10 years ago
  89. 5263e31 locks: move flock locks to file_lock_context by Jeff Layton · 10 years ago
  90. c362781 ceph: move spinlocking into ceph_encode_locks_to_buffer and ceph_count_locks by Jeff Layton · 10 years ago
  91. 0668ff5 ceph: use %zu for len in ceph_fill_inline_data() by Ilya Dryomov · 10 years ago
  92. 44e8967 Ceph: remove left-over reject file by Linus Torvalds · 10 years ago
  93. 5766650 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  94. 0aeff37 ceph: fix setting empty extended attribute by Yan, Zheng · 10 years ago
  95. 275dd19 ceph: fix mksnap crash by Yan, Zheng · 10 years ago
  96. 021b77b ceph: do_sync is never initialized by Dan Carpenter · 10 years ago
  97. 65a2266 ceph: support inline data feature by Yan, Zheng · 10 years ago
  98. e20d258 ceph: flush inline version by Yan, Zheng · 10 years ago
  99. 28127bd ceph: convert inline data to normal data before data write by Yan, Zheng · 10 years ago
  100. 8370124 ceph: sync read inline data by Yan, Zheng · 10 years ago