index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-27
btrfs: use correct count in btrfs_file_write_iter()
Omar Sandoval
1
-1
/
+2
2020-01-27
Btrfs: fix inode cache waiters hanging on path allocation failure
Filipe Manana
1
-1
/
+3
2020-01-27
Btrfs: fix inode cache waiters hanging on failure to start caching thread
Filipe Manana
1
-5
/
+18
2020-01-27
Btrfs: fix hang when loading existing inode cache off disk
Filipe Manana
1
-0
/
+1
2020-01-23
btrfs: fix memory leak in qgroup accounting
Johannes Thumshirn
1
-1
/
+5
2020-01-23
btrfs: do not delete mismatched root refs
Josef Bacik
1
-4
/
+6
2020-01-23
btrfs: fix invalid removal of root ref
Josef Bacik
1
-8
/
+19
2020-01-23
btrfs: rework arguments of btrfs_unlink_subvol
Josef Bacik
1
-26
/
+20
2020-01-17
btrfs: simplify inode locking for RWF_NOWAIT
Goldwyn Rodrigues
1
-2
/
+3
2020-01-12
btrfs: Fix error messages in qgroup_rescan_init
Nikolay Borisov
1
-2
/
+2
2019-12-31
btrfs: return error pointer from alloc_test_extent_buffer
Dan Carpenter
3
-6
/
+8
2019-12-31
btrfs: don't prematurely free work in scrub_missing_raid56_worker()
Omar Sandoval
1
-2
/
+1
2019-12-31
btrfs: don't prematurely free work in reada_start_machine_worker()
Omar Sandoval
1
-6
/
+4
2019-12-31
btrfs: don't prematurely free work in run_ordered_work()
Omar Sandoval
1
-12
/
+44
2019-12-31
btrfs: don't prematurely free work in end_workqueue_fn()
Omar Sandoval
1
-1
/
+1
2019-12-31
Btrfs: fix removal logic of the tree mod log that leads to use-after-free issues
Filipe Manana
1
-1
/
+1
2019-12-31
btrfs: handle ENOENT in btrfs_uuid_tree_iterate
Josef Bacik
1
-0
/
+2
2019-12-31
btrfs: do not leak reloc root if we fail to read the fs root
Josef Bacik
1
-0
/
+1
2019-12-31
btrfs: skip log replay on orphaned roots
Josef Bacik
1
-2
/
+21
2019-12-31
btrfs: abort transaction after failed inode updates in create_subvol
Josef Bacik
1
-2
/
+8
2019-12-31
btrfs: send: remove WARN_ON for readonly mount
Anand Jain
1
-6
/
+0
2019-12-31
Btrfs: fix missing data checksums after replaying a log tree
Filipe Manana
4
-9
/
+36
2019-12-31
btrfs: do not call synchronize_srcu() in inode_tree_del
Josef Bacik
1
-2
/
+0
2019-12-31
btrfs: don't double lock the subvol_sem for rename exchange
Josef Bacik
1
-6
/
+4
2019-12-17
btrfs: record all roots for rename exchange on a subvol
Josef Bacik
1
-0
/
+3
2019-12-17
Btrfs: send, skip backreference walking for extents with many references
Filipe Manana
1
-1
/
+24
2019-12-17
btrfs: Remove btrfs_bio::flags member
Qu Wenruo
1
-1
/
+0
2019-12-17
btrfs: Avoid getting stuck during cyclic writebacks
Tejun Heo
1
-11
/
+1
2019-12-17
Btrfs: fix negative subv_writers counter and data space leak after buffered w...
Filipe Manana
1
-1
/
+1
2019-12-17
Btrfs: fix metadata space leak on fixup worker failure to set range as delalloc
Filipe Manana
1
-1
/
+5
2019-12-17
btrfs: use refcount_inc_not_zero in kill_all_nodes
Josef Bacik
1
-3
/
+10
2019-12-17
btrfs: check page->mapping when loading free space cache
Josef Bacik
1
-0
/
+6
2019-12-05
btrfs: only track ref_heads in delayed_ref_updates
Josef Bacik
1
-3
/
+0
2019-12-05
Btrfs: allow clear_extent_dirty() to receive a cached extent state record
Filipe Manana
3
-6
/
+12
2019-12-05
btrfs: dev-replace: set result code of cancel by status of scrub
Anand Jain
1
-7
/
+14
2019-12-05
btrfs: fix ncopies raid_attr for RAID56
Hans van Kranenburg
1
-2
/
+2
2019-12-05
btrfs: Check for missing device before bio submission in btrfs_map_bio
Nikolay Borisov
1
-7
/
+2
2019-12-01
btrfs: avoid link error with CONFIG_NO_AUTO_INLINE
Arnd Bergmann
1
-3
/
+3
2019-12-01
btrfs: handle error of get_old_root
Nikolay Borisov
1
-0
/
+4
2019-12-01
btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defrag
Su Yue
1
-1
/
+1
2019-11-20
Btrfs: fix log context list corruption after rename exchange operation
Filipe Manana
1
-0
/
+15
2019-11-06
Btrfs: fix deadlock on tree root leaf when finding free extent
Filipe Manana
3
-11
/
+46
2019-11-06
btrfs: tracepoints: Fix wrong parameter order for qgroup events
Qu Wenruo
1
-2
/
+2
2019-11-06
btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...
Qu Wenruo
7
-26
/
+20
2019-11-06
Btrfs: fix memory leak due to concurrent append writes with fiemap
Filipe Manana
1
-1
/
+12
2019-11-06
Btrfs: fix inode cache block reserve leak on failure to allocate data space
Filipe Manana
1
-0
/
+1
2019-10-29
Btrfs: check for the full sync flag while holding the inode lock during fsync
Filipe Manana
1
-19
/
+17
2019-10-29
Btrfs: add missing extents release on file extent cluster relocation error
Filipe Manana
1
-0
/
+2
2019-10-29
btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()
Qu Wenruo
1
-0
/
+1
2019-10-17
btrfs: fix uninitialized ret in ref-verify
Josef Bacik
1
-1
/
+1
[next]