1. 61600ef ceph: check PG_Private flag before accessing page->private by Yan, Zheng · 12 years ago
  2. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  3. 08615d7 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  4. a3860c1 introduce SIZE_MAX by Xi Wang · 12 years ago
  5. af56e0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  6. c862868 ceph: move encode_fh to new API by Sage Weil · 12 years ago
  7. b0b0382 ->encode_fh() API change by Al Viro · 12 years ago
  8. 8f43fb5 ceph: use info returned by get_authorizer by Alex Elder · 12 years ago
  9. a3530df ceph: have get_authorizer methods return pointers by Alex Elder · 12 years ago
  10. a255651 ceph: ensure auth ops are defined before use by Alex Elder · 12 years ago
  11. 74f1869 ceph: messenger: reduce args to create_authorizer by Alex Elder · 12 years ago
  12. 6c4a191 ceph: define ceph_auth_handshake type by Alex Elder · 12 years ago
  13. c047be0 ceph: ignore preferred_osd field by Sage Weil · 12 years ago
  14. 702aeb1 ceph: fully initialize new layout by Sage Weil · 12 years ago
  15. e49bf4c ceph: refactor SETLAYOUT and SETDIRLAYOUT ioctl checks into common helper by Sage Weil · 12 years ago
  16. 3469ac1a ceph: drop support for preferred_osd pgs by Sage Weil · 12 years ago
  17. 56b59b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  18. 3489b42 ceph: fix three bugs, two in ceph_vxattrcb_file_layout() by Alex Elder · 12 years ago
  19. cffaba1 ceph: ensure Boolean options support both senses by Alex Elder · 12 years ago
  20. ee57741 rbd: make ceph_parse_options() return a pointer by Alex Elder · 13 years ago
  21. 18fa8b3 ceph: make ceph_setxattr() and ceph_removexattr() more alike by Alex Elder · 13 years ago
  22. 3ce6cd1 ceph: avoid repeatedly computing the size of constant vxattr names by Alex Elder · 13 years ago
  23. aa4066e ceph: encode type in vxattr callback routines by Alex Elder · 13 years ago
  24. 881a5fa ceph: drop "_cb" from name of struct ceph_vxattr_cb by Alex Elder · 13 years ago
  25. eb78808 ceph: use macros to normalize vxattr table definitions by Alex Elder · 13 years ago
  26. 2289190 ceph: use a symbolic name for "ceph." extended attribute namespace by Alex Elder · 13 years ago
  27. 06476a6 ceph: pass inode rather than table to ceph_match_vxattr() by Alex Elder · 13 years ago
  28. b829c19 ceph: don't null-terminate xattr values by Alex Elder · 13 years ago
  29. 8083431 ceph: fix overflow check in build_snap_context() by Xi Wang · 12 years ago
  30. 810339ec ceph: avoid panic with mismatched symlink sizes in fill_inode() by Xi Wang · 12 years ago
  31. a661fc5 ceph: use 2 instead of 1 as fallback for 32-bit inode number by Amon Ott · 13 years ago
  32. 1ce208a ceph: don't reset s_cap_ttl to zero by Alex Elder · 13 years ago
  33. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  34. 6c073a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  35. d8fb02a ceph: create a new session lock to avoid lock inversion by Alex Elder · 13 years ago
  36. 32852a8 ceph: fix length validation in parse_reply_info() by Xi Wang · 13 years ago
  37. 114fc47 ceph: change "ceph.layout" xattr to be "ceph.file.layout" by Alex Elder · 13 years ago
  38. 1a52bb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  39. 83eb26a ceph: ensure prealloc_blob is in place when removing xattr by Alex Elder · 13 years ago
  40. a40dc6c ceph: enable/disable dentry complete flags via mount option by Sage Weil · 13 years ago
  41. d46cfba ceph: always initialize the dentry in open_root_dentry() by Alex Elder · 13 years ago
  42. 2ff179e ceph: avoid iput() while holding spinlock in ceph_dir_fsync by Sage Weil · 13 years ago
  43. ee6b1ba ceph: avoid useless dget/dput in encode_fh by Sage Weil · 13 years ago
  44. b8cd952 ceph: dereference pointer after checking for NULL by Yehuda Sadeh · 13 years ago
  45. 3d8eb7a ceph: remove unnecessary d_fsdata conditional checks by Sage Weil · 13 years ago
  46. 3c5184e ceph: d_alloc_root() may fail by Al Viro · 13 years ago
  47. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  48. 5706b27 ceph: propagate umode_t by Al Viro · 13 years ago
  49. dba19c6 get rid of open-coded S_ISREG(), etc. by Al Viro · 13 years ago
  50. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  51. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  52. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  53. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  54. a4d4636 ceph: disable use of dcache for readdir etc. by Sage Weil · 13 years ago
  55. 9d5a09e ceph: add missing spin_unlock at ceph_mdsc_build_path() by Yehuda Sadeh · 13 years ago
  56. 6a82c47 ceph: fix SEEK_CUR, SEEK_SET regression by Sage Weil · 13 years ago
  57. be65559 ceph: use i_ceph_lock instead of i_lock by Sage Weil · 13 years ago
  58. 2151937 ceph: fix rasize reporting by ceph_show_options by Sage Weil · 13 years ago
  59. 774ac21 ceph: initialize root dentry by Sage Weil · 13 years ago
  60. 15a2015 ceph: fix iput race when queueing inode work by Sage Weil · 13 years ago
  61. 0c6d4b4e2 ceph/super.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  62. 7fd7d10 ceph/mds_client.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  63. c6ffe10 ceph: use new D_COMPLETE dentry flag by Sage Weil · 13 years ago
  64. b58dc41 ceph: clear parent D_COMPLETE flag when on dentry prune by Sage Weil · 13 years ago
  65. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  66. 3395734 libceph: fix double-free of page vector by Sage Weil · 13 years ago
  67. 3310f75 ceph: fix 32-bit ino numbers by Amon Ott · 13 years ago
  68. a35eca9 ceph: let the set_layout ioctl set single traits by Greg Farnum · 13 years ago
  69. 83eaea2 Revert "ceph: don't truncate dirty pages in invalidate work thread" by Sage Weil · 13 years ago
  70. 80db8be ceph: replace leading spaces with tabs by Noah Watkins · 13 years ago
  71. b61c276 libceph: don't complain on msgpool alloc failures by Sage Weil · 13 years ago
  72. 6ab00d4 libceph: create messenger with client by Sage Weil · 13 years ago
  73. 6a8ea47 ceph: document ioctls by Sage Weil · 13 years ago
  74. 0d66a48 ceph: implement (optional) max read size by Sage Weil · 13 years ago
  75. 83817e3 ceph: rename rsize -> rasize by Sage Weil · 13 years ago
  76. 7c27219 ceph: make readpages fully async by Sage Weil · 13 years ago
  77. 0d20fbb Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client by Linus Torvalds · 13 years ago
  78. 259a187 ceph: fix memory leak by Noah Watkins · 13 years ago
  79. 795858d ceph: fix encoding of ino only (not relative) paths by Sage Weil · 13 years ago
  80. ba5b56c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  81. d79698d ceph: document unlocked d_parent accesses by Sage Weil · 13 years ago
  82. 41b02e1 ceph: explicitly reference rename old_dentry parent dir in request by Sage Weil · 13 years ago
  83. 4f17726 ceph: document locking for ceph_set_dentry_offset by Sage Weil · 13 years ago
  84. e5f86dc ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bug by Sage Weil · 13 years ago
  85. bf1c6ac ceph: protect d_parent access in ceph_d_revalidate by Sage Weil · 13 years ago
  86. 5f21c96 ceph: protect access to d_parent by Sage Weil · 13 years ago
  87. 48d0cbd ceph: handle racing calls to ceph_init_dentry by Sage Weil · 13 years ago
  88. dfabbed6 ceph: set dir complete frag after adding capability by Sage Weil · 13 years ago
  89. e985222 ceph: set up readahead size when rsize is not passed by Yehuda Sadeh · 13 years ago
  90. 2f90b85 ceph: ignore lease mask by Sage Weil · 13 years ago
  91. 468640e ceph: fix ceph_lookup_open intent usage by Sage Weil · 13 years ago
  92. 9bae113 ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNC by Sage Weil · 13 years ago
  93. acda765 ceph: fix bad parent_inode calc in ceph_lookup_open by Sage Weil · 13 years ago
  94. d8de9ab ceph: avoid carrying Fw cap during write into page cache by Sage Weil · 13 years ago
  95. 8f04d42 ceph: report f_bfree based on kb_avail rather than diffing. by Greg Farnum · 13 years ago
  96. e77dc3e ceph: only queue capsnap if caps are dirty by Sage Weil · 13 years ago
  97. af0ed56 ceph: fix snap writeback when racing with writes by Sage Weil · 13 years ago
  98. 9cfa109 ceph: use flag bit for at_end readdir flag by Sage Weil · 13 years ago
  99. 4918b6d ceph: add F_SYNC file flag to force sync (non-O_DIRECT) io by Sage Weil · 13 years ago
  100. 252c672 ceph: add flags field to file_info by Sage Weil · 13 years ago