Bluetooth: fix vendor ext rssi link alert event
[platform/kernel/linux-rpi.git] / fs / btrfs /
2020-03-26 popcornmixMerge remote-tracking branch 'stable/linux-4.19.y'...
2020-03-25 Filipe Mananabtrfs: fix log context list corruption after rename...
2020-03-06 popcornmixMerge remote-tracking branch 'stable/linux-4.19.y'...
2020-02-28 Filipe MananaBtrfs: fix btrfs_wait_ordered_range() so that it waits...
2020-02-28 Josef Bacikbtrfs: do not check delayed items are empty for single...
2020-02-28 Josef Bacikbtrfs: reset fs_root to NULL on error in open_ctree
2020-02-28 Josef Bacikbtrfs: fix bytes_may_use underflow in prealloc error...
2020-02-25 popcornmixMerge remote-tracking branch 'stable/linux-4.19.y'...
2020-02-24 Anand Jainbtrfs: device stats, log when stats are zeroed
2020-02-24 David Sterbabtrfs: safely advance counter when looking up bio csums
2020-02-24 Johannes Thumshirnbtrfs: fix possible NULL-pointer dereference in integri...
2020-02-20 popcornmixMerge remote-tracking branch 'stable/linux-4.19.y'...
2020-02-19 David Sterbabtrfs: log message when rw remount is attempted with...
2020-02-19 David Sterbabtrfs: print message when tree-log replay starts
2020-02-19 Wenwen Wangbtrfs: ref-verify: fix memory leaks
2020-02-19 Filipe MananaBtrfs: fix race between using extent maps and merging...
2020-02-11 Josef Bacikbtrfs: flush write bio if we loop in extent_write_cache...
2020-02-11 Josef Bacikbtrfs: free block groups after free'ing fs trees
2020-02-11 Anand Jainbtrfs: use bool argument in free_root_pointers()
2020-02-11 Filipe MananaBtrfs: fix race between adding and putting tree mod...
2020-02-11 Josef Bacikbtrfs: set trans->drity in btrfs_commit_transaction
2020-02-11 Filipe MananaBtrfs: fix missing hole after hole punching and fsync...
2020-02-06 popcornmixMerge remote-tracking branch 'stable/linux-4.19.y'...
2020-02-05 Josef Bacikbtrfs: do not zero f_bavail if we have available space
2020-01-27 Omar Sandovalbtrfs: use correct count in btrfs_file_write_iter()
2020-01-27 Filipe MananaBtrfs: fix inode cache waiters hanging on path allocati...
2020-01-27 Filipe MananaBtrfs: fix inode cache waiters hanging on failure to...
2020-01-27 Filipe MananaBtrfs: fix hang when loading existing inode cache off...
2020-01-23 Johannes Thumshirnbtrfs: fix memory leak in qgroup accounting
2020-01-23 Josef Bacikbtrfs: do not delete mismatched root refs
2020-01-23 Josef Bacikbtrfs: fix invalid removal of root ref
2020-01-23 Josef Bacikbtrfs: rework arguments of btrfs_unlink_subvol
2020-01-20 popcornmixMerge remote-tracking branch 'stable/linux-4.19.y'...
2020-01-17 Goldwyn Rodriguesbtrfs: simplify inode locking for RWF_NOWAIT
2020-01-14 popcornmixMerge remote-tracking branch 'stable/linux-4.19.y'...
2020-01-12 Nikolay Borisovbtrfs: Fix error messages in qgroup_rescan_init
2020-01-06 popcornmixMerge remote-tracking branch 'stable/linux-4.19.y'...
2019-12-31 Dan Carpenterbtrfs: return error pointer from alloc_test_extent_buffer
2019-12-31 Omar Sandovalbtrfs: don't prematurely free work in scrub_missing_rai...
2019-12-31 Omar Sandovalbtrfs: don't prematurely free work in reada_start_machi...
2019-12-31 Omar Sandovalbtrfs: don't prematurely free work in run_ordered_work()
2019-12-31 Omar Sandovalbtrfs: don't prematurely free work in end_workqueue_fn()
2019-12-31 Filipe MananaBtrfs: fix removal logic of the tree mod log that leads...
2019-12-31 Josef Bacikbtrfs: handle ENOENT in btrfs_uuid_tree_iterate
2019-12-31 Josef Bacikbtrfs: do not leak reloc root if we fail to read the...
2019-12-31 Josef Bacikbtrfs: skip log replay on orphaned roots
2019-12-31 Josef Bacikbtrfs: abort transaction after failed inode updates...
2019-12-31 Anand Jainbtrfs: send: remove WARN_ON for readonly mount
2019-12-31 Filipe MananaBtrfs: fix missing data checksums after replaying a...
2019-12-31 Josef Bacikbtrfs: do not call synchronize_srcu() in inode_tree_del
2019-12-31 Josef Bacikbtrfs: don't double lock the subvol_sem for rename...
2019-12-17 Josef Bacikbtrfs: record all roots for rename exchange on a subvol
2019-12-17 Filipe MananaBtrfs: send, skip backreference walking for extents...
2019-12-17 Qu Wenruobtrfs: Remove btrfs_bio::flags member
2019-12-17 Tejun Heobtrfs: Avoid getting stuck during cyclic writebacks
2019-12-17 Filipe MananaBtrfs: fix negative subv_writers counter and data space...
2019-12-17 Filipe MananaBtrfs: fix metadata space leak on fixup worker failure...
2019-12-17 Josef Bacikbtrfs: use refcount_inc_not_zero in kill_all_nodes
2019-12-17 Josef Bacikbtrfs: check page->mapping when loading free space...
2019-12-09 popcornmixMerge remote-tracking branch 'stable/linux-4.19.y'...
2019-12-05 Josef Bacikbtrfs: only track ref_heads in delayed_ref_updates
2019-12-05 Filipe MananaBtrfs: allow clear_extent_dirty() to receive a cached...
2019-12-05 Anand Jainbtrfs: dev-replace: set result code of cancel by status...
2019-12-05 Hans van Kranenburgbtrfs: fix ncopies raid_attr for RAID56
2019-12-05 Nikolay Borisovbtrfs: Check for missing device before bio submission...
2019-12-01 Arnd Bergmannbtrfs: avoid link error with CONFIG_NO_AUTO_INLINE
2019-12-01 Nikolay Borisovbtrfs: handle error of get_old_root
2019-12-01 Su Yuebtrfs: defrag: use btrfs_mod_outstanding_extents in...
2019-11-22 popcornmixMerge remote-tracking branch 'stable/linux-4.19.y'...
2019-11-20 Filipe MananaBtrfs: fix log context list corruption after rename...
2019-11-11 popcornmixMerge remote-tracking branch 'stable/linux-4.19.y'...
2019-11-06 Filipe MananaBtrfs: fix deadlock on tree root leaf when finding...
2019-11-06 Qu Wenruobtrfs: tracepoints: Fix wrong parameter order for qgrou...
2019-11-06 Qu Wenruobtrfs: qgroup: Always free PREALLOC META reserve in...
2019-11-06 Filipe MananaBtrfs: fix memory leak due to concurrent append writes...
2019-11-06 Filipe MananaBtrfs: fix inode cache block reserve leak on failure...
2019-11-01 popcornmixMerge remote-tracking branch 'stable/linux-4.19.y'...
2019-10-29 Filipe MananaBtrfs: check for the full sync flag while holding the...
2019-10-29 Filipe MananaBtrfs: add missing extents release on file extent clust...
2019-10-29 Qu Wenruobtrfs: block-group: Fix a memory leak due to missing...
2019-10-21 popcornmixMerge remote-tracking branch 'stable/linux-4.19.y'...
2019-10-17 Josef Bacikbtrfs: fix uninitialized ret in ref-verify
2019-10-17 Josef Bacikbtrfs: fix incorrect updating of log root tree
2019-10-11 popcornmixMerge remote-tracking branch 'stable/linux-4.19.y'...
2019-10-05 Filipe MananaBtrfs: fix race setting up and completing qgroup rescan...
2019-10-05 Qu Wenruobtrfs: qgroup: Fix reserved data space leak if we have...
2019-10-05 Qu Wenruobtrfs: qgroup: Fix the wrong target io_tree when freein...
2019-10-05 Nikolay Borisovbtrfs: Relinquish CPUs in btrfs_compare_trees
2019-10-05 Filipe MananaBtrfs: fix use-after-free when using the tree modificat...
2019-10-05 Christophe Leroybtrfs: fix allocation of free space cache v1 bitmap...
2019-10-05 Qu Wenruobtrfs: extent-tree: Make sure we only allocate extents...
2019-09-24 popcornmixMerge remote-tracking branch 'stable/linux-4.19.y'...
2019-09-19 Filipe MananaBtrfs: fix assertion failure during fsync and use of...
2019-09-17 popcornmixMerge remote-tracking branch 'stable/linux-4.19.y'...
2019-09-16 Johannes Thumshirnbtrfs: correctly validate compression type
2019-09-16 Filipe MananaBtrfs: fix race between block group removal and block...
2019-09-16 Dan Robertsonbtrfs: init csum_list before possible free
2019-09-16 Anand Jainbtrfs: scrub: fix circular locking dependency warning
2019-09-16 David Sterbabtrfs: scrub: move scrub_setup_ctx allocation out of...
2019-09-16 David Sterbabtrfs: scrub: pass fs_info to scrub_setup_ctx
next