1. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  2. f8b3171 ceph_fill_trace(): don't bother with d_instantiate(dn, NULL) by Al Viro · 8 years ago
  3. f7380af ceph: don't bother with d_rehash() in splice_dentry() by Al Viro · 8 years ago
  4. 5ea5c5e ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support by Yan, Zheng · 8 years ago
  5. db6aed7 ceph: fix snap context leak in error path by Yan, Zheng · 8 years ago
  6. 1418bf0 ceph: checking for IS_ERR instead of NULL by Dan Carpenter · 8 years ago
  7. 00e3f5c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 8 years ago
  8. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  9. 99c88e6 ceph: use i_size_{read,write} to get/set i_size by Yan, Zheng · 9 years ago
  10. 5be0389 ceph: re-send AIO write request when getting -EOLDSNAP error by Yan, Zheng · 9 years ago
  11. c8fe9b1 ceph: Asynchronous IO support by Yan, Zheng · 9 years ago
  12. 458c470 ceph: Avoid to propagate the invalid page point by Minfei Huang · 9 years ago
  13. f9cac5a ceph: fix double page_unlock() in page_mkwrite() by Yan, Zheng · 9 years ago
  14. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  15. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  16. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  17. 97d7929 posix acls: Remove duplicate xattr name definitions by Andreas Gruenbacher · 9 years ago
  18. ca4ba96 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  19. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  20. 79dbd1b libceph: msg signing callouts don't need con argument by Ilya Dryomov · 9 years ago
  21. 68cd5b4 ceph: make fsync() wait unsafe requests that created/modified inode by Yan, Zheng · 9 years ago
  22. 4c06ace ceph: add request to i_unsafe_dirops when getting unsafe reply by Yan, Zheng · 9 years ago
  23. 5e804ac ceph: don't invalidate page cache when inode is no longer used by Yan, Zheng · 9 years ago
  24. b5b98989d ceph: combine as many iovec as possile into one OSD request by Zhu, Caifeng · 9 years ago
  25. 777d738 ceph: fix message length computation by Arnd Bergmann · 9 years ago
  26. 1291fb9 ceph: fix a comment typo by Geliang Tang · 9 years ago
  27. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  28. e013f74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  29. 7cbea8d mm: mark most vm_operations_struct const by Kirill A. Shutemov · 9 years ago
  30. 4383868 ceph: improve readahead for file holes by Yan, Zheng · 9 years ago
  31. 55b0b31 ceph: get inode size for each append write by Yan, Zheng · 9 years ago
  32. 5fdb138 ceph: cleanup use of ceph_msg_get by Jianpeng Ma · 9 years ago
  33. e36d571 ceph: no need to get parent inode in ceph_open by Jianpeng Ma · 9 years ago
  34. a43137f ceph: remove the useless judgement by Jianpeng Ma · 9 years ago
  35. 1550d34 ceph: remove redundant test of head->safe and silence static analysis warnings by Brad Hubbard · 9 years ago
  36. 2307863 ceph: fix queuing inode to mdsdir's snaprealm by Yan, Zheng · 9 years ago
  37. a341d4d ceph: invalidate dirty pages after forced umount by Yan, Zheng · 9 years ago
  38. 48fec5d ceph: EIO all operations after forced umount by Yan, Zheng · 9 years ago
  39. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  40. fc927cd ceph: always re-send cap flushes when MDS recovers by Yan, Zheng · 9 years ago
  41. f6762cb ceph: fix ceph_encode_locks_to_buffer() by Yan, Zheng · 9 years ago
  42. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  43. 0c76c6b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  44. e1966b4 ceph: fix ceph_writepages_start() by Yan, Zheng · 9 years ago
  45. fdd4e15 ceph: rework dcache readdir by Yan, Zheng · 9 years ago
  46. 687265e ceph: switch some GFP_NOFS memory allocation to GFP_KERNEL by Yan, Zheng · 9 years ago
  47. f66fd9f ceph: pre-allocate data structure that tracks caps flushing by Yan, Zheng · 9 years ago
  48. e548e9b ceph: re-send flushing caps (which are revoked) in reconnect stage by Yan, Zheng · 9 years ago
  49. a2971c8 ceph: send TID of the oldest pending caps flush to MDS by Yan, Zheng · 9 years ago
  50. 8310b08 ceph: track pending caps flushing globally by Yan, Zheng · 9 years ago
  51. 553adfd ceph: track pending caps flushing accurately by Yan, Zheng · 9 years ago
  52. da819c8 ceph: fix directory fsync by Yan, Zheng · 9 years ago
  53. 89b52fe ceph: fix flushing caps by Yan, Zheng · 9 years ago
  54. 4144599 ceph: don't include used caps in cap_wanted by Yan, Zheng · 9 years ago
  55. 3e0708b ceph: ratelimit warn messages for MDS closes session by Yan, Zheng · 9 years ago
  56. 5be7303 ceph: simplify two mount_timeout sites by Ilya Dryomov · 9 years ago
  57. a319bf5 libceph: store timeouts in jiffies, verify user input by Ilya Dryomov · 9 years ago
  58. e8a7b8b ceph: exclude setfilelock requests when calculating oldest tid by Yan, Zheng · 9 years ago
  59. 745a8e3 ceph: don't pre-allocate space for cap release messages by Yan, Zheng · 9 years ago
  60. affbc19 ceph: make sure syncfs flushes all cap snaps by Yan, Zheng · 9 years ago
  61. 622f3e2 ceph: don't trim auth cap when there are cap snaps by Yan, Zheng · 9 years ago
  62. 604d1b0 ceph: take snap_rwsem when accessing snap realm's cached_context by Yan, Zheng · 9 years ago
  63. 8605609 ceph: avoid sending unnessesary FLUSHSNAP message by Yan, Zheng · 9 years ago
  64. 5dda377c ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR reference by Yan, Zheng · 9 years ago
  65. 7b06a82 ceph: use empty snap context for uninline_data and get_pool_perm by Yan, Zheng · 9 years ago
  66. 10183a6 ceph: check OSD caps before read/write by Yan, Zheng · 9 years ago
  67. 144cba1 libceph: allow setting osd_req_op's flags by Yan, Zheng · 9 years ago
  68. dc3f419 make simple_positive() public by Al Viro · 9 years ago
  69. 5fa8e0a fs: Rename file_remove_suid() to file_remove_privs() by Jan Kara · 9 years ago
  70. ac194dc ceph: switch to simple_follow_link() by Al Viro · 9 years ago
  71. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  72. 1204c46 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  73. ec137c1 ceph: fix uninline data function by Yan, Zheng · 9 years ago
  74. 0ea611a ceph: rename snapshot support by Yan, Zheng · 9 years ago
  75. c0bd50e ceph: fix null pointer dereference in send_mds_reconnect() by Yan, Zheng · 9 years ago
  76. 32ec439 ceph: hold on to exclusive caps on complete directories by Yan, Zheng · 9 years ago
  77. ff7eeb8 ceph: show non-default options only by Ilya Dryomov · 9 years ago
  78. ff40f9a libceph, ceph: split ceph_show_options() by Ilya Dryomov · 9 years ago
  79. 1c841a9 ceph: cleanup unsafe requests when reconnecting is denied by Yan, Zheng · 9 years ago
  80. a9f6eb6 ceph: don't zero i_wrbuffer_ref when reconnecting is denied by Yan, Zheng · 9 years ago
  81. 571ade3 ceph: don't mark dirty caps when there is no auth cap by Yan, Zheng · 9 years ago
  82. db40cc1 ceph: keep i_snap_realm while there are writers by Yan, Zheng · 9 years ago
  83. a149bb9 ceph: kstrdup() memory handling by Sanidhya Kashyap · 9 years ago
  84. c1d00b2 ceph: properly release page upon error by Taesoo Kim · 9 years ago
  85. 57e9546 ceph: match wait_for_completion_timeout return type by Nicholas Mc Guire · 9 years ago
  86. 3563dbdd ceph: use msecs_to_jiffies for time conversion by Nicholas Mc Guire · 9 years ago
  87. e1eba3e ceph: remove redundant declaration by Fabian Frederick · 9 years ago
  88. e2c3de0 ceph: fix dcache/nocache mount option by Yan, Zheng · 9 years ago
  89. 6e6f092 ceph: drop cap releases in requests composed before cap reconnect by Yan, Zheng · 9 years ago
  90. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  91. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 9 years ago
  92. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  93. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  94. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  95. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  96. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  97. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  98. 66ee59a fs: remove ki_nbytes by Christoph Hellwig · 9 years ago
  99. be5e661 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  100. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago