index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
fs-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Fix for buffered writes getting -ENOSPC
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Make bch2_remap_range respect O_SYNC
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Ratelimiting for writeback IOs
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Ensure that fpunch updates inode timestamps
Kent Overstreet
1
-0
/
+14
2023-10-22
bcachefs: Refactor bchfs_fallocate() to not nest btree_trans on stack
Kent Overstreet
1
-55
/
+48
2023-10-22
bcachefs: Require all btree iterators to be freed
Kent Overstreet
1
-22
/
+27
2023-10-22
bcachefs: Kill reflink option
Kent Overstreet
1
-3
/
+0
2023-10-22
bcachefs: Fix read retry path for indirect extents
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
1
-7
/
+7
2023-10-22
bcachefs: Fix bch2_btree_iter_peek_prev()
Kent Overstreet
1
-6
/
+4
2023-10-22
bcachefs: Fix loopback in dio mode
Kent Overstreet
1
-4
/
+26
2023-10-22
bcachefs: Fix .splice_write
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
1
-9
/
+9
2023-10-22
bcachefs: Change when we allow overwrites
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Don't write bucket IO time lazily
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Flag inodes that had btree update errors
Kent Overstreet
1
-2
/
+11
2023-10-22
bcachefs: Improve some IO error messages
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: bch2_trans_get_iter() no longer returns errors
Kent Overstreet
1
-3
/
+0
2023-10-22
bcachefs: Fix for __readahead_batch getting partial batch
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Deadlock prevention for ei_pagecache_lock
Kent Overstreet
1
-2
/
+66
2023-10-22
bcachefs: Use attach_page_private and detach_page_private
Matthew Wilcox (Oracle)
1
-25
/
+4
2023-10-22
bcachefs: Remove page_state_init_for_read
Matthew Wilcox (Oracle)
1
-6
/
+0
2023-10-22
bcachefs: Fix rare use after free in read path
Kent Overstreet
1
-3
/
+4
2023-10-22
bcachefs: Fix __bch2_truncate_page()
Kent Overstreet
1
-0
/
+7
2023-10-22
bcachefs: Fix short buffered writes
Kent Overstreet
1
-10
/
+11
2023-10-22
bcachefs: Don't cap ios in dio write path at 2 MB
Kent Overstreet
1
-10
/
+0
2023-10-22
bcachefs: Refactor dio write code to reinit bch_write_op
Kent Overstreet
1
-37
/
+28
2023-10-22
bcachefs: Add an option to disable reflink support
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: fix stack corruption
Yuxuan Shui
1
-1
/
+1
2023-10-22
bcachefs: Don't issue writes that are more than 1 MB
Kent Overstreet
1
-1
/
+12
2023-10-22
bcachefs: Fix fallocate FL_INSERT_RANGE
Kent Overstreet
1
-5
/
+6
2023-10-22
bcachefs: Fix a use after free in dio write path
Kent Overstreet
1
-4
/
+3
2023-10-22
bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERS
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Sort & deduplicate updates in bch2_trans_update()
Kent Overstreet
1
-34
/
+6
2023-10-22
bcachefs: Split out btree_trigger_flags
Kent Overstreet
1
-7
/
+6
2023-10-22
bcachefs: Kill BTREE_INSERT_ATOMIC
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMIC
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: bch2_trans_reset() calls should be at the tops of loops
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Fix for an assertion on filesystem error
Kent Overstreet
1
-0
/
+9
2023-10-22
bcachefs: bkey_on_stack_reassemble()
Kent Overstreet
1
-4
/
+2
2023-10-22
bcachefs: Reorganize extents.c
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Inline data extents
Kent Overstreet
1
-0
/
+12
2023-10-22
bcachefs: Split out extent_update.c
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Rework of cut_front & cut_back
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: bkey_on_stack
Kent Overstreet
1
-41
/
+51
2023-10-22
bcachefs: Use wbc_to_write_flags()
Kent Overstreet
1
-4
/
+3
2023-10-22
bcachefs: Some reflink fixes
Kent Overstreet
1
-7
/
+6
2023-10-22
bcachefs: Eliminate function calls in DIO fastpaths
Kent Overstreet
1
-11
/
+15
2023-10-22
bcachefs: DIO write path only needs to shoot down pagecache once, not twice
Kent Overstreet
1
-19
/
+9
2023-10-22
bcachefs: Add pagecache_add lock to buffered IO path, fault path
Kent Overstreet
1
-2
/
+2
[next]