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
/
fhandle.c
Age
Commit message (
Expand
)
Author
2024-01-22
do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak
Nikita Zhandarovich
2023-10-24
exportfs: add helpers to check if filesystem can encode/decode file handles
Amir Goldstein
2023-06-12
fsnotify: move fsnotify_open() hook into do_dentry_open()
Amir Goldstein
2023-05-25
exportfs: check for error return value from exportfs_encode_*()
Amir Goldstein
2023-05-25
exportfs: allow exporting non-decodeable file handles to userspace
Amir Goldstein
2022-09-01
do_sys_name_to_handle(): constify path
Al Viro
2021-04-07
switch file_open_root() to struct path
Al Viro
2021-02-24
fs: delete repeated words in comments
Randy Dunlap
2019-08-07
fs/handle.c - fix up kerneldoc
Valdis Klētnieks
2018-01-15
vfs: Copy struct mount.mnt_id to userspace using put_user()
David Windsor
2017-11-17
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-14
do_handle_open() should be static
Al Viro
2017-04-17
fhandle: move compat syscalls from compat.c
Al Viro
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-03-22
fs/coredump: prevent fsuid=0 dumps into user-controlled directories
Jann Horn
2015-06-02
vfs: read file_handle only once in handle_to_path
Sasha Levin
2012-12-20
Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2012-11-19
Fix misspellings of "whether" in comments.
Adam Buchbinder
2012-11-07
exportfs: add FILEID_INVALID to indicate invalid fid_type
Namjae Jeon
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
2012-01-06
vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb
Al Viro
2012-01-03
vfs: mnt_id/mnt_group_id moved
Al Viro
2011-04-14
fs/fhandle.c: add <linux/personality.h> for ia64
Jeff Mahoney
2011-03-15
vfs: Add open by file handle support
Aneesh Kumar K.V
2011-03-15
vfs: Add name to file handle conversion support
Aneesh Kumar K.V