Btrfs: fix rare chances for data loss when doing a fast fsync
[sfrench/cifs-2.6.git] / fs /
2018-11-13 Filipe MananaBtrfs: fix rare chances for data loss when doing a...
2018-11-13 Nikolay Borisovbtrfs: Always try all copies when reading extent buffers
2018-11-07 Omar SandovalBtrfs: fix missing delayed iputs on unmount
2018-11-06 Filipe MananaBtrfs: fix data corruption due to cloning of eof block
2018-11-06 Filipe MananaBtrfs: fix infinite loop on inode eviction after dedupl...
2018-11-06 Filipe MananaBtrfs: fix deadlock on tree root leaf when finding...
2018-11-06 Arnd Bergmannbtrfs: avoid link error with CONFIG_NO_AUTO_INLINE
2018-11-06 Shaokun Zhangbtrfs: tree-checker: Fix misleading group system inform...
2018-11-06 Filipe MananaBtrfs: fix missing data checksums after a ranged fsync...
2018-11-06 Lu Fengqibtrfs: fix pinned underflow after transaction aborted
2018-11-06 Robbie KoBtrfs: fix cur_offset in the error case for nocow
2018-10-22 Filipe MananaBtrfs: fix use-after-free when dumping free space
2018-10-19 Filipe MananaBtrfs: fix use-after-free during inode eviction
2018-10-19 Josef Bacikbtrfs: move the dio_sem higher up the callchain
2018-10-19 Josef Bacikbtrfs: don't run delayed_iputs in commit
2018-10-19 Josef Bacikbtrfs: fix insert_reserved error handling
2018-10-19 Josef Bacikbtrfs: only free reserved extent if we didn't insert it
2018-10-19 Josef Bacikbtrfs: don't use ctl->free_space for max_extent_size
2018-10-19 Josef Bacikbtrfs: set max_extent_size properly
2018-10-19 Josef Bacikbtrfs: reset max_extent_size properly
2018-10-17 Lu Fengqibtrfs: delayed-ref: extract find_first_ref_head from...
2018-10-17 Filipe MananaBtrfs: fix deadlock when writing out free space caches
2018-10-17 Filipe MananaBtrfs: fix assertion on fsync of regular file when...
2018-10-17 Filipe MananaBtrfs: fix null pointer dereference on compressed write...
2018-10-15 Lu Fengqibtrfs: switch return_bigger to bool in find_ref_head
2018-10-15 Lu Fengqibtrfs: remove fs_info from btrfs_should_throttle_delaye...
2018-10-15 Lu Fengqibtrfs: remove fs_info from btrfs_check_space_for_delaye...
2018-10-15 Lu Fengqibtrfs: delayed-ref: pass delayed_refs directly to btrfs...
2018-10-15 Lu Fengqibtrfs: delayed-ref: pass delayed_refs directly to btrfs...
2018-10-15 Lu Fengqibtrfs: qgroup: move the qgroup->members check out from...
2018-10-15 Qu Wenruobtrfs: relocation: Remove redundant tree level check
2018-10-15 Qu Wenruobtrfs: relocation: Cleanup while loop using rbtree_post...
2018-10-15 Qu Wenruobtrfs: qgroup: Avoid calling qgroup functions if qgroup...
2018-10-15 Filipe MananaBtrfs: fix wrong dentries after fsync of file that...
2018-10-15 Filipe MananaBtrfs: fix warning when replaying log after fsync of...
2018-10-15 Josef Bacikbtrfs: drop min_size from evict_refill_and_join
2018-10-15 Josef Bacikbtrfs: assert on non-empty delayed iputs
2018-10-15 Josef Bacikbtrfs: make sure we create all new block groups
2018-10-15 Josef Bacikbtrfs: reset max_extent_size on clear in a bitmap
2018-10-15 Josef Bacikbtrfs: protect space cache inode alloc with GFP_NOFS
2018-10-15 Josef Bacikbtrfs: release metadata before running delayed refs
2018-10-15 Liu BoBtrfs: kill btrfs_clear_path_blocking
2018-10-15 David Sterbabtrfs: dev-replace: remove pointless assert in write...
2018-10-15 David Sterbabtrfs: dev-replace: move replace members out of fs_info
2018-10-15 David Sterbabtrfs: dev-replace: avoid useless lock on error handlin...
2018-10-15 David Sterbabtrfs: open code btrfs_after_dev_replace_commit
2018-10-15 David Sterbabtrfs: open code btrfs_dev_replace_stats_inc
2018-10-15 David Sterbabtrfs: open code btrfs_dev_replace_clear_lock_blocking
2018-10-15 David Sterbabtrfs: remove btrfs_dev_replace::read_locks
2018-10-15 Qu Wenruobtrfs: tree-checker: Check level for leaves and nodes
2018-10-15 Qu Wenruobtrfs: qgroup: Only trace data extents in leaves if...
2018-10-15 Qu Wenruobtrfs: qgroup: Don't trace subtree if we're dropping...
2018-10-15 Qu Wenruobtrfs: qgroup: Use generation-aware subtree swap to...
2018-10-15 Qu Wenruobtrfs: qgroup: Introduce function to find all new tree...
2018-10-15 Qu Wenruobtrfs: qgroup: Introduce function to trace two swaped...
2018-10-15 Qu Wenruobtrfs: qgroup: Introduce trace event to analyse the...
2018-10-15 Qu Wenruobtrfs: relocation: Add basic extent backref related...
2018-10-15 Omar SandovalBtrfs: get rid of btrfs_symlink_aops
2018-10-15 Chris MasonBtrfs: don't clean dirty pages during buffered writes
2018-10-15 David Sterbabtrfs: use common helper instead of open coding a bit...
2018-10-15 Nikolay Borisovbtrfs: refactor __btrfs_run_delayed_refs loop
2018-10-15 Nikolay Borisovbtrfs: Factor out loop processing all refs of a head
2018-10-15 Nikolay Borisovbtrfs: Factor out ref head locking code in __btrfs_run_...
2018-10-15 David Sterbabtrfs: tests: polish ifdefs around testing helper
2018-10-15 David Sterbabtrfs: tests: group declarations of self-test helpers
2018-10-15 David Sterbabtrfs: tests: move testing members of struct btrfs_root...
2018-10-15 David Sterbabtrfs: tests: add separate stub for find_lock_delalloc_...
2018-10-15 Liu BoBtrfs: preftree: use rb_first_cached
2018-10-15 Liu BoBtrfs: extent_map: use rb_first_cached
2018-10-15 Liu BoBtrfs: delayed-inode: use rb_first_cached for ins_root...
2018-10-15 Liu BoBtrfs: delayed-refs: use rb_first_cached for ref_tree
2018-10-15 Liu BoBtrfs: delayed-refs: use rb_first_cached for href_root
2018-10-15 Josef Bacikbtrfs: wait on caching when putting the bg cache
2018-10-15 Jeff Mahoneybtrfs: keep trim from interfering with transaction...
2018-10-15 Jeff Mahoneybtrfs: don't attempt to trim devices that don't support it
2018-10-15 Jeff Mahoneybtrfs: iterate all devices during trim, instead of...
2018-10-15 Qu Wenruobtrfs: Ensure btrfs_trim_fs can trim the whole filesystem
2018-10-15 Qu Wenruobtrfs: Enhance btrfs_trim_fs function to handle error...
2018-10-15 Jeff Mahoneybtrfs: fix error handling in btrfs_dev_replace_start
2018-10-15 zhong jiangbtrfs: change remove_extent_mapping to return void
2018-10-15 Nikolay Borisovbtrfs: handle error of get_old_root
2018-10-15 Nikolay Borisovbtrfs: Remove logically dead code from btrfs_orphan_cleanup
2018-10-15 Liu BoBtrfs: remove wait_ordered_range in btrfs_evict_inode
2018-10-15 Liu BoBtrfs: skip set_page_dirty if eb pages are already...
2018-10-15 Liu BoBtrfs: assert page dirty bit on extent buffer pages
2018-10-15 Liu BoBtrfs: remove unnecessary level check in balance_level
2018-10-15 Liu BoBtrfs: unify error handling of btrfs_lookup_dir_item
2018-10-15 Liu BoBtrfs: use args in the correct order for kcalloc in...
2018-10-15 Nikolay Borisovbtrfs: Make btrfs_find_device_by_devspec return btrfs_d...
2018-10-15 Nikolay Borisovbtrfs: Make btrfs_find_device_missing_or_by_path return...
2018-10-15 Nikolay Borisovbtrfs: Make btrfs_find_device_by_path return struct...
2018-10-15 Jeff Mahoneybtrfs: fix error handling in free_log_tree
2018-10-15 Misono Tomohirobtrfs: remove redundant variable from btrfs_cross_ref_exist
2018-10-15 Liu BoBtrfs: set leave_spinning in btrfs_get_extent
2018-10-15 Liu BoBtrfs: fix alignment in declaration and prototype of...
2018-10-15 Colin Ian Kingbtrfs: remove unused pointer 'tree' in btrfs_submit_com...
2018-10-15 Colin Ian Kingbtrfs: remove unused pointer inode in relink_file_extents
2018-10-15 Su Yuebtrfs: defrag: use btrfs_mod_outstanding_extents in...
2018-10-15 Liu BoBtrfs: remove confusing tracepoint in btrfs_add_reserve...
2018-10-15 Liu Bobtrfs: free path at an earlier point in btrfs_get_extent
next