summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-18Btrfs: modify clean_io_failure and make it suit direct ioMiao Xie3-21/+19
2014-09-18Btrfs: modify repair_io_failure and make it suit direct ioMiao Xie3-4/+7
2014-09-18Btrfs: split bio_readpage_error into several functionsMiao Xie2-64/+123
2014-09-18Btrfs: Cleanup unused variant and argument of IO failure handlersMiao Xie1-16/+10
2014-09-18Btrfs: fix missing error handler if submiting re-read bio failsMiao Xie1-0/+5
2014-09-18Btrfs: do file data check by sub-bio's selfMiao Xie4-29/+87
2014-09-18Btrfs: cleanup similar code of the buffered data data check and dio read data...Miao Xie1-55/+47
2014-09-18Btrfs: load checksum data once when submitting a direct read ioMiao Xie5-34/+35
2014-09-18Btrfs: modify rw_devices counter under chunk_mutex contextMiao Xie1-2/+2
2014-09-18Btrfs: move the missing device to its own fs device listMiao Xie1-26/+52
2014-09-18Btrfs: stop mounting the fs if the non-ENOENT errors happen when opening seed fsMiao Xie1-1/+1
2014-09-18Btrfs: make the logic of source device removing more clearMiao Xie2-14/+8
2014-09-18Btrfs: fix use-after-free problem of the device during device replaceMiao Xie3-1/+8
2014-09-18Btrfs: fix unprotected device list access when cloning fs devicesMiao Xie1-0/+3
2014-09-18Btrfs: Fix misuse of chunk mutexMiao Xie3-72/+65
2014-09-18Btrfs: fix unprotected device list access when getting the fs informationMiao Xie1-1/+7
2014-09-18Btrfs: fix unprotected system chunk array insertionMiao Xie1-1/+6
2014-09-18Btrfs: fix unprotected device's variants on 32bits machineMiao Xie4-29/+124
2014-09-18Btrfs: update free_chunk_space during allocting a new chunkMiao Xie1-5/+5
2014-09-18Btrfs: fix unprotected device->bytes_used updateMiao Xie1-1/+3
2014-09-18Btrfs: Fix wrong free_chunk_space assignment during removing a deviceMiao Xie1-5/+0
2014-09-18Btrfs: fix wrong device bytes_used in the super blockMiao Xie5-1/+37
2014-09-18Btrfs: fix wrong disk size when writing super blocksMiao Xie7-5/+83
2014-09-18Btrfs: fix unprotected assignment of the target deviceMiao Xie3-28/+28
2014-09-18Btrfs: cleanup double assignment of device->bytes_used when device replace fi...Miao Xie1-1/+0
2014-09-18Btrfs: cleanup unused num_can_discard in fs_devicesMiao Xie2-15/+2
2014-09-18btrfs: remove the wrong commentsLi RongQing1-4/+0
2014-09-18Btrfs: fix directory recovery from fsync logFilipe Manana1-0/+1
2014-09-18Btrfs: fix loop writing of async reclaimLiu Bo1-3/+14
2014-09-18Btrfs: make fiemap not blow when you have lots of snapshotsJosef Bacik3-36/+116
2014-09-18Btrfs: add missing compression property remove in btrfs_ioctl_setflagsFilipe Manana1-0/+3
2014-09-18btrfs: Fix a deadlock in btrfs_dev_replace_finishing()Qu Wenruo1-1/+2
2014-09-18Btrfs: cleanup the same name in end_bio_extent_readpageLiu Bo1-4/+4
2014-09-18btrfs: don't go readonly on existing qgroup itemsMark Fasheh1-2/+8
2014-09-18Btrfs: show real function name in btrfs workqueue tracepointLiu Bo1-1/+1
2014-09-18Btrfs: shrink further sizeof(struct extent_buffer)Filipe Manana1-2/+0
2014-09-18Btrfs: send, lower mem requirements for processing xattrsFilipe Manana1-8/+32
2014-09-18btrfs: remove stale define after removing ordered operationsDavid Sterba1-7/+0
2014-09-18Btrfs: improve free space cache management and space allocationFilipe Manana2-1/+653
2014-09-18btrfs: rename total_bytes to avoid confusionAnand Jain1-5/+5
2014-09-18btrfs: fix typo in the log messageAnand Jain1-1/+1
2014-09-18btrfs: rw_devices shouldn't be incremented for seed fs in btrfs_rm_dev_replac...Anand Jain1-1/+2
2014-09-18btrfs: fix memory leak when there is no more seed deviceAnand Jain1-0/+2
2014-09-18btrfs: update sprout seed pointer when seed fs is relinquishedAnand Jain1-0/+21
2014-09-18btrfs: fix rw_devices miss match after seed replaceAnand Jain1-0/+2
2014-09-18btrfs: replace seed device followed by unmount causes kernel WARNINGAnand Jain1-1/+7
2014-09-18btrfs: preparatory to make btrfs_rm_dev_replace_srcdev() seed awareAnand Jain1-5/+9
2014-09-18btrfs: Drop stray check of fixup_workers creationAndrey Utkin1-1/+1
2014-09-18Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana5-15/+7
2014-09-18btrfs: sysfs label interface should check for read only FSAnand Jain1-0/+3