index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
jfs
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-04-23
nfs: Remove unneeded casts in nfs
Firo Yang
1
-1
/
+1
2015-04-23
NFS: Don't attempt to decode missing directory entries
Benjamin Coddington
1
-0
/
+4
2015-04-23
Revert "nfs: replace nfs_add_stats with nfs_inc_stats when add one"
Nicolas Iooss
2
-2
/
+2
2015-04-23
NFS: Rename idmap.c to nfs4idmap.c
Anna Schumaker
2
-1
/
+1
2015-04-23
NFS: Move nfs_idmap.h into fs/nfs/
Anna Schumaker
10
-10
/
+10
2015-04-23
NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.h
Anna Schumaker
3
-13
/
+0
2015-04-23
NFS: Add a stub for GETDEVICELIST
Anna Schumaker
1
-0
/
+6
2015-04-23
nfs: remove WARN_ON_ONCE from nfs_direct_good_bytes
Peng Tao
1
-2
/
+0
2015-04-23
nfs: fix DIO good bytes calculation
Peng Tao
1
-12
/
+17
2015-04-23
nfs: Fetch MOUNTED_ON_FILEID when updating an inode
Anna Schumaker
2
-2
/
+16
2015-04-23
sunrpc: make debugfs file creation failure non-fatal
Jeff Layton
5
-47
/
+41
2015-04-23
nfs: fix high load average due to callback thread sleeping
Jeff Layton
1
-3
/
+3
2015-04-23
NFS: Reduce time spent holding the i_mutex during fallocate()
Anna Schumaker
2
-7
/
+10
2015-04-23
NFS: Don't zap caches on fallocate()
Anna Schumaker
5
-10
/
+39
2015-03-31
xprtrdma: Make rpcrdma_{un}map_one() into inline functions
Chuck Lever
5
-46
/
+73
2015-03-31
xprtrdma: Handle non-SEND completions via a callout
Chuck Lever
3
-10
/
+28
2015-03-31
xprtrdma: Add "open" memreg op
Chuck Lever
5
-46
/
+70
2015-03-31
xprtrdma: Add "destroy MRs" memreg op
Chuck Lever
5
-51
/
+40
2015-03-31
xprtrdma: Add "reset MRs" memreg op
Chuck Lever
5
-101
/
+83
2015-03-31
xprtrdma: Add "init MRs" memreg op
Chuck Lever
5
-101
/
+119
2015-03-31
xprtrdma: Add a "deregister_external" op for each memreg mode
Chuck Lever
7
-90
/
+84
2015-03-31
xprtrdma: Add a "register_external" op for each memreg mode
Chuck Lever
6
-169
/
+160
2015-03-31
xprtrdma: Add a "max_payload" op for each memreg mode
Chuck Lever
6
-36
/
+59
2015-03-31
xprtrdma: Add vector of ops for each memory registration strategy
Chuck Lever
6
-5
/
+89
2015-03-31
xprtrdma: Prevent infinite loop in rpcrdma_ep_create()
Chuck Lever
1
-2
/
+3
2015-03-31
xprtrdma: Byte-align FRWR registration
Chuck Lever
1
-8
/
+4
2015-03-31
xprtrdma: Perform a full marshal on retransmit
Chuck Lever
3
-52
/
+34
2015-03-31
xprtrdma: Display IPv6 addresses and port numbers correctly
Chuck Lever
2
-21
/
+47
2015-03-31
SUNRPC: Introduce missing well-known netids
Chuck Lever
2
-6
/
+7
2015-03-30
Linux 4.0-rc6
v4.0-rc6
Linus Torvalds
1
-1
/
+1
2015-03-29
arm64: juno: Fix misleading name of UART reference clock
Dave Martin
1
-1
/
+1
2015-03-27
NFS: Block new writes while syncing data in nfs_getattr()
Trond Myklebust
1
-0
/
+2
2015-03-27
NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS
Trond Myklebust
9
-8
/
+47
2015-03-27
NFSv4.1/pnfs: Ensure we send layoutcommit before return-on-close
Trond Myklebust
1
-1
/
+4
2015-03-27
NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECT
Trond Myklebust
3
-0
/
+3
2015-03-27
NFSv4: Truncating file opens should also sync O_DIRECT writes
Trond Myklebust
3
-2
/
+4
2015-03-27
NFS: File unlock needs to be a metadata synchronisation point
Trond Myklebust
1
-1
/
+1
2015-03-27
NFS: Add a helper to sync both O_DIRECT and buffered writes
Trond Myklebust
1
-6
/
+9
2015-03-27
NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit()
Trond Myklebust
4
-42
/
+14
2015-03-27
NFSv4.1/pnfs: Fix setting of layoutcommit last write byte
Trond Myklebust
1
-9
/
+8
2015-03-27
NFSv4: Return the delegation before returning the layout in evict_inode()
Trond Myklebust
1
-2
/
+3
2015-03-27
NFSv4: Allow tracing of NFSv4 fsync calls
Trond Myklebust
2
-0
/
+8
2015-03-27
NFS: Fix free_deveiceid -> free_deviceid
Trond Myklebust
2
-4
/
+4
2015-03-27
NFSv4.1: Don't cache deviceids that have no notifications
Trond Myklebust
3
-0
/
+13
2015-03-27
NFSv4.1: Allow getdeviceinfo to return notification info back to caller
Trond Myklebust
3
-9
/
+12
2015-03-27
NFSv4.1: Cleanup - don't opencode nfs4_put_deviceid_node()
Trond Myklebust
1
-4
/
+2
2015-03-27
NFSv4.1: Convert pNFS deviceid to use kfree_rcu()
Trond Myklebust
6
-8
/
+7
2015-03-27
NFSv4: Return delegations synchronously in evict_inode
Trond Myklebust
1
-1
/
+1
2015-03-27
SUNRPC: Fix a regression when reconnecting
Trond Myklebust
1
-10
/
+12
2015-03-27
watchdog: imgpdc: Fix default heartbeat
James Hogan
1
-3
/
+3
[next]