Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
aac4e4198eff7f9551d586c55342403d49249d95
/
fs
/
nfs
/
inode.c
533eb46
NFSv4.1: allow nfs_fhget to succeed with mounted on fileid
by Andy Adamson
· 13 years ago
0f66b59
NFS41: do not update isize if inode needs layoutcommit
by Peng Tao
· 14 years ago
cd1acdf
Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 13 years ago
cbe8260
pnfs: layoutreturn
by Benny Halevy
· 13 years ago
60c16ea
NFS: nfs_update_inode: print current and new inode size in debug output
by Harshula Jayasuriya
· 13 years ago
0acd220
Merge branch 'nfs-for-2.6.39' into nfs-for-next
by Trond Myklebust
· 14 years ago
7ebb931
NFS: use secinfo when crossing mountpoints
by Bryan Schumaker
· 14 years ago
e0c2b38
NFSv4.1: filelayout driver specific code for COMMIT
by Fred Isaman
· 14 years ago
480c200
NFS: Create nfs_open_dir_context
by Bryan Schumaker
· 14 years ago
bd2895e
Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
3fa0b4e
(try3-resend) Fix nfs_compat_user_ino64 so it doesn't cause problems if bit 31 or 63 are set in fileid
by Frank Filz
· 14 years ago
43d133c
Merge branch 'master' into for-2.6.39
by Tejun Heo
· 14 years ago
27dc1cd
NFS: nfs_wcc_update_inode() should set nfsi->attr_gencount
by Trond Myklebust
· 14 years ago
ada609e
workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUER
by Tejun Heo
· 14 years ago
36d43a4
NFS: Use d_automount() rather than abusing follow_link()
by David Howells
· 14 years ago
b9d919a
Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
4541d16
pnfs: change how lsegs are removed from layout list
by Fred Isaman
· 14 years ago
f4eecd5
NFS implement v4.0 callback_ident
by Andy Adamson
· 14 years ago
11de3b1
NFS: Fix a memory leak in nfs_readdir
by Trond Myklebust
· 14 years ago
e5e9401
NFS: create and destroy inode's layout cache
by Benny Halevy
· 14 years ago
0715dc6
NFS: remove readdir plus limit
by Bryan Schumaker
· 14 years ago
955a857
NFS: new idmapper
by Bryan Schumaker
· 14 years ago
5c78f58
NFS: Really fix put_nfs_open_context()
by Trond Myklebust
· 14 years ago
ef84303
NFS: handle inode==NULL in __put_nfs_open_context
by Benny Halevy
· 14 years ago
6095889
NFS: Convert nfsiod to use alloc_workqueue()
by Trond Myklebust
· 14 years ago
cd9a1c0
NFSv4: Clean up nfs4_atomic_open
by Trond Myklebust
· 14 years ago
5f248c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
b57922d
convert remaining ->clear_inode() to ->evict_inode()
by Al Viro
· 14 years ago
1b924e5
NFS: Clean up the callers of nfs_wb_all()
by Trond Myklebust
· 14 years ago
f11ac8d
NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.
by Trond Myklebust
· 14 years ago
d7cf8dd
NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegation
by Trond Myklebust
· 15 years ago
987f8df
NFS: Reduce stack footprint of nfs_setattr()
by Trond Myklebust
· 15 years ago
a3cba2a
NFS: Reduce stack footprint of nfs_revalidate_inode()
by Trond Myklebust
· 15 years ago
2d36bfde
NFS: Add helper functions for allocating filehandles and fattr structs
by Trond Myklebust
· 15 years ago
1544fa0
NFS: Fix the mode calculation in nfs_find_open_context
by Trond Myklebust
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
b4d2314
NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode()
by Trond Myklebust
· 15 years ago
3fa04ec
Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34
by Trond Myklebust
· 15 years ago
1cda707
NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mapping
by Trond Myklebust
· 15 years ago
5cf9521
NFS: Clean up nfs_sync_mapping
by Trond Myklebust
· 15 years ago
acdc53b
NFS: Replace __nfs_write_mapping with sync_inode()
by Trond Myklebust
· 15 years ago
ff778d0
NFS: Add a count of the number of unstable writes carried by an inode
by Trond Myklebust
· 15 years ago
8fc795f
NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c
by Trond Myklebust
· 15 years ago
a9185b4
pass writeback_control to ->write_inode
by Christoph Hellwig
· 15 years ago
26821ed
make sure data is on disk before calling ->write_inode
by Christoph Hellwig
· 15 years ago
6eae797
Switch alloc_nfs_open_context() to struct path
by Al Viro
· 15 years ago
f895c53
NFS: Make close(2) asynchronous when closing NFS O_DIRECT files
by Chuck Lever
· 15 years ago
9b4b351
NFS: Don't clobber the attribute type in nfs_update_inode()
by Trond Myklebust
· 15 years ago
c08d3b0
truncate: use new helpers
by npiggin@suse.de
· 15 years ago
e571cbf
NFS: Add a dns resolver for use with NFSv4 referrals and migration
by Trond Myklebust
· 15 years ago
62ab460c
NFSv4: Add 'server capability' flags for NFSv4 recommended attributes
by Trond Myklebust
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
ef79c09
NFS: Use local disk inode cache
by David Howells
· 16 years ago
8ec442a
NFS: Register NFS for caching and retrieve the top-level index
by David Howells
· 16 years ago
7fe5c39
NFS: Optimise NFS close()
by Trond Myklebust
· 16 years ago
72cb77f
NFS: Throttle page dirtying while we're flushing to disk
by Trond Myklebust
· 16 years ago
fb8a1f1
NFS: cleanup - remove struct nfs_inode->ncommit
by Trond Myklebust
· 16 years ago
9e6e70f
NFSv4: Support NFSv4 optional attributes in the struct nfs_fattr
by Trond Myklebust
· 16 years ago
37d9d76
NFS: flush cached directory information slightly more readily.
by NeilBrown
· 16 years ago
2b57dc6
NFS: Minor __nfs_revalidate_inode cleanup
by Suresh Jayaraman
· 16 years ago
64672d5
optimize attribute timeouts for "noac" and "actimeo=0"
by Peter Staubach
· 16 years ago
dc0b027
NFSv4: Convert the open and close ops to use fmode
by Trond Myklebust
· 16 years ago
ae05f26
NFS: Convert nfs_attr_generation_counter into an atomic_long
by Trond Myklebust
· 16 years ago
526719b
Switch to a valid email address...
by Alan Cox
· 16 years ago
011935a
NFS: Fix a resolution problem with nfs_inode->cache_change_attribute
by Trond Myklebust
· 16 years ago
4704f0e
NFS: Fix the resolution problem with nfs_inode_attrs_need_update()
by Trond Myklebust
· 16 years ago
921615f
NFS: Changes to inode->i_nlinks must set the NFS_INO_INVALID_ATTR flag
by Trond Myklebust
· 16 years ago
03254e6
NFS: Fix attribute updates
by Trond Myklebust
· 16 years ago
691beb1
NFS: Allow concurrent inode revalidation
by Trond Myklebust
· 16 years ago
2f28ea6
NFS: Fix up nfs_setattr_update_inode()
by Trond Myklebust
· 16 years ago
076f1fc
NFS: Don't clear nfsi->cache_validity in nfs_check_inode_attributes()
by Trond Myklebust
· 16 years ago
4dc05ef
NFS: Convert __nfs_revalidate_inode() to use nfs_refresh_inode()
by Trond Myklebust
· 16 years ago
d65f557
NFS: Fix nfs_post_op_update_inode_force_wcc()
by Trond Myklebust
· 16 years ago
a10ad17
NFS: Fix the NFS attribute update
by Trond Myklebust
· 16 years ago
870a5be
NFS: Clean up nfs_refresh_inode() and nfs_post_op_update_inode()
by Trond Myklebust
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
fa6dc9d
NFS: Remove attribute update related BKL references
by Trond Myklebust
· 16 years ago
a3d0145
NFS: Remove BKL requirement from attribute updates
by Trond Myklebust
· 16 years ago
f41f741
NFS: Ensure we zap only the access and acl caches when setting new acls
by Trond Myklebust
· 16 years ago
659bfcd
NFS: Fix the ftruncate() credential problem
by Trond Myklebust
· 16 years ago
31f31db1
nfs: path_{get,put}() cleanups
by Jan Blunck
· 17 years ago
3110ff8
nfs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
b0b5397
NFS: Ensure that 'noac' and/or 'actimeo=0' turn off attribute caching
by Trond Myklebust
· 17 years ago
233607d
Merge branch 'devel'
by Trond Myklebust
· 17 years ago
66d3aac
NFS: initialize flags field in nfs_open_context
by Jeff Layton
· 17 years ago
98a8e32
SUNRPC: Add a helper rpcauth_lookup_generic_cred()
by Trond Myklebust
· 17 years ago
9446389e
Merge commit 'origin' into devel
by Trond Myklebust
· 17 years ago
c37dcd33
NFS: Fix the fsid revalidation in nfs_update_inode()
by Trond Myklebust
· 17 years ago
5746006
NFS: Add an nfsiod workqueue
by Trond Myklebust
· 17 years ago
383ba71
NFS: Fix a deadlock with lazy umount
by Trond Myklebust
· 17 years ago
75659ca
Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc
by Linus Torvalds
· 17 years ago
e6f8107
NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inode
by Trond Myklebust
· 17 years ago
99fadcd
nfs: convert NFS_*(inode) helpers to static inline
by Benny Halevy
· 17 years ago
3a10c30
nfs: obliterate NFS_FLAGS macro
by Benny Halevy
· 17 years ago
bfc69a4
NFS: define a function to update nfsi->cache_change_attribute
by Trond Myklebust
· 17 years ago
28c494c
NFS: Prevent nfs_getattr() hang during heavy write workloads
by Chuck Lever
· 17 years ago
8a8c74b
NFS: Ensure nfs_wcc_update_inode always converts file size to loff_t
by Chuck Lever
· 17 years ago
150030b
NFS: Switch from intr mount option to TASK_KILLABLE
by Matthew Wilcox
· 17 years ago
a49c3c7
NFSv4: Ensure that we wait for the CLOSE request to complete
by Trond Myklebust
· 17 years ago
Next »