Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1ffab3d4139533eff6e27b7568825307e575faa6
/
fs
/
nfs
/
inode.c
eed9935
NFS: Ensure that we always drop inodes that have been marked as stale
by Trond Myklebust
· 12 years ago
f48407d
NFS: Remove BUG_ON()s in the fs/nfs/inode.c
by Trond Myklebust
· 12 years ago
324d003
NFS: add nfs_sb_deactive_async to avoid deadlock
by Weston Andros Adamson
· 12 years ago
df632d3
Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
8c0a853
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
by Kirill A. Shutemov
· 12 years ago
2a36915
NFS: Clean up helper function nfs4_select_rw_stateid()
by Trond Myklebust
· 12 years ago
b3c54de
NFS: Convert nfs_get_lock_context to return an ERR_PTR on failure
by Trond Myklebust
· 12 years ago
c3f52af
NFS: Fix the initialisation of the readdir 'cookieverf' array
by Trond Myklebust
· 12 years ago
ac694db
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
29418aa
nfs: disable data cache revalidation for swapfiles
by Mel Gorman
· 12 years ago
89d77c8
NFS: Convert v4 into a module
by Bryan Schumaker
· 12 years ago
1c606fb
NFS: Convert v3 into a module
by Bryan Schumaker
· 12 years ago
ddda8e0
NFS: Convert v2 into a module
by Bryan Schumaker
· 12 years ago
19d87ca
NFS: Split out remaining NFS v4 inode functions
by Bryan Schumaker
· 12 years ago
ab7017a
NFS: Add version registering framework
by Bryan Schumaker
· 12 years ago
129d197
NFS: Create an init_nfs_v4() function
by Bryan Schumaker
· 12 years ago
57ec14c
NFS: Create a return_delegation rpc op
by Bryan Schumaker
· 12 years ago
011e2a7
NFS: Create a have_delegation rpc_op
by Bryan Schumaker
· 12 years ago
1a0de48
NFS: Initialise commit_info.rpc_out when !defined(CONFIG_NFS_V4)
by Trond Myklebust
· 12 years ago
1d59d61
NFS: Ensure that setattr and getattr wait for O_DIRECT write completion
by Trond Myklebust
· 12 years ago
53f2c4a
Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
2701d08
NFSv4.1 add nfs_inode book keeping for mdsthreshold
by Andy Adamson
· 12 years ago
82be417
NFSv4.1 cache mdsthreshold values on OPEN
by Andy Adamson
· 12 years ago
e73e6c9
Fixed goto readability in nfs_update_inode.
by Matthew Treinish
· 13 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
d69ee9b
NFS: Adapt readdirplus to application usage patterns
by Trond Myklebust
· 13 years ago
fee7fe1
NFS: Simplify the cache invalidation code
by Trond Myklebust
· 13 years ago
6a4506c
NFS: Change attribute updates should set NFS_INO_REVAL_PAGECACHE
by Trond Myklebust
· 13 years ago
4124bbc
NFS: Simplify nfs_fhget()
by Trond Myklebust
· 13 years ago
01da47b
NFS: Optimise away nfs_check_inode_attributes() when holding a delegation
by Trond Myklebust
· 13 years ago
b4b1ead
NFS: Don't force page cache revalidations when holding a delegation
by Trond Myklebust
· 13 years ago
ea2cf22
NFS: create struct nfs_commit_info
by Fred Isaman
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
e27d359
SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUG
by Trond Myklebust
· 13 years ago
d6d6dc7
NFS: remove nfs_inode radix tree
by Fred Isaman
· 13 years ago
4f1abd2
NFS: add fh_crc to debug output
by Weston Andros Adamson
· 13 years ago
d8e0539
NFS: add filehandle crc for debug display
by Weston Andros Adamson
· 13 years ago
fa68a1b
NFS: Fix a typo in _nfs_display_fhandle
by Trond Myklebust
· 13 years ago
20d27e9
NFS: Add a client-side function to display NFS file handles
by Chuck Lever
· 13 years ago
28cd1b3
NFS: make cb_ident_idr per net ns
by Stanislav Kinsbursky
· 13 years ago
6b13168
NFS: make nfs_client_list per net ns
by Stanislav Kinsbursky
· 13 years ago
a030889
NFS: start printks w/ NFS: even if __func__ shown
by Weston Andros Adamson
· 13 years ago
ec7652a
SUNRPC: register RPC stats /proc entries in passed network namespace context
by Stanislav Kinsbursky
· 13 years ago
536e43d
NFS: Optimise away unnecessary setattrs for open(O_TRUNC);
by Trond Myklebust
· 13 years ago
9e2e74d
NFS: blocklayout pipe creation per network namespace context introduced
by Stanislav Kinsbursky
· 13 years ago
1b340d0
NFS: DNS resolver cache per network namespace context introduced
by Stanislav Kinsbursky
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
57eccf1
Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 13 years ago
eb59c50
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
6926afd
NFSv4: Save the owner/group name string when doing open
by Trond Myklebust
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
5ede7b1
pull manipulations of rpc_cred inside alloc_nfs_open_context()
by Al Viro
· 13 years ago
d310310
Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezer
by Jeff Layton
· 13 years ago
1788ea6
nfs: when attempting to open a directory, fall back on normal lookup (try #5)
by Jeff Layton
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
6d6b77f
filesystems: add missing nlink wrappers
by Miklos Szeredi
· 13 years ago
a9a4a87
NFS: Use the inode->i_version to cache NFSv4 change attribute information
by Trond Myklebust
· 13 years ago
3d4ff43
nfs_open_context doesn't need struct path either
by Al Viro
· 13 years ago
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
Next »