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
/
btrfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Automatically replace kernel_(scno|ureg)_t with kernel_ulong_t
Dmitry V. Levin
2016-12-26
1
-3
/
+3
*
Use ptr_to_kulong instead of explicit casts of pointers to kernel_ureg_t
Dmitry V. Levin
2016-12-26
1
-2
/
+2
*
btrfs: change type of ioctl 3rd argument from long to kernel_ureg_t
Dmitry V. Levin
2016-12-25
1
-2
/
+3
*
btrfs: change address argument type from unsigned long to kernel_ureg_t
Dmitry V. Levin
2016-12-23
1
-1
/
+1
*
btrfs: cast pointers to kernel_ureg_t instead of unsigned long
Dmitry V. Levin
2016-12-21
1
-2
/
+2
*
btrfs.c: print 64-bit fields of btrfs_ioctl_vol_args_v2 using PRIu64 format
Dmitry V. Levin
2016-12-19
1
-3
/
+3
*
Use tprints instead of tprintf in a few more places
Dmitry V. Levin
2016-10-02
1
-3
/
+3
*
btrfs: mpersify struct btrfs_ioctl_vol_args_v2
Dmitry V. Levin
2016-08-29
1
-6
/
+9
*
Fix one more code pattern that might break gcc strict aliasing rules
Dmitry V. Levin
2016-07-26
1
-1
/
+1
*
Unabuse struct tcb.auxstr
Dmitry V. Levin
2016-07-18
1
-6
/
+2
*
btrfs: fix build with fresh linux/btrfs.h
Dmitry V. Levin
2016-06-17
1
-1
/
+1
*
btrfs: provide fallback definitions for BTRFS_IOC_QUOTA_RESCAN*
Dmitry V. Levin
2016-06-17
1
-2
/
+16
*
btrfs.c: don't use print_array in btrfs_print_tree_search
Jeff Mahoney
2016-05-27
1
-20
/
+22
*
btrfs.c: fix print_array usage in btrfs_print_logical_ino_container
Jeff Mahoney
2016-05-27
1
-1
/
+1
*
btrfs.c: fix build on systems without BTRFS_IOC_FILE_EXTENT_SAME
Dmitry V. Levin
2016-05-24
1
-0
/
+2
*
btrfs.c: print file descriptors using printfd
Dmitry V. Levin
2016-05-24
1
-5
/
+10
*
Mpersify btrfs.c
Dmitry V. Levin
2016-05-24
1
-56
/
+56
*
btrfs.c: use print_array
Dmitry V. Levin
2016-05-24
1
-136
/
+116
*
btrfs.c: simplify BTRFS_IOC_GET_FSLABEL parser
Dmitry V. Levin
2016-05-24
1
-3
/
+5
*
btrfs.c: fix BTRFS_IOC_TREE_SEARCH_V2 output
Dmitry V. Levin
2016-05-24
1
-1
/
+2
*
btrfs.c: cleanup use of tcp->auxstr
Dmitry V. Levin
2016-05-24
1
-1
/
+1
*
btrfs.c: cleanup struct btrfs_ioctl_get_dev_stats.nr_items check
Dmitry V. Levin
2016-05-24
1
-6
/
+4
*
btrfs.c: do not use BTRFS_SUBVOL_NAME_MAX
Dmitry V. Levin
2016-05-24
1
-7
/
+1
*
btrfs.c: mark some function arguments as const
Dmitry V. Levin
2016-05-24
1
-7
/
+9
*
btrfs.c: use umove instead of umoven
Dmitry V. Levin
2016-05-24
1
-14
/
+10
*
btrfs.c: remove unused variable
Dmitry V. Levin
2016-05-24
1
-4
/
+2
*
btrfs.c: use printxval/printxval64 instead of printxvals
Dmitry V. Levin
2016-05-24
1
-20
/
+26
*
btrfs.c: fix indentation
Dmitry V. Levin
2016-05-24
1
-39
/
+38
*
ioctl: add decoding support for btrfs ioctls
Jeff Mahoney
2016-05-24
1
-0
/
+1369