1. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  2. d37b1d9 ceph: adjust 36 checks for NULL pointers by Markus Elfring · 7 years ago
  3. 397f238 ceph: check negative offsets in ceph_llseek() by Luis Henriques · 7 years ago
  4. b178cf4 ceph: don't use CEPH_OSD_FLAG_ORDERSNAP by Yan, Zheng · 7 years ago
  5. 1c0a9c2 ceph: include snapc in debug message of write by Yan, Zheng · 7 years ago
  6. a5cd74a ceph: fix -EOLDSNAPC handling by Yan, Zheng · 7 years ago
  7. 3fb99d4 ceph: nuke startsync op by Yanhu Cao · 7 years ago
  8. 95cca2b ceph: limit osd write size by Yan, Zheng · 7 years ago
  9. aa18792 ceph: limit osd read size to CEPH_MSG_MAX_DATA_LEN by Yan, Zheng · 7 years ago
  10. efb0ca7 ceph: update the 'approaching max_size' code by Yan, Zheng · 7 years ago
  11. 42c99fc ceph: check that the new inode size is within limits in ceph_fallocate() by Luis Henriques · 7 years ago
  12. 26c5eaa Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  13. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 7 years ago
  14. f775ff7 ceph: fix file open flags on ppc64 by Alexander Graf · 7 years ago
  15. 26544c62 ceph: when seeing write errors on an inode, switch to sync writes by Jeff Layton · 7 years ago
  16. a1f4020 libceph: allow requests to return immediately on full conditions if caller wishes by Jeff Layton · 7 years ago
  17. 8242c9f ceph: fix wrong check in ceph_renew_caps() by Yan, Zheng · 7 years ago
  18. 54ea004 libceph, rbd, ceph: WRITE | ONDISK -> WRITE by Ilya Dryomov · 8 years ago
  19. 55f2a04 ceph: remove special ack vs commit behavior by Ilya Dryomov · 8 years ago
  20. 3dd69aa ceph: add a new flag to indicate whether parent is locked by Jeff Layton · 8 years ago
  21. c1944fe ceph: avoid calling ceph_renew_caps() infinitely by Yan, Zheng · 8 years ago
  22. 59331c2 Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  23. c4364f8 Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linus by Al Viro · 8 years ago
  24. c297eb42 libceph: always signal completion when done by Ilya Dryomov · 8 years ago
  25. 7ce469a ceph: fix splice read for no Fc capability case by Yan, Zheng · 8 years ago
  26. 2b1ac85 ceph: try getting buffer capability for readahead/fadvise by Yan, Zheng · 8 years ago
  27. a380a03 ceph: fix printing wrong return variable in ceph_direct_read_write() by Zhi Zhang · 8 years ago
  28. 8a8d561 ceph: use default file splice read callback by Yan, Zheng · 8 years ago
  29. ad5cb12 ceph: switch to use of ->d_init() by Al Viro · 8 years ago
  30. 0d7718f6 ceph: fix error handling in ceph_read_iter by Nikolay Borisov · 8 years ago
  31. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  32. 5d7eb1a ceph: ignore error from invalidate_inode_pages2_range() in direct write by NeilBrown · 8 years ago
  33. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  34. 955818c ceph: Correctly return NXIO errors from ceph_llseek by Phil Turnbull · 8 years ago
  35. 9a5530c ceph: wait unsafe sync writes for evicting inode by Yan, Zheng · 8 years ago
  36. fc8c389 ceph: fix use-after-free bug in ceph_direct_read_write() by Yan, Zheng · 8 years ago
  37. a22bd5f ceph: set user pages dirty after direct IO read by Yan, Zheng · 8 years ago
  38. 7627151 libceph: define new ceph_file_layout structure by Yan, Zheng · 9 years ago
  39. 00699ad Use the right predicate in ->atomic_open() instances by Al Viro · 8 years ago
  40. 46b59b2 ceph: disable fscache when inode is opened for write by Yan, Zheng · 8 years ago
  41. b7ec35b libceph: change ceph_osdmap_flag() to take osdc by Ilya Dryomov · 8 years ago
  42. a10c38a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 8 years ago
  43. 7731032 ceph: renew caps for read/write if mds session got killed. by Yan, Zheng · 8 years ago
  44. fe5da05 libceph: redo callbacks and factor out MOSDOpReply decoding by Ilya Dryomov · 8 years ago
  45. 85e084f libceph: drop msg argument from ceph_osdc_callback_t by Ilya Dryomov · 8 years ago
  46. bb873b5 libceph: switch to calc_target(), part 2 by Ilya Dryomov · 8 years ago
  47. 63244fa libceph: introduce ceph_osd_request_target, calc_target() by Ilya Dryomov · 8 years ago
  48. d30291b libceph: variable-sized ceph_object_id by Ilya Dryomov · 8 years ago
  49. 13d1ad1 libceph: move message allocation out of ceph_osdc_alloc_request() by Ilya Dryomov · 8 years ago
  50. 6aa657c ceph: use generic_write_sync by Christoph Hellwig · 8 years ago
  51. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  52. 99ec269 ceph: use kmem_cache_zalloc by Geliang Tang · 9 years ago
  53. 315f240 ceph: fix security xattr deadlock by Yan, Zheng · 9 years ago
  54. 8bbd471 ceph: replace CURRENT_TIME by current_fs_time() by Deepa Dinamani · 9 years ago
  55. a587d71 ceph: remove useless BUG_ON by Yan, Zheng · 9 years ago
  56. db6aed7 ceph: fix snap context leak in error path by Yan, Zheng · 9 years ago
  57. 1418bf0 ceph: checking for IS_ERR instead of NULL by Dan Carpenter · 9 years ago
  58. 00e3f5c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  59. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  60. 99c88e6 ceph: use i_size_{read,write} to get/set i_size by Yan, Zheng · 9 years ago
  61. 5be0389 ceph: re-send AIO write request when getting -EOLDSNAP error by Yan, Zheng · 9 years ago
  62. c8fe9b1 ceph: Asynchronous IO support by Yan, Zheng · 9 years ago
  63. b5b98989d ceph: combine as many iovec as possile into one OSD request by Zhu, Caifeng · 9 years ago
  64. 55b0b31 ceph: get inode size for each append write by Yan, Zheng · 9 years ago
  65. e36d571 ceph: no need to get parent inode in ceph_open by Jianpeng Ma · 9 years ago
  66. a43137f ceph: remove the useless judgement by Jianpeng Ma · 9 years ago
  67. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  68. fdd4e15 ceph: rework dcache readdir by Yan, Zheng · 9 years ago
  69. 687265e ceph: switch some GFP_NOFS memory allocation to GFP_KERNEL by Yan, Zheng · 9 years ago
  70. f66fd9f ceph: pre-allocate data structure that tracks caps flushing by Yan, Zheng · 9 years ago
  71. 5dda377c ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR reference by Yan, Zheng · 9 years ago
  72. 144cba1 libceph: allow setting osd_req_op's flags by Yan, Zheng · 9 years ago
  73. 5fa8e0a fs: Rename file_remove_suid() to file_remove_privs() by Jan Kara · 9 years ago
  74. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  75. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 9 years ago
  76. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  77. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  78. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  79. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  80. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  81. 66ee59a fs: remove ki_nbytes by Christoph Hellwig · 10 years ago
  82. be5e661 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  83. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  84. 4533f6e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  85. bf91c31 ceph: fix atomic_open snapdir by Yan, Zheng · 10 years ago
  86. fcc02d2 ceph: fix reading inline data when i_size > PAGE_SIZE by Yan, Zheng · 10 years ago
  87. 1487a68 ceph: properly zero data pages for file holes. by Yan, Zheng · 10 years ago
  88. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  89. 5766650 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  90. 28127bd ceph: convert inline data to normal data before data write by Yan, Zheng · 10 years ago
  91. 8370124 ceph: sync read inline data by Yan, Zheng · 10 years ago
  92. 3738daa ceph: fetch inline data when getting Fcr cap refs by Yan, Zheng · 10 years ago
  93. 715e4cd libceph: specify position of extent operation by Yan, Zheng · 10 years ago
  94. b583043 kill f_dentry uses by Al Viro · 10 years ago
  95. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  96. b1ee94a ceph: include the initial ACL in create/mkdir/mknod MDS requests by Yan, Zheng · 10 years ago
  97. 3b70b388 ceph: remove redundant io_iter_advance() by Yan, Zheng · 10 years ago
  98. 508b32d ceph: request xattrs if xattr_version is zero by Yan, Zheng · 10 years ago
  99. 06fee30 ceph: fix append mode write by Yan, Zheng · 10 years ago
  100. d0d0db2 ceph: check zero length in ceph_sync_read() by Yan, Zheng · 10 years ago