1. 386fd6f ceph: request Fw caps before updating the mtime in ceph_write_iter by Jeff Layton · 3 years, 5 months ago
  2. 02c303f ceph: must hold snap_rwsem when filling inode for async create by Jeff Layton · 3 years, 7 months ago
  3. 0b98acd libceph, rbd, ceph: "blacklist" -> "blocklist" by Ilya Dryomov · 4 years, 4 months ago
  4. 2678da8 ceph: add ceph_sb_to_mdsc helper support to parse the mdsc by Xiubo Li · 4 years, 4 months ago
  5. c5f575e ceph: drop special-casing for ITER_PIPE in ceph_sync_read by Jeff Layton · 4 years, 4 months ago
  6. 1c30c90 ceph: remove unnecessary return in switch statement by Luis Henriques · 4 years, 5 months ago
  7. b0bfd5ec Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 4 months ago
  8. 496ceaf ceph: don't allow setlease on cephfs by Jeff Layton · 4 years, 4 months ago
  9. ebce3eb ceph: fix inode number handling on arches with 32-bit ino_t by Jeff Layton · 4 years, 5 months ago
  10. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  11. d1d9655 ceph: do not access the kiocb after aio requests by Xiubo Li · 4 years, 6 months ago
  12. 97e27aa ceph: add read/write latency metric support by Xiubo Li · 4 years, 10 months ago
  13. 2a575f13 ceph: fix potential bad pointer deref in async dirops cb's by Jeff Layton · 4 years, 9 months ago
  14. 135e671 ceph: simplify calling of ceph_get_fmode() by Yan, Zheng · 4 years, 10 months ago
  15. a0d93e3 ceph: remove delay check logic from ceph_check_caps() by Yan, Zheng · 4 years, 10 months ago
  16. 719a251 ceph: consider inode's last read/write when calculating wanted caps by Yan, Zheng · 4 years, 10 months ago
  17. 3313f66a ceph: update dentry lease for async create by Yan, Zheng · 4 years, 10 months ago
  18. 9a8d03c ceph: attempt to do async create when possible by Jeff Layton · 5 years ago
  19. 785892f ceph: cache layout in parent dir on first sync create by Jeff Layton · 5 years ago
  20. 1b0c3b9 ceph: re-org copy_file_range and fix some error paths by Luis Henriques · 4 years, 10 months ago
  21. 7614209 ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL by Ilya Dryomov · 4 years, 10 months ago
  22. 8e4473b ceph: do not execute direct write in parallel if O_APPEND is specified by Xiubo Li · 5 years ago
  23. 78beb0f ceph: use copy-from2 op in copy_file_range by Luis Henriques · 5 years ago
  24. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  25. 6a81749 ceph: increment/decrement dio counter on async requests by Jeff Layton · 5 years ago
  26. a81bc31 ceph: take the inode lock before acquiring cap refs by Jeff Layton · 5 years ago
  27. a3a0819 ceph: don't allow copy_file_range when stripe_count != 1 by Luis Henriques · 5 years ago
  28. 5bb5e6e ceph: don't try to handle hashed dentries in non-O_CREAT atomic_open by Jeff Layton · 5 years ago
  29. 18bd6ca ceph: fix compat_ioctl for ceph_dir_operations by Arnd Bergmann · 6 years ago
  30. 6fd4e63 ceph: allow object copies across different filesystems in the same cluster by Luis Henriques · 5 years ago
  31. 321fe13 ceph: add buffered/direct exclusionary locking for reads and writes by Jeff Layton · 5 years ago
  32. 131d7eb ceph: auto reconnect after blacklisted by Yan, Zheng · 5 years ago
  33. 81f148a ceph: invalidate all write mode filp after reconnect by Yan, Zheng · 5 years ago
  34. 5e3ded1 ceph: pass filp to ceph_get_caps() by Yan, Zheng · 5 years ago
  35. f4b9786 ceph: track and report error of async metadata operation by Yan, Zheng · 5 years ago
  36. e1e4460 ceph: allow copy_file_range when src and dst inode are same by Jeff Layton · 5 years ago
  37. d9b9c89 Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  38. d31d07b ceph: fix end offset in truncate_inode_pages_range call by Luis Henriques · 6 years ago
  39. 94e8577 libceph: rename r_unsafe_item to r_private_item by Ilya Dryomov · 5 years ago
  40. 5c30835 ceph: increment change_attribute on local changes by Jeff Layton · 6 years ago
  41. ac6713c ceph: add selinux support by Yan, Zheng · 6 years ago
  42. 5c31e92 ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx by Yan, Zheng · 6 years ago
  43. 5dae222 vfs: allow copy_file_range to copy across devices by Amir Goldstein · 6 years ago
  44. 64bf5ff vfs: no fallback for ->copy_file_range by Dave Chinner · 6 years ago
  45. 1cf89a8 ceph: single workqueue for inode related works by Yan, Zheng · 6 years ago
  46. 1d9d7cb Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  47. 40e7e2c ceph: fix NULL pointer deref when debugging is enabled by Jeff Layton · 6 years ago
  48. 0a4c926 fs: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  49. e450f4d ceph: pass inclusive lend parameter to filemap_write_and_wait_range() by zhengbin · 6 years ago
  50. c2c6d3c ceph: add destination file data sync before doing any remote copy by Luis Henriques · 6 years ago
  51. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  52. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  53. 00e2370 iov_iter: Use accessor function by David Howells · 6 years ago
  54. ea4cdc5 ceph: new mount option to disable usage of copy-from op by Luis Henriques · 6 years ago
  55. 503f82a ceph: support copy_file_range file operation by Luis Henriques · 6 years ago
  56. 26f887e libceph, rbd, ceph: move ceph_osdc_alloc_messages() calls by Ilya Dryomov · 6 years ago
  57. 61d2f85 ceph: num_ops is off by one in ceph_aio_retry_work() by Ilya Dryomov · 6 years ago
  58. bddff63 ceph: only allow punch hole mode in fallocate by Luis Henriques · 6 years ago
  59. fce7a97 ceph: refactor ceph_sync_read() by Yan, Zheng · 6 years ago
  60. 0a78ac4 Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  61. 9da12e3 ceph: compare fsc->max_file_size and inode->i_size for max file size limit by Chengguang Xu · 6 years ago
  62. 8687a3e ceph: add additional offset check in ceph_write_iter() by Chengguang Xu · 6 years ago
  63. 0671e99 ceph: add additional range check in ceph_fallocate() by Chengguang Xu · 6 years ago
  64. fac02dd libceph: use timespec64 for r_mtime by Arnd Bergmann · 6 years ago
  65. 44907d7 get rid of 'opened' argument of ->atomic_open() - part 3 by Al Viro · 7 years ago
  66. be12af3 getting rid of 'opened' argument of ->atomic_open() - part 1 by Al Viro · 7 years ago
  67. 73a09dd introduce FMODE_CREATED and switch to it by Al Viro · 7 years ago
  68. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  69. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  70. c843d13 libceph: make abort_on_full a per-osdc setting by Ilya Dryomov · 7 years ago
  71. fc21854 ceph: fix iov_iter issues in ceph_direct_read_write() by Ilya Dryomov · 7 years ago
  72. 3a15b38 ceph: fix rsize/wsize capping in ceph_direct_read_write() by Ilya Dryomov · 7 years ago
  73. 1ab302a ceph: quota: update MDS when max_bytes is approaching by Luis Henriques · 7 years ago
  74. 2b83845 ceph: quota: support for ceph.quota.max_bytes by Luis Henriques · 7 years ago
  75. b7a2921 ceph: quota: support for ceph.quota.max_files by Luis Henriques · 7 years ago
  76. bb48bd4 ceph: optimize memory usage by Chengguang Xu · 7 years ago
  77. 51b10f3 ceph: filter out used flags when printing unused open flags by Chengguang Xu · 7 years ago
  78. 7373768 ceph: change variable name to follow common rule by Chengguang Xu · 7 years ago
  79. 4c069a5 ceph: add newline to end of debug message format by Chengguang Xu · 7 years ago
  80. 85784f9 ceph: only dirty ITER_IOVEC pages for direct read by Yan, Zheng · 7 years ago
  81. 5d98830 ceph: track read contexts in ceph_file_info by Yan, Zheng · 7 years ago
  82. 222b7f9 ceph: voluntarily drop Ax cap for requests that create new inode by Yan, Zheng · 7 years ago
  83. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  84. d37b1d9 ceph: adjust 36 checks for NULL pointers by Markus Elfring · 7 years ago
  85. 397f238 ceph: check negative offsets in ceph_llseek() by Luis Henriques · 7 years ago
  86. b178cf4 ceph: don't use CEPH_OSD_FLAG_ORDERSNAP by Yan, Zheng · 7 years ago
  87. 1c0a9c2 ceph: include snapc in debug message of write by Yan, Zheng · 7 years ago
  88. a5cd74a ceph: fix -EOLDSNAPC handling by Yan, Zheng · 7 years ago
  89. 3fb99d4 ceph: nuke startsync op by Yanhu Cao · 7 years ago
  90. 95cca2b ceph: limit osd write size by Yan, Zheng · 7 years ago
  91. aa18792 ceph: limit osd read size to CEPH_MSG_MAX_DATA_LEN by Yan, Zheng · 7 years ago
  92. efb0ca7 ceph: update the 'approaching max_size' code by Yan, Zheng · 8 years ago
  93. 42c99fc ceph: check that the new inode size is within limits in ceph_fallocate() by Luis Henriques · 8 years ago
  94. 26c5eaa Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  95. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
  96. f775ff7 ceph: fix file open flags on ppc64 by Alexander Graf · 8 years ago
  97. 26544c62 ceph: when seeing write errors on an inode, switch to sync writes by Jeff Layton · 8 years ago
  98. a1f4020 libceph: allow requests to return immediately on full conditions if caller wishes by Jeff Layton · 8 years ago
  99. 8242c9f ceph: fix wrong check in ceph_renew_caps() by Yan, Zheng · 8 years ago
  100. 54ea004 libceph, rbd, ceph: WRITE | ONDISK -> WRITE by Ilya Dryomov · 8 years ago