index
:
Linux Stable
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.13.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: fix double put of block group with nocow
Josef Bacik
2020-07-16
1
-8
/
+1
*
btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eof
Filipe Manana
2020-06-30
1
-3
/
+0
*
btrfs: fix data block group relocation failure due to concurrent scrub
Filipe Manana
2020-06-30
1
-1
/
+18
*
btrfs: fix bytes_may_use underflow when running balance and scrub in parallel
Filipe Manana
2020-06-30
1
-5
/
+12
*
btrfs: fix space_info bytes_may_use underflow during space cache writeout
Filipe Manana
2020-06-22
1
-5
/
+15
*
btrfs: fix space_info bytes_may_use underflow after nocow buffered write
Filipe Manana
2020-06-22
1
-5
/
+56
*
btrfs: fix wrong file range cleanup after an error filling dealloc range
Filipe Manana
2020-06-22
1
-1
/
+1
*
btrfs: fix error handling when submitting direct I/O bio
Omar Sandoval
2020-06-22
1
-3
/
+3
*
btrfs: improve global reserve stealing logic
Josef Bacik
2020-06-22
1
-1
/
+1
*
btrfs: fix log context list corruption after rename whiteout error
Filipe Manana
2020-03-25
1
-0
/
+4
*
btrfs: fix RAID direct I/O reads with alternate csums
Omar Sandoval
2020-03-12
1
-1
/
+3
*
Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eof
Filipe Manana
2020-02-28
1
-5
/
+5
*
btrfs: don't set path->leave_spinning for truncate
Josef Bacik
2020-02-28
1
-2
/
+0
*
Btrfs: fix race between shrinking truncate and fiemap
Filipe Manana
2020-02-28
1
-0
/
+8
*
btrfs: fix bytes_may_use underflow in prealloc error condtition
Josef Bacik
2020-02-28
1
-3
/
+13
*
btrfs: do not do delalloc reservation under page lock
Josef Bacik
2020-02-24
1
-16
/
+60
*
Btrfs: keep pages dirty when using btrfs_writepage_fixup_worker
Chris Mason
2020-02-24
1
-17
/
+44
*
btrfs: fix invalid removal of root ref
Josef Bacik
2020-01-23
1
-8
/
+19
*
btrfs: rework arguments of btrfs_unlink_subvol
Josef Bacik
2020-01-23
1
-26
/
+20
*
Btrfs: only associate the locked page with one async_chunk struct
Chris Mason
2020-01-09
1
-4
/
+21
*
btrfs: get rid of unique workqueue helper functions
Omar Sandoval
2020-01-09
1
-25
/
+11
*
Btrfs: fix infinite loop during nocow writeback due to race
Filipe Manana
2020-01-09
1
-3
/
+3
*
btrfs: do not call synchronize_srcu() in inode_tree_del
Josef Bacik
2019-12-31
1
-2
/
+0
*
btrfs: don't double lock the subvol_sem for rename exchange
Josef Bacik
2019-12-31
1
-6
/
+4
*
btrfs: record all roots for rename exchange on a subvol
Josef Bacik
2019-12-17
1
-0
/
+3
*
Btrfs: fix metadata space leak on fixup worker failure to set range as delalloc
Filipe Manana
2019-12-17
1
-1
/
+5
*
Btrfs: fix log context list corruption after rename exchange operation
Filipe Manana
2019-11-11
1
-0
/
+15
*
btrfs: save i_size to avoid double evaluation of i_size_read in compress_file...
Josef Bacik
2019-11-04
1
-1
/
+14
*
btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...
Qu Wenruo
2019-10-15
1
-6
/
+6
*
btrfs: allocate new inode in NOFS context
Josef Bacik
2019-10-01
1
-0
/
+3
*
btrfs: stop clearing EXTENT_DIRTY in inode I/O tree
Omar Sandoval
2019-09-09
1
-25
/
+16
*
btrfs: tie extent buffer and it's token together
David Sterba
2019-09-09
1
-1
/
+1
*
btrfs: move cond_wake_up functions out of ctree
David Sterba
2019-09-09
1
-0
/
+1
*
btrfs: fix allocation of free space cache v1 bitmap pages
Christophe Leroy
2019-09-09
1
-0
/
+8
*
btrfs: improve error handling in run_delalloc_nocow
Nikolay Borisov
2019-09-09
1
-3
/
+17
*
btrfs: comment and minor simplifications in run_delalloc_nocow
Nikolay Borisov
2019-09-09
1
-4
/
+3
*
btrfs: streamline code in run_delalloc_nocow in case of inline extents
Nikolay Borisov
2019-09-09
1
-7
/
+5
*
btrfs: simplify extent type checks in run_delalloc_nocow
Nikolay Borisov
2019-09-09
1
-8
/
+8
*
btrfs: improve comments around nocow path
Nikolay Borisov
2019-09-09
1
-4
/
+47
*
btrfs: refactor variable scope in run_delalloc_nocow
Nikolay Borisov
2019-09-09
1
-33
/
+28
*
btrfs: rename the btrfs_calc_*_metadata_size helpers
Josef Bacik
2019-09-09
1
-3
/
+3
*
btrfs: introduce an evict flushing state
Josef Bacik
2019-09-09
1
-45
/
+36
*
btrfs: move basic block_group definitions to their own header
Josef Bacik
2019-09-09
1
-0
/
+1
*
btrfs: Add an assertion to warn incorrect case in insert_inline_extent()
Jia-Ju Bai
2019-09-09
1
-0
/
+3
*
btrfs: Remove leftover of in-band dedupe
Nikolay Borisov
2019-09-09
1
-15
/
+10
*
btrfs: Remove delalloc_end argument from extent_clear_unlock_delalloc
Nikolay Borisov
2019-09-09
1
-29
/
+19
*
btrfs: Move free_pages_out label in inline extent handling branch in compress...
Nikolay Borisov
2019-09-09
1
-10
/
+8
*
btrfs: Return number of compressed extents directly in compress_file_range
Nikolay Borisov
2019-09-09
1
-9
/
+11
*
btrfs: inode: Don't compress if NODATASUM or NODATACOW set
Qu Wenruo
2019-07-17
1
-1
/
+23
*
btrfs: migrate the delalloc space stuff to it's own home
Josef Bacik
2019-07-04
1
-0
/
+1
[next]