index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
fs-io.c
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
2023-10-22
bcachefs: Always use percpu_ref_tryget_live() on c->writes
Kent Overstreet
2023-10-22
bcachefs: Delete bch_writepage
Kent Overstreet
2023-10-22
bcachefs: Go emergency RO when i_blocks underflows
Kent Overstreet
2023-10-22
bcachefs: Don't skip triggers in fcollapse()
Kent Overstreet
2023-10-22
bcachefs: Convert some WARN_ONs to WARN_ON_ONCE
Kent Overstreet
2023-10-22
bcachefs: Fix dio write path with loopback dio mode
Kent Overstreet
2023-10-22
bcachefs: Use bio_iov_vecs_to_alloc()
Kent Overstreet
2023-10-22
bcachefs: Check for stale dirty pointer before reads
Kent Overstreet
2023-10-22
bcachefs: BTREE_ITER_FILTER_SNAPSHOTS is selected automatically
Kent Overstreet
2023-10-22
bcachefs: Fix an assertion in bch2_truncate()
Kent Overstreet
2023-10-22
bcachefs: Convert a BUG_ON() to a warning
Kent Overstreet
2023-10-22
bcachefs: Fix page state after fallocate
Kent Overstreet
2023-10-22
bcachefs: Fix page state when reading into !PageUptodate pages
Kent Overstreet
2023-10-22
bcachefs: Kill PAGE_SECTOR_SHIFT
Kent Overstreet
2023-10-22
bcachefs: Apply workaround for too many btree iters to read path
Kent Overstreet
2023-10-22
bcachefs: SECTOR_DIRTY_RESERVED
Kent Overstreet
2023-10-22
bcachefs: Fix i_sectors_leak in bch2_truncate_page
Kent Overstreet
2023-10-22
bcachefs: Fix an i_sectors accounting bug
Kent Overstreet
2023-10-22
bcachefs: Don't check for -ENOSPC in page writeback
Kent Overstreet
2023-10-22
bcachefs: Fallocate fixes
Kent Overstreet
2023-10-22
bcachefs: Switch fsync to use bi_journal_seq
Kent Overstreet
2023-10-22
bcachefs: Fix restart handling in for_each_btree_key()
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_exit() no longer returns errors
Kent Overstreet
2023-10-22
bcachefs: Convert io paths for snapshots
Kent Overstreet
2023-10-22
bcachefs: Plumb through subvolume id
Kent Overstreet
2023-10-22
bcachefs: btree_path
Kent Overstreet
2023-10-22
bcachefs: Reduce iter->trans usage
Kent Overstreet
2023-10-22
bcachefs: Fix an unhandled transaction restart
Kent Overstreet
2023-10-22
bcachefs: Use bch2_trans_begin() more consistently
Kent Overstreet
2023-10-22
bcachefs: Always check for transaction restarts
Kent Overstreet
2023-10-22
bcachefs: Use bch2_inode_find_by_inum() in truncate
Kent Overstreet
2023-10-22
bcachefs: Fix a memory leak in the dio write path
Kent Overstreet
2023-10-22
bcachefs: fix truncate without a size change
Dan Robertson
2023-10-22
bcachefs: fix truncate with ATTR_MODE
Kent Overstreet
2023-10-22
bcachefs: Improve iter->should_be_locked
Kent Overstreet
2023-10-22
bcachefs: Fix a memory leak in dio write path
Kent Overstreet
2023-10-22
bcachefs: Preallocate transaction mem
Kent Overstreet
2023-10-22
bcachefs: Don't use bch_write_op->cl for delivering completions
Kent Overstreet
2023-10-22
bcachefs: Fix for buffered writes getting -ENOSPC
Kent Overstreet
2023-10-22
bcachefs: Make bch2_remap_range respect O_SYNC
Kent Overstreet
2023-10-22
bcachefs: Ratelimiting for writeback IOs
Kent Overstreet
2023-10-22
bcachefs: Ensure that fpunch updates inode timestamps
Kent Overstreet
2023-10-22
bcachefs: Refactor bchfs_fallocate() to not nest btree_trans on stack
Kent Overstreet
2023-10-22
bcachefs: Require all btree iterators to be freed
Kent Overstreet
2023-10-22
bcachefs: Kill reflink option
Kent Overstreet
2023-10-22
bcachefs: Fix read retry path for indirect extents
Kent Overstreet
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_btree_iter_peek_prev()
Kent Overstreet
2023-10-22
bcachefs: Fix loopback in dio mode
Kent Overstreet
[next]