index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
2008-01-30
NFS: Move dprintks from callback.c to callback_proc.c
Chuck Lever
2008-01-30
NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr)
Chuck Lever
2008-01-30
NFS: Enable NFS client to generate CLIENTID strings with IPv6 addresses
Chuck Lever
2008-01-30
NFS: Ensure NFSv4 SETCLIENTID send buffer is large enough
Chuck Lever
2008-01-30
NFS: Remove the redundant nfs_client->cl_nfsversion
Trond Myklebust
2008-01-30
NFS: Clean up the nfs_find_client function.
Trond Myklebust
2008-01-30
NFS: Clean up the nfs_client initialisation
Trond Myklebust
2008-01-30
NFS: define a function to update nfsi->cache_change_attribute
Trond Myklebust
2008-01-30
NFS: Remove an unneeded check in decode_compound_header_arg()
Chuck Lever
2008-01-30
NFS: Clean up address comparison in __nfs_find_client()
Chuck Lever
2008-01-30
NFS: Clean up: copy hostname with kstrndup during mount processing
Chuck Lever
2008-01-30
NFS: Remove support for the 'mountprog' option
Chuck Lever
2008-01-30
NFS: Remove support for the 'nfsprog' option
Chuck Lever
2008-01-30
NFS: Ensure that NFS version 4 mounts use NFS_PORT if nfsport wasn't set
Chuck Lever
2008-01-30
NFS: Prevent nfs_getattr() hang during heavy write workloads
Chuck Lever
2008-01-30
NFS: Change sign of some loop indices in nfs4xdr.c
Chuck Lever
2008-01-30
NFS: Use unsigned intermediates for manipulating header lengths (NFSv4 XDR)
Chuck Lever
2008-01-30
NFS: Use unsigned intermediates for manipulating header lengths (NFSv3 XDR)
Chuck Lever
2008-01-30
NFS: Use unsigned intermediates for manipulating header lengths (NFSv2 XDR)
Chuck Lever
2008-01-30
NFS: Ensure nfs_wcc_update_inode always converts file size to loff_t
Chuck Lever
2008-01-30
NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task()
Trond Myklebust
2008-01-30
NFS/SUNRPC: Convert all users of rpc_call_setup()
Trond Myklebust
2008-01-30
NFS: Clean up the (commit|read|write)_setup() callback routines
Trond Myklebust
2008-01-30
SUNRPC: Clean up the initialisation of priority queue scheduling info.
Trond Myklebust
2008-01-30
SUNRPC: Clean up rpc_run_task
Trond Myklebust
2008-01-30
SUNRPC: Cleanup of rpc_task initialisation
Trond Myklebust
2008-01-30
NFS: Stop sillyname renames and unmounts from racing
Steve Dickson
2008-01-30
NFSv4: Clean up the OPEN/CLOSE serialisation code
Trond Myklebust
2008-01-30
NFS: Clean up the write request locking.
Trond Myklebust
2008-01-30
NFS: Optimise nfs_vm_page_mkwrite()
Trond Myklebust
2008-01-30
NFS: Ensure that we eject stale inodes as soon as possible
Trond Myklebust
2008-01-30
NFS: Handle -ENOENT errors in unlink()/rmdir()/rename()
Trond Myklebust
2008-01-30
NFS: Sillyrename: in the case of a race, check aliases are really positive
Trond Myklebust
2008-01-30
NFS: Fix a sillyrename race...
Trond Myklebust
2008-01-10
NFSv4: Give the lock stateid its own sequence queue
Trond Myklebust
2008-01-03
NFSv4: Fix open_to_lock_owner sequenceid allocation...
Trond Myklebust
2008-01-03
NFSv4: nfs4_open_confirm must not set the open_owner as confirmed on error
Trond Myklebust
2008-01-03
NFSv4: Fix circular locking dependency in nfs4_kill_renewd
Trond Myklebust
2008-01-03
NFS: Fix a possible Oops in fs/nfs/super.c
Trond Myklebust
2007-12-12
NFS: Fix an Oops in NFS unmount
Trond Myklebust
2007-12-12
Revert "NFS: Ensure we return zero if applications attempt to write zero bytes"
Trond Myklebust
2007-12-11
NFSv2/v3: Fix a memory leak when using -onolock
Trond Myklebust
2007-12-11
NFS: Fix NFS mountpoint crossing...
Trond Myklebust
2007-12-06
NFS: Switch from intr mount option to TASK_KILLABLE
Matthew Wilcox
2007-11-26
NFS: Clean up new multi-segment direct I/O changes
Chuck Lever
2007-11-26
NFS: Ensure we return zero if applications attempt to write zero bytes
Chuck Lever
2007-11-26
NFS: Support multiple segment iovecs in the NFS direct I/O path
Chuck Lever
2007-11-26
NFS: Introduce iovec I/O helpers to fs/nfs/direct.c
Chuck Lever
2007-11-26
NFS: fs/nfs/dir.c should #include "internal.h"
Adrian Bunk
2007-11-26
NFS: make nfs_wb_page_priority() static
Adrian Bunk
[prev]
[next]