aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+5
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds9-22/+21
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+4
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds11-4/+466
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds39-1409/+1502
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds6-37/+34
2017-09-04btrfs: switch write_buf to kernel_writeChristoph Hellwig1-14/+4
2017-09-04fs: support RWF_NOWAIT for buffered readsChristoph Hellwig1-1/+5
2017-08-24Btrfs: fix blk_status_t/errno confusionOmar Sandoval5-60/+64
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig6-20/+22
2017-08-23btrfs: index check-integrity state hash by a dev_tChristoph Hellwig1-18/+13
2017-08-22btrfs: submit superblock io with REQ_META and REQ_PRIODavid Sterba1-2/+3
2017-08-21btrfs: remove unnecessary memory barrier in btrfs_direct_IONikolay Borisov1-1/+0
2017-08-21btrfs: remove superfluous chunk_tree argument from btrfs_alloc_dev_extentNikolay Borisov1-7/+5
2017-08-21btrfs: Remove chunk_objectid parameter of btrfs_alloc_dev_extentNikolay Borisov1-4/+4
2017-08-21btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney5-9/+9
2017-08-21Btrfs: add one more sanity check for shared ref typeLiu Bo2-10/+46
2017-08-21Btrfs: remove BUG_ON in __add_tree_blockLiu Bo1-1/+11
2017-08-21Btrfs: remove BUG() in add_data_referenceLiu Bo1-1/+4
2017-08-21Btrfs: remove BUG() in print_extent_itemLiu Bo1-1/+4
2017-08-21Btrfs: remove BUG() in btrfs_extent_inline_ref_sizeLiu Bo1-1/+0
2017-08-21Btrfs: convert to use btrfs_get_extent_inline_ref_typeLiu Bo3-10/+50
2017-08-21Btrfs: add a helper to retrive extent inline ref typeLiu Bo2-0/+48
2017-08-21btrfs: scrub: simplify scrub worker initializationDavid Sterba1-8/+2
2017-08-21btrfs: scrub: clean up division in scrub_find_csumDavid Sterba1-1/+3
2017-08-21btrfs: scrub: clean up division in __scrub_mark_bitmapDavid Sterba1-2/+6
2017-08-21btrfs: scrub: use bool for flush_all_writesDavid Sterba1-10/+8
2017-08-21btrfs: preserve i_mode if __btrfs_set_acl() failsErnesto A. Fernández1-1/+5
2017-08-21btrfs: Remove extraneous chunk_objectid variableNikolay Borisov1-10/+6
2017-08-21btrfs: Remove chunk_objectid argument from btrfs_make_block_groupNikolay Borisov3-8/+5
2017-08-21btrfs: Remove extra parentheses from condition in copy_items()Matthias Kaehlcke1-1/+1
2017-08-21btrfs: Remove redundant setting of uuid in btrfs_block_headerNikolay Borisov1-2/+0
2017-08-21btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg4-19/+20
2017-08-21btrfs: use btrfsic_submit_bio instead of submit_bio in write_dev_flushLu Fengqi1-1/+1
2017-08-21Btrfs: incremental send, fix emission of invalid clone operationsFilipe Manana1-0/+19
2017-08-21Btrfs: fix out of bounds array access while reading extent bufferLiu Bo1-8/+12
2017-08-18btrfs: Fix -EOVERFLOW handling in btrfs_ioctl_tree_search_v2Nikolay Borisov1-3/+0
2017-08-18btrfs: Move skip checksum check from btrfs_submit_direct to __btrfs_submit_dio_bioNikolay Borisov1-12/+6
2017-08-18Btrfs: fix assertion failure during fsync in no-holes modeFilipe Manana1-1/+4
2017-08-18Btrfs: avoid unnecessarily locking inode when clearing a rangeFilipe Manana1-3/+4
2017-08-18btrfs: remove redundant check on ret being non-zeroColin Ian King1-2/+0
2017-08-18btrfs: expose internal free space tree routine only if sanity tests are enabledNikolay Borisov1-1/+2
2017-08-18btrfs: Remove unused sectorsize variable from struct map_lookupNikolay Borisov2-3/+0
2017-08-18btrfs: Remove never-reached WARN_ONNikolay Borisov1-1/+1
2017-08-18btrfs: remove unused BTRFS_COMPRESS_LASTAnand Jain1-1/+0
2017-08-18btrfs: use appropriate define for the fsidAnand Jain4-13/+13
2017-08-18btrfs: increase ctx->pos for delayed dir indexJosef Bacik1-0/+1
2017-08-16btrfs: fix readdir deadlock with pagefaultJosef Bacik4-34/+110
2017-08-16btrfs: Simplify math in should_alloc chunkNikolay Borisov1-5/+4
2017-08-16btrfs: account for pinned bytes in should_alloc_chunkJeff Mahoney1-1/+1