aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2012-12-12Btrfs: add new sources for device replace codeStefan Behrens
2012-12-12Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens
2012-12-12Btrfs: disallow some operations on the device replace target deviceStefan Behrens
2012-12-12Btrfs: disallow mutually exclusive admin operations from user modeStefan Behrens
2012-12-12Btrfs: pass fs_info instead of rootStefan Behrens
2012-12-12Btrfs: add btrfs_scratch_superblock() functionStefan Behrens
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens
2012-12-12Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens
2012-12-12Btrfs: add two more find_device() methodsStefan Behrens
2012-12-12Btrfs: move some common code into a subfunctionStefan Behrens
2012-12-12Btrfs: protect devices list with its mutexLiu Bo
2012-12-12Btrfs: Don't trust the superblock label and simply printk("%s") itStefan Behrens
2012-12-12fs/btrfs: use WARNJulia Lawall
2012-12-12Btrfs: Fix typo in fs/btrfsMasanari Iida
2012-12-12Btrfs: Remove the invalid shrink size check up from btrfs_shrink_dev()jeff.liu
2012-12-11Btrfs: recheck bio against block device when we map the bioJosef Bacik
2012-12-11Btrfs: cleanup duplicated division functionsMiao Xie
2012-10-25Btrfs: fix deadlock caused by the nested chunk allocationMiao Xie
2012-10-09Btrfs: make filesystem read-only when submitting barrier failsStefan Behrens
2012-10-09btrfs: fix message printingDaniel J Blueman
2012-10-08btrfs: move transaction aborts to the point of failureDavid Sterba
2012-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-08-28Btrfs: revert checksum error statistic which can cause a BUG()Stefan Behrens
2012-08-28Btrfs: barrier before waitqueue_activeJosef Bacik
2012-08-28Btrfs: do not strdup non existent stringsJosef Bacik
2012-08-04btrfs: nuke write_super from commentsArtem Bityutskiy
2012-07-23Btrfs: suppress printk() if all device I/O stats are zeroStefan Behrens
2012-07-23Btrfs: remove unwanted printk() for btrfs device I/O statsStefan Behrens
2012-07-23Btrfs: add DEVICE_READY ioctlJosef Bacik
2012-07-23btrfs: join DEV_STATS ioctls to oneDavid Sterba
2012-07-02Btrfs: resume balance on rw (re)mounts properlyIlya Dryomov
2012-07-02Btrfs: restore restriper state on all mountsIlya Dryomov
2012-07-02Btrfs: don't count I/O statistic read errors for missing devicesStefan Behrens
2012-06-14Btrfs: use rcu to protect device->nameJosef Bacik
2012-05-30Btrfs: read device stats on mount, write modified ones during commitStefan Behrens
2012-05-30Btrfs: add ioctl to get and reset the device statsStefan Behrens
2012-05-30Btrfs: add device counters for detected IO and checksum errorsStefan Behrens
2012-05-30Btrfs: fix wrong error returned by adding a deviceLiu Bo
2012-04-27Btrfs: fix repair code for RAID10Jan Schmidt
2012-04-18fs/btrfs/volumes.c: add missing free_fs_devicesJulia Lawall
2012-04-18Btrfs: fix max chunk size check in chunk allocatorIlya Dryomov
2012-04-12Btrfs: fix eof while discarding extentsLiu Bo
2012-03-28Btrfs: flush out and clean up any block device pages during mountChris Mason
2012-03-28Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for...Chris Mason
2012-03-28Merge branch 'error-handling' into for-linusChris Mason
2012-03-27Btrfs: fix infinite loop in btrfs_shrink_device()Ilya Dryomov
2012-03-27Btrfs: allow dup for data chunks in mixed modeIlya Dryomov
2012-03-27Btrfs: validate target profiles only if we are going to use themIlya Dryomov
2012-03-27Btrfs: move alloc_profile_is_valid() to volumes.cIlya Dryomov
2012-03-27Btrfs: make profile_is_valid() check more strictIlya Dryomov