index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-20
NFSv4.1 send layoutreturn to fence disconnected data server
Andy Adamson
2
-0
/
+3
2012-05-20
NFSv4.1 wake up all tasks on un-connected DS slot table waitq
Andy Adamson
1
-0
/
+2
2012-05-20
NFSv4.1 Check invalid deviceid upon slot table waitq wakeup
Andy Adamson
1
-0
/
+20
2012-05-20
NFSv4.1 remove nfs4_reset_write and nfs4_reset_read
Andy Adamson
2
-37
/
+0
2012-05-20
NFSv4.1: mark deviceid invalid on filelayout DS connection errors
Andy Adamson
4
-35
/
+108
2012-05-20
NFSv4.1 data server timeo and retrans module parameters
Andy Adamson
4
-11
/
+30
2012-05-20
NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC calls
Andy Adamson
4
-16
/
+19
2012-05-20
NFSv4.1 cleanup filelayout invalid layout handling
Andy Adamson
1
-22
/
+6
2012-05-20
NFSv4.1: cleanup filelayout invalid deviceid handling
Andy Adamson
3
-40
/
+28
2012-05-20
Fixed goto readability in nfs_update_inode.
Matthew Treinish
1
-17
/
+16
2012-05-16
NFS: fix unsigned comparison in nfs4_create_sec_client
Benny Halevy
1
-1
/
+1
2012-05-16
NFS: Fix a compile issue when CONFIG_NFS_FSCACHE was undefined
Trond Myklebust
2
-6
/
+8
2012-05-15
NFS: kmalloc() doesn't return an ERR_PTR()
Dan Carpenter
1
-7
/
+3
2012-05-15
NFS: Turn v3 on by default
Bryan Schumaker
1
-0
/
+1
2012-05-15
NFS: Make v2 configurable
Bryan Schumaker
3
-4
/
+27
2012-05-15
NFS: Create an NFS v3 stat_to_errno()
Bryan Schumaker
3
-20
/
+87
2012-05-15
NFS: Pass mntfh as part of the nfs_mount_info structure
Bryan Schumaker
1
-76
/
+31
2012-05-15
NFS: Allocate parsed mount data directly to the nfs_mount_info structure
Bryan Schumaker
1
-9
/
+7
2012-05-15
NFS: Create a single nfs_validate_mount_data() function
Bryan Schumaker
1
-6
/
+30
2012-05-15
NFS: Create a single function for text mount data
Bryan Schumaker
2
-81
/
+71
2012-05-15
NFS: Create a new nfs_try_mount()
Bryan Schumaker
1
-19
/
+27
2012-05-15
NFS: Let mount data parsing set the NFS version
Bryan Schumaker
1
-4
/
+3
2012-05-15
NFS: Use nfs_fs_mount_common() for remote referral mounts
Bryan Schumaker
1
-76
/
+13
2012-05-15
NFS: Use nfs_fs_mount_common() for xdev mounts
Bryan Schumaker
1
-67
/
+29
2012-05-15
NFS: Create a common xdev_mount() function
Bryan Schumaker
1
-90
/
+32
2012-05-15
NFS: Create a common fs_mount() function
Bryan Schumaker
1
-109
/
+76
2012-05-15
NFS: Remove NFS4_MOUNT_UNSHARED
Bryan Schumaker
1
-3
/
+3
2012-05-15
NFS: Don't pass mount data to nfs_fscache_get_super_cookie()
Bryan Schumaker
3
-21
/
+29
2012-05-15
NFS: Create a single nfs_get_root()
Bryan Schumaker
3
-87
/
+30
2012-05-15
NFS: Rename nfs4_proc_get_root()
Bryan Schumaker
3
-4
/
+5
2012-05-11
vfs: make it possible to access the dentry hash/len as one 64-bit entry
Linus Torvalds
4
-10
/
+4
2012-05-09
NFS: Clean up - Simplify reference counting in fs/nfs/direct.c
Trond Myklebust
1
-11
/
+4
2012-05-09
NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_release
Trond Myklebust
3
-16
/
+17
2012-05-09
NFS: Clean up - simplify nfs_lock_request()
Trond Myklebust
2
-5
/
+7
2012-05-09
NFS: nfs_set_page_writeback no longer needs to reference the page
Trond Myklebust
1
-8
/
+3
2012-05-09
NFS: Prevent a deadlock in the new writeback code
Trond Myklebust
2
-4
/
+14
2012-05-08
NFSv4: nfs_client_return_marked_delegations can't flush data
Trond Myklebust
1
-3
/
+7
2012-05-08
NFS: nfs_inode_return_delegation() should always flush dirty data
Trond Myklebust
2
-1
/
+6
2012-05-08
NFS: Don't do a full flush to disk on close() if we hold a delegation
Trond Myklebust
1
-0
/
+7
2012-05-06
vfs: Rename end_writeback() to clear_inode()
Jan Kara
1
-2
/
+2
2012-05-04
NFS: Fix sparse warnings
Trond Myklebust
3
-3
/
+3
2012-05-04
NFS: Fix O_DIRECT compile warnings
Trond Myklebust
1
-4
/
+4
2012-05-02
NFS: Adapt readdirplus to application usage patterns
Trond Myklebust
2
-4
/
+31
2012-05-01
NFSv4: COMMIT does not need post-op attributes
Trond Myklebust
2
-16
/
+2
2012-05-01
NFSv4: Don't request cache consistency attributes on some writes
Trond Myklebust
1
-2
/
+17
2012-05-01
NFSv4: Simplify the NFSv4 REMOVE, LINK and RENAME compounds
Trond Myklebust
2
-64
/
+7
2012-05-01
NFSv4: Simplify the NFSv4 CREATE compound
Trond Myklebust
2
-22
/
+1
2012-05-01
NFSv4: Simplify the NFSv4 OPEN compound
Trond Myklebust
2
-27
/
+2
2012-05-01
NFS: Simplify the cache invalidation code
Trond Myklebust
1
-26
/
+3
2012-05-01
NFSv2/v3: Simulate the change attribute
Trond Myklebust
4
-1
/
+18
[prev]
[next]