aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2017-10-18Convert fs/*/* to SB_I_VERSIONGravatar Matthew Garrett 1-1/+1
2017-10-06Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+2
2017-10-04Btrfs: fix overlap of fs_info::flags valuesGravatar Tsutomu Itoh 1-1/+1
2017-10-04btrfs: avoid overflow when sector_t is 32 bitGravatar Goffredo Baroncelli 1-1/+1
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 11-27/+72
2017-09-26btrfs: log csums for all modified extentsGravatar Josef Bacik 1-2/+10
2017-09-26Btrfs: fix unexpected result when dio reading corrupted blocksGravatar Liu Bo 1-5/+2
2017-09-26btrfs: Report error on removing qgroup if del_qgroup_item failsGravatar Sargun Dhillon 1-0/+2
2017-09-26Btrfs: skip checksum when reading compressed data if some IO have failedGravatar Liu Bo 1-1/+8
2017-09-26Btrfs: fix kernel oops while reading compressed dataGravatar Liu Bo 1-0/+9
2017-09-26Btrfs: use btrfs_op instead of bio_op in __btrfs_map_blockGravatar Liu Bo 1-1/+1
2017-09-26Btrfs: do not backup tree roots when fsyncGravatar Liu Bo 1-1/+8
2017-09-26btrfs: remove BTRFS_FS_QUOTA_DISABLING flagGravatar Misono, Tomohiro 2-5/+0
2017-09-26btrfs: propagate error to btrfs_cmp_data_prepare callerGravatar Naohiro Aota 1-1/+1
2017-09-26btrfs: prevent to set invalid default subvolidGravatar satoru takeuchi 1-0/+4
2017-09-26Btrfs: send: fix error number for unknown inode typesGravatar Tsutomu Itoh 1-1/+1
2017-09-26btrfs: fix NULL pointer dereference from free_reloc_roots()Gravatar Naohiro Aota 1-1/+1
2017-09-26btrfs: finish ordered extent cleaning if no progress is foundGravatar Naohiro Aota 1-0/+8
2017-09-26btrfs: clear ordered flag on cleaning up ordered extentsGravatar Naohiro Aota 1-0/+12
2017-09-26Btrfs: fix incorrect {node,sector}size endianness from BTRFS_IOC_FS_INFOGravatar Omar Sandoval 1-3/+3
2017-09-26Btrfs: do not reset bio->bi_ops while writing bioGravatar Liu Bo 1-3/+0
2017-09-26Btrfs: use the new helper wbc_to_write_flagsGravatar Liu Bo 1-3/+2
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+5
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 9-22/+21
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-14/+4
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 11-4/+466
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 39-1409/+1502
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 6-37/+34
2017-09-04btrfs: switch write_buf to kernel_writeGravatar Christoph Hellwig 1-14/+4
2017-09-04fs: support RWF_NOWAIT for buffered readsGravatar Christoph Hellwig 1-1/+5
2017-08-24Btrfs: fix blk_status_t/errno confusionGravatar Omar Sandoval 5-60/+64
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 6-20/+22
2017-08-23btrfs: index check-integrity state hash by a dev_tGravatar Christoph Hellwig 1-18/+13
2017-08-22btrfs: submit superblock io with REQ_META and REQ_PRIOGravatar David Sterba 1-2/+3
2017-08-21btrfs: remove unnecessary memory barrier in btrfs_direct_IOGravatar Nikolay Borisov 1-1/+0
2017-08-21btrfs: remove superfluous chunk_tree argument from btrfs_alloc_dev_extentGravatar Nikolay Borisov 1-7/+5
2017-08-21btrfs: Remove chunk_objectid parameter of btrfs_alloc_dev_extentGravatar Nikolay Borisov 1-4/+4
2017-08-21btrfs: pass fs_info to btrfs_del_root instead of tree_rootGravatar Jeff Mahoney 5-9/+9
2017-08-21Btrfs: add one more sanity check for shared ref typeGravatar Liu Bo 2-10/+46
2017-08-21Btrfs: remove BUG_ON in __add_tree_blockGravatar Liu Bo 1-1/+11
2017-08-21Btrfs: remove BUG() in add_data_referenceGravatar Liu Bo 1-1/+4
2017-08-21Btrfs: remove BUG() in print_extent_itemGravatar Liu Bo 1-1/+4
2017-08-21Btrfs: remove BUG() in btrfs_extent_inline_ref_sizeGravatar Liu Bo 1-1/+0
2017-08-21Btrfs: convert to use btrfs_get_extent_inline_ref_typeGravatar Liu Bo 3-10/+50
2017-08-21Btrfs: add a helper to retrive extent inline ref typeGravatar Liu Bo 2-0/+48
2017-08-21btrfs: scrub: simplify scrub worker initializationGravatar David Sterba 1-8/+2
2017-08-21btrfs: scrub: clean up division in scrub_find_csumGravatar David Sterba 1-1/+3
2017-08-21btrfs: scrub: clean up division in __scrub_mark_bitmapGravatar David Sterba 1-2/+6
2017-08-21btrfs: scrub: use bool for flush_all_writesGravatar David Sterba 1-10/+8
2017-08-21btrfs: preserve i_mode if __btrfs_set_acl() failsGravatar Ernesto A. Fernández 1-1/+5