aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-67/+153
2017-08-24Btrfs: fix blk_status_t/errno confusionGravatar Omar Sandoval 1-33/+37
2017-08-21btrfs: remove unnecessary memory barrier in btrfs_direct_IOGravatar Nikolay Borisov 1-1/+0
2017-08-18btrfs: Move skip checksum check from btrfs_submit_direct to __btrfs_submit_di...Gravatar Nikolay Borisov 1-12/+6
2017-08-18Btrfs: avoid unnecessarily locking inode when clearing a rangeGravatar Filipe Manana 1-3/+4
2017-08-16btrfs: fix readdir deadlock with pagefaultGravatar Josef Bacik 1-26/+82
2017-08-16btrfs: allow defrag compress to override NOCOMPRESS attributeGravatar David Sterba 1-3/+3
2017-08-16btrfs: separate defrag and property compressionGravatar David Sterba 1-1/+7
2017-08-16btrfs: rename variable holding per-inode compression typeGravatar David Sterba 1-5/+5
2017-08-16Btrfs: add skeleton code for compression heuristicGravatar Timofey Titovets 1-4/+4
2017-08-16btrfs: account that we're waiting for DIO readGravatar David Sterba 1-2/+2
2017-08-16btrfs: fix spelling of snapshottingGravatar David Sterba 1-11/+11
2017-08-16btrfs: cleanup types storing REQ_*Gravatar David Sterba 1-1/+1
2017-08-16btrfs: btrfs_inherit_iflags() can be staticGravatar Anand Jain 1-0/+31
2017-08-16btrfs: drop newlines from strings when using btrfs_* helpersGravatar David Sterba 1-1/+1
2017-08-16Btrfs: report errors when checksum is not foundGravatar Liu Bo 1-2/+0
2017-07-14Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+2
2017-07-14btrfs: btrfs_create_repair_bio never fails, skip error handlingGravatar David Sterba 1-4/+0
2017-07-14btrfs: cloned bios must not be iterated by bio_for_each_segment_allGravatar David Sterba 1-0/+2
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 1-4/+4
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-199/+258
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Gravatar Qu Wenruo 1-14/+15
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsGravatar Qu Wenruo 1-4/+14
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow caused by buffered write a...Gravatar Qu Wenruo 1-3/+8
2017-06-21btrfs: Check name_len with boundary in verify dir_itemGravatar Su Yue 1-1/+1
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchGravatar Nikolay Borisov 1-4/+4
2017-06-20btrfs: nowait aio supportGravatar Goldwyn Rodrigues 1-0/+3
2017-06-20btrfs: cleanup duplicate return value in insert_inline_extentGravatar David Sterba 1-6/+2
2017-06-19Btrfs: compression must free at least one sector sizeGravatar Timofey Titovets 1-4/+3
2017-06-19Btrfs: skip checksum verification if IO error occursGravatar Liu Bo 1-6/+8
2017-06-19Btrfs: tolerate errors if we have retried successfullyGravatar Liu Bo 1-1/+4
2017-06-19btrfs: sink gfp parameter to btrfs_bio_cloneGravatar David Sterba 1-1/+1
2017-06-19btrfs: btrfs_bio_clone never fails, skip error handlingGravatar David Sterba 1-4/+0
2017-06-19btrfs: simplify code with bio_io_errorGravatar Guoqing Jiang 1-2/+1
2017-06-19btrfs: use generic slab for for btrfs_transactionGravatar David Sterba 1-8/+0
2017-06-19Btrfs: add statx supportGravatar Yonghong Song 1-0/+18
2017-06-19btrfs: cleanup root usage by btrfs_get_alloc_profileGravatar Jeff Mahoney 1-2/+1
2017-06-19btrfs: fix bool type in btrfs_page_exists_in_rangeGravatar David Sterba 1-1/+1
2017-06-19Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partialGravatar Liu Bo 1-1/+1
2017-06-19Btrfs: work around maybe-uninitialized warningGravatar Arnd Bergmann 1-2/+2
2017-06-19Btrfs: unify naming of btrfs_io_bioGravatar Liu Bo 1-19/+19
2017-06-19Btrfs: record error if one block has failed to retryGravatar Liu Bo 1-3/+7
2017-06-19Btrfs: change how we iterate bios in endioGravatar Liu Bo 1-16/+19
2017-06-19Btrfs: use bio_clone_bioset_partial to simplify DIO submitGravatar Liu Bo 1-74/+45
2017-06-19Btrfs: don't pass the inode through clean_io_failureGravatar Josef Bacik 1-11/+26
2017-06-19Btrfs: replace tree->mapping with tree->private_dataGravatar Josef Bacik 1-17/+65
2017-06-19Btrfs: remove an unused variableGravatar Dan Carpenter 1-2/+0
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockGravatar Jens Axboe 1-3/+3
2017-06-09Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_ioGravatar Liu Bo 1-1/+1
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-37/+36