index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
NFS41/flexfiles: update inode after write finishes
Peng Tao
2015-08-19
1
-0
/
+3
|
*
|
NFS41: make sure sending LAYOUTRETURN before close if marked so
Peng Tao
2015-08-19
1
-23
/
+28
|
*
|
Revert "NFSv4: Remove incorrect check in can_open_delegated()"
Trond Myklebust
2015-08-19
1
-0
/
+2
|
*
|
NFSv4.1/pnfs: Play safe w.r.t. close() races when return-on-close is set
Trond Myklebust
2015-08-18
1
-5
/
+5
|
*
|
NFSv4.1/pnfs: Fix a close/delegreturn hang when return-on-close is set
Trond Myklebust
2015-08-18
3
-35
/
+8
|
*
|
NFS: Don't fsync twice for O_SYNC/IS_SYNC files
Trond Myklebust
2015-08-17
1
-5
/
+3
|
*
|
NFS: Don't let the ctime override attribute barriers.
Trond Myklebust
2015-08-17
1
-8
/
+0
|
*
|
Merge branch 'layoutfixes'
Trond Myklebust
2015-08-17
2
-48
/
+44
|
|
\
\
|
|
*
|
NFSv4.1/pnfs: Remove redundant wakeup in pnfs_send_layoutreturn()
Trond Myklebust
2015-08-12
1
-1
/
+0
|
|
*
|
NFSv4.1/pnfs: Remove redundant check in pnfs_layoutgets_blocked()
Trond Myklebust
2015-08-12
1
-21
/
+5
|
|
*
|
NFSv4.1/pnfs: Remove redundant lo->plh_block_lgets in layoutreturn
Trond Myklebust
2015-08-12
1
-2
/
+0
|
|
*
|
NFSv4.1/pnfs: Don't prevent layoutgets when doing return-on-close
Trond Myklebust
2015-08-12
1
-2
/
+4
|
|
*
|
NFSv4.1/pnfs: Fix serialisation of layout return and layoutget
Trond Myklebust
2015-08-12
1
-2
/
+3
|
|
*
|
NFSv4.1/pnfs: Remove redundant checks in pnfs_layoutgets_blocked()
Trond Myklebust
2015-08-12
1
-6
/
+4
|
|
*
|
pNFS: Tighten up locking around DS commit buckets
Trond Myklebust
2015-08-12
1
-18
/
+32
|
*
|
|
Merge branch 'bugfixes'
Trond Myklebust
2015-08-17
2
-16
/
+21
|
|
\
\
\
|
|
*
|
|
NFSv4.1/pNFS: Fix borken function _same_data_server_addrs_locked()
Trond Myklebust
2015-08-17
1
-14
/
+19
|
|
*
|
|
NFS: nfs_set_pgio_error sometimes misses errors
Trond Myklebust
2015-08-17
1
-2
/
+2
|
*
|
|
|
Merge tag 'nfs-rdma-for-4.3' of git://git.linux-nfs.org/projects/anna/nfs-rdma
Trond Myklebust
2015-08-17
2
-1
/
+4
|
|
\
\
\
\
|
|
*
|
|
|
xprtrdma: Fix large NFS SYMLINK calls
Chuck Lever
2015-08-05
2
-1
/
+4
|
*
|
|
|
|
NFS: Remove nfs_release()
Anna Schumaker
2015-08-17
2
-8
/
+3
|
*
|
|
|
|
NFS: Rename nfs_commit_unstable_pages() to nfs_write_inode()
Anna Schumaker
2015-08-17
1
-6
/
+1
|
*
|
|
|
|
NFS: Remove nfs41_server_notify_{target|highest}_slotid_update()
Anna Schumaker
2015-08-17
4
-16
/
+4
|
*
|
|
|
|
NFS: Combine nfs_idmap_{init|quit}() and nfs_idmap_{init|quit}_keyring()
Anna Schumaker
2015-08-17
1
-12
/
+2
|
*
|
|
|
|
NFS: Use RPC functions for matching sockaddrs
Anna Schumaker
2015-08-17
3
-119
/
+3
|
*
|
|
|
|
NFS: Rename nfs_readdir_free_pagearray() and nfs_readdir_large_page()
Anna Schumaker
2015-08-17
1
-5
/
+5
|
*
|
|
|
|
NFS: Remove unused variable "pages_ptr"
Anna Schumaker
2015-08-17
1
-10
/
+2
|
*
|
|
|
|
nfs: remove some dead code in ff_layout_pg_get_mirror_count_write
Jeff Layton
2015-08-17
1
-2
/
+0
|
*
|
|
|
|
pnfs: move common blocklayout XDR defintions to nfs4.h
Christoph Hellwig
2015-08-17
4
-35
/
+3
|
*
|
|
|
|
pnfs/blocklayout: pass proper file mode to blkdev_get/put
Christoph Hellwig
2015-08-17
1
-2
/
+2
|
*
|
|
|
|
pnfs/blocklayout: reject too long signatures
Christoph Hellwig
2015-08-17
1
-0
/
+5
|
*
|
|
|
|
pnfs/blocklayout: set up layoutupdate_pages properly
Christoph Hellwig
2015-08-17
1
-5
/
+2
|
*
|
|
|
|
pnfs/blocklayout: calculate layoutupdate size correctly
Christoph Hellwig
2015-08-17
1
-3
/
+9
|
*
|
|
|
|
NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 client
Kinglong Mee
2015-08-17
1
-0
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
NFS: Remove duplicate svc_xprt_put from nfs41_callback_up
Kinglong Mee
2015-08-12
1
-4
/
+0
|
*
|
|
|
NFS: Error out when register_shrinker fail in register_nfs_fs
Kinglong Mee
2015-08-12
1
-2
/
+5
|
|
|
/
/
|
|
/
|
|
|
*
|
|
NFSv4: don't set SETATTR for O_RDONLY|O_EXCL
NeilBrown
2015-08-12
1
-1
/
+1
|
*
|
|
NFSv4.2/pnfs: Use GFP_NOIO for layoutstat reporting in the writeback path
Trond Myklebust
2015-08-12
3
-6
/
+8
|
*
|
|
pnfs/flexfiles: LAYOUTSTATS ii_count should be ops instead of bytes
Peng Tao
2015-08-12
1
-3
/
+2
|
*
|
|
NFSv4.1/pnfs: Fix atomicity of commit list updates
Trond Myklebust
2015-08-10
3
-12
/
+37
|
|
/
/
*
|
|
Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-09-07
55
-478
/
+861
|
\
\
\
|
*
\
\
Merge branch 'xfs-misc-fixes-for-4.3-4' into for-next
Dave Chinner
2015-09-01
4
-5
/
+9
|
|
\
\
\
|
|
*
|
|
xfs: fix error gotos in xfs_setattr_nonsize
Eric Sandeen
2015-08-28
1
-4
/
+4
|
|
*
|
|
xfs: add mssing inode cache attempts counter increment
Lucas Stach
2015-08-28
1
-0
/
+2
|
|
*
|
|
xfs: return errors from partial I/O failures to files
David Jeffery
2015-08-28
1
-1
/
+2
|
|
*
|
|
libxfs: bad magic number should set da block buffer error
Darrick J. Wong
2015-08-28
1
-0
/
+1
|
*
|
|
|
Merge branch 'xfs-misc-fixes-for-4.3-3' into for-next
Dave Chinner
2015-08-25
7
-24
/
+34
|
|
\
\
\
\
|
|
*
|
|
|
xfs: fix non-debug build warnings
Dave Chinner
2015-08-25
3
-11
/
+15
|
|
*
|
|
|
xfs: collapse allocsize and biosize mount option handling
Eric Sandeen
2015-08-25
1
-10
/
+2
|
|
*
|
|
|
xfs: Fix file type directory corruption for btree directories
Jan Kara
2015-08-25
1
-1
/
+9
[prev]
[next]