summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason2012-07-251-3/+5
|\
| * Btrfs: introduce subvol uuids and timesAlexander Block2012-07-251-3/+5
* | Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason2012-07-251-7/+127
|\ \
| * | Btrfs: quota tree support and startupArne Jansen2012-07-121-6/+41
| * | Btrfs: qgroup state and initializationArne Jansen2012-07-101-0/+7
| * | Btrfs: added helper to create new treesArne Jansen2012-07-101-1/+77
| * | Btrfs: join tree mod log code with the code holding back delayed refsJan Schmidt2012-07-101-0/+2
* | | Btrfs: avoid I/O repair BUG() from btree_read_extent_buffer_pages()Stefan Behrens2012-07-231-1/+1
* | | Btrfs: do not ignore errors from btrfs_cleanup_fs_roots() when mountingIlya Dryomov2012-07-231-2/+2
* | | Btrfs: do not return EINVAL instead of ENOMEM from open_ctree()Ilya Dryomov2012-07-231-1/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-07-051-13/+21
|\ \ | |/
| * Btrfs: resume balance on rw (re)mounts properlyIlya Dryomov2012-07-021-9/+15
| * Btrfs: restore restriper state on all mountsIlya Dryomov2012-07-021-4/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-06-211-0/+1
|\ \ | |/
| * Btrfs: add a missing spin_lockJosef Bacik2012-06-211-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-06-151-28/+48
|\ \ | |/
| * Btrfs: destroy the items of the delayed inodes in error handling routineMiao Xie2012-06-151-0/+6
| * Btrfs: make sure that we've made everything in pinned tree cleanLiu Bo2012-06-151-0/+11
| * Btrfs: avoid memory leak of extent state in error handling routineLiu Bo2012-06-151-0/+2
| * Btrfs: fix incompat flags settingLi Zefan2012-06-141-1/+1
| * Btrfs: use rcu to protect device->nameJosef Bacik2012-06-141-4/+6
| * Btrfs: fix btrfs_destroy_marked_extentsJosef Bacik2012-06-141-4/+2
| * Btrfs: wake up transaction waiters when aborting a transactionJosef Bacik2012-06-141-6/+3
| * Btrfs: fix locking in btrfs_destroy_delayed_refsJosef Bacik2012-06-141-13/+17
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-06-011-32/+25
|\ \ | |/
| * Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l...Chris Mason2012-05-311-1/+6
| |\
| | * Btrfs: add tree mod log to fs_infoJan Schmidt2012-05-261-0/+5
| | * Btrfs: don't set for_cow parameter for tree block functionsJan Schmidt2012-05-261-1/+1
| * | Btrfs: read device stats on mount, write modified ones during commitStefan Behrens2012-05-301-0/+7
| * | Btrfs: add device counters for detected IO and checksum errorsStefan Behrens2012-05-301-4/+9
| * | btrfs: Drop unused function btrfs_abort_devices()Asias He2012-05-301-13/+0
| * | Btrfs: fix how we deal with the orphan block rsvJosef Bacik2012-05-301-1/+1
| * | Btrfs: convert the inode bit field to use the actual bit operationsJosef Bacik2012-05-301-1/+2
| * | Btrfs: finish ordered extents in their own threadJosef Bacik2012-05-301-12/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-1/+1
|\ \ | |/ |/|
| * Merge branch 'master' into for-nextJiri Kosina2012-04-081-293/+368
| |\
| * | btrfs: assignment in write_dev_flush() doesn't need two semi-colonsJesper Juhl2012-04-051-1/+1
* | | Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason2012-05-061-5/+13
* | | Btrfs: always store the mirror we read the eb fromJosef Bacik2012-04-181-8/+8
* | | Btrfs: do not mount when we have a sectorsize unequal to PAGE_SIZELiu Bo2012-04-181-3/+3
| |/ |/|
* | Btrfs: update the checks for mixed block groups with big metadata blocksChris Mason2012-03-291-12/+17
* | Btrfs: flush out and clean up any block device pages during mountChris Mason2012-03-281-0/+1
* | Merge branch 'error-handling' into for-linusChris Mason2012-03-281-75/+186
|\ \
| * | btrfs: disallow unequal data/metadata blocksize for mixed block groupsDavid Sterba2012-03-281-0/+8
| * | Btrfs: enhance superblock sanity checksDavid Sterba2012-03-281-5/+18
| * | btrfs: Fix busyloop in transaction_kthread()Jan Kara2012-03-221-2/+7
| * | btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney2012-03-221-30/+86
| * | btrfs: enhance transaction abort infrastructureJeff Mahoney2012-03-221-4/+46
| * | btrfs: drop gfp_t from lock_extentJeff Mahoney2012-03-221-1/+1
| * | btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-25/+14
OpenPOWER on IntegriCloud