summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-09-26Btrfs: fix unexpected result when dio reading corrupted blocksLiu Bo
2017-09-26btrfs: finish ordered extent cleaning if no progress is foundNaohiro Aota
2017-09-26btrfs: clear ordered flag on cleaning up ordered extentsNaohiro Aota
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2017-08-24Btrfs: fix blk_status_t/errno confusionOmar Sandoval
2017-08-21btrfs: remove unnecessary memory barrier in btrfs_direct_IONikolay Borisov
2017-08-18btrfs: Move skip checksum check from btrfs_submit_direct to __btrfs_submit_di...Nikolay Borisov
2017-08-18Btrfs: avoid unnecessarily locking inode when clearing a rangeFilipe Manana
2017-08-16btrfs: fix readdir deadlock with pagefaultJosef Bacik
2017-08-16btrfs: allow defrag compress to override NOCOMPRESS attributeDavid Sterba
2017-08-16btrfs: separate defrag and property compressionDavid Sterba
2017-08-16btrfs: rename variable holding per-inode compression typeDavid Sterba
2017-08-16Btrfs: add skeleton code for compression heuristicTimofey Titovets
2017-08-16btrfs: account that we're waiting for DIO readDavid Sterba
2017-08-16btrfs: fix spelling of snapshottingDavid Sterba
2017-08-16btrfs: cleanup types storing REQ_*David Sterba
2017-08-16btrfs: btrfs_inherit_iflags() can be staticAnand Jain
2017-08-16btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba
2017-08-16Btrfs: report errors when checksum is not foundLiu Bo
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-14Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
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