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
Age
Commit message (
Expand
)
Author
2024-08-30
writeback: Refine the show_inode_state() macro definition
Julian Sun
2024-08-30
fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name
Li Zhijian
2024-08-30
mnt_idmapping: Use kmemdup_array instead of kmemdup for multiple allocation
Yu Jiaoliang
2024-08-30
netfs: Delete subtree of 'fs/netfs' when netfs module exits
Baokun Li
2024-08-30
fs: use LIST_HEAD() to simplify code
Hongbo Li
2024-08-30
Merge patch series "fs: add i_state helpers"
Christian Brauner
2024-08-30
inode: make i_state a u32
Christian Brauner
2024-08-30
inode: port __I_LRU_ISOLATING to var event
Christian Brauner
2024-08-30
vfs: fix race between evice_inodes() and find_inode()&iput()
Julian Sun
2024-08-30
inode: port __I_NEW to var event
Christian Brauner
2024-08-30
inode: port __I_SYNC to var event
Christian Brauner
2024-08-30
fs: reorder i_state bits
Christian Brauner
2024-08-30
fs: add i_state helpers
Christian Brauner
2024-08-30
MAINTAINERS: add the VFS git tree
Eric Biggers
2024-08-30
fs: s/__u32/u32/ for s_fsnotify_mask
Christian Brauner
2024-08-30
fs: remove unused path_put_init()
Christian Brauner
2024-08-30
vfs: drop one lock trip in evict()
Mateusz Guzik
2024-08-30
debugfs show actual source in /proc/mounts
Marc Aurèle La France
2024-08-30
inode: remove __I_DIO_WAKEUP
Christian Brauner
2024-08-30
doc: correcting the idmapping mount example
Hongbo Li
2024-08-30
fs: Use in_group_or_capable() helper to simplify the code
Hongbo Li
2024-08-30
vfs: elide smp_mb in iversion handling in the common case
Mateusz Guzik
2024-08-30
autofs: add per dentry expire timeout
Ian Kent
2024-08-30
vfs: use RCU in ilookup
Mateusz Guzik
2024-08-30
fs: move FMODE_UNSIGNED_OFFSET to fop_flags
Christian Brauner
2024-08-30
vfs: only read fops once in fops_get/put
Mateusz Guzik
2024-08-30
fs/select: Annotate struct poll_list with __counted_by()
Thorsten Blum
2024-08-30
fs: rearrange general fastpath check now that O_CREAT uses it
Christian Brauner
2024-08-30
fs: remove audit dummy context check
Christian Brauner
2024-08-30
fs: pull up trailing slashes check for O_CREAT
Christian Brauner
2024-08-30
fs: move audit parent inode
Christian Brauner
2024-08-30
fs: try an opportunistic lookup for O_CREAT opens too
Jeff Layton
2024-08-30
eventpoll: Annotate data-race of busy_poll_usecs
Martin Karsten
2024-08-30
eventpoll: Don't re-zero eventpoll fields
Joe Damato
2024-08-30
Fix spelling and gramatical errors
Xiaxi Shen
2024-08-30
vfs: dodge smp_mb in break_lease and break_deleg in the common case
Mateusz Guzik
2024-08-30
file: remove outdated comment after close_fd()
Joel Savitz
2024-08-30
fs/namespace.c: Fix typo in comment
Yuesong Li
2024-08-30
exec: don't WARN for racy path_noexec check
Mateusz Guzik
2024-08-30
fs: add a kerneldoc header over lookup_fast
Jeff Layton
2024-08-30
fs: remove comment about d_rcu_to_refcount
Jeff Layton
2024-08-30
fs: mounts: Remove unused declaration mnt_cursor_del()
Yue Haibing
2024-08-19
percpu-rwsem: remove the unused parameter 'read'
Wang Long
2024-08-19
coda: use param->file for FSCONFIG_SET_FD
Aleksa Sarai
2024-08-19
autofs: fix missing fput for FSCONFIG_SET_FD
Aleksa Sarai
2024-08-19
fs/aio: Fix __percpu annotation of *cpu pointer in struct kioctx
Uros Bizjak
2024-08-19
mount: handle OOM on mnt_warn_timestamp_expiry
Olaf Hering
2024-08-19
Fixed: fs: file_table_c: Missing blank line warnings and struct declaration i...
Mohit0404
2024-08-19
fs/direct-io: Remove linux/prefetch.h include
Youling Tang
2024-08-19
fs: don't flush in-flight wb switches for superblocks without cgroup writeback
Haifeng Xu
[next]