index
:
delta/strace.git
AkosUzonyi/pidns
EdgarKaziakhmedov/asinfo
NikolayMarchuk/gsoc-2017-final
NikolayMarchuk/gsoc-2017-final-rebased-on-v4.23--16
VictorKrapivensky/luajit
ZhibinLi/ioctl-drm
baserock/morph
esyr/5.15
esyr/af-spec-fix
esyr/count
esyr/enable-libdw-mpers
esyr/fb
esyr/fixes
esyr/gdbserver-prep
esyr/gdbserver-prep--rebased
esyr/gdbserver0
esyr/hppa-madvise
esyr/ip-local-port-range
esyr/kd
esyr/linux-5.14
esyr/linux-5.15
esyr/linux-5.16
esyr/linux-5.7
esyr/long-options
esyr/net
esyr/next-ng2
esyr/next-ng2-salvage
esyr/prctl-mdwe
esyr/ptp
esyr/rtc-success
esyr/secontext-fixes
esyr/strace-c-fix
esyr/straus-v2
esyr/tcamsg-fixes
esyr/term
esyr/tests-prctl-sve-fix
esyr/time64-updates
esyr/trace-fds
esyr/v4l2
esyr/v5.19
glebfm/getregs_old
ldv/PTRACE_GETEVENTMSG
ldv/PTRACE_SETOPTIONS-tests
ldv/SECCOMP_RET_TRAP
ldv/ci-musl-mainline-only
ldv/codecov
ldv/credits
ldv/fixes
ldv/gcc-10
ldv/github-ci
ldv/gpio
ldv/linux-5.9
ldv/master
ldv/next
ldv/release
ldv/secontext
ldv/selinux
ldv/trace-siginfo
ldv/travis-looping-threads-valgrind
ldv/travis-valgrind
ldv/unifdef
lirc
master
obsolete/HEAD
obsolete/WTA
obsolete/ia64.0
obsolete/v4.0.1
ppiao/gsoc-2018-final
rebase
vapier/ioctlent
github.com: strace/strace.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: prepare for -Wimplicit-fallthrough=5
Dmitry V. Levin
2018-03-06
1
-1
/
+1
*
Update copyright headers
Eugene Syromyatnikov
2017-09-05
1
-0
/
+1
*
Imply RVAL_DECODED when RVAL_IOCTL_PARSED is returned on entering
Dmitry V. Levin
2017-08-28
1
-1
/
+1
*
Replace return 1 ioctl sub-decoder hack with proper flag
Eugene Syromyatnikov
2017-08-28
1
-1
/
+1
*
Return 0 instead of 1 on entering path of ioctl decoders
Eugene Syromyatnikov
2017-08-28
1
-1
/
+1
*
block: use PRINT_FIELD_* macros
Dmitry V. Levin
2017-07-13
1
-14
/
+13
*
Introduce PRINT_FIELD_CSTRING
Dmitry V. Levin
2017-07-11
1
-11
/
+7
*
Fix a few spacing style issues
Dmitry V. Levin
2017-06-17
1
-13
/
+13
*
Automatically replace PRI_kr[dux] with PRI_kl[dux]
Dmitry V. Levin
2016-12-26
1
-1
/
+1
*
Automatically replace kernel_(scno|ureg)_t with kernel_ulong_t
Dmitry V. Levin
2016-12-26
1
-1
/
+1
*
Print kernel_ureg_t and kernel_scno_t using dedicated format strings
Dmitry V. Levin
2016-12-26
1
-1
/
+1
*
Use ptr_to_kulong instead of explicit casts of pointers to kernel_ureg_t
Dmitry V. Levin
2016-12-26
1
-1
/
+1
*
block: change type of ioctl 3rd argument from long to kernel_ureg_t
Dmitry V. Levin
2016-12-25
1
-2
/
+2
*
block: cast pointers to kernel_ureg_t instead of long
Dmitry V. Levin
2016-12-24
1
-1
/
+1
*
block.c: change type of long long fileds to int64_t
Dmitry V. Levin
2016-12-19
1
-4
/
+5
*
block: add some definitions from <linux/blkpg.h>
Eugene Syromyatnikov
2016-11-20
1
-4
/
+23
*
block.c: remove BLKDAXGET support
Dmitry V. Levin
2016-07-12
1
-4
/
+0
*
Mpersify BLK* ioctl parser
Dmitry V. Levin
2016-05-26
1
-15
/
+28
*
block.c: optimize decoding of paired ioctls
Dmitry V. Levin
2016-05-26
1
-7
/
+4
*
block.c: fix printing of uint64_t pairs
Dmitry V. Levin
2016-05-26
1
-1
/
+1
*
block.c: fix printing of struct blk_user_trace_setup
Dmitry V. Levin
2016-05-26
1
-11
/
+4
*
Move parser of 'X' type ioctls to a separate file
Dmitry V. Levin
2016-05-26
1
-21
/
+0
*
Move parser of HDIO_* ioctls to a separate file
Dmitry V. Levin
2016-05-26
1
-18
/
+0
*
block.c: handle BLKDAXGET
Dmitry V. Levin
2016-05-25
1
-0
/
+4
*
Fix printing tracee's long integers
Dmitry V. Levin
2015-08-18
1
-2
/
+2
*
block.c: enhance block ioctl parser
Dmitry V. Levin
2015-07-10
1
-136
/
+120
*
block_ioctl: quote strings
Dmitry V. Levin
2015-01-26
1
-9
/
+16
*
ioctl: assume that all ioctl commands have unsigned int type
Dmitry V. Levin
2015-01-20
1
-1
/
+1
*
Decode FIFREEZE/FITHAW/FITRIM ioctls
Mike Frysinger
2014-11-21
1
-0
/
+20
*
Generate xlat/*.in files
Dmitry V. Levin
2014-05-30
1
-5
/
+1
*
Use XLAT_END macro
Dmitry V. Levin
2014-02-05
1
-1
/
+1
*
Use XLAT macro
Dmitry V. Levin
2014-02-05
1
-2
/
+2
*
Fix wrongly indented closing curly brace. No code changes
Denys Vlasenko
2013-03-05
1
-1
/
+1
*
Stop using %h[h]u format specifiers
Denys Vlasenko
2012-04-16
1
-7
/
+9
*
Tidy up includes and copyright notices, fix indentation
Denys Vlasenko
2012-03-16
1
-2
/
+0
*
Automated removal of non-Linux code
Denys Vlasenko
2012-02-25
1
-2
/
+0
*
Use tprints with literal strings, it may be faster than tprintf
Denys Vlasenko
2011-09-01
1
-2
/
+2
*
Fix compilation on linux 2.4.x
Dmitry V. Levin
2011-08-23
1
-1
/
+1
*
Fix compilation on 2.4.20 kernel based system
Denys Vlasenko
2011-08-15
1
-0
/
+2
*
Fix BLKTRACESTOP definition
Dmitry V. Levin
2011-04-07
1
-1
/
+1
*
block.c: cleanup
Dmitry V. Levin
2011-01-16
1
-68
/
+58
*
Add block ioctl support
Dmitry V. Levin
2011-01-15
1
-0
/
+293