summaryrefslogtreecommitdiff
path: root/btrfs.c
Commit message (Expand)AuthorAgeFilesLines
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-3/+3
* Use ptr_to_kulong instead of explicit casts of pointers to kernel_ureg_tDmitry V. Levin2016-12-261-2/+2
* btrfs: change type of ioctl 3rd argument from long to kernel_ureg_tDmitry V. Levin2016-12-251-2/+3
* btrfs: change address argument type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-231-1/+1
* btrfs: cast pointers to kernel_ureg_t instead of unsigned longDmitry V. Levin2016-12-211-2/+2
* btrfs.c: print 64-bit fields of btrfs_ioctl_vol_args_v2 using PRIu64 formatDmitry V. Levin2016-12-191-3/+3
* Use tprints instead of tprintf in a few more placesDmitry V. Levin2016-10-021-3/+3
* btrfs: mpersify struct btrfs_ioctl_vol_args_v2Dmitry V. Levin2016-08-291-6/+9
* Fix one more code pattern that might break gcc strict aliasing rulesDmitry V. Levin2016-07-261-1/+1
* Unabuse struct tcb.auxstrDmitry V. Levin2016-07-181-6/+2
* btrfs: fix build with fresh linux/btrfs.hDmitry V. Levin2016-06-171-1/+1
* btrfs: provide fallback definitions for BTRFS_IOC_QUOTA_RESCAN*Dmitry V. Levin2016-06-171-2/+16
* btrfs.c: don't use print_array in btrfs_print_tree_searchJeff Mahoney2016-05-271-20/+22
* btrfs.c: fix print_array usage in btrfs_print_logical_ino_containerJeff Mahoney2016-05-271-1/+1
* btrfs.c: fix build on systems without BTRFS_IOC_FILE_EXTENT_SAMEDmitry V. Levin2016-05-241-0/+2
* btrfs.c: print file descriptors using printfdDmitry V. Levin2016-05-241-5/+10
* Mpersify btrfs.cDmitry V. Levin2016-05-241-56/+56
* btrfs.c: use print_arrayDmitry V. Levin2016-05-241-136/+116
* btrfs.c: simplify BTRFS_IOC_GET_FSLABEL parserDmitry V. Levin2016-05-241-3/+5
* btrfs.c: fix BTRFS_IOC_TREE_SEARCH_V2 outputDmitry V. Levin2016-05-241-1/+2
* btrfs.c: cleanup use of tcp->auxstrDmitry V. Levin2016-05-241-1/+1
* btrfs.c: cleanup struct btrfs_ioctl_get_dev_stats.nr_items checkDmitry V. Levin2016-05-241-6/+4
* btrfs.c: do not use BTRFS_SUBVOL_NAME_MAXDmitry V. Levin2016-05-241-7/+1
* btrfs.c: mark some function arguments as constDmitry V. Levin2016-05-241-7/+9
* btrfs.c: use umove instead of umovenDmitry V. Levin2016-05-241-14/+10
* btrfs.c: remove unused variableDmitry V. Levin2016-05-241-4/+2
* btrfs.c: use printxval/printxval64 instead of printxvalsDmitry V. Levin2016-05-241-20/+26
* btrfs.c: fix indentationDmitry V. Levin2016-05-241-39/+38
* ioctl: add decoding support for btrfs ioctlsJeff Mahoney2016-05-241-0/+1369