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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-25
btrfs: stop looking at btrfs_bio->iter in index_one_bio
Christoph Hellwig
1
-3
/
+0
2022-07-25
btrfs: reject log replay if there is unsupported RO compat flag
Qu Wenruo
1
-0
/
+14
2022-07-25
btrfs: make btrfs_super_block::log_root_transid deprecated
Qu Wenruo
1
-4
/
+6
2022-07-25
btrfs: pass the btrfs_bio_ctrl to submit_one_bio
Christoph Hellwig
1
-46
/
+39
2022-07-25
btrfs: merge end_write_bio and flush_write_bio
Christoph Hellwig
1
-65
/
+29
2022-07-25
btrfs: don't use bio->bi_private to pass the inode to submit_one_bio
Christoph Hellwig
1
-5
/
+1
2022-07-25
btrfs: remove redundant check in up check_setget_bounds
David Sterba
1
-8
/
+3
2022-07-25
btrfs: replace kmap() with kmap_local_page() in lzo.c
Fabio M. De Francesco
1
-16
/
+12
2022-07-25
btrfs: replace kmap() with kmap_local_page() in inode.c
Fabio M. De Francesco
1
-3
/
+3
2022-07-25
btrfs: do not allocate a btrfs_bio for low-level bios
Christoph Hellwig
4
-25
/
+15
2022-07-25
btrfs: factor stripe submission logic out of btrfs_map_bio
Christoph Hellwig
1
-39
/
+35
2022-07-25
btrfs: remove btrfs_end_io_wq
Christoph Hellwig
8
-167
/
+42
2022-07-25
btrfs: centralize setting REQ_META
Christoph Hellwig
2
-4
/
+6
2022-07-25
btrfs: don't use btrfs_bio_wq_end_io for compressed writes
Christoph Hellwig
5
-45
/
+40
2022-07-25
btrfs: don't double-defer bio completions for compressed reads
Christoph Hellwig
1
-6
/
+6
2022-07-25
btrfs: defer I/O completion based on the btrfs_raid_bio
Christoph Hellwig
5
-72
/
+47
2022-07-25
btrfs: split btrfs_submit_data_bio to read and write parts
Christoph Hellwig
3
-77
/
+71
2022-07-25
btrfs: simplify code flow in btrfs_submit_dio_bio
Christoph Hellwig
1
-14
/
+8
2022-07-25
btrfs: move more work into btrfs_end_bioc
Christoph Hellwig
1
-50
/
+22
2022-07-25
btrfs: send: enable support for stream v2 and compressed writes
Omar Sandoval
3
-4
/
+8
2022-07-25
btrfs: send: send compressed extents with encoded writes
Omar Sandoval
3
-25
/
+226
2022-07-25
btrfs: send: get send buffer pages for protocol v2
Omar Sandoval
1
-4
/
+25
2022-07-25
btrfs: send: write larger chunks when using stream v2
Omar Sandoval
1
-8
/
+35
2022-07-25
btrfs: send: add stream v2 definitions
Omar Sandoval
3
-5
/
+44
2022-07-25
btrfs: send: explicitly number commands and attributes
Omar Sandoval
2
-63
/
+61
2022-07-25
btrfs: send: remove unused send_ctx::{total,cmd}_send_size
Omar Sandoval
1
-4
/
+0
2022-07-25
btrfs: sysfs: add force_chunk_alloc trigger to force allocation
Stefan Roesch
1
-0
/
+53
2022-07-25
btrfs: sysfs: export chunk size in space infos
Stefan Roesch
1
-0
/
+74
2022-07-25
btrfs: store chunk size in space-info struct
Stefan Roesch
3
-19
/
+45
2022-07-25
btrfs: do not batch insert non-consecutive dir indexes during log replay
Josef Bacik
1
-2
/
+33
2022-07-25
btrfs: reduce amount of reserved metadata for delayed item insertion
Filipe Manana
2
-14
/
+154
2022-07-25
btrfs: set delayed item type when initializing it
Filipe Manana
1
-22
/
+8
2022-07-25
btrfs: do not BUG_ON() on failure to reserve metadata for delayed item
Filipe Manana
1
-3
/
+6
2022-07-25
btrfs: improve batch insertion of delayed dir index items
Filipe Manana
1
-15
/
+9
2022-07-25
btrfs: assert that delayed item is a dir index item when adding it
Filipe Manana
1
-3
/
+5
2022-07-25
btrfs: improve batch deletion of delayed dir index items
Filipe Manana
1
-35
/
+25
2022-07-25
btrfs: refactor the delayed item deletion entry point
Filipe Manana
1
-32
/
+39
2022-07-25
btrfs: deal with deletion errors when deleting delayed items
Filipe Manana
1
-1
/
+3
2022-07-25
btrfs: add assertions when deleting batches of delayed items
Filipe Manana
1
-8
/
+16
2022-07-25
btrfs: balance btree dirty pages and delayed items after clone and dedupe
Filipe Manana
1
-1
/
+7
2022-07-25
btrfs: free the path earlier when creating a new inode
Filipe Manana
1
-3
/
+8
2022-07-25
btrfs: balance btree dirty pages and delayed items after a rename
Filipe Manana
1
-4
/
+10
2022-07-25
btrfs: add trace event for submitted RAID56 bio
Qu Wenruo
4
-133
/
+300
2022-07-25
btrfs: update stripe_sectors::uptodate in steal_rbio
Qu Wenruo
1
-7
/
+19
2022-07-25
btrfs: remove redundant calls to flush_dcache_page
David Sterba
4
-16
/
+4
2022-07-25
btrfs: only write the sectors in the vertical stripe which has data stripes
Qu Wenruo
1
-4
/
+49
2022-07-25
btrfs: use integrated bitmaps for scrub_parity::dbitmap and ebitmap
Qu Wenruo
1
-24
/
+13
2022-07-25
btrfs: use integrated bitmaps for btrfs_raid_bio::dbitmap and finish_pbitmap
Qu Wenruo
1
-20
/
+22
2022-07-25
btrfs: use btrfs_try_lock_balance in btrfs_ioctl_balance
Nikolay Borisov
1
-46
/
+5
2022-07-25
btrfs: introduce btrfs_try_lock_balance
Nikolay Borisov
1
-0
/
+66
[next]