summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| * nfs: have flexfiles mirror keep creds for both ro and rw layoutsJeff Layton2016-05-093-10/+30
| * nfs: get a reference to the credential in ff_layout_alloc_lsegJeff Layton2016-05-093-54/+36Star
| * nfs: have ff_layout_get_ds_cred take a reference to the credJeff Layton2016-05-092-10/+35
| * nfs: don't call nfs4_ff_layout_prepare_ds from ff_layout_get_ds_credJeff Layton2016-05-091-5/+1Star
| * NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lockDave Wysochanski2016-05-095-33/+33
| * nfs: add debug to directio "good_bytes" countingWeston Andros Adamson2016-05-091-2/+5
| * pnfs: set NFS_IOHDR_REDO in pnfs_read_resend_pnfsWeston Andros Adamson2016-05-092-7/+9
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-191-1/+1
|\ \
| * | KEYS: Add a facility to restrict new links into a keyringDavid Howells2016-04-111-1/+1
* | | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-182-12/+11Star
|\ \ \
| * | | fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-021-1/+3
| * | | fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-021-1/+1
| * | | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-022-11/+8Star
| | |/ | |/|
* | | nfs: per-name sillyunlink exclusionAl Viro2016-05-095-154/+56Star
* | | nfs: switch to ->iterate_shared()Al Viro2016-05-031-28/+43
* | | nfs: missing wakeup in nfs_unblock_sillyrename()Al Viro2016-05-031-0/+1
* | | Merge getxattr prototype change into work.lookupsAl Viro2016-05-033-9/+48
|\ \ \ | |/ / |/| |
| * | xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-111-6/+6
| * | don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
| * | posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-2/+41
| |/
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-083-6/+6
|\ \
| * | nfs: use file_dentry()Miklos Szeredi2016-03-263-6/+6
* | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-0413-55/+55
| |/ |/|
* | Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-03-255-25/+238
|\ \
| * | nfs/blocklayout: add SCSI layout supportChristoph Hellwig2016-03-185-25/+238
* | | Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-03-2213-106/+187
|\ \ \ | |_|/ |/| |
| * | nfs/blocklayout: make sure making a aligned read requestKinglong Mee2016-03-211-6/+7
| * | nfs4: nfs4_ff_layout_prepare_ds should return NULL if connection failedJeff Layton2016-03-161-0/+2
| * | nfs: remove nfs_inode_dio_waitChristoph Hellwig2016-03-163-7/+3Star
| * | nfs: remove nfs4_file_fsyncChristoph Hellwig2016-03-163-36/+7Star
| * | Merge branch 'multipath'Trond Myklebust2016-02-222-6/+71
| |\ \
| | * | NFS add callback_ops to nfs4_proc_bind_conn_to_session_callbackAndy Adamson2016-02-061-0/+10
| | * | pnfs/NFSv4.1: Add multipath capabilities to pNFS flexfiles servers over NFSv3Trond Myklebust2016-02-061-3/+13
| | * | NFSv4.1: nfs4_proc_bind_conn_to_session must iterate over all connectionsTrond Myklebust2016-02-061-3/+48
| * | | Merge branch 'nfsv41_cb'Trond Myklebust2016-02-226-51/+97
| |\ \ \
| | * | | NFSv4.x: Fix NFS4ERR_RETRY_UNCACHED_REP in nfs4_callback_sequenceTrond Myklebust2016-02-011-7/+10
| | * | | NFSv4.x: Allow multiple callbacks in flightTrond Myklebust2016-01-255-22/+69
| | * | | NFSv4.x: Fix wraparound issues when validing the callback sequence idTrond Myklebust2016-01-241-26/+17Star
| | * | | NFSv4.x: Enforce the ca_maxresponsesize_cached on the back channelTrond Myklebust2016-01-241-3/+6
| | * | | NFSv4.x: CB_SEQUENCE should return NFS4ERR_DELAY if still executingTrond Myklebust2016-01-241-0/+2
| | * | | NFSv4.x: Remove hard coded slotids in callback channelTrond Myklebust2016-01-242-4/+4
| | |/ /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-202-14/+11Star
|\ \ \ \ | |/ / / |/| | |
| * | | replace d_add_unique() with saner primitiveAl Viro2016-03-141-6/+7
| * | | nfs_lookup: don't bother with d_instantiate(dentry, NULL)Al Viro2016-03-141-8/+4Star
| | |/ | |/|
* | | NFSv4.x/pnfs: Fix a race between layoutget and bulk recallsTrond Myklebust2016-02-221-11/+6Star
* | | NFSv4.x/pnfs: Fix a race between layoutget and pnfs_destroy_layoutTrond Myklebust2016-02-221-2/+22
* | | pnfs/blocklayout: fix a memeory leak when using,vmalloc_to_pageKinglong Mee2016-02-171-2/+8
* | | nfs4: fix stateid handling for the NFS v4.2 operationsChristoph Hellwig2016-02-171-43/+76
* | | NFSv4: Fix a dentry leak on alias useBenjamin Coddington2016-02-171-2/+2
* | | pNFS: Always set NFS_LAYOUT_RETURN_REQUESTED with lo->plh_return_iomodeTrond Myklebust2016-02-151-2/+1Star