btrfs-progs: add a recovery utility to pull files from damanged filesystems
[platform/upstream/btrfs-progs.git] / Makefile
2011-10-27 Josef Bacikbtrfs-progs: add a recovery utility to pull files from...
2011-10-25 Jan Schmidtbtrfs-progs: commands added
2011-10-25 Andreas Philippsome style/layout changes
2011-10-25 Andreas Philippadd all targets to clean target
2011-10-25 Kamble, Nitin Amake btrfs cross compilation friendly
2011-10-25 Goffredo BaroncelliAdd the "btrfs filesystem label" command
2011-10-25 Chris MasonBtrfs-progs: add a btrfs-select-super command to overwr...
2010-10-05 Chris MasonAdd rescue command to zero the log
2010-09-24 Yan ZhengFix undefined reference to symbol 'error_message'
2010-03-15 Chris MasonAdd ioctl-test.c which just prints all the ioctl numbers.
2010-03-11 ghigonew util: 'btrfs'
2010-03-11 Chris MasonAdd new defrag range ioctl that can also compress files...
2010-02-28 Chris MasonAdd btrfs-list for listing subvolumes
2009-11-12 Chris MasonAdd btrfs-map-logical program to map and read logical...
2009-06-08 Chris MasonMixed back reference (FORWARD ROLLING FORMAT CHANGE)
2009-01-21 Goldwyn RodriguesModify Makefile to include man directory
2009-01-21 Chris MasonDrop bit-radix.[ch] files
2009-01-07 Chris MasonRename debug-tree to btrfs-debug-tree
2008-11-20 Yan ZhengBtrfs image tool
2008-11-18 Yan Zhengupdate btrfs-progs for seed device support
2008-08-21 David WoodhouseSwitch btrfs_name_hash() to crc32c
2008-07-24 Chris MasonPrint the version string in a few programs
2008-05-01 Chris MasonFix uninitialized variables, and use -O so gcc starts...
2008-04-28 Chris MasonAdd btrfs-vol command to balance, add and (eventually...
2008-04-22 Chris MasonDrop quick-test from the list of programs built by...
2008-04-22 Chris MasonAdd a command to show all of the btrfs filesystems...
2008-04-15 Chris MasonFix up the quick btree code test program
2008-03-24 Chris MasonWalk all block devices looking for btrfs
2008-03-24 Chris MasonAdd support for multiple devices per filesystem
2008-03-04 Chris MasonRename the extent_map code to extent_io
2008-01-22 Jan Engelhardtbtrfs-progs: build with -D_FORTIFY_SOURCE=2
2008-01-14 Chris MasonInstall btrfs-convert during make install
2008-01-04 Chris MasonAdd Yan Zheng's ext3->btrfs conversion program
2008-01-04 YanUpdate btrfs-progs to match kernel sources
2007-12-11 Jan EngelhardtMakefile: CFLAGS, LDFLAGS
2007-10-17 Chris MasonRemove the last radix tree (block_group_cache)
2007-10-15 Chris MasonCreate a slightly more generic extent-caching structure
2007-10-15 Chris MasonSwitch to byte granular allocations
2007-10-15 Chris MasonStop using radix trees to record pending allocations
2007-09-14 Jan EngelhardtAdd per-file dependency tracking
2007-06-28 Josef Bacikcalculate checksums during IO
2007-06-28 Jeff MahoneyAllow install prefix overrides
2007-06-09 Chris Masonremove device tree
2007-06-08 Chris Masonendian fixes, makefile fixes
2007-05-22 Chris Masoncleanup warnings found with -O2
2007-04-26 Chris Masonstart of block group code
2007-04-21 Chris Masonadd owner and type fields to the extents aand block...
2007-04-11 Chris Masonearly support for multiple devices
2007-04-10 Chris Masonbtrfsctl
2007-04-05 Chris Masonuuids
2007-04-02 Chris Masonsync up with kernel sources
2007-03-21 Chris MasonBetter block record keeping, real mkfs
2007-03-20 Chris MasonAdd inode map, and the start of file extent items
2007-03-20 Chris Masonadd transaction.h to the Makefile
2007-03-16 Chris Masontransaction handles everywhere
2007-03-15 Chris Masonadd inode item
2007-03-15 Chris Masondirectory testing code and dir item fixes
2007-03-15 Chris MasonUse a chunk of the key flags to record the item type.
2007-03-13 Chris MasonChange the super to point to a tree of trees to enable...
2007-03-12 Chris Masonget/set for struct header fields
2007-03-07 Chris MasonFixup last found extent caching
2007-03-07 Chris Masonget rid of add recursion
2007-03-07 Chris MasonFixup reference counting on cows
2007-03-01 Chris MasonFixup the code to merge during path walks
2007-02-28 Chris Masonreturn code checking
2007-02-28 Chris MasonAdd sparse checking to Makefile
2007-02-26 Chris Masonu64 cleanups
2007-02-26 Chris MasonAdd fsx-style randomized tree tester
2007-02-24 Chris MasonBreak up ctree.c a little
2007-02-20 Chris Masonearly extent mapping support
2007-02-02 Chris MasonAdd backing store, memory management
2007-01-26 Chris MasonFaster deletes, add Makefile and kerncompat