aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2017-06-21btrfs: use new block error codeGravatar Dan Carpenter 1-1/+1
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchGravatar Nikolay Borisov 3-13/+13
2017-06-20btrfs: nowait aio supportGravatar Goldwyn Rodrigues 2-6/+30
2017-06-20btrfs: Round down values which are written for total_bytes_sizeGravatar Nikolay Borisov 2-5/+14
2017-06-20btrfs: Manually implement device_total_bytes getter/setterGravatar Nikolay Borisov 1-1/+19
2017-06-20btrfs: obsolete and remove mount option alloc_startGravatar David Sterba 3-70/+7
2017-06-20btrfs: move fs_info::fs_frozen to the flagsGravatar David Sterba 4-7/+8
2017-06-20btrfs: cleanup duplicate return value in insert_inline_extentGravatar David Sterba 1-6/+2
2017-06-19btrfs: use GFP_KERNEL in btrfs_init_dev_replace_tgtdevGravatar David Sterba 1-1/+1
2017-06-19btrfs: use GFP_KERNEL in btrfs_calc_avail_data_spaceGravatar David Sterba 1-1/+1
2017-06-19btrfs: Use btrfs_space_info_used instead of opencoding itGravatar Nikolay Borisov 1-6/+3
2017-06-19btrfs: wait part of the write_dev_flush() can be separated outGravatar Anand Jain 1-28/+31
2017-06-19btrfs: remove redundant null bdev counting during flush submissionGravatar Anand Jain 1-5/+2
2017-06-19btrfs: write_dev_flush does not return ENOMEM anymoreGravatar Anand Jain 1-33/+5
2017-06-19Btrfs: compression must free at least one sector sizeGravatar Timofey Titovets 1-4/+3
2017-06-19btrfs: sink gfp parameter to btrfs_io_bio_allocGravatar David Sterba 6-17/+15
2017-06-19btrfs: add helper to initialize the non-bio part of btrfs_io_bioGravatar David Sterba 1-16/+14
2017-06-19btrfs: document mandatory order of bio in btrfs_io_bioGravatar David Sterba 1-0/+4
2017-06-19Btrfs: skip checksum verification if IO error occursGravatar Liu Bo 1-6/+8
2017-06-19Btrfs: tolerate errors if we have retried successfullyGravatar Liu Bo 1-1/+4
2017-06-19btrfs: pass bytes to btrfs_bio_allocGravatar David Sterba 3-8/+8
2017-06-19btrfs: opencode trivial compressed_bio_alloc, simplify error handlingGravatar David Sterba 1-19/+4
2017-06-19btrfs: remove redundant parameters from btrfs_bio_allocGravatar David Sterba 3-10/+5
2017-06-19btrfs: sink gfp parameter to btrfs_bio_cloneGravatar David Sterba 4-5/+5
2017-06-19btrfs: btrfs_io_bio_alloc never fails, skip error handlingGravatar David Sterba 5-41/+0
2017-06-19btrfs: btrfs_bio_clone never fails, skip error handlingGravatar David Sterba 2-7/+2
2017-06-19btrfs: btrfs_bio_alloc never fails, skip error handlingGravatar David Sterba 1-3/+0
2017-06-19btrfs: bioset allocations will never fail, adapt our helpersGravatar David Sterba 1-32/+20
2017-06-19btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspaceGravatar David Sterba 2-10/+10
2017-06-19btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspaceGravatar David Sterba 2-3/+3
2017-06-19btrfs: add memalloc_nofs protections around alloc_workspace callbackGravatar David Sterba 1-0/+10
2017-06-19btrfs: adjust includes after vmalloc removalGravatar David Sterba 1-1/+1
2017-06-19btrfs: use GFP_KERNEL in init_ipathGravatar David Sterba 2-7/+7
2017-06-19btrfs: scrub: add memalloc_nofs protection around init_ipathGravatar David Sterba 1-0/+9
2017-06-19btrfs: send: use kvmalloc in iterate_dir_itemGravatar David Sterba 1-1/+1
2017-06-19btrfs: replace opencoded kvzalloc with the helperGravatar David Sterba 3-20/+11
2017-06-19Btrfs: lzo: compressed data size must be less then input sizeGravatar Timofey Titovets 1-1/+3
2017-06-19btrfs: simplify code with bio_io_errorGravatar Guoqing Jiang 1-2/+1
2017-06-19Btrfs: use memalloc_nofs and kvzalloc() for free space tree bitmapsGravatar Omar Sandoval 1-13/+13
2017-06-19btrfs: use generic slab for for btrfs_transactionGravatar David Sterba 4-18/+4
2017-06-19btrfs: scrub: embed scrub_wr_ctx into scrub contextGravatar David Sterba 1-54/+49
2017-06-19btrfs: scrub: use fs_info::sectorsize and drop it from scrub contextGravatar David Sterba 1-14/+10
2017-06-19Btrfs: add statx supportGravatar Yonghong Song 1-0/+18
2017-06-19Btrfs: lzo: fix typo in error message after failed deflateGravatar Timofey Titovets 1-1/+1
2017-06-19btrfs: btrfs_wait_tree_block_writeback can be void returnGravatar Jeff Layton 2-4/+4
2017-06-19btrfs: remove __BTRFS_LEAF_DATA_SIZEGravatar Nikolay Borisov 1-6/+3
2017-06-19btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSETGravatar Nikolay Borisov 3-27/+25
2017-06-19btrfs: reduce arguments for decompress_bio opsGravatar Anand Jain 4-57/+54
2017-06-19btrfs: btrfs_decompress_bio() could accept compressed_bio insteadGravatar Anand Jain 1-14/+9
2017-06-19btrfs: Refactor update_space_infoGravatar Nikolay Borisov 1-40/+18