summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2017-07-14btrfs: btrfs_create_repair_bio never fails, skip error handlingDavid Sterba
2017-07-14btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow caused by buffered write a...Qu Wenruo
2017-06-21btrfs: Check name_len with boundary in verify dir_itemSu Yue
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov
2017-06-20btrfs: nowait aio supportGoldwyn Rodrigues
2017-06-20btrfs: cleanup duplicate return value in insert_inline_extentDavid Sterba
2017-06-19Btrfs: compression must free at least one sector sizeTimofey Titovets
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: sink gfp parameter to btrfs_bio_cloneDavid Sterba
2017-06-19btrfs: btrfs_bio_clone never fails, skip error handlingDavid Sterba
2017-06-19btrfs: simplify code with bio_io_errorGuoqing Jiang
2017-06-19btrfs: use generic slab for for btrfs_transactionDavid Sterba
2017-06-19Btrfs: add statx supportYonghong Song
2017-06-19btrfs: cleanup root usage by btrfs_get_alloc_profileJeff Mahoney
2017-06-19btrfs: fix bool type in btrfs_page_exists_in_rangeDavid Sterba
2017-06-19Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partialLiu Bo
2017-06-19Btrfs: work around maybe-uninitialized warningArnd Bergmann
2017-06-19Btrfs: unify naming of btrfs_io_bioLiu Bo
2017-06-19Btrfs: record error if one block has failed to retryLiu Bo
2017-06-19Btrfs: change how we iterate bios in endioLiu Bo
2017-06-19Btrfs: use bio_clone_bioset_partial to simplify DIO submitLiu Bo
2017-06-19Btrfs: don't pass the inode through clean_io_failureJosef Bacik
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik
2017-06-19Btrfs: remove an unused variableDan Carpenter
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-09Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_ioLiu Bo
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-09fs: remove the unused error argument to dio_end_io()Christoph Hellwig
2017-06-01btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba
2017-04-27Merge branch 'for-chris-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason
2017-04-26Btrfs: fix reported number of inode blocksFilipe Manana
2017-04-26Btrfs: fix incorrect space accounting after failure to insert inline extentFilipe Manana
2017-04-26Btrfs: fix invalid attempt to free reserved space on failure to cow rangeFilipe Manana
2017-04-26btrfs: Handle delalloc error correctly to avoid ordered extent hangQu Wenruo
2017-04-26btrfs: Fix metadata underflow caused by btrfs_reloc_clone_csum errorQu Wenruo
2017-04-18Btrfs: handle only applicable errors returned by btrfs_get_extentDan Carpenter
2017-04-18Btrfs: add file item tracepointsLiu Bo
2017-04-18Btrfs: remove ASSERT in btrfs_truncate_inode_itemsLiu Bo
2017-04-14Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-11Btrfs: fix segmentation fault when doing dio readLiu Bo
2017-04-11Btrfs: fix invalid dereference in btrfs_retry_endioLiu Bo
2017-03-31Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-03-29Btrfs: bring back repair during readLiu Bo
2017-03-23Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds