Age | Commit message (Expand) | Author | Files | Lines |
2015-12-13 | sched/wait: Fix the signal handling fix | Peter Zijlstra | 4 | -7/+7 |
2015-12-13 | Merge tag 'nfs-for-4.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -5/+2 |
2015-12-12 | osd fs: __r4w_get_page rely on PageUptodate for uptodate | Hugh Dickins | 1 | -4/+1 |
2015-12-07 | SUNRPC: Fix callback channel | Trond Myklebust | 1 | -5/+2 |
2015-11-25 | nfs4: resend LAYOUTGET when there is a race that changes the seqid | Jeff Layton | 1 | -25/+31 |
2015-11-25 | nfs: if we have no valid attrs, then don't declare the attribute cache valid | Jeff Layton | 1 | -1/+5 |
2015-11-25 | nfs: ensure that attrcache is revalidated after a SETATTR | Jeff Layton | 1 | -1/+4 |
2015-11-23 | nfs4: limit callback decoding to received bytes | Benjamin Coddington | 1 | -2/+5 |
2015-11-23 | nfs4: start callback_ident at idr 1 | Benjamin Coddington | 1 | -1/+1 |
2015-11-23 | nfs: use sliding delay when LAYOUTGET gets NFS4ERR_DELAY | Jeff Layton | 1 | -1/+1 |
2015-11-23 | NFS4: Cleanup FATTR4_WORD0_FS_LOCATIONS after decoding success | Kinglong Mee | 1 | -0/+1 |
2015-11-23 | NFS: Properly set NFS v4.2 NFSDBG_FACILITY | Anna Schumaker | 1 | -1/+1 |
2015-11-23 | nfs: reduce the amount of ifdefs for v4.2 in nfs4file.c | Christoph Hellwig | 1 | -20/+7 |
2015-11-23 | nfs: use btrfs ioctl defintions for clone | Christoph Hellwig | 1 | -4/+6 |
2015-11-23 | nfs: allow intra-file CLONE | Christoph Hellwig | 1 | -5/+14 |
2015-11-23 | nfs: offer native ioctls even if CONFIG_COMPAT is set | Christoph Hellwig | 1 | -3/+0 |
2015-11-23 | nfs: pass on count for CLONE operations | Christoph Hellwig | 1 | -0/+1 |
2015-11-13 | Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -14/+20 |
2015-11-13 | xattr handlers: Pass handler to operations instead of flags | Andreas Gruenbacher | 1 | -14/+20 |
2015-11-09 | Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 23 | -197/+542 |
2015-11-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+3 |
2015-11-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 1 | -3/+3 |
2015-11-05 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -2/+2 |
2015-11-05 | Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linux | Linus Torvalds | 2 | -24/+2 |
2015-11-03 | nfs: Fix GETATTR bitmap verification | Andreas Gruenbacher | 1 | -0/+23 |
2015-11-03 | nfs: Remove unused xdr page offsets in getacl/setacl arguments | Andreas Gruenbacher | 2 | -5/+4 |
2015-11-03 | fs/nfs: remove unnecessary new_valid_dev check | Yaowei Bai | 1 | -3/+0 |
2015-11-02 | Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdma | Trond Myklebust | 1 | -32/+8 |
2015-11-02 | NFS: Enable client side NFSv4.1 backchannel to use other transports | Chuck Lever | 1 | -32/+8 |
2015-11-02 | pNFS/flexfiles: Add support for FF_FLAGS_NO_IO_THRU_MDS | Trond Myklebust | 2 | -2/+23 |
2015-11-02 | pNFS/flexfiles: When mirrored, retry failed reads by switching mirrors | Trond Myklebust | 1 | -8/+14 |
2015-10-22 | Move locks API users to locks_lock_inode_wait() | Benjamin Coddington | 2 | -24/+2 |
2015-10-21 | Merge branch 'bugfixes' | Trond Myklebust | 10 | -52/+44 |
2015-10-21 | NFSv4.1/pnfs: Retry through MDS when getting bad length of data | Kinglong Mee | 3 | -6/+22 |
2015-10-21 | nfs/blocklayout: Fix bad using of page offset in bl_read_pagelist | Kinglong Mee | 1 | -5/+2 |
2015-10-21 | NFS: Return directly if encode_sessionid fail | Kinglong Mee | 1 | -1/+3 |
2015-10-21 | NFS: Fix bad checking of max taglen in callback request | Kinglong Mee | 1 | -1/+1 |
2015-10-21 | NFS: Fix bad defines of callback response maxsize | Kinglong Mee | 1 | -8/+10 |
2015-10-21 | NFS: Use NFS4_MAX_SESSIONID_LEN directly for decode/encode sessionid | Kinglong Mee | 1 | -6/+4 |
2015-10-21 | NFS: Remove unneeded NFS_DEBUG checking before define NFSDBG_FACILITY | Kinglong Mee | 2 | -5/+1 |
2015-10-21 | NFS: Remove the left function defines in callback.h | Kinglong Mee | 1 | -6/+0 |
2015-10-21 | NFS: Remove the left global variable nfs_callback_tcpport | Kinglong Mee | 2 | -3/+0 |
2015-10-21 | NFS: Get rid of the unneeded addr stored in callback arguments | Kinglong Mee | 2 | -10/+0 |
2015-10-21 | nfsroot: make nfsroot to accept the 1024 bytes long directory name | Li RongQing | 1 | -1/+1 |
2015-10-21 | Merge branch 'nfsclone' | Trond Myklebust | 7 | -2/+334 |
2015-10-21 | KEYS: Merge the type-specific data with the payload data | David Howells | 1 | -2/+2 |
2015-10-15 | NFS: Fix an 'unused variable' complaint when #ifndef CONFIG_NFS_V4_2 | Trond Myklebust | 1 | -2/+11 |
2015-10-15 | nfs42: add NFS_IOC_CLONE_RANGE ioctl | Peng Tao | 1 | -0/+14 |
2015-10-15 | nfs42: respect clone_blksize | Peng Tao | 1 | -0/+11 |