summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-28resetting manifest requested domain to floortizen_3.0.m14.3_ivi_releasetizen_3.0.m14.2_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen_ivi_genivi/20140131.015851submit/tizen/20130912.065107submit/tizen/20130710.125718ivi_oct_m2accepted/tizen/ivi/genivi/20140131.015704accepted/tizen/20130912.083011accepted/tizen/20130912.072025accepted/tizen/20130912.071956accepted/tizen/20130912.064448accepted/tizen/20130710.221040tizen_ivi_genivitizen_3.0.m14.3_ivitizen_3.0.m14.2_ivitizen_3.0.2014.q3_commonaccepted/tizen_genericaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonaccepted/tizen/ivi/stableaccepted/tizen/ivi/geniviAlexandru Cornea2-0/+8
2013-06-07Add a fsck symlink to btrfscksubmit/tizen/20130607.232901accepted/tizen/20130608.001951Patrick McCarty2-0/+5
2013-05-11Set license using %licensesubmit/tizen/20130517.020624submit/tizen/20130511.053711accepted/tizen/20130520.103300Anas Nashif2-0/+4
2013-03-07HACK: change version to work around mic bugsubmit/trunk/20130307.143244submit/tizen/20130509.173159submit/tizen/20130503.190209submit/tizen/20130503.184128accepted/trunk/20130307.143359accepted/tizen/20130503.223815Markus Lehtonen2-1/+4
2013-03-06Add packagingsubmit/trunk/20130306.201015accepted/trunk/20130306.221131Patrick McCarty2-0/+49
2012-09-04Btrfs progs: quota groups supportv0.20-rc1upstream/0.20.rc1Arne Jansen12-15/+1075
2012-08-20Btrfs-progs: replace find_mount_root from send codeJan Schmidt1-67/+21
2012-08-09Allow relative paths for btrfs sendChris Mason2-19/+41
2012-07-26Use intel hardware crc32c where availableChris Mason3-2/+126
2012-07-26Switch to -O1 for optimizations to enable FORTIFY_SOURCEChris Mason1-1/+1
2012-07-26Btrfs-progs: add btrfs send/receive commandsAlexander Block10-3/+2676
2012-07-26Btrfs-progs: update ioctl.h to support btrfs send ioctlAlexander Block1-0/+11
2012-07-26Btrfs-progs: update btrfs-progs for subvol uuid+times supportAlexander Block3-19/+119
2012-07-26Btrfs-progs: print inode transid and dir item data field in debug-treeAlexander Block1-1/+8
2012-07-26Btrfs-progs: update ioctl.h to support clone range ioctlAlexander Block1-1/+9
2012-07-26Btrfs-progs: add BTRFS_IOC_SUBVOL_GET/SETFLAGS to ioctl.hAlexander Block1-0/+2
2012-07-06btrfs-progs: mkfs: add option to skip trimDavid Sterba4-9/+29
2012-07-05Btrfs: fix off by one in null terminationChris Mason1-1/+1
2012-07-05Merge branch 'for-chris' of git://github.com/idryomov/btrfs-progs into 0.20Chris Mason4-29/+176
2012-07-03Btrfs-progs, btrfs-map-logical: Fix typo in usageMiao Xie1-2/+2
2012-07-03Btrfs-progs, btrfs-corrupt-block: fix the wrong usageMiao Xie1-6/+8
2012-07-03Btrfs-progs: Fix manual of btrfs commandAkira Fujita1-15/+20
2012-07-03btrfs-progs: document --rootdir mkfs switchPhillip Susi1-0/+4
2012-07-03btrfs-progs: removed extraneous whitespace from mkfs man pagePhillip Susi1-9/+10
2012-07-03scrub_fs_info( ) file handle leakingGoffredo Baroncelli1-14/+21
2012-07-03btrfs-progs: Update resize documentationShawn Bohrer2-8/+13
2012-07-03Fix "set-dafault" typo in cmds-subvolume.cChris Samuel1-2/+2
2012-07-03man: fix btrfs man page formattingHubert Kario1-0/+2
2012-07-03btrfs-progs: enforce block count on all devices in mkfsJosef Bacik2-0/+3
2012-07-03Btrfs-progs: fix btrfsck's snapshot wrong "unresolved refs"Miao Xie1-5/+67
2012-07-03mkfs: Handle creation of filesystem larger than the first deviceJan Kara1-0/+4
2012-07-03Fix segmentation fault when opening invalid file systemHubert Kario1-0/+2
2012-07-03Btrfs-progs: make btrfs filesystem show <uuid> actually workJosef Bacik1-0/+7
2012-06-05mkfs: avoid heap-buffer-read-underrun for zero-length "size" argJim Meyering2-2/+2
2012-06-05avoid several strncpy-induced buffer overrunsJim Meyering8-6/+25
2012-06-05restore: don't corrupt stack for a zero-length command-line argumentJim Meyering1-5/+3
2012-06-05mkfs: use strdup in place of strlen,malloc,strcpy sequenceJim Meyering1-2/+1
2012-06-05btrfs_scan_one_dir: avoid use-after-free on error pathJim Meyering1-0/+1
2012-06-05Btrfs-progs: make btrfsck aware of free space inodesJosef Bacik1-0/+7
2012-06-05Makefile: use $(MAKE) instead of hardcoded 'make'Sergei Trofimovich1-3/+3
2012-06-05Makefile: use $(CC) as a compilers instead of $(CC)/gccSergei Trofimovich1-3/+3
2012-06-05btrfs-progs: cleanup: remove the redundant BTRFS_CSUM_TYPE_CRC32 macro defini...Wang Sheng-Hui1-4/+0
2012-03-28Add incompat flag for big metadata blocksChris Mason1-0/+15
2012-03-26mkfs: make -l and -n an alias for each otherChris Mason1-4/+8
2012-03-13Btrfs-progs: allow dup for data chunks in mixed modeIlya Dryomov1-4/+12
2012-03-13Btrfs-progs: make print-tree.c aware of free space cacheIlya Dryomov2-9/+72
2012-03-12Btrfs-progs: bring 'subvol get-default' back inIlya Dryomov2-1/+82
2012-03-12Btrfs-progs: refactor resolve_root() function a bitIlya Dryomov1-11/+10
2012-03-12Btrfs-progs: nuke redundant zeroing in __list_subvol_search()Ilya Dryomov1-4/+0
2012-02-22btrfsck: add early code to handle corrupted block groupsChris Mason6-32/+81