btrfs-progs: mkfs: return nozero value on thin provisioned device
[platform/upstream/btrfs-progs.git] / cmds-scrub.c
2018-01-31 Rosen Penevbtrfs-progs: treewide: Replace strerror(errno) with %m.
2017-03-08 David Sterbabtrfs-progs: move help defines to own header
2017-03-08 Qu Wenruobtrfs-progs: Introduce kernel sizes to cleanup large...
2016-09-21 David Sterbabtrfs-progs: scrub: improved error handling in scrub_re...
2016-07-13 David Sterbabtrfs-progs: do not set optind if not necessary
2016-06-01 Nicholas D Steevesbtrfs-progs: typo review of strings and comments
2016-03-14 David Sterbabtrfs-progs: add getopt stubs where needed
2015-11-02 Zhao Leibtrfs-progs: use btrfs_open_dir in open_path_or_dev_mnt
2015-10-21 Zhao Leibtrfs-progs: use common warning/error for cmds-scrub.c
2015-10-19 Zhao Leibtrfs-progs: enhance error message with status from...
2015-10-19 Zhao Leibtrfs-progs: use switch instead of a series of ifs...
2015-10-02 Zhao Leibtrfs-progs: Increase running state's priority in stat...
2015-09-01 David Sterbabtrfs-progs: use android compat header
2015-08-31 Byongho Leebtrfs-progs: fix memory leaks in error path
2015-08-31 Brendan Headingbtrfs-progs: compilation errors when using musl libc
2015-06-12 David Sterbabtrfs-progs: use PATH_MAX instead of BTRFS_PATH_NAME_MAX
2015-06-09 David Sterbabtrfs-progs: add command group info strings
2015-06-04 David Sterbabtrfs-progs: scrub: more friendly duration format in...
2015-01-19 David Sterbabtrfs-progs: fix check of running scrub
2014-10-10 David Sterbabtrfs-progs: scrub, detect stale information in the...
2014-08-22 Satoru Takeuchibtrfs-progs: random fixes for usage string of btrfs...
2014-08-22 Gui Hechengbtrfs-progs: replace a confusing raw number with a...
2014-08-22 Gui Hechengbtrfs-progs: correct manpage option description for...
2014-08-22 Gui Hechengbtrfs-progs: remove unnecessary judgment for fd in...
2014-08-22 Gui Hechengbtrfs-progs: adjust the return values for scrub
2014-08-22 Qu Wenruobtrfs-progs: Improve the errno string about open_path_o...
2014-05-28 Chris Masonscrub: fix uninit return variable in scrub_progress_cycle
2014-04-22 Rakesh PanditBtrfs-progs: scrub: disable thread cancelability during...
2014-04-22 Rakesh PanditBtrfs-progs: remove unsed pthread attribute objects
2014-03-21 Rakesh PanditBtrfs-progs: scrub: don't call unlock if pthread_mutex_...
2014-01-31 Mitchel Humpherysbtrfs-progs: fix minor grammar issues
2014-01-31 Eric Sandeenbtrfs-progs: fix resource leak in scrub_start()
2014-01-31 Wang ShilongBtrfs-progs: fix segfault when getting scrub status
2014-01-31 Wang ShilongBtrfs-progs: add option to skip whether a scrub has...
2014-01-31 Anand Jainbtrfs-progs: define BTRFS_UUID_UNPARSE_SIZE for uuid...
2013-10-16 Wang ShilongBtrfs-progs: fix magic return value in cmds-scrub.c
2013-09-03 Zach Brownbtrfs-progs: use NULL instead of 0
2013-09-03 Eric Sandeenbtrfs-progs: mark static & remove unused from non-kerne...
2013-08-09 Qu Wenruobtrfs-progs: Update the usage strings of some cmds
2013-08-09 Wang ShilongBtrfs-progs: fix closing of opendir()
2013-08-09 Zach Brownbtrfs-progs: per-thread, per-call pretty buffer
2013-08-09 Stefan BehrensBtrfs-progs: detect when scrub is started twice
2013-04-23 Anand Jainbtrfs-progs: fix btrfs scrub start help
2013-03-19 Stefan BehrensBtrfs-progs: make scrub IO priority configurable
2013-03-12 Eric Sandeenbtrfs-progs: rework get_fs_info to remove side effects
2013-03-12 Eric Sandeenbtrfs-progs: don't open-code mountpoint discovery in...
2013-03-10 Eric Sandeenbtrfs-progs: fix scrub error return from pthread_mutex_lock
2013-03-10 Eric Sandeenbtrfs-progs: Error handling in scrub_progress_cycle...
2013-03-10 Eric Sandeenbtrfs-progs: Issue warnings if ioctls fail in sigint...
2013-02-27 Eric Sandeenbtrfs-progs: more scrub cancel error handling
2013-02-27 Eric Sandeenbtrfs-progs: fix close of error fd in scrub cancel
2013-02-06 Chris MasonMerge branch 'cov-fixes-v1-integration-20130201' of...
2013-02-06 Chris MasonMerge branch 'for-chris' of git://repo.or.cz/btrfs...
2013-02-06 Eric Sandeenbtrfs-progs: don't use closed fd
2013-02-06 Eric Sandeenbtrfs-progs: don't double-close prg_fd
2013-02-06 Zach Brownbtrfs-progs: scrub can leak fd 0
2013-02-06 Zach Brownbtrfs-progs: fix scrub socket leak
2013-01-29 Stefan BehrensBtrfs-progs: make two utility functions globally available
2013-01-18 Arne JansenBtrfs-progs: bugfix for scrubbing single devices
2013-01-17 Lluis Batlle i Rossellbtrfs-progs: Fix getopt on arm platforms
2013-01-17 Wade ClineBtrfs-progs: Fix compiler warnings on PPC64
2012-07-05 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-07-03 Goffredo Baroncelliscrub_fs_info( ) file handle leaking
2012-02-09 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-02-08 Ilya DryomovBtrfs-progs: allow multi-line command group synopsis
2012-02-05 Chris MasonMerge branch 'parser' of git://github.com/idryomov...
2012-02-03 Ilya DryomovBtrfs-progs: switch all existing commands to a new...
2012-02-03 Ilya DryomovBtrfs-progs: rearrange files in the repo