1. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  2. 1cf0209 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  3. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  4. 1b83bef libceph: update osd request/reply encoding by Sage Weil · 11 years ago
  5. 2169aea libceph: calculate placement based on the internal data types by Sage Weil · 11 years ago
  6. 4f6a7e5 ceph: update support for PGID64, PGPOOL3, OSDENC protocol features by Sage Weil · 11 years ago
  7. 5b191d9 libceph: decode into cpu-native ceph_pg type by Sage Weil · 11 years ago
  8. 12979354 libceph: rename ceph_pg -> ceph_pg_v1 by Sage Weil · 11 years ago
  9. 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 11 years ago
  10. 79f9f99 ceph: prepopulate inodes only when request is aborted by Sage Weil · 11 years ago
  11. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  12. 2c3dd4f ceph: eliminate sparse warnings in fs code by Alex Elder · 11 years ago
  13. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  14. 92a49fb ceph: fix statvfs fr_size by Sage Weil · 11 years ago
  15. 9e0eb85 ceph: remove a few bogus declarations by Alex Elder · 11 years ago
  16. 0eb40bf libceph: update ceph_mds_state_name() and ceph_mds_op_name() by Alex Elder · 11 years ago
  17. a3bea47 ceph: kill ceph_osdc_new_request() "num_reply" parameter by Alex Elder · 11 years ago
  18. 2480882 ceph: kill ceph_osdc_writepages() "flags" parameter by Alex Elder · 11 years ago
  19. fbf8685 ceph: kill ceph_osdc_writepages() "dosync" parameter by Alex Elder · 11 years ago
  20. 87f979d ceph: kill ceph_osdc_writepages() "nofail" parameter by Alex Elder · 11 years ago
  21. 695b711 ceph: implement hidden per-field ceph.*.layout.* vxattrs by Sage Weil · 11 years ago
  22. 1f08f2b ceph: add ceph.dir.layout vxattr by Sage Weil · 11 years ago
  23. 32ab0bd ceph: change ceph.file.layout.* implementation, content by Sage Weil · 11 years ago
  24. b65917d ceph: fix listxattr handling for vxattrs by Sage Weil · 11 years ago
  25. 0bee82f ceph: fix getxattr vxattr handling by Sage Weil · 11 years ago
  26. f36e447 ceph: add exists_cb to vxattr struct by Sage Weil · 11 years ago
  27. d421acb ceph: pass ceph.* removexattrs through to MDS by Sage Weil · 11 years ago
  28. 3adf654 ceph: pass unhandled ceph.* setxattrs through to MDS by Sage Weil · 11 years ago
  29. 8860147 ceph: support hidden vxattrs by Sage Weil · 11 years ago
  30. 39b648d9 ceph: remove 'ceph.layout' virtual xattr by Sage Weil · 11 years ago
  31. bd2bae6 ceph: Convert kuids and kgids before printing them. by Eric W. Biederman · 11 years ago
  32. ff3d004 ceph: Convert struct ceph_mds_request to use kuid_t and kgid_t by Eric W. Biederman · 11 years ago
  33. ab871b9 ceph: Translate inode uid and gid attributes to/from kuids and kgids. by Eric W. Biederman · 11 years ago
  34. 05cb11c ceph: Translate between uid and gids in cap messages and kuids and kgids by Eric W. Biederman · 11 years ago
  35. 969e5aa Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testing by Alex Elder · 11 years ago
  36. e8afad6 libceph: pass length to ceph_calc_file_object_mapping() by Alex Elder · 12 years ago
  37. 390306c ceph: check mds_wanted for imported cap by Yan, Zheng · 11 years ago
  38. 66f5869 ceph: allocate cap_release message when receiving cap import by Yan, Zheng · 11 years ago
  39. 395c312 ceph: allow revoking duplicated caps issued by non-auth MDS by Yan, Zheng · 11 years ago
  40. 8a92a11 ceph: move dirty inode to migrating list when clearing auth caps by Yan, Zheng · 11 years ago
  41. 6e8575f ceph: Check for created flag in response from mds by Sam Lang · 11 years ago
  42. 79aec984 ceph: Check for err on mds request in atomic_open by Sam Lang · 11 years ago
  43. 1b6a78a fs/ceph: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  44. 40889e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  45. f6af75d ceph: fix dentry reference leak in ceph_encode_fh() by Cyril Roelandt · 11 years ago
  46. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 11 years ago
  47. 8884d53 libceph: Unlock unprocessed pages in start_read() error path by David Zafman · 12 years ago
  48. 0e5e177 ceph: call handle_cap_grant() for cap import message by Yan, Zheng · 12 years ago
  49. a85f50b ceph: Fix __ceph_do_pending_vmtruncate by Yan, Zheng · 12 years ago
  50. 0685235 ceph: Don't add dirty inode to dirty list if caps is in migration by Yan, Zheng · 12 years ago
  51. ed75ec2 ceph: Fix infinite loop in __wake_requests by Yan, Zheng · 12 years ago
  52. 5e62ad3 ceph: Don't update i_max_size when handling non-auth cap by Yan, Zheng · 12 years ago
  53. d2cc4dd bdi_register: add __printf verification, fix arg mismatch by Joe Perches · 12 years ago
  54. 83aff95 libceph: remove 'osdtimeout' option by Sage Weil · 12 years ago
  55. cfc84c9 ceph: fix dentry reference leak in ceph_encode_fh(). by Cyril Roelandt · 12 years ago
  56. 22cddde ceph: Fix i_size update race by Sage Weil · 12 years ago
  57. 4d1d053 ceph: Hold caps_list_lock when adjusting caps_{use, total}_count by Yan, Zheng · 12 years ago
  58. 35fd3dc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  59. 52eb5a9 ceph: fix dentry reference leak in encode_fh() by David Zafman · 12 years ago
  60. b000056 ceph: Fix NULL ptr crash in strlen() by David Zafman · 12 years ago
  61. 0f9831a ceph: fix dentry reference leak in encode_fh() by David Zafman · 12 years ago
  62. 35c2a7f tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking by Hugh Dickins · 12 years ago
  63. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  64. 7035cdf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  65. 6285bc2 ceph: avoid 32-bit page index overflow by Alex Elder · 12 years ago
  66. 457712a ceph: return EIO on invalid layout on GET_DATALOC ioctl by Sage Weil · 12 years ago
  67. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  68. 6816282 ceph: propagate layout error on osd request creation by Sage Weil · 12 years ago
  69. b905a7f ceph: convert to use le32_add_cpu() by Wei Yongjun · 12 years ago
  70. 3e8f43a ceph: Fix oops when handling mdsmap that decreases max_mds by Yan, Zheng · 12 years ago
  71. c98f533 ceph: let path portion of mount "device" be optional by Alex Elder · 12 years ago
  72. 2744c17 ceph: don't abuse d_delete() on failure exits by Al Viro · 12 years ago
  73. 45f2e08 ceph: avoid divide by zero in __validate_layout() by Sage Weil · 12 years ago
  74. 6c5e50f ceph: tolerate (and warn on) extraneous dentry from mds by Sage Weil · 12 years ago
  75. d1c338a libceph: delay debugfs initialization until we learn global_id by Sage Weil · 12 years ago
  76. 5ef50c3 ceph: simplify+fix atomic_open by Sage Weil · 12 years ago
  77. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  78. cc8362b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  79. aa711ee ceph: define snap counts as u32 everywhere by Alex Elder · 12 years ago
  80. 21ec6ff ceph: fix potential double free by Alan Cox · 12 years ago
  81. a53aab6 ceph: close old con before reopening on mds reconnect by Sage Weil · 12 years ago
  82. 1fe60e5 libceph: move feature bits to separate header by Sage Weil · 12 years ago
  83. 3ca9c3b ceph: Push file_update_time() into ceph_page_mkwrite() by Jan Kara · 12 years ago
  84. 8842b3b ceph: clean up useless d_parent checks by Sage Weil · 12 years ago
  85. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  86. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  87. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  88. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  89. e45198a make finish_no_open() return int by Al Viro · 12 years ago
  90. 30d9049 kill struct opendata by Al Viro · 12 years ago
  91. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  92. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  93. 2d83bde ceph: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  94. 3819219 ceph: remove unused arg from ceph_lookup_open() by Miklos Szeredi · 12 years ago
  95. b7a9e5d libceph: set peer name on con_open, not init by Sage Weil · 12 years ago
  96. 61600ef ceph: check PG_Private flag before accessing page->private by Yan, Zheng · 12 years ago
  97. 9a64e8e Merge tag 'v3.5-rc1' by Sage Weil · 12 years ago
  98. 1bfd89f libceph: fully initialize connection in con_init() by Alex Elder · 12 years ago
  99. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  100. 15d9882 libceph: embed ceph messenger structure in ceph_client by Alex Elder · 12 years ago