summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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/+7Star
| * | | | | 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/+2Star
| * | | | | 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/+3Star
| * | | | | 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/+2Star
| * | | | | btrfs: write_dev_flush does not return ENOMEM anymoreAnand Jain2017-06-191-33/+5Star
| * | | | | Btrfs: compression must free at least one sector sizeTimofey Titovets2017-06-191-4/+3Star
| * | | | | btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba2017-06-196-17/+15Star
| * | | | | btrfs: add helper to initialize the non-bio part of btrfs_io_bioDavid Sterba2017-06-191-16/+14Star
| * | | | | btrfs: document mandatory order of bio in btrfs_io_bioDavid Sterba2017-06-191-0/+4
| * | | | | 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/+4Star
| * | | | | btrfs: remove redundant parameters from btrfs_bio_allocDavid Sterba2017-06-193-10/+5Star
| * | | | | 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/+0Star
| * | | | | btrfs: btrfs_bio_clone never fails, skip error handlingDavid Sterba2017-06-192-7/+2Star
| * | | | | btrfs: btrfs_bio_alloc never fails, skip error handlingDavid Sterba2017-06-191-3/+0Star
| * | | | | btrfs: bioset allocations will never fail, adapt our helpersDavid Sterba2017-06-191-32/+20Star
| * | | | | 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/+11Star
| * | | | | 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/+1Star
| * | | | | 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/+4Star
| * | | | | btrfs: scrub: embed scrub_wr_ctx into scrub contextDavid Sterba2017-06-191-54/+49Star
| * | | | | btrfs: scrub: use fs_info::sectorsize and drop it from scrub contextDavid Sterba2017-06-191-14/+10Star
| * | | | | 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/+3Star
| * | | | | btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSETNikolay Borisov2017-06-193-27/+25Star
| * | | | | btrfs: reduce arguments for decompress_bio opsAnand Jain2017-06-194-57/+54Star
| * | | | | btrfs: btrfs_decompress_bio() could accept compressed_bio insteadAnand Jain2017-06-191-14/+9Star