summaryrefslogtreecommitdiff
path: root/cmds-scrub.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: use btrfs_open_dir in open_path_or_dev_mntZhao Lei2015-11-021-23/+5
* btrfs-progs: use common warning/error for cmds-scrub.cZhao Lei2015-10-211-91/+73
* btrfs-progs: enhance error message with status from kernel and errnoZhao Lei2015-10-191-1/+2
* btrfs-progs: use switch instead of a series of ifs for output error messageZhao Lei2015-10-191-15/+20
* btrfs-progs: Increase running state's priority in stat outputZhao Lei2015-10-021-10/+8
* btrfs-progs: use android compat headerDavid Sterba2015-09-011-0/+1
* btrfs-progs: fix memory leaks in error pathByongho Lee2015-08-311-4/+14
* btrfs-progs: compilation errors when using musl libcBrendan Heading2015-08-311-0/+1
* btrfs-progs: use PATH_MAX instead of BTRFS_PATH_NAME_MAXDavid Sterba2015-06-121-5/+5
* btrfs-progs: add command group info stringsDavid Sterba2015-06-091-1/+4
* btrfs-progs: scrub: more friendly duration format in statusDavid Sterba2015-06-041-7/+12
* btrfs-progs: fix check of running scrubDavid Sterba2015-01-191-5/+1
* btrfs-progs: scrub, detect stale information in the status fileDavid Sterba2014-10-101-1/+39
* btrfs-progs: random fixes for usage string of btrfs scrubSatoru Takeuchi2014-08-221-2/+3
* btrfs-progs: replace a confusing raw number with a macroGui Hecheng2014-08-221-1/+1
* btrfs-progs: correct manpage option description for scrubGui Hecheng2014-08-221-2/+2
* btrfs-progs: remove unnecessary judgment for fd in scrubGui Hecheng2014-08-221-3/+0
* btrfs-progs: adjust the return values for scrubGui Hecheng2014-08-221-5/+8
* btrfs-progs: Improve the errno string about open_path_or_dev_mnt()Qu Wenruo2014-08-221-4/+21
* scrub: fix uninit return variable in scrub_progress_cycleintegrationChris Mason2014-05-281-1/+1
* Btrfs-progs: scrub: disable thread cancelability during mutex locksRakesh Pandit2014-04-221-9/+22
* Btrfs-progs: remove unsed pthread attribute objectsRakesh Pandit2014-04-221-11/+2
* Btrfs-progs: scrub: don't call unlock if pthread_mutex_lock failsRakesh Pandit2014-03-211-1/+2
* btrfs-progs: fix minor grammar issuesMitchel Humpherys2014-01-311-1/+1
* btrfs-progs: fix resource leak in scrub_start()Eric Sandeen2014-01-311-1/+5
* Btrfs-progs: fix segfault when getting scrub statusWang Shilong2014-01-311-1/+1
* Btrfs-progs: add option to skip whether a scrub has started/resumed in userspaceWang Shilong2014-01-311-3/+9
* btrfs-progs: define BTRFS_UUID_UNPARSE_SIZE for uuid unparse buf sizeAnand Jain2014-01-311-3/+3
* Btrfs-progs: fix magic return value in cmds-scrub.cWang Shilong2013-10-161-9/+11
* btrfs-progs: use NULL instead of 0Zach Brown2013-09-031-1/+1
* btrfs-progs: mark static & remove unused from non-kernel codeEric Sandeen2013-09-031-1/+1
* btrfs-progs: Update the usage strings of some cmdsQu Wenruo2013-08-091-2/+3
* Btrfs-progs: fix closing of opendir()Wang Shilong2013-08-091-6/+9
* btrfs-progs: per-thread, per-call pretty bufferZach Brown2013-08-091-4/+4
* Btrfs-progs: detect when scrub is started twiceStefan Behrens2013-08-091-0/+42
* btrfs-progs: fix btrfs scrub start helpAnand Jain2013-04-231-2/+2
* Btrfs-progs: make scrub IO priority configurableStefan Behrens2013-03-191-3/+37
* btrfs-progs: rework get_fs_info to remove side effectsEric Sandeen2013-03-121-4/+6
* btrfs-progs: don't open-code mountpoint discovery in scrub cancelEric Sandeen2013-03-121-34/+15
* btrfs-progs: fix scrub error return from pthread_mutex_lockEric Sandeen2013-03-101-1/+1
* btrfs-progs: Error handling in scrub_progress_cycle() threadEric Sandeen2013-03-101-21/+38
* btrfs-progs: Issue warnings if ioctls fail in sigint handlersEric Sandeen2013-03-101-1/+5
* btrfs-progs: more scrub cancel error handlingEric Sandeen2013-02-271-4/+11
* btrfs-progs: fix close of error fd in scrub cancelEric Sandeen2013-02-271-8/+5
* btrfs-progs: don't use closed fdEric Sandeen2013-02-051-3/+5
* btrfs-progs: don't double-close prg_fdEric Sandeen2013-02-051-0/+1
* btrfs-progs: scrub can leak fd 0Zach Brown2013-02-051-2/+2
* btrfs-progs: fix scrub socket leakZach Brown2013-02-051-0/+1
* Btrfs-progs: make two utility functions globally availableStefan Behrens2013-01-301-85/+9
* Btrfs-progs: bugfix for scrubbing single devicesArne Jansen2013-01-181-1/+1