index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
fs-io.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-01
bcachefs: Replace rcu_read_lock() with guards
Kent Overstreet
1
-6
/
+6
2025-05-21
bcachefs: bch_dev.io_ref -> enumerated_ref
Kent Overstreet
1
-2
/
+4
2025-05-21
bcachefs: bch_fs.writes -> enumerated_refs
Kent Overstreet
1
-4
/
+5
2025-05-21
bcachefs: print_str_as_lines() -> print_str()
Kent Overstreet
1
-2
/
+2
2025-05-21
bcachefs: Simplify bch2_count_fsck_err()
Kent Overstreet
1
-5
/
+2
2025-05-01
bcachefs: Kill ERO for i_blocks check in truncate
Kent Overstreet
1
-5
/
+16
2025-05-01
bcachefs: Kill ERO in __bch2_i_sectors_acct()
Kent Overstreet
1
-4
/
+19
2025-04-02
bcachefs: Kill btree_iter.trans
Kent Overstreet
1
-5
/
+5
2025-04-02
bcachefs: Split up bch_dev.io_ref
Kent Overstreet
1
-2
/
+2
2025-03-28
bcachefs: Don't return 0 size holes from bch2_seek_hole()
Kent Overstreet
1
-3
/
+12
2025-03-28
bcachefs: Fix bch2_seek_hole() locking
Kent Overstreet
1
-9
/
+11
2025-02-26
bcachefs: Fix truncate sometimes failing and returning 1
Kent Overstreet
1
-0
/
+1
2024-12-29
bcachefs: bcachefs_metadata_version_reflink_p_may_update_opts
Kent Overstreet
1
-1
/
+8
2024-12-21
bcachefs: Check for inode journal seq in the future
Kent Overstreet
1
-3
/
+32
2024-12-21
bcachefs: Removes NULL pointer checks for __filemap_get_folio return values
Youling Tang
1
-1
/
+1
2024-12-21
bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()
Kent Overstreet
1
-4
/
+4
2024-10-29
bcachefs: Fix unhandled transaction restart in fallocate
Kent Overstreet
1
-4
/
+13
2024-10-20
bcachefs: Don't use wait_event_interruptible() in recovery
Kent Overstreet
1
-1
/
+1
2024-09-09
bcachefs: quota_reserve_range() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
1
-32
/
+14
2024-09-09
bcachefs: range_has_data() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
1
-24
/
+5
2024-09-09
bcachefs: bch2_seek_hole() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
1
-36
/
+20
2024-09-09
bcachefs: bch2_seek_data() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
1
-29
/
+12
2024-09-09
bcachefs: switch to rhashtable for vfs inodes hash
Kent Overstreet
1
-3
/
+3
2024-07-14
bcachefs: support REMAP_FILE_DEDUP in bch2_remap_file_range
Reed Riley
1
-4
/
+2
2024-07-14
bcachefs: Add tracepoints for bch2_sync_fs() and bch2_fsync()
Youling Tang
1
-0
/
+2
2024-07-14
bcachefs: track writeback errors using the generic tracking infrastructure
Youling Tang
1
-1
/
+6
2024-07-14
bcachefs: uninline fallocate functions
Kent Overstreet
1
-4
/
+4
2024-05-09
bcachefs: fsync() should not return -EROFS
Kent Overstreet
1
-1
/
+4
2024-05-08
bcachefs: iter/update/trigger/str_hash flag cleanup
Kent Overstreet
1
-2
/
+2
2024-04-13
bcachefs: Fix missing write refs in fs fio paths
Kent Overstreet
1
-8
/
+8
2024-01-22
bcachefs: fix incorrect usage of REQ_OP_FLUSH
Christoph Hellwig
1
-1
/
+1
2024-01-21
bcachefs: Fix excess transaction restarts in __bchfs_fallocate()
Kent Overstreet
1
-2
/
+5
2024-01-01
bcachefs: return from fsync on writeback error to avoid early shutdown
Brian Foster
1
-5
/
+9
2024-01-01
bcachefs: kill INODE_LOCK, use lock_two_nondirectories()
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
1
-46
/
+38
2023-10-22
bcachefs: remove redundant initializations of variables start_offset and end_offset
Colin Ian King
1
-2
/
+2
2023-10-22
bcachefs: New io_misc.c helpers
Kent Overstreet
1
-190
/
+19
2023-10-22
bcachefs: Break up io.c
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Add btree_trans* to inode_set_fn
Joshua Ashton
1
-4
/
+8
2023-10-22
bcachefs: Split up fs-io.[ch]
Kent Overstreet
1
-2783
/
+18
2023-10-22
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix lock thrashing in __bchfs_fallocate()
Kent Overstreet
1
-25
/
+56
2023-10-22
bcachefs: Fix folio leak in folio_hole_offset()
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Fallocate now checks page cache
Kent Overstreet
1
-22
/
+61
2023-10-22
bcachefs: Delete redundant log messages
Kent Overstreet
1
-6
/
+1
2023-10-22
bcachefs: Assorted sparse fixes
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Check for ERR_PTR() from filemap_lock_folio()
Kent Overstreet
1
-5
/
+5
2023-10-22
bcachefs: fs-io: Eliminate GFP_NOFS usage
Kent Overstreet
1
-3
/
+4
2023-10-22
bcachefs: Avoid __GFP_NOFAIL
Kent Overstreet
1
-41
/
+50
2023-10-22
bcachefs: Fix quotas + snapshots
Kent Overstreet
1
-1
/
+6
[next]