1. b29569a evdev.c: fix EVIOCGVERSION decoding by Dmitry V. Levin · 9 years ago
  2. 563f0ce evdev.c: fix EVIOCGMTSLOTS decoding by Dmitry V. Levin · 9 years ago
  3. 14a810e evdev.c: fix bitset decoding by Dmitry V. Levin · 9 years ago
  4. e54f98a evdev.c: fix decoding of struct input_id by Dmitry V. Levin · 9 years ago
  5. 13f8e8f evdev.c: fix decoding of struct input_keymap_entry by Dmitry V. Levin · 9 years ago
  6. 7954e2a evdev.c: fix decoding of EVIOCGKEYCODE/EVIOCSKEYCODE by Dmitry V. Levin · 9 years ago
  7. e167006 evdev.c: fix decoding of struct input_absinfo by Dmitry V. Levin · 9 years ago
  8. 3a45eb3 evdev.c: fix decoding of struct ff_effect by Dmitry V. Levin · 9 years ago
  9. c758ed0 evdev.c: fix printing of struct ff_envelope.fade_level by Dmitry V. Levin · 9 years ago
  10. 9635df4 evdev.c: fix decoding of EVIOCGRAB and EVIOCREVOKE by Dmitry V. Levin · 9 years ago
  11. 0039424 evdev.c: fix EVIOCRMFF decoding by Dmitry V. Levin · 9 years ago
  12. 53767d8 evdev.c: move handling of EVIOCGBIT to a separate function by Dmitry V. Levin · 9 years ago
  13. 8a18f80 evdev.c: reorder ioctl command checks by Dmitry V. Levin · 9 years ago
  14. 2114e08 evdev.c: decode all directions except _IOC_READ on entering syscall by Dmitry V. Levin · 9 years ago
  15. 8d85c23 evdev.c: fix indentation of preprocessor directives by Dmitry V. Levin · 9 years ago
  16. eb36e38 file_ioctl.c: print first two extents for FIDEDUPERANGE in abbrev mode by Jeff Mahoney · 9 years ago
  17. 1f1559e ioctl.c: fix typo in decoding of EVIOCSABS's parameter by Dmitry V. Levin · 9 years ago
  18. 826b797 tests: check decoding of btrfs RDWR ioctls returned data by Jeff Mahoney · 9 years ago
  19. fd70b50 tests/btrfs.c: fix live btrfs_test_search_ioctls output by Jeff Mahoney · 9 years ago
  20. d32d95a btrfs.c: don't use print_array in btrfs_print_tree_search by Jeff Mahoney · 9 years ago
  21. 2060d97 btrfs.c: fix print_array usage in btrfs_print_logical_ino_container by Jeff Mahoney · 9 years ago
  22. 563a758 tests/btrfs.c: fix btrfs-v for BTRFS_IOC_TREE_SEARCH by Jeff Mahoney · 9 years ago
  23. e6d2b56 Fix -yy documentation by Fabien Siron · 9 years ago
  24. 59b140a tests/ioctl_block.c: tweak magic constants to make the test more reliable by Dmitry V. Levin · 9 years ago
  25. b356ad8 tests/btrfs.c: check basic decoding of read-only ioctls by Dmitry V. Levin · 9 years ago
  26. 799b22a tests: check decoding of BLK* ioctls by Dmitry V. Levin · 9 years ago
  27. 37d1b3d Mpersify BLK* ioctl parser by Dmitry V. Levin · 9 years ago
  28. 0c9087c block.c: optimize decoding of paired ioctls by Dmitry V. Levin · 9 years ago
  29. 46d25c2 block.c: fix printing of uint64_t pairs by Dmitry V. Levin · 9 years ago
  30. 0bea528 block.c: fix printing of struct blk_user_trace_setup by Dmitry V. Levin · 9 years ago
  31. 4dd9f3f Move parser of 'X' type ioctls to a separate file by Dmitry V. Levin · 9 years ago
  32. b3f0040 Move parser of HDIO_* ioctls to a separate file by Dmitry V. Levin · 9 years ago
  33. 84a979c Fix explicit casts of signed integer types to unsigned long long by Dmitry V. Levin · 9 years ago
  34. 5150720 scsi.c: print __u64 types using PRI__u64 format by Dmitry V. Levin · 9 years ago
  35. ba35137 tests: check decoding of RTC_* ioctls by Dmitry V. Levin · 9 years ago
  36. 5d7812a Mpersify RTC_* ioctl parser by Dmitry V. Levin · 9 years ago
  37. 7e3a381 rtc.c: fix decoding of struct rtc_wkalrm by Dmitry V. Levin · 9 years ago
  38. eea8601 file_ioctl.c: print file descriptors using printfd by Dmitry V. Levin · 9 years ago
  39. 6085825 rtc.c: do not print argument of ioctls that have no arguments by Dmitry V. Levin · 9 years ago
  40. 3adf229 rtc.c: decode RTC_PLL_GET and RTC_PLL_SET by Dmitry V. Levin · 9 years ago
  41. e0b5e91 rtc.c: optimize decoding of paired ioctls by Dmitry V. Levin · 9 years ago
  42. a41fdb5 block.c: handle BLKDAXGET by Dmitry V. Levin · 9 years ago
  43. f8da0f3 tests: check decoding of mount syscall by Dmitry V. Levin · 9 years ago
  44. 1ba5535 tests/vhangup.c: diassociate from the controlling terminal first by Dmitry V. Levin · 9 years ago
  45. a41d9f5 tests: add vhangup.test by Fei Jie · 9 years ago
  46. 0cf24d9 NEWS: Prepare for 4.12 release by Dmitry V. Levin · 9 years ago
  47. e79f038 tests/btrfs.c: fix build on x32 by Gleb Fotengauer-Malinovskiy · 9 years ago
  48. 6697d15 tests/btrfs.c: fix build with u64 based BTRFS_IOC_DEFAULT_SUBVOL by Dmitry V. Levin · 9 years ago
  49. ea516df btrfs.c: fix build on systems without BTRFS_IOC_FILE_EXTENT_SAME by Dmitry V. Levin · 9 years ago
  50. 3f36611 tests/btrfs.c: fix printing struct btrfs_ioctl_clone_range_args by Dmitry V. Levin · 9 years ago
  51. 57888fa tests/btrfs.c: tweak magic constants to make the test more reliable by Dmitry V. Levin · 9 years ago
  52. 6ce6d3b btrfs.c: print file descriptors using printfd by Dmitry V. Levin · 9 years ago
  53. 9298c66 tests/btrfs.c: do not print errno in case of fs type mismatch by Dmitry V. Levin · 9 years ago
  54. 2447de4 tests/btrfs.c: fix indentation by Dmitry V. Levin · 9 years ago
  55. 28a5f66 tests/btrfs.c: sort included headers by Dmitry V. Levin · 9 years ago
  56. 45fcc0c tests/btrfs.c: do not use alloca by Dmitry V. Levin · 9 years ago
  57. 2212918 tests/btrfs.c: fix build on systems without <linux/btrfs.h> or <linux/fiemap.h> by Dmitry V. Levin · 9 years ago
  58. 3586679 tests: add testing for btrfs ioctls by Jeff Mahoney · 9 years ago
  59. aab00c2 tests/file_ioctl.c: use tail_alloc by Dmitry V. Levin · 9 years ago
  60. 3b730d4 tests/file_ioctl.c: fix build on systems without <linux/fiemap.h> by Dmitry V. Levin · 9 years ago
  61. c05c24c tests: add testing for FS_IOC_FIEMAP by Jeff Mahoney · 9 years ago
  62. fb0c609 Mpersify btrfs.c by Dmitry V. Levin · 9 years ago
  63. d57cc26 btrfs.c: use print_array by Dmitry V. Levin · 9 years ago
  64. 82b9e34 btrfs.c: simplify BTRFS_IOC_GET_FSLABEL parser by Dmitry V. Levin · 9 years ago
  65. d67b217 btrfs.c: fix BTRFS_IOC_TREE_SEARCH_V2 output by Dmitry V. Levin · 9 years ago
  66. 6638a5d btrfs.c: cleanup use of tcp->auxstr by Dmitry V. Levin · 9 years ago
  67. 92b9062 btrfs.c: cleanup struct btrfs_ioctl_get_dev_stats.nr_items check by Dmitry V. Levin · 9 years ago
  68. 0cd7ea0 btrfs.c: do not use BTRFS_SUBVOL_NAME_MAX by Dmitry V. Levin · 9 years ago
  69. b85d09f btrfs.c: mark some function arguments as const by Dmitry V. Levin · 9 years ago
  70. 90ffbc7 btrfs.c: use umove instead of umoven by Dmitry V. Levin · 9 years ago
  71. 3ce2dfc btrfs.c: remove unused variable by Dmitry V. Levin · 9 years ago
  72. 95577cf btrfs.c: use printxval/printxval64 instead of printxvals by Dmitry V. Levin · 9 years ago
  73. 2be39ec btrfs.c: fix indentation by Dmitry V. Levin · 9 years ago
  74. aa7787f xlat/btrfs_dev_stats_values.in: cleanup by Dmitry V. Levin · 9 years ago
  75. d2bd683 file_ioctl.c: use print_array by Dmitry V. Levin · 9 years ago
  76. 0b13d9c file_ioctl.c: fix indentation by Dmitry V. Levin · 9 years ago
  77. 1d2201c file_ioctl.c: include <linux/ioctl.h> instead of <sys/ioctl.h> by Dmitry V. Levin · 9 years ago
  78. c525307 file_ioctl.c: fix build on systems without <linux/fiemap.h> by Dmitry V. Levin · 9 years ago
  79. 25f3758 ioctl.c: fix build by Dmitry V. Levin · 9 years ago
  80. 398fe04 ioctl: add decoding for FS_IOC_FIEMAP by Jeff Mahoney · 9 years ago
  81. 306a261 Add xlat/fiemap_flags.in and xlat/fiemap_extent_flags.in by Dmitry V. Levin · 9 years ago
  82. 8cc6962 ioctl: add decoding support for btrfs ioctls by Jeff Mahoney · 9 years ago
  83. c4d4d3c x32: update ioctl entries from linux 4.6 by Gleb Fotengauer-Malinovskiy · 9 years ago
  84. 9b49af1 tests/attach-f-p.c: sleep a bit more to let the tracer catch up by Dmitry V. Levin · 9 years ago
  85. 475d2b5 tests/attach-p-cmd-cmd.c: fix potential errno clobbering by Dmitry V. Levin · 9 years ago
  86. 4ea65fb tests/net-yy-netlink.c: robustify against libc specific issues by Dmitry V. Levin · 9 years ago
  87. 29df035 tests/net-yy-netlink.c: robustify against os specific issues by Dmitry V. Levin · 9 years ago
  88. 1e9dabe tests/net-yy-{inet,netlink}.test: cleanup by Dmitry V. Levin · 9 years ago
  89. f21a2f4 tests: define PRI__[dux]64 macros to print __s64 and __u64 values by Jeff Mahoney · 9 years ago
  90. 62a35fa tests: remove manual creation of memory mapping holes by Dmitry V. Levin · 9 years ago
  91. 0f303f9 tests: make tail_alloc create additional memory mapping holes by Dmitry V. Levin · 9 years ago
  92. a8fce09 mpers: add support of conditionally compiled printers by Dmitry V. Levin · 9 years ago
  93. 4bf7ab7 Remove redundant declaration of v4l2_ioctl by Dmitry V. Levin · 9 years ago
  94. 7b69797 Fix one more code pattern that might break gcc strict aliasing rules by Dmitry V. Levin · 9 years ago
  95. 28e955d tests: add check for netlink protocol decoding with -yy option by Fabien Siron · 9 years ago
  96. 814c0d5 Add netlink domain sockets support to socketutils by Fabien Siron · 9 years ago
  97. ff2b853 tests/pread64-pwrite64.c: robustify against os specific issues by Dmitry V. Levin · 9 years ago
  98. a8e8205 tests/read-write.c: robustify against os specific issues by Dmitry V. Levin · 9 years ago
  99. af09d4f umovestr3.test: extend test coverage by Dmitry V. Levin · 9 years ago
  100. 81f1b16 tests/timer_create.c: robustify against os specific issues by Dmitry V. Levin · 9 years ago