linux/fs
Thomas Gleixner 15387f991a fs: namespace: Use cpu_chill() in trylock loops
Retry loops on RT might loop forever when the modifying side was
preempted. Use cpu_chill() instead of cpu_relax() to let the system
make progress.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2023-03-25 04:21:28 +03:00
..
9p
adfs
affs
afs fs/dcache: use swait_queue instead of waitqueue 2023-03-25 04:21:20 +03:00
autofs
befs
bfs
btrfs Use CONFIG_PREEMPTION 2023-03-25 04:21:18 +03:00
cachefiles
ceph ceph: fix handling of "meta" errors 2021-10-27 09:54:27 +02:00
cifs fs/dcache: use swait_queue instead of waitqueue 2023-03-25 04:21:20 +03:00
coda
configfs configfs: fix a race in configfs_{,un}register_subsystem() 2022-03-02 11:41:10 +01:00
cramfs
crypto
debugfs debugfs: lockdown: Allow reading debugfs files that are not world readable 2022-01-27 09:19:36 +01:00
devpts fsnotify: fix fsnotify hooks in pseudo filesystems 2022-02-01 17:24:34 +01:00
dlm fs: dlm: filter user dlm messages for kernel locks 2022-01-27 09:19:40 +01:00
ecryptfs
efivarfs
efs
erofs erofs: fix unsafe pagevec reuse of hooked pclusters 2021-11-21 13:38:51 +01:00
exportfs
ext2 ext2: correct max file size computing 2022-04-15 14:18:13 +02:00
ext4 fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t 2023-03-25 04:21:17 +03:00
f2fs f2fs: fix to avoid potential deadlock 2022-04-15 14:18:06 +02:00
fat
freevxfs
fscache fscache: initialize cookie hash table raw spinlocks 2023-03-25 04:21:20 +03:00
fuse fs/dcache: use swait_queue instead of waitqueue 2023-03-25 04:21:20 +03:00
gfs2 gfs2: assign rgrp glock before compute_bitstructs 2022-04-27 13:50:45 +02:00
hfs
hfsplus
hostfs
hpfs
hugetlbfs mm, hugetlb: allow for "high" userspace addresses 2022-05-09 09:03:28 +02:00
iomap
isofs isofs: Fix out of bound access for corrupted isofs image 2021-11-12 14:43:03 +01:00
jbd2 jbd2: Free journal head outside of locked region 2023-03-25 04:21:13 +03:00
jffs2 jffs2: fix memory leak in jffs2_scan_medium 2022-04-15 14:17:59 +02:00
jfs jfs: prevent NULL deref in diFree 2022-04-15 14:18:36 +02:00
kernfs
lockd
minix minix: fix bug when opening a file with O_DIRECT 2022-04-15 14:18:35 +02:00
nfs fs/dcache: use swait_queue instead of waitqueue 2023-03-25 04:21:20 +03:00
nfs_common
nfsd NFSD: prevent underflow in nfssvc_decode_writeargs() 2022-04-15 14:17:59 +02:00
nilfs2
nls
notify
ntfs fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t 2023-03-25 04:21:17 +03:00
ocfs2 jbd2: Make state lock a spinlock 2023-03-25 04:21:13 +03:00
omfs
openpromfs
orangefs orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc() 2022-01-20 09:19:17 +01:00
overlayfs ovl: fix warning in ovl_create_real() 2021-12-22 09:29:40 +01:00
proc fs/dcache: use swait_queue instead of waitqueue 2023-03-25 04:21:20 +03:00
pstore
qnx4
qnx6
quota quota: make dquot_quota_sync return errors from ->sync_fs 2022-02-23 11:59:55 +01:00
ramfs ramfs: fix nommu mmap with gaps in the page cache 2020-10-29 09:57:53 +01:00
reiserfs
romfs
squashfs
sysfs
sysv
tracefs tracefs: Set the group ownership in apply_options() not parse_options() 2022-03-02 11:41:13 +01:00
ubifs ubifs: Rectify space amount budget for mkdir/tmpfile operations 2022-04-15 14:18:31 +02:00
udf udf: Fix NULL ptr deref when converting from inline format 2022-02-01 17:24:34 +01:00
ufs
unicode
verity
xfs xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocate 2022-01-11 15:23:32 +01:00
aio.c aio: fix use-after-free due to missing POLLFREE handling 2021-12-14 14:49:02 +01:00
anon_inodes.c
attr.c
bad_inode.c
binfmt_aout.c
binfmt_elf_fdpic.c
binfmt_elf.c
binfmt_em86.c
binfmt_flat.c
binfmt_misc.c
binfmt_script.c
block_dev.c
buffer.c smp: Remove allocation mask from on_each_cpu_cond.*() 2023-03-25 04:21:18 +03:00
char_dev.c
compat_binfmt_elf.c
compat_ioctl.c
compat.c
coredump.c
d_path.c
dax.c
dcache.c fs/dcache: use swait_queue instead of waitqueue 2023-03-25 04:21:20 +03:00
dcookies.c
direct-io.c
drop_caches.c
eventfd.c
eventpoll.c fs/epoll: Do not disable preemption on RT 2023-03-25 04:21:27 +03:00
exec.c vfs: check fd has read access in kernel_read_file_from_fd() 2021-10-27 09:54:27 +02:00
fcntl.c
fhandle.c
file_table.c
file.c fget: clarify and improve __fget_files() implementation 2022-03-02 11:41:18 +01:00
filesystems.c
fs_context.c memcg: charge fs_context and legacy_fs_context 2022-02-08 18:24:29 +01:00
fs_parser.c
fs_pin.c
fs_struct.c
fs_types.c
fs-writeback.c
fsopen.c
inode.c fs/dcache: disable preemption on i_dir_seq's write side 2023-03-25 04:21:20 +03:00
internal.h
io_uring.c io_uring: fix fs->users overflow 2022-04-15 14:18:41 +02:00
ioctl.c
Kconfig
Kconfig.binfmt
libfs.c
locks.c
Makefile
mbcache.c
mount.h
mpage.c
namei.c fs/dcache: use swait_queue instead of waitqueue 2023-03-25 04:21:20 +03:00
namespace.c fs: namespace: Use cpu_chill() in trylock loops 2023-03-25 04:21:28 +03:00
no-block.c
nsfs.c vfs: Convert nsfs to use the new mount API 2019-05-25 18:00:06 -04:00
open.c
pipe.c
pnode.c
pnode.h
posix_acl.c
proc_namespace.c
read_write.c
readdir.c
select.c select: Fix indefinitely sleeping task in poll_schedule_timeout() 2022-01-29 10:25:11 +01:00
seq_file.c
signalfd.c signalfd: use wake_up_pollfree() 2021-12-14 14:49:02 +01:00
splice.c
stack.c Use CONFIG_PREEMPTION 2023-03-25 04:21:18 +03:00
stat.c stat: fix inconsistency between struct stat and struct compat_stat 2022-04-27 13:50:48 +02:00
statfs.c
super.c vfs: make freeze_super abort when sync_filesystem returns error 2022-02-23 11:59:55 +01:00
sync.c
timerfd.c
userfaultfd.c userfaultfd: Use a seqlock instead of seqcount 2023-03-25 04:21:20 +03:00
utimes.c
xattr.c