Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-09-18Btrfs: implement repair function when direct read failsMiao Xie
2014-09-18Btrfs: Set real mirror number for read operation on RAID0/5/6Miao Xie
2014-09-18Btrfs: modify clean_io_failure and make it suit direct ioMiao Xie
2014-09-18Btrfs: modify repair_io_failure and make it suit direct ioMiao Xie
2014-09-18Btrfs: split bio_readpage_error into several functionsMiao Xie
2014-09-18Btrfs: Cleanup unused variant and argument of IO failure handlersMiao Xie
2014-09-18Btrfs: fix missing error handler if submiting re-read bio failsMiao Xie
2014-09-18Btrfs: do file data check by sub-bio's selfMiao Xie
2014-09-18Btrfs: cleanup similar code of the buffered data data check and dio read data...Miao Xie
2014-09-18Btrfs: load checksum data once when submitting a direct read ioMiao Xie
2014-09-18Btrfs: modify rw_devices counter under chunk_mutex contextMiao Xie
2014-09-18Btrfs: move the missing device to its own fs device listMiao Xie
2014-09-18Btrfs: stop mounting the fs if the non-ENOENT errors happen when opening seed fsMiao Xie
2014-09-18Btrfs: make the logic of source device removing more clearMiao Xie
2014-09-18Btrfs: fix use-after-free problem of the device during device replaceMiao Xie
2014-09-18Btrfs: fix unprotected device list access when cloning fs devicesMiao Xie
2014-09-18Btrfs: Fix misuse of chunk mutexMiao Xie
2014-09-18Btrfs: fix unprotected device list access when getting the fs informationMiao Xie
2014-09-18Btrfs: fix unprotected system chunk array insertionMiao Xie
2014-09-18Btrfs: fix unprotected device's variants on 32bits machineMiao Xie
2014-09-18Btrfs: update free_chunk_space during allocting a new chunkMiao Xie
2014-09-18Btrfs: fix unprotected device->bytes_used updateMiao Xie
2014-09-18Btrfs: Fix wrong free_chunk_space assignment during removing a deviceMiao Xie
2014-09-18Btrfs: fix wrong device bytes_used in the super blockMiao Xie
2014-09-18Btrfs: fix wrong disk size when writing super blocksMiao Xie
2014-09-18Btrfs: fix unprotected assignment of the target deviceMiao Xie
2014-09-18Btrfs: cleanup double assignment of device->bytes_used when device replace fi...Miao Xie
2014-09-18Btrfs: cleanup unused num_can_discard in fs_devicesMiao Xie
2014-09-18btrfs: remove the wrong commentsLi RongQing
2014-09-18Btrfs: fix directory recovery from fsync logFilipe Manana
2014-09-18Btrfs: fix loop writing of async reclaimLiu Bo
2014-09-18Btrfs: make fiemap not blow when you have lots of snapshotsJosef Bacik
2014-09-18Btrfs: add missing compression property remove in btrfs_ioctl_setflagsFilipe Manana
2014-09-18btrfs: Fix a deadlock in btrfs_dev_replace_finishing()Qu Wenruo
2014-09-18Btrfs: cleanup the same name in end_bio_extent_readpageLiu Bo
2014-09-18btrfs: don't go readonly on existing qgroup itemsMark Fasheh
2014-09-18Btrfs: shrink further sizeof(struct extent_buffer)Filipe Manana
2014-09-18Btrfs: send, lower mem requirements for processing xattrsFilipe Manana
2014-09-18btrfs: remove stale define after removing ordered operationsDavid Sterba
2014-09-18Btrfs: improve free space cache management and space allocationFilipe Manana
2014-09-18btrfs: rename total_bytes to avoid confusionAnand Jain
2014-09-18btrfs: fix typo in the log messageAnand Jain
2014-09-18btrfs: rw_devices shouldn't be incremented for seed fs in btrfs_rm_dev_replac...Anand Jain
2014-09-18btrfs: fix memory leak when there is no more seed deviceAnand Jain
2014-09-18btrfs: update sprout seed pointer when seed fs is relinquishedAnand Jain
2014-09-18btrfs: fix rw_devices miss match after seed replaceAnand Jain
2014-09-18btrfs: replace seed device followed by unmount causes kernel WARNINGAnand Jain
2014-09-18btrfs: preparatory to make btrfs_rm_dev_replace_srcdev() seed awareAnand Jain
2014-09-18btrfs: Drop stray check of fixup_workers creationAndrey Utkin
2014-09-18Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana