1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 09:13:20 -05:00
linux/fs/bcachefs
Kent Overstreet 19c304bebd bcachefs: GFP_NOIO -> GFP_NOFS
GFP_NOIO dates from the bcache days, when we operated under the block
layer. Now, GFP_NOFS is more appropriate, so switch all GFP_NOIO uses to
GFP_NOFS.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-10-22 17:10:03 -04:00
..
acl.c bcachefs: Convert -ENOENT to private error codes 2023-10-22 17:10:03 -04:00
acl.h
alloc_background.c bcachefs: alloc_v4_u64s() fix 2023-10-22 17:10:01 -04:00
alloc_background.h bcachefs: bkey_ops.min_val_size 2023-10-22 17:10:00 -04:00
alloc_foreground.c bcachefs: bch2_bkey_get_iter() helpers 2023-10-22 17:10:00 -04:00
alloc_foreground.h bcachefs: New erasure coding shutdown path 2023-10-22 17:09:57 -04:00
alloc_types.h bcachefs: Rework open bucket partial list allocation 2023-10-22 17:09:56 -04:00
backpointers.c bcachefs: bch2_bkey_get_iter() helpers 2023-10-22 17:10:00 -04:00
backpointers.h bcachefs: bkey_ops.min_val_size 2023-10-22 17:10:00 -04:00
bbpos.h bcachefs: Run bch2_check_backpointers_to_extents() in multiple passes if necessary 2023-10-22 17:09:51 -04:00
bcachefs.h bcachefs: Don't reuse reflink btree keyspace 2023-10-22 17:10:02 -04:00
bcachefs_format.h bcachefs: Add otime, parent to bch_subvolume 2023-10-22 17:10:01 -04:00
bcachefs_ioctl.h
bkey.c bcachefs: Use memcpy_u64s_small() for copying keys 2023-10-22 17:10:01 -04:00
bkey.h bcachefs: Converting to typed bkeys is now allowed for err, null ptrs 2023-10-22 17:10:00 -04:00
bkey_buf.h
bkey_cmp.h
bkey_methods.c bcachefs: BTREE_ID_snapshot_tree 2023-10-22 17:10:01 -04:00
bkey_methods.h bcachefs: bkey_ops.min_val_size 2023-10-22 17:10:00 -04:00
bkey_sort.c bcachefs: Use memcpy_u64s_small() for copying keys 2023-10-22 17:10:01 -04:00
bkey_sort.h
bset.c bcachefs: Use memcpy_u64s_small() for copying keys 2023-10-22 17:10:01 -04:00
bset.h bcachefs: bch2_btree_node_to_text() const correctness 2023-10-22 17:09:56 -04:00
btree_cache.c bcachefs: Ensure bch2_btree_node_get() calls relock() after unlock() 2023-10-22 17:10:03 -04:00
btree_cache.h bcachefs: bch2_btree_node_to_text() const correctness 2023-10-22 17:09:56 -04:00
btree_gc.c bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update() 2023-10-22 17:10:01 -04:00
btree_gc.h
btree_io.c bcachefs: GFP_NOIO -> GFP_NOFS 2023-10-22 17:10:03 -04:00
btree_io.h bcachefs: Plumb saw_error through to btree_err() 2023-10-22 17:09:48 -04:00
btree_iter.c bcachefs: trans_for_each_path_safe() 2023-10-22 17:10:02 -04:00
btree_iter.h bcachefs: Convert -ENOENT to private error codes 2023-10-22 17:10:03 -04:00
btree_key_cache.c six locks: Kill six_lock_state union 2023-10-22 17:10:02 -04:00
btree_key_cache.h bcachefs: don't bump key cache journal seq on nojournal commits 2023-10-22 17:09:56 -04:00
btree_locking.c bcachefs: trans_for_each_path_safe() 2023-10-22 17:10:02 -04:00
btree_locking.h six locks: Seq now only incremented on unlock 2023-10-22 17:10:02 -04:00
btree_types.h bcachefs: Btree iterator, update flags no longer conflict 2023-10-22 17:10:00 -04:00
btree_update.h bcachefs: Fix corruption with writeable snapshots 2023-10-22 17:10:03 -04:00
btree_update_interior.c bcachefs: GFP_NOIO -> GFP_NOFS 2023-10-22 17:10:03 -04:00
btree_update_interior.h bcachefs: bch2_journal_entries_postprocess() 2023-10-22 17:09:54 -04:00
btree_update_leaf.c bcachefs: Fix corruption with writeable snapshots 2023-10-22 17:10:03 -04:00
btree_write_buffer.c bcachefs: more aggressive fast path write buffer key flushing 2023-10-22 17:09:58 -04:00
btree_write_buffer.h bcachefs: Btree write buffer 2023-10-22 17:09:50 -04:00
btree_write_buffer_types.h bcachefs: Btree write buffer 2023-10-22 17:09:50 -04:00
buckets.c bcachefs: GFP_NOIO -> GFP_NOFS 2023-10-22 17:10:03 -04:00
buckets.h bcachefs: Fix a buffer overrun in bch2_fs_usage_read() 2023-10-22 17:10:01 -04:00
buckets_types.h bcachefs: Fragmentation LRU 2023-10-22 17:09:53 -04:00
buckets_waiting_for_journal.c bcachefs: Private error codes: ENOMEM 2023-10-22 17:09:57 -04:00
buckets_waiting_for_journal.h
buckets_waiting_for_journal_types.h
chardev.c bcachefs: Convert -ENOENT to private error codes 2023-10-22 17:10:03 -04:00
chardev.h
checksum.c bcachefs: Private error codes: ENOMEM 2023-10-22 17:09:57 -04:00
checksum.h bcachefs: Nocow support 2023-10-22 17:09:51 -04:00
clock.c bcachefs: Private error codes: ENOMEM 2023-10-22 17:09:57 -04:00
clock.h
clock_types.h
compress.c bcachefs: GFP_NOIO -> GFP_NOFS 2023-10-22 17:10:03 -04:00
compress.h
counters.c bcachefs: Private error codes: ENOMEM 2023-10-22 17:09:57 -04:00
counters.h
darray.h bcachefs: bch2_buffered_write large folio conversion 2023-10-22 17:09:59 -04:00
data_update.c bcachefs: Fix corruption with writeable snapshots 2023-10-22 17:10:03 -04:00
data_update.h bcachefs: Fix deadlock on nocow locks in data move path 2023-10-22 17:09:52 -04:00
debug.c bcachefs: GFP_NOIO -> GFP_NOFS 2023-10-22 17:10:03 -04:00
debug.h bcachefs: bch2_btree_node_ondisk_to_text() 2023-10-22 17:09:56 -04:00
dirent.c bcachefs: bkey_ops.min_val_size 2023-10-22 17:10:00 -04:00
dirent.h bcachefs: bkey_ops.min_val_size 2023-10-22 17:10:00 -04:00
disk_groups.c bcachefs: Private error codes: ENOMEM 2023-10-22 17:09:57 -04:00
disk_groups.h
ec.c bcachefs: GFP_NOIO -> GFP_NOFS 2023-10-22 17:10:03 -04:00
ec.h bcachefs: bkey_ops.min_val_size 2023-10-22 17:10:00 -04:00
ec_types.h bcachefs: Simplify ec stripes heap 2023-10-22 17:09:54 -04:00
errcode.c
errcode.h bcachefs: Convert -ENOENT to private error codes 2023-10-22 17:10:03 -04:00
error.c bcachefs: Make sure hash info gets initialized in fsck 2023-10-22 17:10:00 -04:00
error.h bcachefs: Allow answering y or n to all fsck errors of given type 2023-10-22 17:10:00 -04:00
extent_update.c bcachefs: Use for_each_btree_key_upto() more consistently 2023-10-22 17:09:50 -04:00
extent_update.h
extents.c bcachefs: bkey_ops.min_val_size 2023-10-22 17:10:00 -04:00
extents.h bcachefs: bkey_ops.min_val_size 2023-10-22 17:10:00 -04:00
extents_types.h
eytzinger.h
fifo.h
fs-common.c bcachefs: Convert -ENOENT to private error codes 2023-10-22 17:10:03 -04:00
fs-common.h
fs-io.c bcachefs: Avoid __GFP_NOFAIL 2023-10-22 17:10:03 -04:00
fs-io.h
fs-ioctl.c bcachefs: Convert -ENOENT to private error codes 2023-10-22 17:10:03 -04:00
fs-ioctl.h
fs.c bcachefs: Convert -ENOENT to private error codes 2023-10-22 17:10:03 -04:00
fs.h bcachefs: Fix bch2_evict_subvolume_inodes() 2023-10-22 17:09:57 -04:00
fsck.c bcachefs: Convert -ENOENT to private error codes 2023-10-22 17:10:03 -04:00
fsck.h
inode.c bcachefs: Convert -ENOENT to private error codes 2023-10-22 17:10:03 -04:00
inode.h bcachefs: bkey_ops.min_val_size 2023-10-22 17:10:00 -04:00
io.c bcachefs: GFP_NOIO -> GFP_NOFS 2023-10-22 17:10:03 -04:00
io.h bcachefs: bch2_fs_moving_ctxts_to_text() 2023-10-22 17:09:57 -04:00
io_types.h bcachefs: Kill bch_write_op->btree_update_ready 2023-10-22 17:09:57 -04:00
journal.c bcachefs: refactor journal stuck checking into standalone helper 2023-10-22 17:09:58 -04:00
journal.h bcachefs: Convert EAGAIN errors to private error codes 2023-10-22 17:09:49 -04:00
journal_io.c bcachefs: GFP_NOIO -> GFP_NOFS 2023-10-22 17:10:03 -04:00
journal_io.h bcachefs: Drop some anonymous structs, unions 2023-10-22 17:09:55 -04:00
journal_reclaim.c bcachefs: GFP_NOIO -> GFP_NOFS 2023-10-22 17:10:03 -04:00
journal_reclaim.h
journal_sb.c bcachefs: Private error codes: ENOMEM 2023-10-22 17:09:57 -04:00
journal_sb.h bcachefs: Journal resize fixes 2023-10-22 17:09:56 -04:00
journal_seq_blacklist.c bcachefs: Private error codes: ENOMEM 2023-10-22 17:09:57 -04:00
journal_seq_blacklist.h
journal_types.h bcachefs: When shutting down, flush btree node writes last 2023-10-22 17:09:56 -04:00
Kconfig
keylist.c bcachefs: GFP_NOIO -> GFP_NOFS 2023-10-22 17:10:03 -04:00
keylist.h bcachefs: Kill bch2_keylist_add_in_order() 2023-10-22 17:09:54 -04:00
keylist_types.h
lru.c bcachefs: bch2_bkey_get_iter() helpers 2023-10-22 17:10:00 -04:00
lru.h bcachefs: bkey_ops.min_val_size 2023-10-22 17:10:00 -04:00
Makefile bcachefs: Nocow support 2023-10-22 17:09:51 -04:00
mean_and_variance.c
mean_and_variance.h mean and variance: Add a missing include 2023-10-22 17:10:02 -04:00
mean_and_variance_test.c mean and variance: More tests 2023-10-22 17:10:02 -04:00
migrate.c bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update() 2023-10-22 17:10:01 -04:00
migrate.h
move.c bcachefs: Convert -ENOENT to private error codes 2023-10-22 17:10:03 -04:00
move.h bcachefs: Kill bch2_verify_bucket_evacuated() 2023-10-22 17:10:00 -04:00
move_types.h bcachefs: Rhashtable based buckets_in_flight for copygc 2023-10-22 17:09:58 -04:00
movinggc.c bcachefs: Convert -ENOENT to private error codes 2023-10-22 17:10:03 -04:00
movinggc.h bcachefs: bch2_copygc_wait_to_text() 2023-10-22 17:09:55 -04:00
nocow_locking.c bcachefs: Add an assert to bch2_bucket_nocow_unlock() 2023-10-22 17:09:52 -04:00
nocow_locking.h bcachefs: Improved nocow locking 2023-10-22 17:09:52 -04:00
nocow_locking_types.h bcachefs: Improved nocow locking 2023-10-22 17:09:52 -04:00
opts.c bcachefs: bch2_inode_opts_get() 2023-10-22 17:09:49 -04:00
opts.h bcachefs: Verbose on by default when CONFIG_BCACHEFS_DEBUG=y 2023-10-22 17:09:56 -04:00
printbuf.c
printbuf.h bcachefs: Improve dev_alloc_debug_to_text() 2023-10-22 17:09:55 -04:00
quota.c bcachefs: Convert -ENOENT to private error codes 2023-10-22 17:10:03 -04:00
quota.h bcachefs: bkey_ops.min_val_size 2023-10-22 17:10:00 -04:00
quota_types.h
rebalance.c bcachefs: Fixes for building in userspace 2023-10-22 17:09:46 -04:00
rebalance.h
rebalance_types.h
recovery.c bcachefs: Convert -ENOENT to private error codes 2023-10-22 17:10:03 -04:00
recovery.h
reflink.c bcachefs: Don't reuse reflink btree keyspace 2023-10-22 17:10:02 -04:00
reflink.h bcachefs: bkey_ops.min_val_size 2023-10-22 17:10:00 -04:00
replicas.c bcachefs: Delete some dead code in bch2_replicas_gc_end() 2023-10-22 17:10:01 -04:00
replicas.h bcachefs: Fix bch2_trans_reset_updates() 2023-10-22 17:09:50 -04:00
replicas_types.h bcachefs: Fix bch2_trans_reset_updates() 2023-10-22 17:09:50 -04:00
siphash.c
siphash.h
six.c six locks: Disable percpu read lock mode in userspace 2023-10-22 17:10:02 -04:00
six.h six locks: Split out seq, use atomic_t instead of atomic64_t 2023-10-22 17:10:02 -04:00
str_hash.h bcachefs: Convert -ENOENT to private error codes 2023-10-22 17:10:03 -04:00
subvolume.c bcachefs: Convert -ENOENT to private error codes 2023-10-22 17:10:03 -04:00
subvolume.h bcachefs: Fix quotas + snapshots 2023-10-22 17:10:01 -04:00
subvolume_types.h bcachefs: BTREE_ID_snapshot_tree 2023-10-22 17:10:01 -04:00
super-io.c bcachefs: Private error codes: ENOMEM 2023-10-22 17:09:57 -04:00
super-io.h
super.c bcachefs: Convert -ENOENT to private error codes 2023-10-22 17:10:03 -04:00
super.h bcachefs: Nocow support 2023-10-22 17:09:51 -04:00
super_types.h
sysfs.c bcachefs: Print out counters correctly 2023-10-22 17:09:59 -04:00
sysfs.h
tests.c bcachefs: let __bch2_btree_insert() pass in flags 2023-10-22 17:09:52 -04:00
tests.h
trace.c bcachefs: Improve trans_restart_split_race tracepoint 2023-10-22 17:09:58 -04:00
trace.h six locks: Kill six_lock_state union 2023-10-22 17:10:02 -04:00
two_state_shared_lock.c bcachefs: Inline bch2_two_state_(trylock|unlock) 2023-10-22 17:09:51 -04:00
two_state_shared_lock.h bcachefs: Inline bch2_two_state_(trylock|unlock) 2023-10-22 17:09:51 -04:00
util.c mean and variance: More tests 2023-10-22 17:10:02 -04:00
util.h bcachefs: Fix a userspace build error 2023-10-22 17:10:00 -04:00
varint.c
varint.h
vstructs.h
xattr.c bcachefs: Convert -ENOENT to private error codes 2023-10-22 17:10:03 -04:00
xattr.h bcachefs: bkey_ops.min_val_size 2023-10-22 17:10:00 -04:00