]> git.ipfire.org Git - people/ms/linux.git/shortlog
people/ms/linux.git
2018-01-02  Nikolay Borisovbtrfs: Fix flush bio leak
2017-12-06  Nikolay Borisovbtrfs: Fix possible off-by-one in btrfs_search_path_in_tree
2017-12-06  Omar SandovalBtrfs: disable FUA if mounted with nobarrier
2017-12-06  Jeff Mahoneybtrfs: fix missing error return in btrfs_drop_snapshot
2017-12-06  Jeff Mahoneybtrfs: handle errors while updating refcounts in update...
2017-12-06  Justin Maggardbtrfs: Fix quota reservation leak on preallocated files
2017-11-28  Filipe MananaBtrfs: incremental send, fix wrong unlink path after...
2017-11-28  Qu Wenruobtrfs: tree-checker: Fix false panic for sanity test
2017-11-27  Liu BoBtrfs: fix list_add corruption and soft lockups in...
2017-11-27  Qu Wenruobtrfs: Fix wild memory access in compression level...
2017-11-27  Josef Bacikbtrfs: fix deadlock when writing out space cache
2017-11-20  Josef Bacikbtrfs: clear space cache inode generation always
2017-11-15  Filipe MananaBtrfs: fix reported number of inode blocks after buffer...
2017-11-15  Filipe MananaBtrfs: move definition of the function btrfs_find_new_d...
2017-11-15  Liu BoBtrfs: bail out gracefully rather than BUG_ON
2017-11-15  David Sterbabtrfs: dev_alloc_list is not protected by RCU, use...
2017-11-15  David Sterbabtrfs: add missing device::flush_bio puts
2017-11-15  Nikolay Borisovbtrfs: Fix transaction abort during failure in btrfs_rm...
2017-11-15  Liu BoBtrfs: add write_flags for compression bio
2017-11-01  Gu JinXiangbtrfs: Fix bug for misused dev_t when lookup in dev...
2017-11-01  Timofey TitovetsBtrfs: heuristic: add Shannon entropy calculation
2017-11-01  Timofey TitovetsBtrfs: heuristic: add byte core set calculation
2017-11-01  Timofey TitovetsBtrfs: heuristic: add byte set calculation
2017-11-01  Timofey TitovetsBtrfs: heuristic: add detection of repeated data patterns
2017-11-01  Timofey TitovetsBtrfs: heuristic: implement sampling logic
2017-11-01  Timofey TitovetsBtrfs: heuristic: add bucket and sample counters and...
2017-11-01  Timofey TitovetsBtrfs: compression: separate heuristic/compression...
2017-11-01  Josef Bacikbtrfs: move btrfs_truncate_block out of trans handle
2017-11-01  Josef Bacikbtrfs: don't call btrfs_start_delalloc_roots in flushon...
2017-11-01  Josef Bacikbtrfs: track refs in a rb_tree instead of a list
2017-11-01  Josef Bacikbtrfs: add a comp_refs() helper
2017-11-01  Josef Bacikbtrfs: switch args for comp_*_refs
2017-11-01  Josef Bacikbtrfs: make the delalloc block rsv per inode
2017-11-01  Josef Bacikbtrfs: add tracepoints for outstanding extents mods
2017-11-01  Josef BacikBtrfs: rework outstanding_extents
2017-11-01  Zygo Blaxellbtrfs: increase output size for LOGICAL_INO_V2 ioctl
2017-11-01  Zygo Blaxellbtrfs: add a flags argument to LOGICAL_INO and call...
2017-11-01  Zygo Blaxellbtrfs: add a flag to iterate_inodes_from_logical to...
2017-11-01  Nikolay Borisovbtrfs: send: remove unused code
2017-11-01  Anand Jainbtrfs: remove BUG_ON in btrfs_rm_dev_replace_free_srcdev()
2017-11-01  Adam Borowskibtrfs: allow setting zlib compression level via :9
2017-11-01  David Sterbabtrfs: allow to set compression level for zlib
2017-10-30  Nikolay Borisovbtrfs: Replace opencoded sizes with their symbolic...
2017-10-30  Gu JinXiangbtrfs: Use bd_dev to generate index when dev_state_hash...
2017-10-30  Anand Jainbtrfs: fix false EIO for missing device
2017-10-30  Anand Jainbtrfs: use need_full_stripe() in __btrfs_map_block()
2017-10-30  Goldwyn Rodriguesbtrfs: cleanup extent locking sequence
2017-10-30  Anand Jainbtrfs: use BLK_STS defines where needed
2017-10-30  Josef Bacikbtrfs: add assertions for releasing trans handle reserv...
2017-10-30  Josef Bacikbtrfs: remove type argument from comp_tree_refs
2017-10-30  Josef Bacikbtrfs: remove delayed_ref_node from ref_head
2017-10-30  Josef Bacikbtrfs: move all ref head cleanup to the helper function
2017-10-30  Josef Bacikbtrfs: move ref_mod modification into the if (ref)...
2017-10-30  Josef Bacikbtrfs: breakout empty head cleanup to a helper
2017-10-30  Josef Bacikbtrfs: move extent_op cleanup to a helper
2017-10-30  Josef Bacikbtrfs: add a helper to return a head ref
2017-10-30  Josef BacikBtrfs: only check delayed ref usage in should_end_trans...
2017-10-30  Josef BacikBtrfs: add a extent ref verify tool
2017-10-30  Josef Bacikbtrfs: pass root to various extent ref mod functions
2017-10-30  Josef Bacikbtrfs: add ref-verify mount option
2017-10-30  David Sterbabtrfs: get rid of sector_t and use u64 offset in submit...
2017-10-30  David Sterbabtrfs: rename page offset parameter in submit_extent_page
2017-10-30  David Sterbabtrfs: scrub: get rid of sector_t
2017-10-30  Josef Bacikbtrfs: fix send ioctl on 32bit with 64bit kernel
2017-10-30  Anand Jainbtrfs: fix use of error or warning for missing device
2017-10-30  Anand Jainbtrfs: declare btrfs_report_missing_device() static
2017-10-30  Anand Jainbtrfs: fix EIO misuse to report missing degraded option
2017-10-30  Anand Jainbtrfs: add_missing_dev() should return the actual error
2017-10-30  Christos Gkekasbtrfs: Clean up unused variables in free-space-tree.c
2017-10-30  Arnd Bergmannbtrfs: tree-checker: use %zu format string for size_t
2017-10-30  Liu BoBtrfs: remove nr_async_submits and async_submit_draining
2017-10-30  Liu BoBtrfs: do not make defrag wait on async_delalloc_pages
2017-10-30  Liu BoBtrfs: remove nr_async_bios
2017-10-30  Qu Wenruobtrfs: tree-checker: Enhance output for check_extent_da...
2017-10-30  Qu Wenruobtrfs: tree-checker: Enhance output for check_csum_item
2017-10-30  Qu Wenruobtrfs: tree-checker: Enhance output for btrfs_check_leaf
2017-10-30  Qu Wenruobtrfs: tree-checker: Enhance btrfs_check_node output
2017-10-30  Qu Wenruobtrfs: Move leaf and node validation checker to tree...
2017-10-30  Timofey TitovetsBtrfs: compress_file_range remove dead variable num_bytes
2017-10-30  Rakesh Panditbtrfs: use appropriate replacements for __sb_{start...
2017-10-30  Hans van Kranenburgbtrfs: prefix sysfs attribute struct names
2017-10-30  Thomas Meyerbtrfs: Fix bool initialization/comparison
2017-10-30  Nikolay Borisovbtrfs: Refactor transaction handling in received subvol...
2017-10-30  Nikolay Borisovbtrfs: Explicitly handle btrfs_update_root failure
2017-10-30  Anand Jainbtrfs: error out if btrfs_attach_transaction() fails
2017-10-30  Anand Jainbtrfs: fix BUG_ON in btrfs_init_new_device()
2017-10-30  Anand Jainbtrfs: undo writable superblocke when sprouting fails
2017-10-30  Qu Wenruobtrfs: Add checker for EXTENT_CSUM
2017-10-30  Qu Wenruobtrfs: Add sanity check for EXTENT_DATA when reading...
2017-10-30  Qu Wenruobtrfs: Check if item pointer overlaps with the item...
2017-10-30  Qu Wenruobtrfs: Refactor check_leaf function for later expansion
2017-10-30  Timofey TitovetsBtrfs: cleanup 'start' subtraction from try uncompresse...
2017-10-30  Josef Bacikbtrfs: change how we decide to commit transactions...
2017-10-30  Kuanling HuangBtrfs: send, apply asynchronous page cache readahead...
2017-10-30  Liu BoBtrfs: fix memory leak in raid56
2017-10-30  Colin Ian Kingbtrfs: make array types static const, reduces object...
2017-10-30  Allen Paisbtrfs: return -ENOMEM on allocation failure in btrfsic
2017-10-30  Liu BoBtrfs: fix confusing worker helper info in stacktrace
2017-10-30  Liu BoBtrfs: remove bio_flags which indicates a meta block...
2017-10-30  Liu BoBtrfs: make plug in writing meta blocks really work
next