1. 6a5b99a staging/lustre: Replace sun.com GPLv2 URL with gnu.org one. by Oleg Drokin · 8 years ago
  2. ed4df35 staging/lustre: Remove the "Please contact SUN for GPL" from headers by Oleg Drokin · 8 years ago
  3. 6a65147 staging/lustre: Fix blank line after/before {/} style by Oleg Drokin · 8 years ago
  4. 99815cb staging: lustre: obdclass: Replace kmem_cache_alloc with kmem_cache_zalloc by Amitoj Kaur Chawla · 9 years ago
  5. 926d6fb staging/lustre/obdclass: Fix style vs open parenthesis alignment by Oleg Drokin · 9 years ago
  6. 6ba5917 staging/lustre/obdclass: Adjust comments to better conform to coding style by Oleg Drokin · 9 years ago
  7. cce3c2d staging/lustre/obdclass: Adjust NULL comparison codestyle by Oleg Drokin · 9 years ago
  8. 07ad6745 staging/lustre: Remove server code from class_get_type() by Oleg Drokin · 9 years ago
  9. e278047 staging: lustre: split kernel comm between user and kernel by frank zago · 9 years ago
  10. 1dc563a staging: lustre: update Intel copyright messages 2015 by Andreas Dilger · 9 years ago
  11. 14e384c staging: lustre: Delete an unnecessary variable initialisation in class_register_type() by Markus Elfring · 9 years ago
  12. a13b1f3 staging: lustre: remove o_ prefix from function pointers by Dan Carpenter · 9 years ago
  13. 50d3036 staging: lustre: replace OBD_SLAB_FREE_PTR with kmem_cache_free by Mike Rapoport · 9 years ago
  14. ccaabce staging: lustre: replace OBD_SLAB_ALLOC_PTR_GFP with kmem_cache_alloc by Mike Rapoport · 9 years ago
  15. c9f6bb9 staging: lustre: add a blank line after function/struct/union/enum declarations by Mike Rapoport · 9 years ago
  16. 106495c staging: lustre: remove multiple blank lines by Mike Rapoport · 9 years ago
  17. 5cc95cd Staging: lustre: obdclass: Remove unused function obd_export_nid2str by Shraddha Barke · 9 years ago
  18. 63e9a74 Staging: lustre: obdclass: genops: Declare as static by Shraddha Barke · 9 years ago
  19. 7112574 Staging: lustre: obdclass: Remove unused functions by Shraddha Barke · 9 years ago
  20. cbe3272 Staging: lustre: obdclass: genops: Declare as static by Shraddha Barke · 9 years ago
  21. af3ec53 staging/lustre: Remove server-only recovery-related bits by Oleg Drokin · 9 years ago
  22. 706d263 staging/lustre/obdclass: Remove unused nid_hash by Oleg Drokin · 9 years ago
  23. f27355b staging/lustre/obdclass: Remove unused functions from genops.c by Oleg Drokin · 9 years ago
  24. ef2e0f5 staging/lustre: Remove mds/ost capabilities support by Oleg Drokin · 9 years ago
  25. fdeccfd staging/lustre: Remove obd_export_evict_by_nid/uuid by Oleg Drokin · 9 years ago
  26. 3aabf99 staging/lustre/ptlrpc: Remove ptlrpc_update_export_timer() by Oleg Drokin · 9 years ago
  27. fb209cb staging/lustre: remove class_disconnect_export_list by Arnd Bergmann · 9 years ago
  28. aefd9d7 staging/lustre/osc: use global osc_rq_pool to reduce memory usage by Li Xi · 9 years ago
  29. ce85ed4 staging: lustre: drop null test before destroy functions by Julia Lawall · 9 years ago
  30. 11d5c78 Staging: lustre: obdclass: genops.c: Remove explicit NULL comparison by Shraddha Barke · 9 years ago
  31. fd6f9a4 Staging: lustre: obdclass: Insert blank line from declarations by Shraddha Barke · 9 years ago
  32. d4d34a5 Staging: lustre: obdclass: Remove unnecessary return statements by Shraddha Barke · 9 years ago
  33. b2952d6 staging: lustre: fix whitespace errors reported by checkpatch.pl by Mike Rapoport · 9 years ago
  34. 315c928 Staging: lustre: make obd_device_cachep static by Pedro Marzo Perez · 9 years ago
  35. 5d3d447 Staging: lustre: lustre: obdclass: genops: fixed brace coding style issues by Kris Baumann · 9 years ago
  36. 485640b staging: lustre: obdclass: Use !x to check for kzalloc failure by Julia Lawall · 9 years ago
  37. 61e87ab staging/lustre/obd: move status files from procfs to debugfs by Dmitry Eremin · 9 years ago
  38. 9b80130 staging/lustre/obdclass: Prepare for procfs to sysfs migration by Oleg Drokin · 9 years ago
  39. 2962b44 staging/lustre: Remove useless num_refs procfs variable by Oleg Drokin · 9 years ago
  40. ba99a0a staging: lustre: obdclass: genops: remove unneeded null test before free by Julia Lawall · 9 years ago
  41. d727904 staging: lustre: obdclass: Use kzalloc and kfree by Julia Lawall · 9 years ago
  42. 052c529 Staging: lustre: Fix Sparse warnings for static declarations by Haneen Mohammed · 10 years ago
  43. 826ad46 Stagin: lustre: Fix externs should be avoided in .c by Haneen Mohammed · 10 years ago
  44. b6ee382 Staging: lustre: Remove parentheses around right side an assignment by Haneen Mohammed · 10 years ago
  45. 225f597 staging: lustre: remove initialization of static ints by Supriya Karanth · 10 years ago
  46. 62e4941 staging/lustre/obdclass: fix a race in recovery by Hongchao Zhang · 10 years ago
  47. 2d00bd1 staging: lustre: Coalesce string fragments by Joe Perches · 10 years ago
  48. 31e7213 drivers: staging: lustre: Fix "spaces required around that '='" errors by Greg Donald · 10 years ago
  49. 5444261 drivers: staging: lustre: Fix "'foo * bar' should be 'foo *bar'" errors by Greg Donald · 10 years ago
  50. d212afd staging: lustre: obdclass: expand the GOTO macro by Julia Lawall · 10 years ago
  51. f024bad staging/lustre: remove obd_ost.h by John L. Hammond · 10 years ago
  52. 1d8cb70 drivers: staging: lustre: Fix space required after that ',' errors by Greg Donald · 10 years ago
  53. 55f5a82 staging: lustre: remove LPX64 define by Greg Kroah-Hartman · 10 years ago
  54. b0f5aad staging: lustre: remove LPU64 define by Greg Kroah-Hartman · 10 years ago
  55. 7264b8a staging: lustre: remove cfs_time_current_sec wrapper by Greg Kroah-Hartman · 10 years ago
  56. 610f737 staging: lustre: obdclass: remove ccflags from Makefile by Greg Kroah-Hartman · 10 years ago
  57. 0be19af staging/lustre: restore __GFP_WAIT flag to memalloc calls by Ann Koehler · 10 years ago
  58. f9bd9c1 staging: lustre: use __func__ instead of __FUNCTION__ by Christoph Jaeger · 10 years ago
  59. 18fd5ba staging/lustre/libcfs: remove schedule_timeout_and_set_state by Peng Tao · 11 years ago
  60. 63d4257 lustre/recovery: free open/close request promptly by Hongchao Zhang · 11 years ago
  61. 52cf6ac staging:lustre: Fix typo in comment and printk within lustre/obdclass by Masanari Iida · 11 years ago
  62. 8cc420d staging/lustre/obdclass: lprocfs_{alloc_stats,register} always defined by Peng Tao · 11 years ago
  63. 6da6eab staging: lustre: Remove typedef and update cfs_hash struct by Lisa Nguyen · 11 years ago
  64. 68b636b staging: lustre: remove task_t typedef by Greg Kroah-Hartman · 11 years ago
  65. 0a3bdb0 staging: lustre: remove RETURN macro by Greg Kroah-Hartman · 11 years ago
  66. 23f14e7 staging: lustre: remove EXIT macro by Greg Kroah-Hartman · 11 years ago
  67. 29aaf49 staging: lustre: remove ENTRY macro by Greg Kroah-Hartman · 11 years ago
  68. c4f39553 staging: lustre: Fix typo in printk by Masanari Iida · 11 years ago
  69. 73bb1da staging/lustre: adapt proc_dir_entry change by Peng Tao · 11 years ago
  70. d7e09d0 staging: add Lustre file system client support by Peng Tao · 11 years ago