index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-26
btrfs: handle space_info setting of bg in btrfs_add_bg_to_space_info
Josef Bacik
3
-28
/
+13
2022-09-26
btrfs: simplify arguments of btrfs_update_space_info and rename
Josef Bacik
3
-36
/
+28
2022-09-26
btrfs: use btrfs_fs_closing for background bg work
Josef Bacik
1
-0
/
+6
2022-09-26
btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent()
Omar Sandoval
5
-30
/
+20
2022-09-26
btrfs: sysfs: use sysfs_streq for string matching
David Sterba
1
-20
/
+1
2022-09-26
btrfs: scrub: try to fix super block errors
Qu Wenruo
1
-0
/
+36
2022-09-26
btrfs: scrub: properly report super block errors in system log
Qu Wenruo
1
-21
/
+12
2022-09-26
btrfs: fix alignment of VMA for memory mapped files on THP
Alexander Zhu
1
-0
/
+1
2022-09-26
btrfs: add lockdep annotations for the ordered extents wait event
Ioannis Angelakopoulos
4
-0
/
+33
2022-09-26
btrfs: change the lockdep class of free space inode's invalidate_lock
Ioannis Angelakopoulos
1
-0
/
+10
2022-09-26
btrfs: add lockdep annotations for pending_ordered wait event
Ioannis Angelakopoulos
4
-0
/
+6
2022-09-26
btrfs: add lockdep annotations for transaction states wait events
Ioannis Angelakopoulos
3
-10
/
+83
2022-09-26
btrfs: add lockdep annotations for num_extwriters wait event
Ioannis Angelakopoulos
3
-0
/
+15
2022-09-26
btrfs: add lockdep annotations for num_writers wait event
Ioannis Angelakopoulos
3
-5
/
+41
2022-09-26
btrfs: add macros for annotating wait events with lockdep
Ioannis Angelakopoulos
1
-0
/
+45
2022-09-26
btrfs: dump extra info if one free space cache has more bitmaps than it should
Qu Wenruo
1
-0
/
+6
2022-09-24
vfs: open inside ->tmpfile()
Miklos Szeredi
1
-4
/
+4
2022-09-20
Merge tag 'for-6.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
2
-8
/
+74
2022-09-20
btrfs: add manual PSI accounting for compressed reads
Christoph Hellwig
1
-2
/
+12
2022-09-13
btrfs: zoned: wait for extent buffer IOs before finishing a zone
Naohiro Aota
1
-2
/
+38
2022-09-13
btrfs: fix hang during unmount when stopping a space reclaim worker
Filipe Manana
1
-0
/
+25
2022-09-13
btrfs: fix hang during unmount when stopping block group reclaim worker
Filipe Manana
1
-6
/
+11
2022-09-11
btrfs: convert process_page_range() to use filemap_get_folios_contig()
Vishal Moola (Oracle)
2
-16
/
+18
2022-09-11
btrfs: convert end_compressed_writeback() to use filemap_get_folios()
Vishal Moola (Oracle)
1
-16
/
+15
2022-09-11
btrfs: convert __process_pages_contig() to use filemap_get_folios_contig()
Vishal Moola (Oracle)
1
-18
/
+15
2022-09-09
Merge tag 'for-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
6
-54
/
+60
2022-09-06
btrfs: fix the max chunk size and stripe length calculation
Qu Wenruo
2
-1
/
+4
2022-09-05
btrfs: zoned: fix mounting with conventional zones
Johannes Thumshirn
1
-41
/
+40
2022-09-05
btrfs: zoned: set pseudo max append zone limit in zone emulation mode
Shin'ichiro Kawasaki
1
-3
/
+12
2022-09-05
btrfs: zoned: fix API misuse of zone finish waiting
Naohiro Aota
4
-9
/
+4
2022-08-28
Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
11
-70
/
+79
2022-08-23
btrfs: add info when mount fails due to stale replace target
Anand Jain
1
-1
/
+1
2022-08-23
btrfs: replace: drop assert for suspended replace
Anand Jain
1
-2
/
+1
2022-08-23
btrfs: fix silent failure when deleting root reference
Filipe Manana
1
-2
/
+3
2022-08-23
btrfs: fix space cache corruption and potential double allocations
Omar Sandoval
4
-60
/
+22
2022-08-22
btrfs: don't allow large NOWAIT direct reads
Josef Bacik
1
-0
/
+14
2022-08-22
btrfs: don't merge pages into bio if their page offset is not contiguous
Qu Wenruo
1
-4
/
+29
2022-08-22
btrfs: update generation of hole file extent item when merging holes
Filipe Manana
1
-0
/
+2
2022-08-22
btrfs: fix possible memory leak in btrfs_get_dev_args_from_path()
Zixuan Fu
1
-1
/
+4
2022-08-22
btrfs: check if root is readonly while setting security xattr
Goldwyn Rodrigues
1
-0
/
+3
2022-08-19
Merge tag 'for-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
12
-101
/
+176
2022-08-17
btrfs: tree-checker: check for overlapping extent items
Josef Bacik
1
-2
/
+23
2022-08-17
btrfs: fix warning during log replay when bumping inode link count
Filipe Manana
1
-2
/
+2
2022-08-17
btrfs: fix lost error handling when looking up extended ref on log replay
Filipe Manana
1
-1
/
+3
2022-08-17
btrfs: fix lockdep splat with reloc root extent buffers
Josef Bacik
7
-2
/
+50
2022-08-17
btrfs: move lockdep class helpers to locking.c
Josef Bacik
4
-92
/
+89
2022-08-17
btrfs: unset reloc control if transaction commit fails in prepare_to_relocate()
Zixuan Fu
1
-1
/
+6
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+2
2022-08-03
Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
50
-2805
/
+3647
2022-08-03
Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-19
/
+3
[prev]
[next]