summaryrefslogtreecommitdiff
path: root/cmds-subvolume.c
Commit message (Expand)AuthorAge
* btrfs-progs: convert strerror to implicit %mDavid Sterba2018-10-31
* btrfs-progs: change filename limit to 255 when creating subvolumeSu Yanjun2018-10-25
* btrfs-progs: Fix wrong optind re-initialization to allow mixed option and non...Qu Wenruo2018-08-06
* btrfs-progs: Fix typos in docs and user-facing stringsNicholas D Steeves2018-03-30
* btrfs-progs: replace test_issubvolume() with btrfs_util_is_subvolume()Omar Sandoval2018-03-06
* btrfs-progs: use libbtrfsutil for subvol syncOmar Sandoval2018-03-06
* btrfs-progs: use libbtrfsutil for subvol showOmar Sandoval2018-03-06
* btrfs-progs: use libbtrfsutil for subvol deleteOmar Sandoval2018-03-06
* btrfs-progs: use libbtrfsutil for get-defaultOmar Sandoval2018-03-06
* btrfs-progs: use libbtrfsutil for set-defaultOmar Sandoval2018-03-06
* btrfs-progs: use libbtrfsutil for sync ioctlsOmar Sandoval2018-03-06
* btrfs-progs: treewide: Replace strerror(errno) with %m.Rosen Penev2018-01-31
* btrfs-progs: subvol: change set-default to also accept pathMisono, Tomohiro2017-11-14
* btrfs-progs: subvol: group options in helpDavid Sterba2017-10-06
* btrfs-progs: subvol: fix subvol del --commit-afterMisono, Tomohiro2017-10-06
* btrfs-progs: subvol: exchange subvol del --commit-after and --commit-eachMisono, Tomohiro2017-10-06
* btrfs-progs: subvol show: add support to search subvolume by rootid or uuidAnand Jain2017-07-20
* btrfs-progs: subvol show: fix the path use full_path as provided by the root ...Anand Jain2017-07-20
* btrfs-progs: move help defines to own headerDavid Sterba2017-03-08
* btrfs-progs: remove extra newline from messagesDavid Sterba2016-12-14
* btrfs-progs: subvol show: print more details about toplevel subvolumeDavid Sterba2016-11-09
* btrfs-progs: subvol list: cleanup layout argument setupDavid Sterba2016-11-09
* btrfs-progs: subvol list: setup list filters laterDavid Sterba2016-11-09
* btrfs-progs: use existing rootid resolving helper in btrfs_list_get_path_rootidDavid Sterba2016-11-09
* btrfs-progs: remove trivial helpers for filtering functionsDavid Sterba2016-09-21
* btrfs-progs: subvol create: remove v from getoptDavid Sterba2016-09-21
* btrfs-progs: subvol delete: add missing verbose optionVincent Batts2016-09-21
* btrfs-progs: switch ternary op to an if in cmd_subvol_showDavid Sterba2016-08-19
* btrfs-progs: do not set optind if not necessaryDavid Sterba2016-07-13
* btrfs-progs: subvolume sync: fix handling of -s optionMarek Rusinowski2016-05-11
* btrfs-progs: use ioctl search headers everywhereDavid Sterba2016-05-11
* btrfs-progs: create get_subvol_info()Anand Jain2016-03-30
* btrfs-progs: move test_issubvolume() to utils.cAnand Jain2016-03-30
* btrfs-progs: subvol get-default: fix argument parsingSatoru Takeuchi2016-03-18
* btrfs-progs: subvol sync: fix memory corruption, undersized arrayDavid Sterba2016-03-17
* btrfs-progs: add getopt stubs where neededDavid Sterba2016-03-14
* btrfs-progs: subvol show: use clean_args_no_options instead of opencodingDavid Sterba2016-01-14
* btrfs-progs: also check filesystem type in test_issubvolumeDavid Sterba2016-01-14
* btrfs-progs: more verbose errors from test_issubvolumeDavid Sterba2016-01-14
* btrfs-progs: let test_issubvolume return the exact errorDavid Sterba2016-01-14
* btrfs-progs: use symbolic name for subvolume inode number in test_issubvolumeDavid Sterba2016-01-14
* btrfs-progs: handle errors from test_isdirDavid Sterba2016-01-14
* btrfs-progs: subvol show: handle options by getoptDavid Sterba2016-01-13
* btrfs-progs: remove unnecessary errno temp variablesDavid Sterba2016-01-12
* btrfs-progs: cmd subvolume: switch to common error message wrapperDavid Sterba2016-01-12
* btrfs-progs: subvolume: use btrfs_open_dir for btrfs subvolume commandZhao Lei2015-11-02
* btrfs-progs: subvol sync: fix reversed conditionDavid Sterba2015-10-07
* btrfs-progs: Simplify all-subvolumn-clean condition for wait_for_subvolume_cl...Zhao Lei2015-09-01
* btrfs-progs: Simplify memory allocation for enumerate_dead_subvolsZhao Lei2015-09-01
* btrfs-progs: Fix wrong return value of wait_for_subvolume_cleaning()Zhao Lei2015-09-01