summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-18
* Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-10-06
|\
| * Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh2017-10-04
| * btrfs: avoid overflow when sector_t is 32 bitGoffredo Baroncelli2017-10-04
* | Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-29
|\|
| * btrfs: log csums for all modified extentsJosef Bacik2017-09-26
| * Btrfs: fix unexpected result when dio reading corrupted blocksLiu Bo2017-09-26
| * btrfs: Report error on removing qgroup if del_qgroup_item failsSargun Dhillon2017-09-26
| * Btrfs: skip checksum when reading compressed data if some IO have failedLiu Bo2017-09-26
| * Btrfs: fix kernel oops while reading compressed dataLiu Bo2017-09-26
| * Btrfs: use btrfs_op instead of bio_op in __btrfs_map_blockLiu Bo2017-09-26
| * Btrfs: do not backup tree roots when fsyncLiu Bo2017-09-26
| * btrfs: remove BTRFS_FS_QUOTA_DISABLING flagMisono, Tomohiro2017-09-26
| * btrfs: propagate error to btrfs_cmp_data_prepare callerNaohiro Aota2017-09-26
| * btrfs: prevent to set invalid default subvolidsatoru takeuchi2017-09-26
| * Btrfs: send: fix error number for unknown inode typesTsutomu Itoh2017-09-26
| * btrfs: fix NULL pointer dereference from free_reloc_roots()Naohiro Aota2017-09-26
| * btrfs: finish ordered extent cleaning if no progress is foundNaohiro Aota2017-09-26
| * btrfs: clear ordered flag on cleaning up ordered extentsNaohiro Aota2017-09-26
| * Btrfs: fix incorrect {node,sector}size endianness from BTRFS_IOC_FS_INFOOmar Sandoval2017-09-26
| * Btrfs: do not reset bio->bi_ops while writing bioLiu Bo2017-09-26
| * Btrfs: use the new helper wbc_to_write_flagsLiu Bo2017-09-26
* | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-14
|\ \
| * | fs: support RWF_NOWAIT for buffered readsChristoph Hellwig2017-09-04
* | | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-14
|\ \ \
| * | | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-14
|\ \ \ \
| * | | | btrfs: switch write_buf to kernel_writeChristoph Hellwig2017-09-04
| | |/ / | |/| |
* | | | Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-14
|\ \ \ \
| * | | | btrfs: Add zstd supportNick Terrell2017-08-15
* | | | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-09-09
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | btrfs: submit superblock io with REQ_META and REQ_PRIODavid Sterba2017-08-22
| * | | | btrfs: remove unnecessary memory barrier in btrfs_direct_IONikolay Borisov2017-08-21
| * | | | btrfs: remove superfluous chunk_tree argument from btrfs_alloc_dev_extentNikolay Borisov2017-08-21
| * | | | btrfs: Remove chunk_objectid parameter of btrfs_alloc_dev_extentNikolay Borisov2017-08-21
| * | | | btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney2017-08-21
| * | | | Btrfs: add one more sanity check for shared ref typeLiu Bo2017-08-21
| * | | | Btrfs: remove BUG_ON in __add_tree_blockLiu Bo2017-08-21
| * | | | Btrfs: remove BUG() in add_data_referenceLiu Bo2017-08-21
| * | | | Btrfs: remove BUG() in print_extent_itemLiu Bo2017-08-21
| * | | | Btrfs: remove BUG() in btrfs_extent_inline_ref_sizeLiu Bo2017-08-21
| * | | | Btrfs: convert to use btrfs_get_extent_inline_ref_typeLiu Bo2017-08-21
| * | | | Btrfs: add a helper to retrive extent inline ref typeLiu Bo2017-08-21
| * | | | btrfs: scrub: simplify scrub worker initializationDavid Sterba2017-08-21
| * | | | btrfs: scrub: clean up division in scrub_find_csumDavid Sterba2017-08-21
| * | | | btrfs: scrub: clean up division in __scrub_mark_bitmapDavid Sterba2017-08-21
| * | | | btrfs: scrub: use bool for flush_all_writesDavid Sterba2017-08-21
| * | | | btrfs: preserve i_mode if __btrfs_set_acl() failsErnesto A. Fernández2017-08-21
| * | | | btrfs: Remove extraneous chunk_objectid variableNikolay Borisov2017-08-21