index
:
linux-stable.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-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
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: fix leaked plug after failure syncing log on zoned filesystems
Filipe Manana
2022-05-09
1
-0
/
+1
*
btrfs: fallback to blocking mode when doing async dio over multiple extents
Filipe Manana
2022-05-01
1
-0
/
+28
*
btrfs: fix deadlock due to page faults during direct IO reads and writes
Filipe Manana
2022-05-01
1
-16
/
+123
*
iomap: Add done_before argument to iomap_dio_rw
Andreas Gruenbacher
2022-05-01
1
-2
/
+3
*
iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Andreas Gruenbacher
2022-05-01
1
-1
/
+1
*
gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
Andreas Gruenbacher
2022-05-01
1
-3
/
+2
*
btrfs: mark resumed async balance as writing
Naohiro Aota
2022-04-20
1
-0
/
+2
*
btrfs: fix root ref counts in error handling in btrfs_get_root_ref
Jia-Ju Bai
2022-04-20
1
-2
/
+3
*
btrfs: do not warn for free space inode in cow_file_range
Josef Bacik
2022-04-20
1
-1
/
+0
*
btrfs: fix fallocate to use file_modified to update permissions consistently
Darrick J. Wong
2022-04-20
1
-2
/
+11
*
btrfs: release correct delalloc amount in direct IO write path
Naohiro Aota
2022-04-20
1
-3
/
+3
*
btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()
Nathan Chancellor
2022-04-20
1
-4
/
+0
*
btrfs: remove no longer used counter when reading data page
Filipe Manana
2022-04-20
1
-4
/
+1
*
btrfs: remove unused parameter nr_pages in add_ra_bio_pages()
Qu Wenruo
2022-04-20
1
-2
/
+0
*
btrfs: prevent subvol with swapfile from being deleted
Kaiwen Hu
2022-04-13
1
-0
/
+22
*
btrfs: fix qgroup reserve overflow the qgroup limit
Ethan Lien
2022-04-13
1
-1
/
+1
*
btrfs: make search_csum_tree return 0 if we get -EFBIG
Josef Bacik
2022-04-08
1
-1
/
+1
*
btrfs: harden identification of a stale device
Anand Jain
2022-04-08
1
-7
/
+38
*
btrfs: fix unexpected error path when reflinking an inline extent
Filipe Manana
2022-04-08
1
-2
/
+5
*
btrfs: verify the tranisd of the to-be-written dirty extent buffer
Qu Wenruo
2022-04-08
1
-6
/
+20
*
btrfs: extend locking to all space_info members accesses
Niels Dossche
2022-04-08
1
-1
/
+2
*
btrfs: zoned: mark relocation as writing
Naohiro Aota
2022-04-08
2
-1
/
+10
*
btrfs: skip reserved bytes warning on unmount after log cleanup failure
Filipe Manana
2022-03-23
3
-2
/
+54
*
btrfs: make send work with concurrent block group relocation
Filipe Manana
2022-03-16
7
-104
/
+395
*
btrfs: do not start relocation until in progress drops are done
Josef Bacik
2022-03-08
7
-1
/
+91
*
btrfs: add missing run of delayed items after unlink during log replay
Filipe Manana
2022-03-08
1
-0
/
+18
*
btrfs: qgroup: fix deadlock between rescan worker and remove qgroup
Sidong Yang
2022-03-08
1
-1
/
+8
*
btrfs: do not WARN_ON() if we have PageError set
Josef Bacik
2022-03-08
1
-3
/
+13
*
btrfs: fix relocation crash due to premature return from btrfs_commit_transac...
Omar Sandoval
2022-03-08
1
-1
/
+31
*
btrfs: fix lost prealloc extents beyond eof after full fsync
Filipe Manana
2022-03-08
1
-12
/
+31
*
btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW range
Filipe Manana
2022-03-08
1
-64
/
+78
*
btrfs: get rid of warning on transaction commit when using flushoncommit
Filipe Manana
2022-03-08
1
-2
/
+10
*
btrfs: prevent copying too big compressed lzo segment
Dāvis Mosāns
2022-03-02
1
-0
/
+11
*
btrfs: tree-checker: check item_size for dev_item
Su Yue
2022-03-02
1
-0
/
+8
*
btrfs: tree-checker: check item_size for inode_item
Su Yue
2022-03-02
1
-0
/
+7
*
btrfs: send: in case of IO error log it
Dāvis Mosāns
2022-02-23
1
-0
/
+4
*
btrfs: zoned: cache reported zone during mount
Naohiro Aota
2022-02-23
5
-12
/
+87
*
btrfs: fix use-after-free after failure to create a snapshot
Filipe Manana
2022-02-08
3
-4
/
+27
*
btrfs: fix deadlock between quota disable and qgroup rescan worker
Shin'ichiro Kawasaki
2022-02-08
1
-2
/
+19
*
btrfs: don't start transaction for scrub if the fs is mounted read-only
Qu Wenruo
2022-02-08
1
-0
/
+13
*
fsnotify: invalidate dcache before IN_DELETE event
Amir Goldstein
2022-02-01
1
-4
/
+2
*
btrfs: respect the max size in the header when activating swap file
Filipe Manana
2022-01-27
1
-0
/
+11
*
btrfs: check the root node for uptodate before returning it
Josef Bacik
2022-01-27
1
-4
/
+15
*
btrfs: fix deadlock between quota enable and other quota operations
Filipe Manana
2022-01-27
1
-0
/
+19
*
btrfs: remove BUG_ON(!eie) in find_parent_nodes
Josef Bacik
2022-01-27
1
-3
/
+11
*
btrfs: remove BUG_ON() in find_parent_nodes()
Josef Bacik
2022-01-27
1
-1
/
+6
*
btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()
Shin'ichiro Kawasaki
2021-12-22
1
-2
/
+4
*
btrfs: check WRITE_ERR when trying to read an extent buffer
Josef Bacik
2021-12-22
1
-0
/
+8
*
btrfs: fix double free of anon_dev after failure to create subvolume
Filipe Manana
2021-12-22
1
-0
/
+8
*
btrfs: fix memory leak in __add_inode_ref()
Jianglei Nie
2021-12-22
1
-0
/
+1
[next]