aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-16Btrfs: report errors when checksum is not foundLiu Bo1-2/+0
2017-07-14Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-4/+2
2017-07-14btrfs: btrfs_create_repair_bio never fails, skip error handlingDavid Sterba1-4/+0
2017-07-14btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba1-0/+2
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-4/+4
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-199/+258
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved rangesQu Wenruo1-14/+15
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo1-4/+14
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow caused by buffered write and quotas being enabledQu Wenruo1-3/+8
2017-06-21btrfs: Check name_len with boundary in verify dir_itemSu Yue1-1/+1
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov1-4/+4
2017-06-20btrfs: nowait aio supportGoldwyn Rodrigues1-0/+3
2017-06-20btrfs: cleanup duplicate return value in insert_inline_extentDavid Sterba1-6/+2
2017-06-19Btrfs: compression must free at least one sector sizeTimofey Titovets1-4/+3
2017-06-19Btrfs: skip checksum verification if IO error occursLiu Bo1-6/+8
2017-06-19Btrfs: tolerate errors if we have retried successfullyLiu Bo1-1/+4
2017-06-19btrfs: sink gfp parameter to btrfs_bio_cloneDavid Sterba1-1/+1
2017-06-19btrfs: btrfs_bio_clone never fails, skip error handlingDavid Sterba1-4/+0
2017-06-19btrfs: simplify code with bio_io_errorGuoqing Jiang1-2/+1
2017-06-19btrfs: use generic slab for for btrfs_transactionDavid Sterba1-8/+0
2017-06-19Btrfs: add statx supportYonghong Song1-0/+18
2017-06-19btrfs: cleanup root usage by btrfs_get_alloc_profileJeff Mahoney1-2/+1
2017-06-19btrfs: fix bool type in btrfs_page_exists_in_rangeDavid Sterba1-1/+1
2017-06-19Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partialLiu Bo1-1/+1
2017-06-19Btrfs: work around maybe-uninitialized warningArnd Bergmann1-2/+2
2017-06-19Btrfs: unify naming of btrfs_io_bioLiu Bo1-19/+19
2017-06-19Btrfs: record error if one block has failed to retryLiu Bo1-3/+7
2017-06-19Btrfs: change how we iterate bios in endioLiu Bo1-16/+19
2017-06-19Btrfs: use bio_clone_bioset_partial to simplify DIO submitLiu Bo1-74/+45
2017-06-19Btrfs: don't pass the inode through clean_io_failureJosef Bacik1-11/+26
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik1-17/+65
2017-06-19Btrfs: remove an unused variableDan Carpenter1-2/+0
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe1-3/+3
2017-06-09Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_ioLiu Bo1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-37/+36
2017-06-09fs: remove the unused error argument to dio_end_io()Christoph Hellwig1-3/+3
2017-06-01btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba1-2/+2
2017-04-27Merge branch 'for-chris-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.12Chris Mason1-57/+185
2017-04-26Btrfs: fix reported number of inode blocksFilipe Manana1-13/+54
2017-04-26Btrfs: fix incorrect space accounting after failure to insert inline extentFilipe Manana1-2/+4
2017-04-26Btrfs: fix invalid attempt to free reserved space on failure to cow rangeFilipe Manana1-17/+42
2017-04-26btrfs: Handle delalloc error correctly to avoid ordered extent hangQu Wenruo1-15/+48
2017-04-26btrfs: Fix metadata underflow caused by btrfs_reloc_clone_csum errorQu Wenruo1-12/+39
2017-04-18Btrfs: handle only applicable errors returned by btrfs_get_extentDan Carpenter1-14/+11
2017-04-18Btrfs: add file item tracepointsLiu Bo1-0/+15
2017-04-18Btrfs: remove ASSERT in btrfs_truncate_inode_itemsLiu Bo1-7/+0
2017-04-14Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-12/+10
2017-04-11Btrfs: fix segmentation fault when doing dio readLiu Bo1-2/+6
2017-04-11Btrfs: fix invalid dereference in btrfs_retry_endioLiu Bo1-10/+4
2017-03-31Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-3/+3