summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-141-1/+5
|\
| * fs: support RWF_NOWAIT for buffered readsChristoph Hellwig2017-09-041-1/+5
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-149-22/+21
|\ \
| * | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-179-22/+21
* | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-14/+4
|\ \ \
| * | | btrfs: switch write_buf to kernel_writeChristoph Hellwig2017-09-041-14/+4
| | |/ | |/|
* | | Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-1411-4/+466
|\ \ \
| * | | btrfs: Add zstd supportNick Terrell2017-08-1511-5/+467
* | | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-09-0939-1409/+1502
|\ \ \ \
| * | | | btrfs: submit superblock io with REQ_META and REQ_PRIODavid Sterba2017-08-221-2/+3
| * | | | btrfs: remove unnecessary memory barrier in btrfs_direct_IONikolay Borisov2017-08-211-1/+0
| * | | | btrfs: remove superfluous chunk_tree argument from btrfs_alloc_dev_extentNikolay Borisov2017-08-211-7/+5
| * | | | btrfs: Remove chunk_objectid parameter of btrfs_alloc_dev_extentNikolay Borisov2017-08-211-4/+4
| * | | | btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney2017-08-215-9/+9
| * | | | Btrfs: add one more sanity check for shared ref typeLiu Bo2017-08-212-10/+46
| * | | | Btrfs: remove BUG_ON in __add_tree_blockLiu Bo2017-08-211-1/+11
| * | | | Btrfs: remove BUG() in add_data_referenceLiu Bo2017-08-211-1/+4
| * | | | Btrfs: remove BUG() in print_extent_itemLiu Bo2017-08-211-1/+4
| * | | | Btrfs: remove BUG() in btrfs_extent_inline_ref_sizeLiu Bo2017-08-211-1/+0
| * | | | Btrfs: convert to use btrfs_get_extent_inline_ref_typeLiu Bo2017-08-213-10/+50
| * | | | Btrfs: add a helper to retrive extent inline ref typeLiu Bo2017-08-212-0/+48
| * | | | btrfs: scrub: simplify scrub worker initializationDavid Sterba2017-08-211-8/+2
| * | | | btrfs: scrub: clean up division in scrub_find_csumDavid Sterba2017-08-211-1/+3
| * | | | btrfs: scrub: clean up division in __scrub_mark_bitmapDavid Sterba2017-08-211-2/+6
| * | | | btrfs: scrub: use bool for flush_all_writesDavid Sterba2017-08-211-10/+8
| * | | | btrfs: preserve i_mode if __btrfs_set_acl() failsErnesto A. Fernández2017-08-211-1/+5
| * | | | btrfs: Remove extraneous chunk_objectid variableNikolay Borisov2017-08-211-10/+6
| * | | | btrfs: Remove chunk_objectid argument from btrfs_make_block_groupNikolay Borisov2017-08-213-8/+5
| * | | | btrfs: Remove extra parentheses from condition in copy_items()Matthias Kaehlcke2017-08-211-1/+1
| * | | | btrfs: Remove redundant setting of uuid in btrfs_block_headerNikolay Borisov2017-08-211-2/+0
| * | | | btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg2017-08-214-19/+20
| * | | | btrfs: use btrfsic_submit_bio instead of submit_bio in write_dev_flushLu Fengqi2017-08-211-1/+1
| * | | | Btrfs: incremental send, fix emission of invalid clone operationsFilipe Manana2017-08-211-0/+19
| * | | | Btrfs: fix out of bounds array access while reading extent bufferLiu Bo2017-08-211-8/+12
| * | | | btrfs: Fix -EOVERFLOW handling in btrfs_ioctl_tree_search_v2Nikolay Borisov2017-08-181-3/+0
| * | | | btrfs: Move skip checksum check from btrfs_submit_direct to __btrfs_submit_di...Nikolay Borisov2017-08-181-12/+6
| * | | | Btrfs: fix assertion failure during fsync in no-holes modeFilipe Manana2017-08-181-1/+4
| * | | | Btrfs: avoid unnecessarily locking inode when clearing a rangeFilipe Manana2017-08-181-3/+4
| * | | | btrfs: remove redundant check on ret being non-zeroColin Ian King2017-08-181-2/+0
| * | | | btrfs: expose internal free space tree routine only if sanity tests are enabledNikolay Borisov2017-08-181-1/+2
| * | | | btrfs: Remove unused sectorsize variable from struct map_lookupNikolay Borisov2017-08-182-3/+0
| * | | | btrfs: Remove never-reached WARN_ONNikolay Borisov2017-08-181-1/+1
| * | | | btrfs: remove unused BTRFS_COMPRESS_LASTAnand Jain2017-08-181-1/+0
| * | | | btrfs: use appropriate define for the fsidAnand Jain2017-08-184-13/+13
| * | | | btrfs: increase ctx->pos for delayed dir indexJosef Bacik2017-08-181-0/+1
| * | | | btrfs: fix readdir deadlock with pagefaultJosef Bacik2017-08-164-34/+110
| * | | | btrfs: Simplify math in should_alloc chunkNikolay Borisov2017-08-161-5/+4
| * | | | btrfs: account for pinned bytes in should_alloc_chunkJeff Mahoney2017-08-161-1/+1
| * | | | btrfs: prepare for extensions in compression optionsDavid Sterba2017-08-162-4/+4
| * | | | btrfs: allow defrag compress to override NOCOMPRESS attributeDavid Sterba2017-08-161-3/+3