summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * Btrfs: tolerate errors if we have retried successfullyLiu Bo2017-06-191-1/+4
| * btrfs: pass bytes to btrfs_bio_allocDavid Sterba2017-06-193-8/+8
| * btrfs: opencode trivial compressed_bio_alloc, simplify error handlingDavid Sterba2017-06-191-19/+4
| * btrfs: remove redundant parameters from btrfs_bio_allocDavid Sterba2017-06-193-10/+5
| * btrfs: sink gfp parameter to btrfs_bio_cloneDavid Sterba2017-06-194-5/+5
| * btrfs: btrfs_io_bio_alloc never fails, skip error handlingDavid Sterba2017-06-195-41/+0
| * btrfs: btrfs_bio_clone never fails, skip error handlingDavid Sterba2017-06-192-7/+2
| * btrfs: btrfs_bio_alloc never fails, skip error handlingDavid Sterba2017-06-191-3/+0
| * btrfs: bioset allocations will never fail, adapt our helpersDavid Sterba2017-06-191-32/+20
| * btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba2017-06-192-10/+10
| * btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba2017-06-192-3/+3
| * btrfs: add memalloc_nofs protections around alloc_workspace callbackDavid Sterba2017-06-191-0/+10
| * btrfs: adjust includes after vmalloc removalDavid Sterba2017-06-191-1/+1
| * btrfs: use GFP_KERNEL in init_ipathDavid Sterba2017-06-192-7/+7
| * btrfs: scrub: add memalloc_nofs protection around init_ipathDavid Sterba2017-06-191-0/+9
| * btrfs: send: use kvmalloc in iterate_dir_itemDavid Sterba2017-06-191-1/+1
| * btrfs: replace opencoded kvzalloc with the helperDavid Sterba2017-06-193-20/+11
| * Btrfs: lzo: compressed data size must be less then input sizeTimofey Titovets2017-06-191-1/+3
| * btrfs: simplify code with bio_io_errorGuoqing Jiang2017-06-191-2/+1
| * Btrfs: use memalloc_nofs and kvzalloc() for free space tree bitmapsOmar Sandoval2017-06-191-13/+13
| * btrfs: use generic slab for for btrfs_transactionDavid Sterba2017-06-194-18/+4
| * btrfs: scrub: embed scrub_wr_ctx into scrub contextDavid Sterba2017-06-191-54/+49
| * btrfs: scrub: use fs_info::sectorsize and drop it from scrub contextDavid Sterba2017-06-191-14/+10
| * Btrfs: add statx supportYonghong Song2017-06-191-0/+18
| * Btrfs: lzo: fix typo in error message after failed deflateTimofey Titovets2017-06-191-1/+1
| * btrfs: btrfs_wait_tree_block_writeback can be void returnJeff Layton2017-06-192-4/+4
| * btrfs: remove __BTRFS_LEAF_DATA_SIZENikolay Borisov2017-06-191-6/+3
| * btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSETNikolay Borisov2017-06-193-27/+25
| * btrfs: reduce arguments for decompress_bio opsAnand Jain2017-06-194-57/+54
| * btrfs: btrfs_decompress_bio() could accept compressed_bio insteadAnand Jain2017-06-191-14/+9
| * btrfs: Refactor update_space_infoNikolay Borisov2017-06-191-40/+18
| * btrfs: Separate space_info create/updateNikolay Borisov2017-06-191-66/+66
| * Btrfs: let btrfs_print_leaf print more about block groupLiu Bo2017-06-191-2/+5
| * Btrfs: skip commit transaction if we don't have enough pinned bytesLiu Bo2017-06-191-1/+1
| * btrfs: scrub: simplify cleanup of wr_ctx in scrub_free_ctxDavid Sterba2017-06-191-5/+1
| * btrfs: scrub: inline helper scrub_free_wr_ctxDavid Sterba2017-06-191-10/+4
| * btrfs: scrub: inline helper scrub_setup_wr_ctxDavid Sterba2017-06-191-27/+9
| * btrfs: remove root usage from can_overcommitJeff Mahoney2017-06-191-36/+46
| * btrfs: cleanup root usage by btrfs_get_alloc_profileJeff Mahoney2017-06-195-15/+28
| * btrfs: fix bool type in btrfs_page_exists_in_rangeDavid Sterba2017-06-191-1/+1
| * btrfs: remove unused member list from btrfs_end_io_wqDavid Sterba2017-06-191-1/+0
| * btrfs: remove unused members dir_path from recorded_refDavid Sterba2017-06-191-8/+0
| * btrfs: remove unused member list from async_submit_bioDavid Sterba2017-06-191-1/+0
| * btrfs: remove unused member err from reada_extentDavid Sterba2017-06-191-1/+0
| * btrfs: Remove unnecessary branching in free-space-tree.cSahil Kang2017-06-191-10/+2
| * Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partialLiu Bo2017-06-193-6/+4
| * Btrfs: work around maybe-uninitialized warningArnd Bergmann2017-06-191-2/+2
| * Btrfs: unify naming of btrfs_io_bioLiu Bo2017-06-191-19/+19
| * Btrfs: check-integrity use bvec_iterLiu Bo2017-06-191-12/+15
| * Btrfs: record error if one block has failed to retryLiu Bo2017-06-191-3/+7
OpenPOWER on IntegriCloud