index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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: Always use percpu_ref_tryget_live() on c->writes
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Delete bch_writepage
Kent Overstreet
1
-14
/
+0
2023-10-22
bcachefs: Go emergency RO when i_blocks underflows
Kent Overstreet
1
-4
/
+9
2023-10-22
bcachefs: Don't skip triggers in fcollapse()
Kent Overstreet
1
-7
/
+1
2023-10-22
bcachefs: Convert some WARN_ONs to WARN_ON_ONCE
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Fix dio write path with loopback dio mode
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Use bio_iov_vecs_to_alloc()
Kent Overstreet
1
-5
/
+3
2023-10-22
bcachefs: Check for stale dirty pointer before reads
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: BTREE_ITER_FILTER_SNAPSHOTS is selected automatically
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix an assertion in bch2_truncate()
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Convert a BUG_ON() to a warning
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix page state after fallocate
Kent Overstreet
1
-38
/
+111
2023-10-22
bcachefs: Fix page state when reading into !PageUptodate pages
Kent Overstreet
1
-20
/
+111
2023-10-22
bcachefs: Kill PAGE_SECTOR_SHIFT
Kent Overstreet
1
-6
/
+6
2023-10-22
bcachefs: Apply workaround for too many btree iters to read path
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: SECTOR_DIRTY_RESERVED
Kent Overstreet
1
-37
/
+60
2023-10-22
bcachefs: Fix i_sectors_leak in bch2_truncate_page
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Fix an i_sectors accounting bug
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Don't check for -ENOSPC in page writeback
Kent Overstreet
1
-15
/
+14
2023-10-22
bcachefs: Fallocate fixes
Kent Overstreet
1
-101
/
+100
2023-10-22
bcachefs: Switch fsync to use bi_journal_seq
Kent Overstreet
1
-29
/
+29
2023-10-22
bcachefs: Fix restart handling in for_each_btree_key()
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: bch2_trans_exit() no longer returns errors
Kent Overstreet
1
-3
/
+4
2023-10-22
bcachefs: Convert io paths for snapshots
Kent Overstreet
1
-28
/
+36
2023-10-22
bcachefs: Plumb through subvolume id
Kent Overstreet
1
-11
/
+106
2023-10-22
bcachefs: btree_path
Kent Overstreet
1
-41
/
+41
2023-10-22
bcachefs: Reduce iter->trans usage
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix an unhandled transaction restart
Kent Overstreet
1
-0
/
+9
2023-10-22
bcachefs: Use bch2_trans_begin() more consistently
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Always check for transaction restarts
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Use bch2_inode_find_by_inum() in truncate
Kent Overstreet
1
-12
/
+1
2023-10-22
bcachefs: Fix a memory leak in the dio write path
Kent Overstreet
1
-4
/
+2
2023-10-22
bcachefs: fix truncate without a size change
Dan Robertson
1
-9
/
+10
2023-10-22
bcachefs: fix truncate with ATTR_MODE
Kent Overstreet
1
-20
/
+23
2023-10-22
bcachefs: Improve iter->should_be_locked
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix a memory leak in dio write path
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Preallocate transaction mem
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Don't use bch_write_op->cl for delivering completions
Kent Overstreet
1
-17
/
+6
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
[next]