aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-67/+153
2017-08-24Btrfs: fix blk_status_t/errno confusionOmar Sandoval1-33/+37
2017-08-21btrfs: remove unnecessary memory barrier in btrfs_direct_IONikolay Borisov1-1/+0
2017-08-18btrfs: Move skip checksum check from btrfs_submit_direct to __btrfs_submit_dio_bioNikolay Borisov1-12/+6
2017-08-18Btrfs: avoid unnecessarily locking inode when clearing a rangeFilipe Manana1-3/+4
2017-08-16btrfs: fix readdir deadlock with pagefaultJosef Bacik1-26/+82
2017-08-16btrfs: allow defrag compress to override NOCOMPRESS attributeDavid Sterba1-3/+3
2017-08-16btrfs: separate defrag and property compressionDavid Sterba1-1/+7
2017-08-16btrfs: rename variable holding per-inode compression typeDavid Sterba1-5/+5
2017-08-16Btrfs: add skeleton code for compression heuristicTimofey Titovets1-4/+4
2017-08-16btrfs: account that we're waiting for DIO readDavid Sterba1-2/+2
2017-08-16btrfs: fix spelling of snapshottingDavid Sterba1-11/+11
2017-08-16btrfs: cleanup types storing REQ_*David Sterba1-1/+1
2017-08-16btrfs: btrfs_inherit_iflags() can be staticAnand Jain1-0/+31
2017-08-16btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba1-1/+1
2017-08-16Btrfs: report errors when checksum is not foundLiu Bo1-2/+0
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
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