summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-10Merge remote-tracking branch 'btrfs-kdave/for-next'Stephen Rothwell1-52/+144
2017-07-28btrfs: fix readdir deadlock with pagefaultJosef Bacik1-26/+83
2017-07-27btrfs: allow defrag compress to override NOCOMPRESS attributeDavid Sterba1-3/+3
2017-07-27btrfs: separate defrag and property compressionDavid Sterba1-1/+7
2017-07-27btrfs: rename variable holding per-inode compression typeDavid Sterba1-5/+5
2017-07-27Btrfs: add skeleton code for compression heuristicTimofey Titovets1-4/+4
2017-07-27btrfs: account that we're waiting for DIO readDavid Sterba1-2/+2
2017-07-27btrfs: fix spelling of snapshottingDavid Sterba1-11/+11
2017-07-27btrfs: cleanup types storing REQ_*David Sterba1-1/+1
2017-07-27btrfs: btrfs_inherit_iflags() can be staticAnand Jain1-0/+31
2017-07-27btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba1-1/+1
2017-07-27Btrfs: 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/gi...Linus 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/p...Linus Torvalds1-4/+4
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-199/+258
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu 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 a...Qu 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/gi...Chris Mason1-57/+185
2017-04-26Btrfs: fix reported number of inode blocksFilipe Manana1-13/+54