cascardo/linux.git
2014-10-04 Chris MasonMerge branch 'remove-unlikely' of git://git./linux...
2014-10-04 Chris MasonMerge branch 'cleanup/blocksize-diet-part1' of git...
2014-10-04 Chris MasonMerge branch 'cleanup/misc-for-3.18' of git://git....
2014-10-03 Filipe MananaBtrfs: send, don't delay dir move if there's a new...
2014-10-03 David Sterbabtrfs: add more superblock checks
2014-10-03 Sage WeilBtrfs: fix race in WAIT_SYNC ioctl
2014-10-03 Filipe MananaBtrfs: be aware of btree inode write errors to avoid...
2014-10-03 Fabian FrederickBtrfs: remove redundant btrfs_verify_qgroup_counts...
2014-10-03 Fabian Frederickbtrfs: fix shadow warning on cmp
2014-10-03 Fabian FrederickBtrfs: fix compilation errors under DEBUG
2014-10-03 Liu BoBtrfs: fix crash of btrfs_release_extent_buffer_page
2014-10-03 Filipe MananaBtrfs: add missing end_page_writeback on submit_extent_...
2014-10-03 Qu Wenruobtrfs: Fix the wrong condition judgment about subset...
2014-10-03 Josef BacikBtrfs: fix build_backref_tree issue with multiple share...
2014-10-03 Josef BacikBtrfs: cleanup error handling in build_backref_tree
2014-10-02 David Sterbabtrfs: move checks for DUMMY_ROOT into a helper
2014-10-02 David Sterbabtrfs: new define for the inline extent data start
2014-10-02 David Sterbabtrfs: kill extent_buffer_page helper
2014-10-02 David Sterbabtrfs: drop constant param from btrfs_release_extent_bu...
2014-10-02 David Sterbabtrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUB
2014-10-02 David Sterbabtrfs: let merge_reloc_roots return void
2014-10-02 David Sterbabtrfs: remove unused members from struct scrub_warning
2014-10-02 David Sterbabtrfs: use slab for end_io_wq structures
2014-10-02 David Sterbabtrfs: fix error labels in init_btrfs_fs
2014-10-02 David Sterbabtrfs: use enum for wq endio metadata type
2014-10-02 David Sterbabtrfs: remove unused extent state bits
2014-10-02 Filipe David... Btrfs: set default max_inline to 8KiB instead of 8MiB
2014-10-02 David Sterbabtrfs: remove blocksize from btrfs_alloc_free_block...
2014-10-02 David Sterbabtrfs: remove unused parameter blocksize from btrfs_fin...
2014-10-02 David Sterbabtrfs: remove parameter blocksize from read_tree_block
2014-10-02 David Sterbabtrfs: inline code of reada_tree_block and remove it
2014-10-02 David Sterbabtrfs: return void from readahead_tree_block
2014-10-02 David Sterbabtrfs: remove unused parameter from readahead_tree_block
2014-10-02 David Sterbabtrfs: remove unlikely from data-dependent branches...
2014-10-02 David Sterbabtrfs: remove unlikely from NULL checks
2014-10-01 David Sterbabtrfs: remove unused variable from btrfs_parse_options
2014-10-01 David Sterbabtrfs: defrag, use unsigned type for extent thresh
2014-09-23 Josef BacikBtrfs: try not to ENOSPC on log replay
2014-09-23 Josef BacikBtrfs: don't do async reclaim during log replay
2014-09-23 Josef BacikBtrfs: remove empty block groups automatically
2014-09-19 Filipe MananaBtrfs: fix data corruption after fast fsync and writeba...
2014-09-19 Filipe MananaBtrfs: fix fsync race leading to invalid data after...
2014-09-18 Liu BoBtrfs: fix wrong parse of extent map's tracepoint
2014-09-18 Qu Wenruobtrfs: Fix and enhance merge_extent_mapping() to insert...
2014-09-17 Liu BoBtrfs: fix up bounds checking in lseek
2014-09-17 Miao XieBtrfs: cleanup the read failure record after write...
2014-09-17 Miao XieBtrfs: implement repair function when direct read fails
2014-09-17 Miao XieBtrfs: Set real mirror number for read operation on...
2014-09-17 Miao XieBtrfs: modify clean_io_failure and make it suit direct io
2014-09-17 Miao XieBtrfs: modify repair_io_failure and make it suit direct io
2014-09-17 Miao XieBtrfs: split bio_readpage_error into several functions
2014-09-17 Miao XieBtrfs: Cleanup unused variant and argument of IO failur...
2014-09-17 Miao XieBtrfs: fix missing error handler if submiting re-read...
2014-09-17 Miao XieBtrfs: do file data check by sub-bio's self
2014-09-17 Miao XieBtrfs: cleanup similar code of the buffered data data...
2014-09-17 Miao XieBtrfs: load checksum data once when submitting a direct...
2014-09-17 Miao XieBtrfs: modify rw_devices counter under chunk_mutex...
2014-09-17 Miao XieBtrfs: move the missing device to its own fs device...
2014-09-17 Miao XieBtrfs: stop mounting the fs if the non-ENOENT errors...
2014-09-17 Miao XieBtrfs: make the logic of source device removing more...
2014-09-17 Miao XieBtrfs: fix use-after-free problem of the device during...
2014-09-17 Miao XieBtrfs: fix unprotected device list access when cloning...
2014-09-17 Miao XieBtrfs: Fix misuse of chunk mutex
2014-09-17 Miao XieBtrfs: fix unprotected device list access when getting...
2014-09-17 Miao XieBtrfs: fix unprotected system chunk array insertion
2014-09-17 Miao XieBtrfs: fix unprotected device's variants on 32bits...
2014-09-17 Miao XieBtrfs: update free_chunk_space during allocting a new...
2014-09-17 Miao XieBtrfs: fix unprotected device->bytes_used update
2014-09-17 Miao XieBtrfs: Fix wrong free_chunk_space assignment during...
2014-09-17 Miao XieBtrfs: fix wrong device bytes_used in the super block
2014-09-17 Miao XieBtrfs: fix wrong disk size when writing super blocks
2014-09-17 Miao XieBtrfs: fix unprotected assignment of the target device
2014-09-17 Miao XieBtrfs: cleanup double assignment of device->bytes_used...
2014-09-17 Miao XieBtrfs: cleanup unused num_can_discard in fs_devices
2014-09-17 Li RongQingbtrfs: remove the wrong comments
2014-09-17 Filipe MananaBtrfs: fix directory recovery from fsync log
2014-09-17 Liu BoBtrfs: fix loop writing of async reclaim
2014-09-17 Josef BacikBtrfs: make fiemap not blow when you have lots of snapshots
2014-09-17 Filipe MananaBtrfs: add missing compression property remove in btrfs...
2014-09-17 Qu Wenruobtrfs: Fix a deadlock in btrfs_dev_replace_finishing()
2014-09-17 Liu BoBtrfs: cleanup the same name in end_bio_extent_readpage
2014-09-17 Mark Fashehbtrfs: don't go readonly on existing qgroup items
2014-09-17 Liu BoBtrfs: show real function name in btrfs workqueue trace...
2014-09-17 Filipe MananaBtrfs: shrink further sizeof(struct extent_buffer)
2014-09-17 Filipe MananaBtrfs: send, lower mem requirements for processing...
2014-09-17 David Sterbabtrfs: remove stale define after removing ordered opera...
2014-09-17 Filipe MananaBtrfs: improve free space cache management and space...
2014-09-17 Anand Jainbtrfs: rename total_bytes to avoid confusion
2014-09-17 Anand Jainbtrfs: fix typo in the log message
2014-09-17 Anand Jainbtrfs: rw_devices shouldn't be incremented for seed...
2014-09-17 Anand Jainbtrfs: fix memory leak when there is no more seed device
2014-09-17 Anand Jainbtrfs: update sprout seed pointer when seed fs is relin...
2014-09-17 Anand Jainbtrfs: fix rw_devices miss match after seed replace
2014-09-17 Anand Jainbtrfs: replace seed device followed by unmount causes...
2014-09-17 Anand Jainbtrfs: preparatory to make btrfs_rm_dev_replace_srcdev...
2014-09-17 Andrey Utkinbtrfs: Drop stray check of fixup_workers creation
2014-09-17 Filipe MananaBtrfs: make btrfs_search_forward return with nodes...
2014-09-17 Anand Jainbtrfs: sysfs label interface should check for read...
2014-09-17 Anand Jainbtrfs: code optimize: BTRFS_ATTR_RW could set the mode
2014-09-17 Anand Jainbtrfs: code optimize: BTRFS_ATTR could handle the mode
next