summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Introduce btrfs_is_name_len_valid to avoid reading beyond boundarySu Yue2017-06-212-0/+74
* btrfs: move dev stats accounting out of wait_dev_flushDavid Sterba2017-06-211-8/+3
* btrfs: account as waiting for IO, while waiting fot the flush bio completionDavid Sterba2017-06-211-1/+1
* btrfs: preallocate device flush bioDavid Sterba2017-06-213-18/+20
* Btrfs: incremental send, fix invalid path for unlink commandsFilipe Manana2017-06-211-5/+47
* Btrfs: send, fix invalid path after renaming and linking fileFilipe Manana2017-06-211-8/+27
* Btrfs: fix invalid extent maps due to hole punchingFilipe Manana2017-06-211-1/+4
* btrfs: add cond_resched to btrfs_qgroup_trace_leaf_itemsJeff Mahoney2017-06-211-0/+1
* btrfs: Round down values which are written for total_bytes_sizeNikolay Borisov2017-06-202-5/+14
* btrfs: Manually implement device_total_bytes getter/setterNikolay Borisov2017-06-201-1/+19
* btrfs: obsolete and remove mount option alloc_startDavid Sterba2017-06-203-70/+7
* btrfs: move fs_info::fs_frozen to the flagsDavid Sterba2017-06-204-7/+8
* btrfs: cleanup duplicate return value in insert_inline_extentDavid Sterba2017-06-201-6/+2
* btrfs: use GFP_KERNEL in btrfs_init_dev_replace_tgtdevDavid Sterba2017-06-191-1/+1
* btrfs: use GFP_KERNEL in btrfs_calc_avail_data_spaceDavid Sterba2017-06-191-1/+1
* btrfs: Use btrfs_space_info_used instead of opencoding itNikolay Borisov2017-06-191-6/+3
* btrfs: wait part of the write_dev_flush() can be separated outAnand Jain2017-06-191-28/+31
* btrfs: remove redundant null bdev counting during flush submissionAnand Jain2017-06-191-5/+2
* btrfs: write_dev_flush does not return ENOMEM anymoreAnand Jain2017-06-191-33/+5
* Btrfs: compression must free at least one sector sizeTimofey Titovets2017-06-191-4/+3
* btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba2017-06-196-17/+15
* btrfs: add helper to initialize the non-bio part of btrfs_io_bioDavid Sterba2017-06-191-16/+14
* btrfs: document mandatory order of bio in btrfs_io_bioDavid Sterba2017-06-191-0/+4
* Btrfs: btrfs_ioctl_search_key documentationHans van Kranenburg2017-06-191-20/+43
* Btrfs: skip checksum verification if IO error occursLiu Bo2017-06-191-6/+8
* 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