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
/
nfs4proc.c
Age
Commit message (
Expand
)
Author
2012-09-12
pnfs: defer release of pages in layoutget
Idan Kedar
2012-06-19
NFSv4: Fix unnecessary delegation returns in nfs4_do_open
Trond Myklebust
2012-06-10
NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIO
Trond Myklebust
2012-05-31
Avoid beyond bounds copy while caching ACL
Sachin Prabhu
2012-05-31
Avoid reading past buffer when calling GETACL
Sachin Prabhu
2012-05-31
NFS4: fix compile warnings in nfs4proc.c
Peng Tao
2012-05-20
NFSv4: Revalidate uid/gid after open
Jonathan Nieder
2012-05-11
NFSv4: Ensure that we check lock exclusive/shared type against open modes
Trond Myklebust
2012-05-11
NFSv4: Ensure that the LOCK code sets exception->inode
Trond Myklebust
2012-04-13
Fix length of buffer copied in __nfs4_get_acl_uncached
Sachin Prabhu
2012-04-02
NFSv4.1: Fix layoutcommit error handling
Trond Myklebust
2012-04-02
NFSv4: Fix two infinite loops in the mount code
Trond Myklebust
2012-04-02
NFSv4: Rate limit the state manager warning messages
Trond Myklebust
2012-04-02
NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODE
Trond Myklebust
2012-04-02
NFS: Properly handle the case where the delegation is revoked
Trond Myklebust
2012-02-29
NFSv4: fix server_scope memory leak
Weston Andros Adamson
2012-02-29
NFSv4: Fix an Oops in the NFSv4 getacl code
Trond Myklebust
2012-01-25
NFSv4: include bitmap in nfsv4 get acl data
Andy Adamson
2011-12-09
NFSv4: Do not accept delegated opens when a delegation recall is in effect
Trond Myklebust
2011-11-07
NFS: Fix a regression in the referral code
Trond Myklebust
2011-11-04
nfs: when attempting to open a directory, fall back on normal lookup (try #5)
Jeff Layton
2011-10-31
nfs4: serialize layoutcommit
Peng Tao
2011-10-19
NFS: Get rid of nfs_restart_rpc()
Trond Myklebust
2011-10-18
NFSv4: Translate NFS4ERR_BADNAME into ENOENT when applied to a lookup
Trond Myklebust
2011-10-18
NFS: Remove the unused "lookupfh()" version of nfs4_proc_lookup()
Trond Myklebust
2011-10-18
NFS: Use the inode->i_version to cache NFSv4 change attribute information
Trond Myklebust
2011-08-24
NFSv4: renewd needs to be able to handle the NFS4ERR_CB_PATH_DOWN error
Trond Myklebust
2011-08-24
NFSv4: The NFSv4.0 client must send RENEW calls if it holds a delegation
Trond Myklebust
2011-08-24
NFSv4: nfs4_proc_renew should be declared static
Trond Myklebust
2011-08-24
NFSv4: nfs4_proc_async_renew should use a GFP_NOFS allocation
Trond Myklebust
2011-07-31
pnfs: cleanup_layoutcommit
Andy Adamson
2011-07-31
pnfs: ask for layout_blksize and save it in nfs_server
Fred Isaman
2011-07-31
pnfs: GETDEVICELIST
Andy Adamson
2011-07-31
pnfs: let layoutcommit handle a list of lseg
Peng Tao
2011-07-25
Merge branch 'master' into devel and apply fixup from Stephen Rothwell:
Stephen Rothwell
2011-07-20
nfs_open_context doesn't need struct path either
Al Viro
2011-07-20
nfs4_opendata doesn't need struct path either
Al Viro
2011-07-20
nfs4_closedata doesn't need to mess with struct path
Al Viro
2011-07-12
NFSv4.1: Clean up layoutreturn
Trond Myklebust
2011-07-12
NFS: test and free stateids during recovery
Bryan Schumaker
2011-07-12
NFS: added FREE_STATEID call
Bryan Schumaker
2011-07-12
NFS: Added TEST_STATEID call
Bryan Schumaker
2011-07-12
NFS: Add SECINFO_NO_NAME procedure
Bryan Schumaker
2011-07-12
NFS: use scope from exchange_id to skip reclaim
Weston Andros Adamson
2011-06-15
nfs4.1: fix several problems with _pnfs_return_layout
Fred Isaman
2011-06-15
NFSv4.1: allow nfs_fhget to succeed with mounted on fileid
Andy Adamson
2011-06-15
NFSv4.1: deprecate headerpadsz in CREATE_SESSION
Benny Halevy
2011-05-29
Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osd
Linus Torvalds
2011-05-29
pnfs: layoutret_on_setattr
Benny Halevy
2011-05-29
pnfs: layoutreturn
Benny Halevy
[next]