summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-182-36/+33
|\
| * Revert "Btrfs: race free update of commit root for ro snapshots"Chris Mason2014-10-172-36/+33
* | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-1/+1
|\ \
| * \ Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-225-101/+203
| |\ \
| * \ \ Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-1117-135/+312
| |\ \ \
| * | | | block, bdi: an active gendisk always has a request_queue associated with itTejun Heo2014-09-081-1/+1
* | | | | btrfs: LLVMLinux: Remove VLAISVinícius Tinti2014-10-141-9/+7
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-4/+1
|\ \ \ \ \
| * | | | | vfs: Make d_invalidate return voidEric W. Biederman2014-10-091-4/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-10-1148-1518/+3548
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | 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
| |/ / / / /
OpenPOWER on IntegriCloud