aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2014-10-18Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-36/+33
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2014-10-17Revert "Btrfs: race free update of commit root for ro snapshots"Gravatar Chris Mason 2-36/+33
2014-10-14btrfs: LLVMLinux: Remove VLAISGravatar Vinícius Tinti 1-9/+7
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+1
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 48-1518/+3548
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 2-5/+5
2014-10-09vfs: Make d_invalidate return voidGravatar Eric W. Biederman 1-4/+1
2014-10-08btrfs: Fix compile error when CONFIG_SECURITY is not set.Gravatar Qu Wenruo 1-0/+2
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+2
2014-10-07Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is offGravatar Chris Mason 2-3/+2
2014-10-06btrfs: Make btrfs handle security mount options internally to avoid losing se...Gravatar Qu Wenruo 2-5/+97
2014-10-04Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Chris Mason 6-16/+16
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Gravatar Chris Mason 9-105/+57
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Chris Mason 17-135/+130
2014-10-03Btrfs: send, don't delay dir move if there's a new parent inodeGravatar Filipe Manana 1-1/+1
2014-10-03btrfs: add more superblock checksGravatar David Sterba 1-2/+65
2014-10-03Btrfs: fix race in WAIT_SYNC ioctlGravatar Sage Weil 1-3/+9
2014-10-03Btrfs: be aware of btree inode write errors to avoid fs corruptionGravatar Filipe Manana 6-12/+114
2014-10-03Btrfs: remove redundant btrfs_verify_qgroup_counts declaration.Gravatar Fabian Frederick 1-2/+0
2014-10-03btrfs: fix shadow warning on cmpGravatar Fabian Frederick 1-4/+4
2014-10-03Btrfs: fix compilation errors under DEBUGGravatar Fabian Frederick 1-2/+2
2014-10-03Btrfs: fix crash of btrfs_release_extent_buffer_pageGravatar Liu Bo 1-0/+1
2014-10-03Btrfs: add missing end_page_writeback on submit_extent_page failureGravatar Filipe Manana 1-0/+1
2014-10-03btrfs: Fix the wrong condition judgment about subset extent mapGravatar Qu Wenruo 1-1/+1
2014-10-03Btrfs: fix build_backref_tree issue with multiple shared blocksGravatar Josef Bacik 1-1/+4
2014-10-03Btrfs: cleanup error handling in build_backref_treeGravatar Josef Bacik 1-29/+59
2014-10-02btrfs: move checks for DUMMY_ROOT into a helperGravatar David Sterba 5-21/+23
2014-10-02btrfs: new define for the inline extent data startGravatar David Sterba 2-10/+9
2014-10-02btrfs: kill extent_buffer_page helperGravatar David Sterba 2-35/+26
2014-10-02btrfs: drop constant param from btrfs_release_extent_buffer_pageGravatar David Sterba 1-9/+6
2014-10-02btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBGravatar David Sterba 4-5/+4
2014-10-02btrfs: let merge_reloc_roots return voidGravatar David Sterba 1-2/+1
2014-10-02btrfs: remove unused members from struct scrub_warningGravatar David Sterba 1-15/+2
2014-10-02btrfs: use slab for end_io_wq structuresGravatar David Sterba 3-10/+38
2014-10-02btrfs: fix error labels in init_btrfs_fsGravatar David Sterba 1-2/+2
2014-10-02btrfs: use enum for wq endio metadata typeGravatar David Sterba 4-18/+14
2014-10-02btrfs: remove unused extent state bitsGravatar David Sterba 1-4/+0
2014-10-02Btrfs: set default max_inline to 8KiB instead of 8MiBGravatar Filipe David Borba Manana 3-2/+3
2014-10-02btrfs: remove blocksize from btrfs_alloc_free_block and renameGravatar David Sterba 5-27/+21
2014-10-02btrfs: remove unused parameter blocksize from btrfs_find_tree_blockGravatar David Sterba 4-12/+9
2014-10-02btrfs: remove parameter blocksize from read_tree_blockGravatar David Sterba 7-37/+18
2014-10-02btrfs: inline code of reada_tree_block and remove itGravatar David Sterba 1-10/+2
2014-10-02btrfs: return void from readahead_tree_blockGravatar David Sterba 3-8/+4
2014-10-02btrfs: remove unused parameter from readahead_tree_blockGravatar David Sterba 5-16/+8
2014-10-02btrfs: remove unlikely from data-dependent branches and slow pathsGravatar David Sterba 5-10/+10
2014-10-02btrfs: remove unlikely from NULL checksGravatar David Sterba 2-6/+6
2014-10-01btrfs: remove unused variable from btrfs_parse_optionsGravatar David Sterba 1-3/+1
2014-10-01btrfs: defrag, use unsigned type for extent threshGravatar David Sterba 1-4/+4
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Gravatar Tejun Heo 29-533/+1046