Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
25c94d010a8ae8605dc4d5453e0c82fa97da5d12
/
fs
/
nfs
fb2e405
fix fs/nfs/nfsroot.c compilation
by Adrian Bunk
· 16 years ago
cadc723
Merge branch 'bkl-removal' into next
by Trond Myklebust
· 16 years ago
e89e896
Merge branch 'devel' into next
by Trond Myklebust
· 16 years ago
f839c4c
NFSv4: Remove BKL from the nfsv4 state recovery
by Trond Myklebust
· 16 years ago
c3cc8c0
NFS: Remove BKL from the readdir code
by Trond Myklebust
· 16 years ago
7656699
NFS: Remove BKL from the symlink code
by Trond Myklebust
· 16 years ago
52e2e8d
NFS: Remove BKL from the sillydelete operations
by Trond Myklebust
· 16 years ago
bd9bb45
NFS: Remove the BKL from the rename, rmdir and unlink operations
by Trond Myklebust
· 16 years ago
fc0f684
NFS: Remove BKL from NFS lookup code
by Trond Myklebust
· 16 years ago
fc81af5
NFS: Remove the BKL from nfs_link()
by Trond Myklebust
· 16 years ago
f1e2eda
NFS: Remove the BKL from the inode creation operations
by Trond Myklebust
· 16 years ago
bba67e0
NFS: Remove BKL usage from open()
by Trond Myklebust
· 16 years ago
b6a2e56
NFS: Remove BKL usage from the write path
by Trond Myklebust
· 16 years ago
4d80f2e
NFS: Remove the BKL from the permission checking code
by Trond Myklebust
· 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
1b83d70
NFS: Protect inode->i_nlink updates using inode->i_lock
by Trond Myklebust
· 16 years ago
2fceef3
Merge commit 'v2.6.26' into bkl-removal
by Jonathan Corbet
· 16 years ago
f45663c
NFS: Allow either strict or sloppy mount option parsing
by Chuck Lever
· 16 years ago
6738b25
NFS4: Set security flavor default for NFSv4 mounts like other defaults
by Chuck Lever
· 16 years ago
dd07c94
NFS: Set security flavor default for NFSv2/3 mounts like other defaults
by Chuck Lever
· 16 years ago
01060c8
NFS: Refactor logic for parsing NFS security flavor mount options
by Chuck Lever
· 16 years ago
0e0cab7
NFS: use documenting macro constants for initializing ac{reg, dir}{min, max}
by Chuck Lever
· 16 years ago
ed596a8
NFS: Move the nfs_set_port() call out of nfs_parse_mount_options()
by Chuck Lever
· 16 years ago
259875e
NFS: set transport defaults after mount option parsing is finished
by Trond Myklebust
· 16 years ago
5afc597
nfs4: fix potential race with rapid nfs_callback_up/down cycle
by Jeff Layton
· 16 years ago
ee84dfc
nfs4: remove BKL from nfs_callback_up and nfs_callback_down
by Jeff Layton
· 16 years ago
77e0367
nfs: initialize timeout variable in nfs4_proc_setclientid_confirm
by Benny Halevy
· 16 years ago
d8e7748
NFS: handle interface identifiers in incoming IPv6 addresses
by Chuck Lever
· 16 years ago
ce3b7e1
NFS: Add string length argument to nfs_parse_server_address
by Chuck Lever
· 16 years ago
d1aa082
NFS: Support raw IPv6 address hostnames during NFS mount operation
by Chuck Lever
· 16 years ago
dc04589
NFS: Use common device name parsing logic for NFSv4 and NFSv2/v3
by Chuck Lever
· 16 years ago
cd10072
NFS: Fix a dependency on CONFIG_NFS_V4 in nfs_remount
by Trond Myklebust
· 16 years ago
e468bae
NFS: Allow redirtying of a completed unstable write.
by Trond Myklebust
· 16 years ago
e7d3906
NFS: Clean up nfs_update_request()
by Trond Myklebust
· 16 years ago
396cee97
NFS: missing newline in NFS mount debugging message
by Chuck Lever
· 16 years ago
d33e4df
NFS: Treat "intr" and "nointr" options as deprecated
by Chuck Lever
· 16 years ago
ecbb384
NFS: Allow any value for the "retry" option
by Chuck Lever
· 16 years ago
f41f741
NFS: Ensure we zap only the access and acl caches when setting new acls
by Trond Myklebust
· 16 years ago
2e96d28
NFS: Fix a warning in nfs4_async_handle_error
by Trond Myklebust
· 16 years ago
34e8f92
NFS: Move fs/nfs/iostat.h to include/linux
by Chuck Lever
· 16 years ago
46cb650
NFS: Remove the redundant file_open entry from struct nfs_rpc_ops
by Trond Myklebust
· 16 years ago
659bfcd
NFS: Fix the ftruncate() credential problem
by Trond Myklebust
· 16 years ago
48b605f
NFS: implement option checking when remounting NFS filesystems (resend)
by Jeff Layton
· 16 years ago
c2d946e5
fs/nfs/nfsroot.c: remove CVS keyword
by Adrian Bunk
· 16 years ago
48186c7
NFS: Fix trace debugging nits in write.c
by Chuck Lever
· 16 years ago
6da24bc
NFS: Use NFSDBG_FILE for all fops
by Chuck Lever
· 16 years ago
b7eaefa
NFS: Add debugging facility for NFS aops
by Chuck Lever
· 16 years ago
cc0dd2d
NFS: Make nfs_open methods consistent
by Chuck Lever
· 16 years ago
b84e06c
NFS: Make nfs_llseek methods consistent
by Chuck Lever
· 16 years ago
5491778
NFS: Make nfs_fsync methods consistent
by Chuck Lever
· 16 years ago
b541838
NFS: do_setlk(): don't flush caches when we have a delegation
by Trond Myklebust
· 16 years ago
7e5f614
NFS: Revert commit 44dd151d
by Trond Myklebust
· 16 years ago
efc91ed
NFS: Optimise append writes with holes
by Trond Myklebust
· 16 years ago
2116271
NFS: Add correct bounds checking to NFSv2 locks
by Trond Myklebust
· 16 years ago
f3d47a3
NFS: Fix a preemption count leak in nfs_update_request
by Trond Myklebust
· 16 years ago
0b4aae7
NFS: Reduce the stack usage in NFSv3 create operations
by Trond Myklebust
· 16 years ago
57dc9a5
NFS: Reduce the stack usage in NFSv4 create operations
by Trond Myklebust
· 16 years ago
2aac05a
NFS: Fix readdir cache invalidation
by Trond Myklebust
· 16 years ago
9465efc
Remove BKL from remote_llseek v2
by Andi Kleen
· 16 years ago
03fa9e8
NFS: nfs_updatepage(): don't mark page as dirty if an error occurred
by Trond Myklebust
· 16 years ago
b7e2445
NFS: Fix filehandle size comparisons in the mount code
by Trond Myklebust
· 16 years ago
33852a1
NFS: Reduce the NFS mount code stack usage.
by Trond Myklebust
· 16 years ago
1d2e88e
nfs: make nfs4_drop_state_owner() static
by Adrian Bunk
· 17 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
46c8ac7
nfs/lsm: make NFSv4 set LSM mount options
by Eric Paris
· 17 years ago
3a6258e
NFSv4: Check the return value of decode_compound_hdr_arg()
by Trond Myklebust
· 17 years ago
38def50
nfs: fix race in nfs_dirty_request
by Fred Isaman
· 17 years ago
b0b5397
NFS: Ensure that 'noac' and/or 'actimeo=0' turn off attribute caching
by Trond Myklebust
· 17 years ago
fa79975
mm: bdi: expose the BDI object in sysfs for NFS
by Miklos Szeredi
· 17 years ago
34b3723
nfs: use proc_create to setup de->proc_fops
by Denis V. Lunev
· 17 years ago
36a5aeb
proc: remove proc_root_fs
by Alexey Dobriyan
· 17 years ago
42faad9
[PATCH] restore sane ->umount_begin() API
by Al Viro
· 17 years ago
563307b
Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 17 years ago
233607d
Merge branch 'devel'
by Trond Myklebust
· 17 years ago
06e02d6
NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2)
by Jeff Layton
· 17 years ago
e1ba1ab
nfsd: fix comment
by J. Bruce Fields
· 17 years ago
a277e33
NFS: convert nfs4 callback thread to kthread API
by Jeff Layton
· 17 years ago
065f30e
nfs: remove unnecessary NFS_NEED_* defines
by J. Bruce Fields
· 17 years ago
a3dab29
make nfs_automount_list static
by Adrian Bunk
· 17 years ago
daa7da5
NFS: remove duplicate flags assignment from nfs_validate_mount_data
by Jeff Layton
· 17 years ago
63649bd
NFS - fix potential NULL pointer dereference v2
by Cyrill Gorcunov
· 17 years ago
a2b2bb8
NFSv4: Attempt to use machine credentials in SETCLIENTID calls
by Trond Myklebust
· 17 years ago
7c67db3
NFSv4: Reintroduce machine creds
by Trond Myklebust
· 17 years ago
78ea323
NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()
by Trond Myklebust
· 17 years ago
4410924
nfs: fix printout of multiword bitfields
by Fred Isaman
· 17 years ago
856dff3
nfs: return negative error value from nfs{,4}_stat_to_errno
by Benny Halevy
· 17 years ago
c4d7c40
NFS: Remove the buggy lock-if-signalled case from do_setlk()
by Trond Myklebust
· 17 years ago
536ff0f
NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlck
by Trond Myklebust
· 17 years ago
c1d5193
NFSv4: Only increment the sequence id if the server saw it
by Trond Myklebust
· 17 years ago
35d0577
NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired()
by Trond Myklebust
· 17 years ago
dbae4c7
NFS: Ensure that rpc_run_task() errors are propagated back to the caller
by Trond Myklebust
· 17 years ago
c9d8f89
NFS: Ensure that the write code cleans up properly when rpc_run_task() fails
by Trond Myklebust
· 17 years ago
fdd1e74
NFS: Ensure that the read code cleans up properly when rpc_run_task() fails
by Trond Myklebust
· 17 years ago
73e3302
NFS: Fix nfs_wb_page() to always exit with an error or a clean page
by Trond Myklebust
· 17 years ago
2c463e9
[PATCH] r/o bind mounts: check mnt instead of superblock directly
by Dave Hansen
· 17 years ago
240ee83
fix bug - executing FDPIC ELF on NFS mount triggers BUG() at mm/nommu.c:862:/do_mmap_private()
by Bryan Wu
· 17 years ago
66d3aac
NFS: initialize flags field in nfs_open_context
by Jeff Layton
· 17 years ago
c35038b
[PATCH] do shrink_submounts() for all fs types
by Al Viro
· 17 years ago
Next »