index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
2022-07-25
1
-4
/
+4
*
btrfs: switch btrfs_block_rsv::failfast to bool
David Sterba
2022-07-25
1
-2
/
+2
*
btrfs: do not return errors from btrfs_submit_dio_bio
Christoph Hellwig
2022-07-25
1
-14
/
+9
*
btrfs: handle allocation failure in btrfs_wq_submit_bio gracefully
Christoph Hellwig
2022-07-25
1
-8
/
+9
*
btrfs: simplify sync/async submission in btrfs_submit_data_write_bio
Christoph Hellwig
2022-07-25
1
-16
/
+13
*
btrfs: do not return errors from btrfs_map_bio
Christoph Hellwig
2022-07-25
1
-15
/
+10
*
btrfs: clean up chained assignments
David Sterba
2022-07-25
1
-15
/
+26
*
btrfs: replace unnecessary goto with direct return at cow_file_range()
Naohiro Aota
2022-07-25
1
-2
/
+2
*
btrfs: fix error handling of fallback uncompress write
Naohiro Aota
2022-07-25
1
-2
/
+15
*
btrfs: extend btrfs_cleanup_ordered_extents for NULL locked_page
Naohiro Aota
2022-07-25
1
-15
/
+21
*
btrfs: ensure pages are unlocked on cow_file_range() failure
Naohiro Aota
2022-07-25
1
-8
/
+64
*
btrfs: remove extent writepage address space operation
Christoph Hellwig
2022-07-25
1
-27
/
+1
*
btrfs: increase direct io read size limit to 256 sectors
Christoph Hellwig
2022-07-25
1
-1
/
+5
*
btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finished
Christoph Hellwig
2022-07-25
1
-31
/
+9
*
btrfs: pass bits by value not by pointer for extent_state helpers
David Sterba
2022-07-25
1
-12
/
+12
*
btrfs: replace kmap() with kmap_local_page() in inode.c
Fabio M. De Francesco
2022-07-25
1
-3
/
+3
*
btrfs: remove btrfs_end_io_wq
Christoph Hellwig
2022-07-25
1
-23
/
+1
*
btrfs: don't double-defer bio completions for compressed reads
Christoph Hellwig
2022-07-25
1
-6
/
+6
*
btrfs: split btrfs_submit_data_bio to read and write parts
Christoph Hellwig
2022-07-25
1
-70
/
+60
*
btrfs: simplify code flow in btrfs_submit_dio_bio
Christoph Hellwig
2022-07-25
1
-14
/
+8
*
btrfs: send: send compressed extents with encoded writes
Omar Sandoval
2022-07-25
1
-8
/
+5
*
btrfs: free the path earlier when creating a new inode
Filipe Manana
2022-07-25
1
-3
/
+8
*
btrfs: balance btree dirty pages and delayed items after a rename
Filipe Manana
2022-07-25
1
-4
/
+10
*
btrfs: remove redundant calls to flush_dcache_page
David Sterba
2022-07-25
1
-4
/
+2
*
btrfs: use btrfs_bio_for_each_sector in btrfs_check_read_dio_bio
Christoph Hellwig
2022-07-25
1
-34
/
+22
*
btrfs: factor out a btrfs_csum_ptr helper
Christoph Hellwig
2022-07-25
1
-10
/
+3
*
btrfs: introduce a data checksum checking helper
Qu Wenruo
2022-07-25
1
-10
/
+28
*
btrfs: use PAGE_ALIGNED instead of IS_ALIGNED
Fanjun Kong
2022-07-25
1
-4
/
+4
*
btrfs: fix typos in comments
David Sterba
2022-07-25
1
-1
/
+1
*
Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-07-16
1
-8
/
+7
|
\
|
*
Revert "btrfs: turn delayed_nodes_tree into an XArray"
David Sterba
2022-07-15
1
-1
/
+1
|
*
Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"
David Sterba
2022-07-15
1
-7
/
+6
*
|
Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-07-11
1
-1
/
+13
|
\
|
|
*
btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline ex...
Filipe Manana
2022-07-08
1
-1
/
+13
*
|
Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-06-26
1
-0
/
+3
|
\
|
|
*
btrfs: zoned: prevent allocation from previous data relocation BG
Naohiro Aota
2022-06-21
1
-0
/
+2
|
*
btrfs: add missing inode updates on each iteration when replacing extents
Filipe Manana
2022-06-21
1
-0
/
+1
*
|
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-05-25
1
-14
/
+14
|
\
\
|
|
/
|
/
|
|
*
btrfs: Convert to release_folio
Matthew Wilcox (Oracle)
2022-05-10
1
-12
/
+12
|
*
btrfs: Convert btrfs to read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-3
/
+4
*
|
btrfs: do not account twice for inode ref when reserving metadata units
Filipe Manana
2022-05-17
1
-2
/
+5
*
|
btrfs: allocate the btrfs_dio_private as part of the iomap dio bio
Christoph Hellwig
2022-05-16
1
-58
/
+35
*
|
btrfs: move struct btrfs_dio_private to inode.c
Christoph Hellwig
2022-05-16
1
-0
/
+24
*
|
btrfs: remove the disk_bytenr in struct btrfs_dio_private
Christoph Hellwig
2022-05-16
1
-1
/
+0
*
|
btrfs: allocate dio_data on stack
Christoph Hellwig
2022-05-16
1
-23
/
+11
*
|
iomap: add per-iomap_iter private data
Christoph Hellwig
2022-05-16
1
-1
/
+1
*
|
btrfs: add a btrfs_dio_rw wrapper
Christoph Hellwig
2022-05-16
1
-2
/
+8
*
|
btrfs: rename bio_flags in parameters and switch type
David Sterba
2022-05-16
1
-3
/
+4
*
|
btrfs: simplify handling of bio_ctrl::bio_flags
David Sterba
2022-05-16
1
-1
/
+1
*
|
btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bio
David Sterba
2022-05-16
1
-2
/
+2
[next]