btrfs: add cleanup_ref_head_accounting helper
[sfrench/cifs-2.6.git] / fs /
2018-12-17 Josef Bacikbtrfs: add cleanup_ref_head_accounting helper
2018-12-17 Josef Bacikbtrfs: add btrfs_delete_ref_head helper
2018-12-17 Johannes Thumshirnbtrfs: use PAGE_ALIGNED instead of open-coding it
2018-12-17 Johannes Thumshirnbtrfs: use offset_in_page instead of open-coding it
2018-12-17 David Sterbabtrfs: dev-replace: open code trivial locking helpers
2018-12-17 David Sterbabtrfs: dev-replace: remove custom read/write blocking...
2018-12-17 David Sterbabtrfs: dev-replace: swich locking to rw semaphore
2018-12-17 David Sterbabtrfs: reada: reorder dev-replace locks before radix...
2018-12-17 Nikolay Borisovbtrfs: Fix error handling in btrfs_cleanup_ordered_extents
2018-12-17 Lu Fengqibtrfs: remove always true if branch in find_delalloc_range
2018-12-17 Lu Fengqibtrfs: skip file_extent generation check for free_space...
2018-12-17 Filipe MananaBtrfs: fix fsync of files with multiple hard links...
2018-12-17 David Sterbabtrfs: drop extra enum initialization where using defaults
2018-12-17 David Sterbabtrfs: switch BTRFS_ORDERED_* to enums
2018-12-17 David Sterbabtrfs: switch EXTENT_FLAG_* to enums
2018-12-17 David Sterbabtrfs: switch EXTENT_BUFFER_* to enums
2018-12-17 David Sterbabtrfs: switch BTRFS_ROOT_* to enums
2018-12-17 David Sterbabtrfs: switch BTRFS_FS_* to enums
2018-12-17 David Sterbabtrfs: switch BTRFS_BLOCK_RSV_* to enums
2018-12-17 David Sterbabtrfs: switch BTRFS_FS_STATE_* to enums
2018-12-17 Nikolay Borisovbtrfs: Refactor btrfs_merge_bio_hook
2018-12-17 Lu Fengqibtrfs: cleanup the useless DEFINE_WAIT in cleanup_trans...
2018-12-17 Johannes Thumshirnbtrfs: document extent mapping assumptions in checksum
2018-12-17 Johannes Thumshirnbtrfs: don't initialize 'offset' in map_private_extent_...
2018-12-17 Filipe MananaBtrfs: fix deadlock with memory reclaim during scrub
2018-12-17 Nikolay Borisovbtrfs: Remove extent_io_ops::readpage_io_failed_hook
2018-12-17 Johannes Thumshirnbtrfs: remove btrfs_bio_end_io_t
2018-12-17 David Sterbabtrfs: replace btrfs_io_bio::end_io with a simple helper
2018-12-17 David Sterbabtrfs: remove redundant csum buffer in btrfs_io_bio
2018-12-17 David Sterbabtrfs: replace async_cow::root with fs_info
2018-12-17 David Sterbabtrfs: merge btrfs_submit_bio_done to its caller
2018-12-17 Anand Jainbtrfs: balance: print to system log when balance ends...
2018-12-17 Anand Jainbtrfs: balance: print args during start and resume
2018-12-17 Anand Jainbtrfs: add helper to describe block group flags
2018-12-17 Filipe MananaBtrfs: fix deadlock when enabling quotas due to concurr...
2018-12-17 Filipe MananaBtrfs: fix access to available allocation bits when...
2018-12-17 Filipe MananaBtrfs: allow clear_extent_dirty() to receive a cached...
2018-12-17 Nikolay Borisovbtrfs: Handle final split-brain possibility during...
2018-12-17 Nikolay Borisovbtrfs: Handle one more split-brain scenario during...
2018-12-17 Nikolay Borisovbtrfs: add members to fs_devices to track fsid changes
2018-12-17 Nikolay Borisovbtrfs: Add handling for disk split-brain scenario durin...
2018-12-17 Nikolay Borisovbtrfs: Remove fsid/metadata_fsid fields from btrfs_info
2018-12-17 Nikolay Borisovbtrfs: Add sysfs support for metadata_uuid feature
2018-12-17 Nikolay Borisovbtrfs: Introduce support for FSID change without metada...
2018-12-17 Johannes Thumshirnbtrfs: use EXPORT_FOR_TESTS for conditionally exported...
2018-12-17 Johannes Thumshirnbtrfs: introduce EXPORT_FOR_TESTS macro
2018-12-17 Johannes Thumshirnbtrfs: remove unused drop_on_err in btrfs_mkdir
2018-12-17 Nikolay Borisovbtrfs: Replace BUG_ON with ASSERT in find_lock_delalloc...
2018-12-17 Nikolay Borisovbtrfs: Sink find_lock_delalloc_range's 'max_bytes'...
2018-12-17 Nikolay Borisovbtrfs: Remove superfluous check form btrfs_remove_chunk
2018-12-17 Anand Jainbtrfs: don't report user-requested cancel as an error
2018-12-17 Anand Jainbtrfs: silence warning if replace is canceled
2018-12-17 Anand Jainbtrfs: dev-replace: add explicit check for replace...
2018-12-17 Anand Jainbtrfs: dev-replace: replace's scrub must not be running...
2018-12-17 Anand Jainbtrfs: dev-replace: set result code of cancel by status...
2018-12-17 Anand Jainbtrfs: fix use-after-free due to race between replace...
2018-12-17 Anand Jainbtrfs: dev-replace: go back to suspend state if another...
2018-12-17 Anand Jainbtrfs: dev-replace: go back to suspended state if targe...
2018-12-17 Anand Jainbtrfs: mark btrfs_dev_replace_start as static
2018-12-17 Anand Jainbtrfs: harden agaist duplicate fsid on scanned devices
2018-12-17 Hans van Kranenburgbtrfs: introduce nparity raid_attr
2018-12-17 Hans van Kranenburgbtrfs: fix ncopies raid_attr for RAID56
2018-12-17 Hans van Kranenburgbtrfs: alloc_chunk: fix more DUP stripe size handling
2018-12-17 Hans van Kranenburgbtrfs: alloc_chunk: improve chunk size variable name
2018-12-17 Hans van Kranenburgbtrfs: alloc_chunk: do not refurbish num_bytes
2018-12-17 Ethan Lienbtrfs: use tagged writepage to mitigate livelock of...
2018-12-17 Nikolay Borisovbtrfs: Remove unused extent_state argument from btrfs_w...
2018-12-17 Nikolay Borisovbtrfs: Remove extent_page_data argument from writepage_...
2018-12-17 Nikolay Borisovbtrfs: Move epd::extent_locked check to writepage_delal...
2018-12-17 Nikolay Borisovbtrfs: Check for missing device before bio submission...
2018-12-17 Anand Jainbtrfs: remove redundant replace_state init
2018-12-17 Filipe MananaBtrfs: remove no longer used io_err from btrfs_log_ctx
2018-12-17 Filipe MananaBtrfs: simpler and more efficient cleanup of a log...
2018-12-17 Nikolay Borisovbtrfs: Adjust loop in free_extent_buffer
2018-12-17 Nikolay Borisovbtrfs: Remove special handling of EXTENT_BUFFER_UNMAPPE...
2018-12-17 Nikolay Borisovbtrfs: Remove unnecessary tree locking code in qgroup_r...
2018-12-17 Nikolay Borisovbtrfs: Remove extra reference count bumps in btrfs_comp...
2018-12-17 Nikolay Borisovbtrfs: Remove extraneous extent_buffer_get from tree_mo...
2018-12-17 Nikolay Borisovbtrfs: Remove redundant extent_buffer_get in get_old_root
2018-12-17 Nikolay Borisovbtrfs: Remove needless tree locking in iterate_inode_ex...
2018-12-17 Nikolay Borisovbtrfs: Remove needless tree locking in iterate_inode_refs
2018-12-17 Qu Wenruobtrfs: tests: Use BTRFS_MAX_EXTENT_SIZE to replace...
2018-12-17 Omar SandovalBtrfs: support swap files
2018-12-17 Omar SandovalBtrfs: rename and export get_chunk_map
2018-12-17 Omar SandovalBtrfs: prevent ioctls from interfering with a swap...
2018-12-17 Nikolay Borisovbtrfs: Remove extent_io_ops::split_extent_hook callback
2018-12-17 Nikolay Borisovbtrfs: Remove extent_io_ops::merge_extent_hook callback
2018-12-17 Nikolay Borisovbtrfs: Remove extent_io_ops::clear_bit_hook callback
2018-12-17 Nikolay Borisovbtrfs: Remove extent_io_ops::set_bit_hook extent_io...
2018-12-17 Nikolay Borisovbtrfs: Remove extent_io_ops::check_extent_io_range...
2018-12-17 Nikolay Borisovbtrfs: Remove extent_io_ops::writepage_end_io_hook
2018-12-17 Nikolay Borisovbtrfs: Remove extent_io_ops::writepage_start_hook
2018-12-17 Nikolay Borisovbtrfs: Remove extent_io_ops::fill_delalloc
2018-12-17 Nikolay Borisovbtrfs: Add function to distinguish between data and...
2018-12-17 Qu Wenruobtrfs: volumes: Make sure no dev extent is beyond devic...
2018-12-17 Qu Wenruobtrfs: volumes: Make sure there is no overlap of dev...
2018-12-17 Qu Wenruobtrfs: Refactor find_free_extent loops update into...
2018-12-17 Qu Wenruobtrfs: Refactor unclustered extent allocation into...
2018-12-17 Qu Wenruobtrfs: Refactor clustered extent allocation into find_f...
2018-12-17 Qu Wenruobtrfs: Introduce find_free_extent_ctl structure for...
next