summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2017-06-21btrfs: use new block error codeDan Carpenter
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov
2017-06-20btrfs: nowait aio supportGoldwyn Rodrigues
2017-06-20btrfs: Round down values which are written for total_bytes_sizeNikolay Borisov
2017-06-20btrfs: Manually implement device_total_bytes getter/setterNikolay Borisov
2017-06-20btrfs: obsolete and remove mount option alloc_startDavid Sterba
2017-06-20btrfs: move fs_info::fs_frozen to the flagsDavid Sterba
2017-06-20btrfs: cleanup duplicate return value in insert_inline_extentDavid Sterba
2017-06-19btrfs: use GFP_KERNEL in btrfs_init_dev_replace_tgtdevDavid Sterba
2017-06-19btrfs: use GFP_KERNEL in btrfs_calc_avail_data_spaceDavid Sterba
2017-06-19btrfs: Use btrfs_space_info_used instead of opencoding itNikolay Borisov
2017-06-19btrfs: wait part of the write_dev_flush() can be separated outAnand Jain
2017-06-19btrfs: remove redundant null bdev counting during flush submissionAnand Jain
2017-06-19btrfs: write_dev_flush does not return ENOMEM anymoreAnand Jain
2017-06-19Btrfs: compression must free at least one sector sizeTimofey Titovets
2017-06-19btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba
2017-06-19btrfs: add helper to initialize the non-bio part of btrfs_io_bioDavid Sterba
2017-06-19btrfs: document mandatory order of bio in btrfs_io_bioDavid Sterba
2017-06-19Btrfs: skip checksum verification if IO error occursLiu Bo
2017-06-19Btrfs: tolerate errors if we have retried successfullyLiu Bo
2017-06-19btrfs: pass bytes to btrfs_bio_allocDavid Sterba
2017-06-19btrfs: opencode trivial compressed_bio_alloc, simplify error handlingDavid Sterba
2017-06-19btrfs: remove redundant parameters from btrfs_bio_allocDavid Sterba
2017-06-19btrfs: sink gfp parameter to btrfs_bio_cloneDavid Sterba
2017-06-19btrfs: btrfs_io_bio_alloc never fails, skip error handlingDavid Sterba
2017-06-19btrfs: btrfs_bio_clone never fails, skip error handlingDavid Sterba
2017-06-19btrfs: btrfs_bio_alloc never fails, skip error handlingDavid Sterba
2017-06-19btrfs: bioset allocations will never fail, adapt our helpersDavid Sterba
2017-06-19btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba
2017-06-19btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba
2017-06-19btrfs: add memalloc_nofs protections around alloc_workspace callbackDavid Sterba
2017-06-19btrfs: adjust includes after vmalloc removalDavid Sterba
2017-06-19btrfs: use GFP_KERNEL in init_ipathDavid Sterba
2017-06-19btrfs: scrub: add memalloc_nofs protection around init_ipathDavid Sterba
2017-06-19btrfs: send: use kvmalloc in iterate_dir_itemDavid Sterba
2017-06-19btrfs: replace opencoded kvzalloc with the helperDavid Sterba
2017-06-19Btrfs: lzo: compressed data size must be less then input sizeTimofey Titovets
2017-06-19btrfs: simplify code with bio_io_errorGuoqing Jiang
2017-06-19Btrfs: use memalloc_nofs and kvzalloc() for free space tree bitmapsOmar Sandoval
2017-06-19btrfs: use generic slab for for btrfs_transactionDavid Sterba
2017-06-19btrfs: scrub: embed scrub_wr_ctx into scrub contextDavid Sterba
2017-06-19btrfs: scrub: use fs_info::sectorsize and drop it from scrub contextDavid Sterba
2017-06-19Btrfs: add statx supportYonghong Song
2017-06-19Btrfs: lzo: fix typo in error message after failed deflateTimofey Titovets
2017-06-19btrfs: btrfs_wait_tree_block_writeback can be void returnJeff Layton
2017-06-19btrfs: remove __BTRFS_LEAF_DATA_SIZENikolay Borisov
2017-06-19btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSETNikolay Borisov
2017-06-19btrfs: reduce arguments for decompress_bio opsAnand Jain
2017-06-19btrfs: btrfs_decompress_bio() could accept compressed_bio insteadAnand Jain
2017-06-19btrfs: Refactor update_space_infoNikolay Borisov