]> granicus.if.org Git - strace/history - btrfs.c
xlat: add BPF_F_TEST_STATE_FREQ to bpf_prog_flags
[strace] / btrfs.c
2019-05-21 Dmitry V. Levinbtrfs: implement decoding of BTRFS_IOC_FORGET_DEV argument
2019-03-18 Dmitry V. LevinUpdate copyright headers
2019-02-20 Eugene SyromyatnikovGeneralise UUID printing
2018-12-30 Dmitry V. LevinFix preprocessor indentation
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-05-29 Dmitry V. LevinEnhance printing of unfetchable object addresses in...
2018-05-29 Dmitry V. Levinprint_array: enhance printing of unfetchable object...
2018-05-08 Eugene SyromyatnikovRemove some duplicate fallback definitions
2018-05-03 Eugene Syromyatnikovbtrfs: add missing braces
2018-04-20 Eugene Syromyatnikovbtrfs: use printxval_u for error types printing
2018-04-20 Eugene Syromyatnikovbtrfs: print device IDs using PRINT_FIELD_DEV
2018-04-20 Eugene Syromyatnikovbtrfs: print cont_reading_from_srcdev_mode as xlat
2018-04-20 Eugene Syromyatnikovbtrfs: use PRINT_FIELD_*
2018-04-20 Eugene Syromyatnikovbtrfs: make BTRFS_IOC_GET_DEV_STATS error statistics...
2018-04-20 Eugene Syromyatnikovbtrfs: fix printing of struct btrfs_ioctl_quota_ctl_args
2018-04-20 Eugene Syromyatnikovbtrfs: consistently use PRINT_FIELD_U64
2018-04-20 Eugene Syromyatnikovbtrfs: print {min,max}_{offset,transid} unconditionally
2018-04-20 Eugene Syromyatnikovbtrfs: duplicate printing of opening braces on entering...
2018-04-20 Eugene Syromyatnikovbtrfs: refactor timespec printing into print_btrfs_timespec
2018-04-20 Eugene Syromyatnikovbtrfs: print abbreviations and field names more consist...
2018-04-20 Eugene Syromyatnikovbtrfs: move printing of the field name inside btrfs_pri...
2018-04-20 Eugene Syromyatnikovbtrfs: convert btrfs_print_{objectid,key_type} to PRINT...
2018-04-12 Eugene Syromyatnikovbtrfs: use umove_or_printaddr_ignore_syserror instead...
2018-04-10 Eugene SyromyatnikovMake print_uint64 from btrfs.c globally available
2018-03-20 Eugene Syromyatnikovbtrfs: print struct btrfs_ioctl_logical_ino_args.reserv...
2018-03-06 Eugene Syromyatnikovbtrfs: print struct btrfs_ioctl_logical_ino_args.flags...
2018-03-06 Eugene Syromyatnikovbtrfs.c: print __u64 fields with pointer semantics...
2018-03-06 Dmitry V. Levinbuild: prepare for -Wimplicit-fallthrough=5
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-01-18 Dmitry V. Levinbtrfs: use uint32_t instead of __u32
2017-08-28 Dmitry V. LevinImply RVAL_DECODED when RVAL_IOCTL_PARSED is returned...
2017-08-28 Eugene SyromyatnikovReplace return 1 ioctl sub-decoder hack with proper...
2017-07-24 Dmitry V. LevinIntroduce print_quoted_cstring
2017-07-11 Dmitry V. LevinIntroduce PRINT_FIELD_CSTRING
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-04-24 Dmitry V. LevinIntroduce tprintf_comment and tprints_comment functions
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-26 Dmitry V. LevinUse ptr_to_kulong instead of explicit casts of pointers...
2016-12-25 Dmitry V. Levinbtrfs: change type of ioctl 3rd argument from long...
2016-12-23 Dmitry V. Levinbtrfs: change address argument type from unsigned long...
2016-12-21 Dmitry V. Levinbtrfs: cast pointers to kernel_ureg_t instead of unsign...
2016-12-19 Dmitry V. Levinbtrfs.c: print 64-bit fields of btrfs_ioctl_vol_args_v2...
2016-10-02 Dmitry V. LevinUse tprints instead of tprintf in a few more places
2016-08-29 Dmitry V. Levinbtrfs: mpersify struct btrfs_ioctl_vol_args_v2
2016-07-26 Dmitry V. LevinFix one more code pattern that might break gcc strict...
2016-07-18 Dmitry V. LevinUnabuse struct tcb.auxstr
2016-06-17 Dmitry V. Levinbtrfs: fix build with fresh linux/btrfs.h
2016-06-17 Dmitry V. Levinbtrfs: provide fallback definitions for BTRFS_IOC_QUOTA...
2016-05-27 Jeff Mahoneybtrfs.c: don't use print_array in btrfs_print_tree_search
2016-05-27 Jeff Mahoneybtrfs.c: fix print_array usage in btrfs_print_logical_i...
2016-05-24 Dmitry V. Levinbtrfs.c: fix build on systems without BTRFS_IOC_FILE_EX...
2016-05-24 Dmitry V. Levinbtrfs.c: print file descriptors using printfd
2016-05-24 Dmitry V. LevinMpersify btrfs.c
2016-05-24 Dmitry V. Levinbtrfs.c: use print_array
2016-05-24 Dmitry V. Levinbtrfs.c: simplify BTRFS_IOC_GET_FSLABEL parser
2016-05-24 Dmitry V. Levinbtrfs.c: fix BTRFS_IOC_TREE_SEARCH_V2 output
2016-05-24 Dmitry V. Levinbtrfs.c: cleanup use of tcp->auxstr
2016-05-24 Dmitry V. Levinbtrfs.c: cleanup struct btrfs_ioctl_get_dev_stats.nr_it...
2016-05-24 Dmitry V. Levinbtrfs.c: do not use BTRFS_SUBVOL_NAME_MAX
2016-05-24 Dmitry V. Levinbtrfs.c: mark some function arguments as const
2016-05-24 Dmitry V. Levinbtrfs.c: use umove instead of umoven
2016-05-24 Dmitry V. Levinbtrfs.c: remove unused variable
2016-05-24 Dmitry V. Levinbtrfs.c: use printxval/printxval64 instead of printxvals
2016-05-24 Dmitry V. Levinbtrfs.c: fix indentation
2016-05-24 Jeff Mahoneyioctl: add decoding support for btrfs ioctls