summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2018-01-31Btrfs: fix stale entries in readdirJosef Bacik
2018-01-10btrfs: fix refcount_t usage when deleting btrfs_delayed_nodesChris Mason
2017-12-20btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Christophe JAILLET
2017-12-20btrfs: avoid null pointer dereference on fs_info when calling btrfs_critColin Ian King
2017-12-20btrfs: undo writable superblocke when sprouting failsAnand Jain
2017-12-20btrfs: Explicitly handle btrfs_update_root failureNikolay Borisov
2017-12-20btrfs: fix false EIO for missing deviceAnand Jain
2017-12-14btrfs: handle errors while updating refcounts in update_ref_for_cowJeff Mahoney
2017-12-14btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney
2017-12-05btrfs: clear space cache inode generation alwaysJosef Bacik
2017-11-30btrfs: change how we decide to commit transactions during flushingJosef Bacik
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett
2017-10-06Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-10-04Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh
2017-10-04btrfs: avoid overflow when sector_t is 32 bitGoffredo Baroncelli
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-09-26btrfs: log csums for all modified extentsJosef Bacik
2017-09-26Btrfs: fix unexpected result when dio reading corrupted blocksLiu Bo
2017-09-26btrfs: Report error on removing qgroup if del_qgroup_item failsSargun Dhillon
2017-09-26Btrfs: skip checksum when reading compressed data if some IO have failedLiu Bo
2017-09-26Btrfs: fix kernel oops while reading compressed dataLiu Bo
2017-09-26Btrfs: use btrfs_op instead of bio_op in __btrfs_map_blockLiu Bo
2017-09-26Btrfs: do not backup tree roots when fsyncLiu Bo
2017-09-26btrfs: remove BTRFS_FS_QUOTA_DISABLING flagMisono, Tomohiro
2017-09-26btrfs: propagate error to btrfs_cmp_data_prepare callerNaohiro Aota
2017-09-26btrfs: prevent to set invalid default subvolidsatoru takeuchi
2017-09-26Btrfs: send: fix error number for unknown inode typesTsutomu Itoh
2017-09-26btrfs: fix NULL pointer dereference from free_reloc_roots()Naohiro Aota
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-26Btrfs: fix incorrect {node,sector}size endianness from BTRFS_IOC_FS_INFOOmar Sandoval
2017-09-26Btrfs: do not reset bio->bi_ops while writing bioLiu Bo
2017-09-26Btrfs: use the new helper wbc_to_write_flagsLiu Bo
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-04btrfs: switch write_buf to kernel_writeChristoph Hellwig
2017-09-04fs: support RWF_NOWAIT for buffered readsChristoph Hellwig
2017-08-24Btrfs: fix blk_status_t/errno confusionOmar Sandoval
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-23btrfs: index check-integrity state hash by a dev_tChristoph Hellwig
2017-08-22btrfs: submit superblock io with REQ_META and REQ_PRIODavid Sterba
2017-08-21btrfs: remove unnecessary memory barrier in btrfs_direct_IONikolay Borisov
2017-08-21btrfs: remove superfluous chunk_tree argument from btrfs_alloc_dev_extentNikolay Borisov
2017-08-21btrfs: Remove chunk_objectid parameter of btrfs_alloc_dev_extentNikolay Borisov
2017-08-21btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney