1. c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  2. d53d0f7 ceph: use errorfc() and friends instead of spelling the prefix out by Al Viro · 5 years ago
  3. 48ce73b fs_parse: handle optional arguments sanely by Al Viro · 5 years ago
  4. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  5. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  6. cc3c0b5 add prefix to fs_context->log by Al Viro · 5 years ago
  7. c80c98f ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_log by Al Viro · 5 years ago
  8. 5eede62 fold struct fs_parameter_enum into struct constant_table by Al Viro · 5 years ago
  9. 2710c957a fs_parse: get rid of ->enums by Al Viro · 5 years ago
  10. 78beb0f ceph: use copy-from2 op in copy_file_range by Luis Henriques · 5 years ago
  11. 4fbc0c7 ceph: remove the extra slashes in the server path by Xiubo Li · 5 years ago
  12. 9782005 ceph: check availability of mds cluster on mount after wait timeout by Xiubo Li · 5 years ago
  13. ad8c28a ceph: convert int fields in ceph_mount_options to unsigned int by Jeff Layton · 5 years ago
  14. 82995cc libceph, rbd, ceph: convert to use the new mount API by David Howells · 6 years ago
  15. ff29fde ceph: return -EINVAL if given fsc mount option on kernel w/o support by Jeff Layton · 5 years ago
  16. f41def3 Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  17. 3ee5a70 ceph: call ceph_mdsc_destroy from destroy_fs_client by Jeff Layton · 5 years ago
  18. 131d7eb ceph: auto reconnect after blacklisted by Yan, Zheng · 5 years ago
  19. 81f148a ceph: invalidate all write mode filp after reconnect by Yan, Zheng · 5 years ago
  20. d468e72 ceph: add helper function that forcibly reconnects to ceph cluster. by Yan, Zheng · 5 years ago
  21. 028ca4d fs: ceph: Initialize filesystem timestamp ranges by Deepa Dinamani · 6 years ago
  22. d9b9c89 Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  23. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  24. 52dd0f1 ceph: use generic_delete_inode() for ->drop_inode by Luis Henriques · 6 years ago
  25. 87bc5b8 ceph: use ceph_evict_inode to cleanup inode's resource by Yan, Zheng · 6 years ago
  26. 0f7cf80 ceph: initialize superblock s_time_gran to 1 by Luis Henriques · 6 years ago
  27. d0f191d ceph: remove unused vxattr length helpers by David Disseldorp · 6 years ago
  28. 1a829ff ceph: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  29. 1cf89a8 ceph: single workqueue for inode related works by Yan, Zheng · 6 years ago
  30. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  31. 1d9d7cb Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  32. 00abf69 ceph: flush dirty inodes before proceeding with remount by Jeff Layton · 6 years ago
  33. cfa6d41 ceph: use ->free_inode() by Al Viro · 6 years ago
  34. fe33032 ceph: add mount option to limit caps count by Yan, Zheng · 6 years ago
  35. e3ec8d6 ceph: send cap releases more aggressively by Yan, Zheng · 6 years ago
  36. 02b2f54 libceph: allow setting abort_on_full for rbd by Dongsheng Yang · 6 years ago
  37. 6f9718f ceph: make 'nocopyfrom' a default mount option by Luis Henriques · 6 years ago
  38. ea4cdc5 ceph: new mount option to disable usage of copy-from op by Luis Henriques · 6 years ago
  39. 8aaff15 ceph: avoid a use-after-free in ceph_destroy_options() by Ilya Dryomov · 6 years ago
  40. 719784b ceph: add new field max_file_size in ceph_fs_client by Chengguang Xu · 6 years ago
  41. 2f56b6b libceph: amend "bad option arg" error message by Ilya Dryomov · 7 years ago
  42. 3619aa8 ceph: show ino32 if the value is different with default by Chengguang Xu · 7 years ago
  43. 8db0c75 ceph: strengthen rsize/wsize/readdir_max_bytes validation by Chengguang Xu · 7 years ago
  44. c36ed50 ceph: fix alignment of rasize by Chengguang Xu · 7 years ago
  45. 73fb094 ceph: fix use-after-free in ceph_statfs() by Luis Henriques · 7 years ago
  46. c843d13 libceph: make abort_on_full a per-osdc setting by Ilya Dryomov · 7 years ago
  47. a57d906 ceph: flush pending works before shutdown super by Yan, Zheng · 7 years ago
  48. 12b69d5 ceph: abort osd requests on force umount by Yan, Zheng · 7 years ago
  49. 6dd4940 ceph: show wsize only if non-default by Ilya Dryomov · 7 years ago
  50. 9122eed ceph: quota: report root dir quota usage in statfs by Luis Henriques · 7 years ago
  51. bb48bd4 ceph: optimize memory usage by Chengguang Xu · 7 years ago
  52. bc4b5ad ceph: mark the cap cache as unreclaimable by Chengguang Xu · 7 years ago
  53. 4d8969a ceph: use seq_show_option for string type options by Chengguang Xu · 7 years ago
  54. 7ae7a82 ceph: keep consistent semantic in fscache related option combination by Chengguang Xu · 7 years ago
  55. 4c069a5 ceph: add newline to end of debug message format by Chengguang Xu · 7 years ago
  56. 1c78924 ceph: fix potential memory leak in init_caches() by Chengguang Xu · 7 years ago
  57. 1810673 ceph: fix dentry leak when failing to init debugfs by Chengguang Xu · 7 years ago
  58. 937441f libceph, ceph: avoid memory leak when specifying same option several times by Chengguang Xu · 7 years ago
  59. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  60. 080a330 ceph: present consistent fsid, regardless of arch endianness by Jeff Layton · 7 years ago
  61. d37b1d9 ceph: adjust 36 checks for NULL pointers by Markus Elfring · 7 years ago
  62. 06d7437 ceph: more accurate statfs by Douglas Fuller · 7 years ago
  63. 4214fb1 ceph: validate correctness of some mount options by Yan, Zheng · 7 years ago
  64. 95cca2b ceph: limit osd write size by Yan, Zheng · 7 years ago
  65. aa18792 ceph: limit osd read size to CEPH_MSG_MAX_DATA_LEN by Yan, Zheng · 7 years ago
  66. 2ae409d ceph: remove unused cap_release_safety mount option by Yan, Zheng · 7 years ago
  67. 1d8f836 ceph: new mount option that specifies fscache uniquifier by Yan, Zheng · 8 years ago
  68. 62a65f3 ceph: avoid invalid memory dereference in the middle of umount by Yan, Zheng · 8 years ago
  69. 26c5eaa Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  70. 74da4a0f libceph, ceph: always advertise all supported features by Ilya Dryomov · 8 years ago
  71. 09dc9fc ceph: Convert to separately allocated bdi by Jan Kara · 8 years ago
  72. 55f2a04 ceph: remove special ack vs commit behavior by Ilya Dryomov · 8 years ago
  73. 7c94ba2 ceph: set io_pages bdi hint by Andreas Gerstmayr · 8 years ago
  74. 59331c2 Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  75. c4364f8 Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linus by Al Viro · 8 years ago
  76. e9e427f ceph: check availability of mds cluster on mount by Yan, Zheng · 8 years ago
  77. ad5cb12 ceph: switch to use of ->d_init() by Al Viro · 8 years ago
  78. 18fc8ab ceph: unify dentry_operations instances by Al Viro · 8 years ago
  79. 31ca587 ceph: fix uninitialized dentry pointer in ceph_real_mount() by Geert Uytterhoeven · 8 years ago
  80. ce2728a ceph: avoid accessing / when mounting a subpath by Yan, Zheng · 8 years ago
  81. 6b1a9a6 ceph: Mark the file cache as unreclaimable by Nikolay Borisov · 8 years ago
  82. 430afba ceph: mount non-default filesystem by name by Yan, Zheng · 9 years ago
  83. 9a5530c ceph: wait unsafe sync writes for evicting inode by Yan, Zheng · 9 years ago
  84. 3f38495 ceph: report mount root in session metadata by Yan, Zheng · 9 years ago
  85. d463a43 ceph: CEPH_FEATURE_MDSENC support by Yan, Zheng · 9 years ago
  86. 235a098 ceph: multiple filesystem support by Yan, Zheng · 9 years ago
  87. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  88. 132ca7e ceph: fix mounting same fs multiple times by Yan, Zheng · 9 years ago
  89. 34b759b ceph: kill ceph_empty_snapc by Ilya Dryomov · 9 years ago
  90. 133e915 ceph: don't enable rbytes mount option by default by Yan, Zheng · 9 years ago
  91. 82dcaba libceph: revamp subs code, switch to SUBSCRIBE2 protocol by Ilya Dryomov · 9 years ago
  92. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  93. e013f74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  94. 48fec5d ceph: EIO all operations after forced umount by Yan, Zheng · 10 years ago
  95. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  96. f66fd9f ceph: pre-allocate data structure that tracks caps flushing by Yan, Zheng · 10 years ago
  97. a319bf5 libceph: store timeouts in jiffies, verify user input by Ilya Dryomov · 10 years ago
  98. 10183a6 ceph: check OSD caps before read/write by Yan, Zheng · 10 years ago
  99. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  100. ff7eeb8 ceph: show non-default options only by Ilya Dryomov · 10 years ago