aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds5-39/+27
2014-10-28Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent itemsFilipe Manana1-8/+0
2014-10-27Btrfs: properly clean up btrfs_end_io_wq_cacheJosef Bacik1-0/+1
2014-10-27Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()Filipe Manana3-10/+4
2014-10-27btrfs: use macro accessors in superblock validation checksDavid Sterba1-21/+22
2014-10-24vfs: export check_sticky()Miklos Szeredi1-19/+1
2014-10-18Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds2-36/+33
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-10-17Revert "Btrfs: race free update of commit root for ro snapshots"Chris Mason2-36/+33
2014-10-14btrfs: LLVMLinux: Remove VLAISVinícius Tinti1-9/+7
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+1
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds48-1518/+3548
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-5/+5
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman1-4/+1
2014-10-08btrfs: Fix compile error when CONFIG_SECURITY is not set.Qu Wenruo1-0/+2
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+2
2014-10-07Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is offChris Mason2-3/+2
2014-10-06btrfs: Make btrfs handle security mount options internally to avoid losing security label.Qu Wenruo2-5/+97
2014-10-04Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason6-16/+16
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason9-105/+57
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason17-135/+130
2014-10-03Btrfs: send, don't delay dir move if there's a new parent inodeFilipe Manana1-1/+1
2014-10-03btrfs: add more superblock checksDavid Sterba1-2/+65
2014-10-03Btrfs: fix race in WAIT_SYNC ioctlSage Weil1-3/+9
2014-10-03Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana6-12/+114
2014-10-03Btrfs: remove redundant btrfs_verify_qgroup_counts declaration.Fabian Frederick1-2/+0
2014-10-03btrfs: fix shadow warning on cmpFabian Frederick1-4/+4
2014-10-03Btrfs: fix compilation errors under DEBUGFabian Frederick1-2/+2
2014-10-03Btrfs: fix crash of btrfs_release_extent_buffer_pageLiu Bo1-0/+1
2014-10-03Btrfs: add missing end_page_writeback on submit_extent_page failureFilipe Manana1-0/+1
2014-10-03btrfs: Fix the wrong condition judgment about subset extent mapQu Wenruo1-1/+1
2014-10-03Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik1-1/+4
2014-10-03Btrfs: cleanup error handling in build_backref_treeJosef Bacik1-29/+59
2014-10-02btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba5-21/+23
2014-10-02btrfs: new define for the inline extent data startDavid Sterba2-10/+9
2014-10-02btrfs: kill extent_buffer_page helperDavid Sterba2-35/+26
2014-10-02btrfs: drop constant param from btrfs_release_extent_buffer_pageDavid Sterba1-9/+6
2014-10-02btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBDavid Sterba4-5/+4
2014-10-02btrfs: let merge_reloc_roots return voidDavid Sterba1-2/+1
2014-10-02btrfs: remove unused members from struct scrub_warningDavid Sterba1-15/+2
2014-10-02btrfs: use slab for end_io_wq structuresDavid Sterba3-10/+38
2014-10-02btrfs: fix error labels in init_btrfs_fsDavid Sterba1-2/+2
2014-10-02btrfs: use enum for wq endio metadata typeDavid Sterba4-18/+14
2014-10-02btrfs: remove unused extent state bitsDavid Sterba1-4/+0
2014-10-02Btrfs: set default max_inline to 8KiB instead of 8MiBFilipe David Borba Manana3-2/+3
2014-10-02btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba5-27/+21
2014-10-02btrfs: remove unused parameter blocksize from btrfs_find_tree_blockDavid Sterba4-12/+9
2014-10-02btrfs: remove parameter blocksize from read_tree_blockDavid Sterba7-37/+18
2014-10-02btrfs: inline code of reada_tree_block and remove itDavid Sterba1-10/+2
2014-10-02btrfs: return void from readahead_tree_blockDavid Sterba3-8/+4