summaryrefslogtreecommitdiffstats
path: root/crypto/scompress.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-19btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba2-10/+10
2017-06-19btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba2-3/+3
2017-06-19btrfs: add memalloc_nofs protections around alloc_workspace callbackDavid Sterba1-0/+10
2017-06-19btrfs: adjust includes after vmalloc removalDavid Sterba1-1/+1
2017-06-19btrfs: use GFP_KERNEL in init_ipathDavid Sterba2-7/+7
2017-06-19btrfs: scrub: add memalloc_nofs protection around init_ipathDavid Sterba1-0/+9
2017-06-19btrfs: send: use kvmalloc in iterate_dir_itemDavid Sterba1-1/+1
2017-06-19btrfs: replace opencoded kvzalloc with the helperDavid Sterba3-20/+11
2017-06-19Btrfs: lzo: compressed data size must be less then input sizeTimofey Titovets1-1/+3
2017-06-19btrfs: simplify code with bio_io_errorGuoqing Jiang1-2/+1
2017-06-19Btrfs: use memalloc_nofs and kvzalloc() for free space tree bitmapsOmar Sandoval1-13/+13
2017-06-19btrfs: use generic slab for for btrfs_transactionDavid Sterba4-18/+4
2017-06-19btrfs: scrub: embed scrub_wr_ctx into scrub contextDavid Sterba1-54/+49
2017-06-19btrfs: scrub: use fs_info::sectorsize and drop it from scrub contextDavid Sterba1-14/+10
2017-06-19Btrfs: add statx supportYonghong Song1-0/+18
2017-06-19Btrfs: lzo: fix typo in error message after failed deflateTimofey Titovets1-1/+1
2017-06-19btrfs: btrfs_wait_tree_block_writeback can be void returnJeff Layton2-4/+4
2017-06-19btrfs: remove __BTRFS_LEAF_DATA_SIZENikolay Borisov1-6/+3
2017-06-19btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSETNikolay Borisov3-27/+25
2017-06-19btrfs: reduce arguments for decompress_bio opsAnand Jain4-57/+54
2017-06-19btrfs: btrfs_decompress_bio() could accept compressed_bio insteadAnand Jain1-14/+9
2017-06-19btrfs: Refactor update_space_infoNikolay Borisov1-40/+18
2017-06-19btrfs: Separate space_info create/updateNikolay Borisov1-66/+66
2017-06-19Btrfs: let btrfs_print_leaf print more about block groupLiu Bo1-2/+5
2017-06-19Btrfs: skip commit transaction if we don't have enough pinned bytesLiu Bo1-1/+1
2017-06-19btrfs: scrub: simplify cleanup of wr_ctx in scrub_free_ctxDavid Sterba1-5/+1
2017-06-19btrfs: scrub: inline helper scrub_free_wr_ctxDavid Sterba1-10/+4
2017-06-19btrfs: scrub: inline helper scrub_setup_wr_ctxDavid Sterba1-27/+9
2017-06-19btrfs: remove root usage from can_overcommitJeff Mahoney1-36/+46
2017-06-19btrfs: cleanup root usage by btrfs_get_alloc_profileJeff Mahoney5-15/+28
2017-06-19btrfs: fix bool type in btrfs_page_exists_in_rangeDavid Sterba1-1/+1
2017-06-19btrfs: remove unused member list from btrfs_end_io_wqDavid Sterba1-1/+0
2017-06-19btrfs: remove unused members dir_path from recorded_refDavid Sterba1-8/+0
2017-06-19btrfs: remove unused member list from async_submit_bioDavid Sterba1-1/+0
2017-06-19btrfs: remove unused member err from reada_extentDavid Sterba1-1/+0
2017-06-19btrfs: Remove unnecessary branching in free-space-tree.cSahil Kang1-10/+2
2017-06-19Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partialLiu Bo3-6/+4
2017-06-19Btrfs: work around maybe-uninitialized warningArnd Bergmann1-2/+2
2017-06-19Btrfs: unify naming of btrfs_io_bioLiu Bo1-19/+19
2017-06-19Btrfs: check-integrity use bvec_iterLiu Bo1-12/+15
2017-06-19Btrfs: record error if one block has failed to retryLiu Bo1-3/+7
2017-06-19Btrfs: change how we iterate bios in endioLiu Bo4-32/+37
2017-06-19Btrfs: use bio_clone_bioset_partial to simplify DIO submitLiu Bo1-74/+45
2017-06-19Btrfs: new helper btrfs_bio_clone_partialLiu Bo2-0/+20
2017-06-19Btrfs: use bio_clone_fast to clone our bioLiu Bo1-1/+1
2017-06-19Btrfs: don't pass the inode through clean_io_failureJosef Bacik3-37/+61
2017-06-19btrfs: remove inode argument from repair_io_failureJosef Bacik3-13/+11
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik9-91/+128
2017-06-19btrfs: Add quota_override knob into sysfsSargun Dhillon1-0/+41
2017-06-19btrfs: add quota override flag to enable quota override for CAP_SYS_RESOURCESargun Dhillon2-0/+7