aboutsummaryrefslogtreecommitdiff
path: root/btrfs.c
AgeCommit message (Expand)Author
2018-06-15Update strace to 4.23.Elliott Hughes
2018-06-14Update strace to 4.22.Elliott Hughes
2018-02-20Update strace to 4.21.Elliott Hughes
2017-09-12Update strace to 4.19.Elliott Hughes
2017-07-05Update strace to 4.18.Elliott Hughes
2017-05-25Upgrade strace to 4.17.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-10-02Use tprints instead of tprintf in a few more placesDmitry V. Levin
2016-08-29btrfs: mpersify struct btrfs_ioctl_vol_args_v2Dmitry V. Levin
2016-07-26Fix one more code pattern that might break gcc strict aliasing rulesDmitry V. Levin
2016-07-18Unabuse struct tcb.auxstrDmitry V. Levin
2016-06-17btrfs: fix build with fresh linux/btrfs.hDmitry V. Levin
2016-06-17btrfs: provide fallback definitions for BTRFS_IOC_QUOTA_RESCAN*Dmitry V. Levin
2016-05-27btrfs.c: don't use print_array in btrfs_print_tree_searchJeff Mahoney
2016-05-27btrfs.c: fix print_array usage in btrfs_print_logical_ino_containerJeff Mahoney
2016-05-24btrfs.c: fix build on systems without BTRFS_IOC_FILE_EXTENT_SAMEDmitry V. Levin
2016-05-24btrfs.c: print file descriptors using printfdDmitry V. Levin
2016-05-24Mpersify btrfs.cDmitry V. Levin
2016-05-24btrfs.c: use print_arrayDmitry V. Levin
2016-05-24btrfs.c: simplify BTRFS_IOC_GET_FSLABEL parserDmitry V. Levin
2016-05-24btrfs.c: fix BTRFS_IOC_TREE_SEARCH_V2 outputDmitry V. Levin
2016-05-24btrfs.c: cleanup use of tcp->auxstrDmitry V. Levin
2016-05-24btrfs.c: cleanup struct btrfs_ioctl_get_dev_stats.nr_items checkDmitry V. Levin
2016-05-24btrfs.c: do not use BTRFS_SUBVOL_NAME_MAXDmitry V. Levin
2016-05-24btrfs.c: mark some function arguments as constDmitry V. Levin
2016-05-24btrfs.c: use umove instead of umovenDmitry V. Levin
2016-05-24btrfs.c: remove unused variableDmitry V. Levin
2016-05-24btrfs.c: use printxval/printxval64 instead of printxvalsDmitry V. Levin
2016-05-24btrfs.c: fix indentationDmitry V. Levin
2016-05-24ioctl: add decoding support for btrfs ioctlsJeff Mahoney