summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix lockups from btrfs_clear_path_blockingChris Mason2014-11-193-15/+25
* Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanupChris Mason2014-11-041-1/+1
* Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent itemsFilipe Manana2014-10-281-8/+0
* Btrfs: properly clean up btrfs_end_io_wq_cacheJosef Bacik2014-10-271-0/+1
* Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()Filipe Manana2014-10-273-10/+4
* btrfs: use macro accessors in superblock validation checksDavid Sterba2014-10-271-21/+22
* Revert "Btrfs: race free update of commit root for ro snapshots"Chris Mason2014-10-172-36/+33
* btrfs: Fix compile error when CONFIG_SECURITY is not set.Qu Wenruo2014-10-081-0/+2
* Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is offChris Mason2014-10-072-3/+2
* btrfs: Make btrfs handle security mount options internally to avoid losing se...Qu Wenruo2014-10-062-5/+97
* Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2014-10-046-16/+16
|\
| * btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba2014-10-025-10/+10
| * btrfs: remove unlikely from NULL checksDavid Sterba2014-10-022-6/+6
* | Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason2014-10-049-105/+57
|\ \
| * | btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba2014-10-025-27/+21
| * | btrfs: remove unused parameter blocksize from btrfs_find_tree_blockDavid Sterba2014-10-024-12/+9
| * | btrfs: remove parameter blocksize from read_tree_blockDavid Sterba2014-10-027-37/+18
| * | btrfs: inline code of reada_tree_block and remove itDavid Sterba2014-10-021-10/+2
| * | btrfs: return void from readahead_tree_blockDavid Sterba2014-10-023-8/+4
| * | btrfs: remove unused parameter from readahead_tree_blockDavid Sterba2014-10-025-16/+8
| |/
* | Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2014-10-0417-135/+130
|\ \
| * | btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba2014-10-025-21/+23
| * | btrfs: new define for the inline extent data startDavid Sterba2014-10-022-10/+9
| * | btrfs: kill extent_buffer_page helperDavid Sterba2014-10-022-35/+26
| * | btrfs: drop constant param from btrfs_release_extent_buffer_pageDavid Sterba2014-10-021-9/+6
| * | btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBDavid Sterba2014-10-024-5/+4
| * | btrfs: let merge_reloc_roots return voidDavid Sterba2014-10-021-2/+1
| * | btrfs: remove unused members from struct scrub_warningDavid Sterba2014-10-021-15/+2
| * | btrfs: use slab for end_io_wq structuresDavid Sterba2014-10-023-10/+38
| * | btrfs: fix error labels in init_btrfs_fsDavid Sterba2014-10-021-2/+2
| * | btrfs: use enum for wq endio metadata typeDavid Sterba2014-10-024-18/+14
| * | btrfs: remove unused extent state bitsDavid Sterba2014-10-021-4/+0
| * | Btrfs: set default max_inline to 8KiB instead of 8MiBFilipe David Borba Manana2014-10-023-2/+3
| * | btrfs: remove unused variable from btrfs_parse_optionsDavid Sterba2014-10-011-3/+1
| * | btrfs: defrag, use unsigned type for extent threshDavid Sterba2014-10-011-4/+4
| |/
* | Btrfs: send, don't delay dir move if there's a new parent inodeFilipe Manana2014-10-031-1/+1
* | btrfs: add more superblock checksDavid Sterba2014-10-031-2/+65
* | Btrfs: fix race in WAIT_SYNC ioctlSage Weil2014-10-031-3/+9
* | Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana2014-10-036-12/+114
* | Btrfs: remove redundant btrfs_verify_qgroup_counts declaration.Fabian Frederick2014-10-031-2/+0
* | btrfs: fix shadow warning on cmpFabian Frederick2014-10-031-4/+4
* | Btrfs: fix compilation errors under DEBUGFabian Frederick2014-10-031-2/+2
* | Btrfs: fix crash of btrfs_release_extent_buffer_pageLiu Bo2014-10-031-0/+1
* | Btrfs: add missing end_page_writeback on submit_extent_page failureFilipe Manana2014-10-031-0/+1
* | btrfs: Fix the wrong condition judgment about subset extent mapQu Wenruo2014-10-031-1/+1
* | Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik2014-10-031-1/+4
* | Btrfs: cleanup error handling in build_backref_treeJosef Bacik2014-10-031-29/+59
|/
* Btrfs: try not to ENOSPC on log replayJosef Bacik2014-09-221-1/+2
* Btrfs: don't do async reclaim during log replayJosef Bacik2014-09-221-1/+7
* Btrfs: remove empty block groups automaticallyJosef Bacik2014-09-226-49/+226