Age | Commit message (Expand) | Author | Files | Lines |
2013-07-19 | Btrfs: fix wrong write offset when replacing a device | Stefan Behrens | 1 | -1/+1 |
2013-07-02 | Btrfs: fix several potential problems in copy_nocow_pages_for_inode | Miao Xie | 1 | -1/+22 |
2013-07-02 | Btrfs: cleanup the code of copy_nocow_pages_for_inode() | Miao Xie | 1 | -25/+23 |
2013-07-02 | Btrfs: fix oops when recovering the file data by scrub function | Miao Xie | 1 | -1/+1 |
2013-07-02 | Btrfs: remove btrfs_sector_sum structure | Miao Xie | 1 | -11/+5 |
2013-07-01 | Btrfs: free csums when we're done scrubbing an extent | Josef Bacik | 1 | -0/+1 |
2013-05-18 | Btrfs: use a btrfs bioset instead of abusing bio internals | Chris Mason | 1 | -5/+5 |
2013-05-06 | Btrfs: improve the loop of scrub_stripe | Liu Bo | 1 | -26/+57 |
2013-05-06 | btrfs: make static code static & remove dead code | Eric Sandeen | 1 | -22/+0 |
2013-05-06 | Btrfs: add a incompatible format change for smaller metadata extent refs | Josef Bacik | 1 | -10/+20 |
2013-05-06 | Btrfs: cleanup unused arguments of btrfs_csum_data | Liu Bo | 1 | -8/+5 |
2013-03-29 | Btrfs: don't drop path when printing out tree errors in scrub | Josef Bacik | 1 | -1/+2 |
2013-02-20 | Merge branch 'raid56-experimental' into for-linus-3.9 | Chris Mason | 1 | -0/+8 |
2013-02-20 | Btrfs: use bit operation for ->fs_state | Miao Xie | 1 | -1/+1 |
2013-02-06 | Btrfs: fix race between snapshot deletion and getting inode | Liu Bo | 1 | -5/+20 |
2013-02-01 | Btrfs: RAID5 and RAID6 | David Woodhouse | 1 | -0/+8 |
2012-12-17 | Btrfs: fix BUG() in scrub when first superblock reading gives EIO | Stefan Behrens | 1 | -0/+11 |
2012-12-17 | Btrfs: fix a scrub regression in case of write errors | Stefan Behrens | 1 | -1/+2 |
2012-12-13 | Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block() | Stefan Behrens | 1 | -2/+2 |
2012-12-13 | Btrfs: change core code of btrfs to support the device replace operations | Stefan Behrens | 1 | -1/+6 |
2012-12-13 | Btrfs: add code to scrub to copy read data to another disk | Stefan Behrens | 1 | -71/+812 |
2012-12-13 | Btrfs: disallow some operations on the device replace target device | Stefan Behrens | 1 | -5/+9 |
2012-12-13 | Btrfs: pass fs_info instead of root | Stefan Behrens | 1 | -42/+34 |
2012-12-13 | Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree | Stefan Behrens | 1 | -7/+7 |
2012-12-13 | Btrfs: cleanup scrub bio and worker wait code | Stefan Behrens | 1 | -35/+71 |
2012-12-13 | Btrfs: in scrub repair code, simplify alloc error handling | Stefan Behrens | 1 | -35/+26 |
2012-12-13 | Btrfs: in scrub repair code, optimize the reading of mirrors | Stefan Behrens | 1 | -23/+12 |
2012-12-13 | Btrfs: make the scrub page array dynamically allocated | Stefan Behrens | 1 | -74/+121 |
2012-12-13 | Btrfs: remove the block device pointer from the scrub context struct | Stefan Behrens | 1 | -60/+73 |
2012-12-13 | Btrfs: rename the scrub context structure | Stefan Behrens | 1 | -252/+252 |
2012-10-01 | btrfs: Kill some bi_idx references | Kent Overstreet | 1 | -15/+0 |
2012-10-01 | Btrfs: fix a bug in parsing return value in logical resolve | Liu Bo | 1 | -6/+8 |
2012-10-01 | Btrfs: fix possible memory leak in scrub_setup_recheck_block() | Wei Yongjun | 1 | -0/+1 |
2012-06-15 | Btrfs: use rcu to protect device->name | Josef Bacik | 1 | -12/+18 |
2012-05-30 | Btrfs: add device counters for detected IO and checksum errors | Stefan Behrens | 1 | -16/+49 |
2012-05-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -0/+7 |
2012-05-04 | Btrfs: fix crash in scrub repair code when device is missing | Stefan Behrens | 1 | -0/+7 |
2012-04-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -15/+0 |
2012-04-18 | Btrfs: don't count CRC or header errors twice while scrubbing | Stefan Behrens | 1 | -15/+0 |
2012-04-14 | Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+4 |
2012-04-13 | Btrfs: check return value of bio_alloc() properly | Tsutomu Itoh | 1 | -0/+4 |
2012-03-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -372/+1035 |
2012-03-29 | Merge git://git.jan-o-sch.net/btrfs-unstable into for-linus | Chris Mason | 1 | -2/+2 |
2012-03-29 | Merge branch 'error-handling' into for-linus | Chris Mason | 1 | -11/+13 |
2012-03-27 | Btrfs: change scrub to support big blocks | Stefan Behrens | 1 | -340/+1013 |
2012-03-27 | Btrfs: minor cleanup in scrub | Stefan Behrens | 1 | -36/+25 |
2012-03-27 | Btrfs: fix regression in scrub path resolving | Jan Schmidt | 1 | -2/+2 |
2012-03-22 | btrfs: replace many BUG_ONs with proper error handling | Jeff Mahoney | 1 | -0/+3 |
2012-03-22 | btrfs: enhance transaction abort infrastructure | Jeff Mahoney | 1 | -2/+6 |
2012-03-22 | btrfs: return void in functions without error conditions | Jeff Mahoney | 1 | -26/+10 |