summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2019-04-29btrfs: fix panic during relocation after ENOSPC before writeback happensJosef Bacik
2019-04-29btrfs: Use less confusing condition for uptodate parameter to btrfs_writepage...Nikolay Borisov
2019-04-29btrfs: extent_io: Handle errors better in extent_writepages()Qu Wenruo
2019-04-29btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()Qu Wenruo
2019-04-29btrfs: extent_io: Handle errors better in extent_write_locked_range()Qu Wenruo
2019-04-29btrfs: extent_io: Kill dead condition in extent_write_cache_pages()Qu Wenruo
2019-04-29btrfs: extent_io: Handle errors better in btree_write_cache_pages()Qu Wenruo
2019-04-29btrfs: extent_io: Handle errors better in extent_write_full_page()Qu Wenruo
2019-04-29btrfs: extent_io: Move the BUG_ON() in flush_write_bio() one level upQu Wenruo
2019-04-29btrfs: Always output error message when key/level verification failsQu Wenruo
2019-04-29btrfs: Check the first key and level for cached extent bufferQu Wenruo
2019-04-29btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages failsNikolay Borisov
2019-04-29btrfs: Make btrfs_(set|clear)_header_flag return voidQu Wenruo
2019-04-29btrfs: reloc: Fix NULL pointer dereference due to expanded reloc_root lifespanQu Wenruo
2019-04-29btrfs: Remove unused -EIO assignment in end_bio_extent_readpageNikolay Borisov
2019-04-29btrfs: Exploit the fact that pages passed to extent_readpages are always cont...Nikolay Borisov
2019-04-29btrfs: switch extent_buffer::lock_nested to boolDavid Sterba
2019-04-29btrfs: use assertion helpers for extent buffer write lock countersDavid Sterba
2019-04-29btrfs: add assertion helpers for extent buffer write lock countersDavid Sterba
2019-04-29btrfs: use assertion helpers for extent buffer read lock countersDavid Sterba
2019-04-29btrfs: add assertion helpers for extent buffer read lock countersDavid Sterba
2019-04-29btrfs: use assertion helpers for spinning readersDavid Sterba
2019-04-29btrfs: add assertion helpers for spinning readersDavid Sterba
2019-04-29btrfs: use assertion helpers for spinning writersDavid Sterba
2019-04-29btrfs: add assertion helpers for spinning writersDavid Sterba
2019-04-29btrfs: Remove EXTENT_IOBITSNikolay Borisov
2019-04-29btrfs: Remove EXTENT_WRITEBACKNikolay Borisov
2019-04-29btrfs: Turn an 'else if' into an 'else' in btrfs_uuid_tree_addNathan Chancellor
2019-04-29btrfs: refactor btrfs_set_prop and add btrfs_set_prop_transAnand Jain
2019-04-29btrfs: rename fs_info argument to fs_privateAnand Jain
2019-04-29btrfs: drop redundant forward declaration in props.cAnand Jain
2019-04-29btrfs: merge _btrfs_set_prop helpersAnand Jain
2019-04-29btrfs: reduce kmap_atomic time for checksummingJohannes Thumshirn
2019-04-29btrfs: tracepoints: Add trace events for extent_io_treeQu Wenruo
2019-04-29btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo
2019-04-29btrfs: switch extent_io_tree::track_uptodate to boolDavid Sterba
2019-04-29btrfs: Introduce fs_info to extent_io_treeQu Wenruo
2019-04-29Btrfs: remove no longer used 'sync' member from transaction handleFilipe Manana
2019-04-29btrfs: zstd: remove indirect calls for local functionsDennis Zhou
2019-04-29btrfs: scrub: return EAGAIN when fs is closingDavid Sterba
2019-04-29btrfs: Initialize inode::i_mapping once in btrfs_symlinkGoldwyn Rodrigues
2019-04-29btrfs: Don't panic when we can't find a root keyQu Wenruo
2019-04-29btrfs: warn if extent buffer mapping crosses a page boundary in csum_tree_blockJohannes Thumshirn
2019-04-29btrfs: factor our read/write stage off csum_tree_block into its callersJohannes Thumshirn
2019-04-29btrfs: ref-verify: Simplify stack trace retrievalThomas Gleixner
2019-04-26Merge tag 'for-5.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-04-25btrfs: Switch memory allocations in async csum calculation path to kvmallocNikolay Borisov
2019-04-11Merge tag 'for-5.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva