aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov2016-05-262-2/+3
| * | | | | | libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov2016-05-262-9/+7
| * | | | | | libceph: switch to calc_target(), part 2Ilya Dryomov2016-05-262-23/+9
| * | | | | | libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov2016-05-262-2/+2
| * | | | | | libceph: rename ceph_calc_pg_primary()Ilya Dryomov2016-05-261-1/+1
| * | | | | | libceph: rename ceph_oloc_oid_to_pg()Ilya Dryomov2016-05-261-1/+1
| * | | | | | libceph: DEFINE_RB_FUNCS macroIlya Dryomov2016-05-261-41/+13
| * | | | | | libceph: variable-sized ceph_object_idIlya Dryomov2016-05-263-6/+4
| * | | | | | libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov2016-05-262-0/+15
| * | | | | | libceph: make ceph_osdc_put_request() accept NULLIlya Dryomov2016-05-261-6/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-05-2625-441/+1006
|\ \ \ \ \ \
| * | | | | | pnfs: pnfs_update_layout needs to consider if strict iomode checking is onTom Haynes2016-05-264-25/+61
| * | | | | | nfs/flexfiles: Use the layout segment for reading unless it a IOMODE_RW and r...Tom Haynes2016-05-261-2/+3
| * | | | | | nfs/flexfiles: Helper function to detect FF_FLAGS_NO_READ_IOTom Haynes2016-05-252-1/+16
| * | | | | | nfs: avoid race that crashes nfs_init_commitWeston Andros Adamson2016-05-252-0/+32
| * | | | | | NFS: checking for NULL instead of IS_ERR() in nfs_commit_file()Dan Carpenter2016-05-251-2/+2
| * | | | | | pnfs: make pnfs_layout_process more robustJeff Layton2016-05-171-16/+11
| * | | | | | pnfs: rework LAYOUTGET retry handlingJeff Layton2016-05-174-142/+133
| * | | | | | pnfs: lift retry logic from send_layoutget to pnfs_update_layoutJeff Layton2016-05-171-36/+36
| * | | | | | pnfs: fix bad error handling in send_layoutgetJeff Layton2016-05-171-3/+8
| * | | | | | flexfiles: add kerneldoc header to nfs4_ff_layout_prepare_dsJeff Layton2016-05-171-1/+17
| * | | | | | flexfiles: remove pointless setting of NFS_LAYOUT_RETURN_REQUESTEDJeff Layton2016-05-172-9/+1
| * | | | | | pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN argsJeff Layton2016-05-175-28/+52
| * | | | | | pnfs: keep track of the return sequence number in pnfs_layout_hdrJeff Layton2016-05-172-3/+9
| * | | | | | pnfs: record sequence in pnfs_layout_segment when it's createdJeff Layton2016-05-172-0/+2
| * | | | | | pnfs: don't merge new ff lsegs with ones that have LAYOUTRETURN bit setJeff Layton2016-05-171-2/+2
| * | | | | | pNFS/flexfiles: When initing reads or writes, we might have to retry connecti...Tom Haynes2016-05-171-4/+25
| * | | | | | pNFS/flexfiles: When checking for available DSes, conditionally check for MDS ioTom Haynes2016-05-173-3/+9
| * | | | | | pNFS/flexfile: Fix erroneous fall back to read/write through the MDSTrond Myklebust2016-05-171-17/+6
| * | | | | | NFS: Reclaim writes via writepage are opportunisticTrond Myklebust2016-05-171-2/+1
| * | | | | | NFSv4: Use the right stateid for delegations in setattr, read and writeTrond Myklebust2016-05-175-14/+28
| * | | | | | NFSv4: Label stateids with the typeTrond Myklebust2016-05-177-19/+65
| * | | | | | pNFS: Fix a leaked layoutstats flagTrond Myklebust2016-05-171-1/+2
| * | | | | | sunrpc: Advertise maximum backchannel payload sizeChuck Lever2016-05-171-4/+6
| * | | | | | xprtrdma: Add rdma6 option to support NFS/RDMA IPv6Shirley Ma2016-05-171-0/+4
| * | | | | | nfs4: client: do not send empty SETATTR after OPEN_CREATETigran Mkrtchyan2016-05-171-9/+25
| * | | | | | NFS: Add COPY nfs operationAnna Schumaker2016-05-176-0/+277
| * | | | | | NFS: Add nfs_commit_file()Anna Schumaker2016-05-173-6/+42
| * | | | | | Fixing oops in callback pathOlga Kornievskaia2016-05-171-2/+4
| * | | | | | nfs: don't share mounts between network namespacesJ. Bruce Fields2016-05-091-0/+5
| * | | | | | NFS: Fix an LOCK/OPEN race when unlinking an open fileChuck Lever2016-05-091-0/+4
| * | | | | | 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/+36
| * | | | | | 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/+1
| * | | | | | 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 tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-2649-1135/+1293
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'xfs-4.7-inode-reclaim' into for-nextDave Chinner2016-05-204-199/+250
| |\ \ \ \ \ \