summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * f2fs: don't return value in truncate_data_blocks_rangeChao Yu2018-01-032-3/+2
| * f2fs: clean up f2fs_map_blocksChao Yu2018-01-031-2/+2
| * f2fs: clean up hash codesChao Yu2018-01-031-27/+19
| * f2fs: fix error handling in fill_superChao Yu2018-01-031-9/+7
| * f2fs: spread f2fs_k{m,z}allocChao Yu2018-01-032-8/+10
| * f2fs: inject fault to kvmallocChao Yu2018-01-035-12/+36
| * f2fs: inject fault to kzallocChao Yu2018-01-037-24/+33
| * f2fs: remove a redundant conditional expressionLiFan2018-01-031-4/+4
| * f2fs: apply write hints to select the type of segment for direct writeHyunchul Lee2018-01-033-10/+24
| * f2fs: switch to fscrypt_prepare_setattr()Eric Biggers2018-01-031-8/+4
| * f2fs: switch to fscrypt_prepare_lookup()Eric Biggers2018-01-031-14/+3
| * f2fs: switch to fscrypt_prepare_rename()Eric Biggers2018-01-031-24/+7
| * f2fs: switch to fscrypt_prepare_link()Eric Biggers2018-01-031-3/+3
| * f2fs: switch to fscrypt_file_open()Eric Biggers2018-01-031-15/+3
| * posix_acl: convert posix_acl.a_refcount from atomic_t to refcount_tElena Reshetova2018-01-033-7/+8
| * f2fs: remove repeated f2fs_bug_onZhikang Zhang2018-01-031-2/+0
| * f2fs: remove an excess variableLiFan2018-01-031-3/+1
| * f2fs: fix lock dependency in between dio_rwsem & i_mmap_semChao Yu2018-01-031-11/+9
| * f2fs: remove unused parameterSheng Yong2018-01-033-6/+5
| * f2fs: still write data if preallocate only partial blocksSheng Yong2018-01-031-2/+8
| * f2fs: introduce sysfs readdir_ra to readahead inode block in readdirSheng Yong2018-01-034-0/+13
| * f2fs: fix concurrent problem for updating free bitmapLiFan2018-01-031-42/+43
| * f2fs: remove unneeded memory footprint accountingChao Yu2018-01-031-1/+0
| * f2fs: no need to read nat block if nat_block_bitmap is setYunlei He2018-01-031-6/+6
| * f2fs: reserve nid resource for quota sysfileChao Yu2018-01-034-10/+13
* | Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-01-3145-821/+1995
|\ \
| * | NFS: Fix a race between mmap() and O_DIRECTTrond Myklebust2018-01-291-1/+1
| * | NFS: Remove a redundant call to unmap_mapping_range()Trond Myklebust2018-01-281-1/+0
| * | pnfs/blocklayout: Ensure disk address in block device mapBenjamin Coddington2018-01-251-2/+7
| * | pnfs/blocklayout: pnfs_block_dev_map uses bytes, not sectorsBenjamin Coddington2018-01-251-4/+3
| * | lockd: Fix server refcountingTrond Myklebust2018-01-241-3/+5
| * | Merge tag 'nfs-rdma-for-4.16-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-01-2314-657/+1662
| |\ \
| | * | SUNRPC: Micro-optimize __rpc_executeChuck Lever2018-01-231-13/+11
| | * | SUNRPC: task_run_action should display tk_callbackChuck Lever2018-01-231-1/+1
| | * | sunrpc: Format RPC events consistently for displayChuck Lever2018-01-231-2/+2
| | * | SUNRPC: Trace xprt_timer eventsChuck Lever2018-01-233-3/+5
| | * | xprtrdma: Correct some documenting commentsChuck Lever2018-01-232-2/+2
| | * | xprtrdma: Fix "bytes registered" accountingChuck Lever2018-01-231-2/+2
| | * | xprtrdma: Instrument allocation/release of rpcrdma_req/rep objectsChuck Lever2018-01-233-9/+74
| | * | xprtrdma: Add trace points to instrument QP and CQ access upcallsChuck Lever2018-01-232-0/+34
| | * | xprtrdma: Add trace points in the client-side backchannel code pathsChuck Lever2018-01-233-5/+73
| | * | xprtrdma: Add trace points for connect eventsChuck Lever2018-01-233-28/+92
| | * | xprtrdma: Add trace points to instrument MR allocation and recoveryChuck Lever2018-01-232-3/+60
| | * | xprtrdma: Add trace points to instrument memory invalidationChuck Lever2018-01-234-16/+57
| | * | xprtrdma: Add trace points in reply decoder pathChuck Lever2018-01-232-20/+102
| | * | xprtrdma: Add trace points to instrument memory registrationChuck Lever2018-01-233-22/+163
| | * | xprtrdma: Add trace points in the RPC Reply handler pathsChuck Lever2018-01-233-19/+171
| | * | xprtrdma: Add trace points in RPC Call transmit pathsChuck Lever2018-01-233-15/+129
| | * | rpcrdma: infrastructure for static trace points in rpcrdma.koChuck Lever2018-01-233-5/+25
| | * | rdma/ib: Add trace point macros to display human-readable valuesChuck Lever2018-01-231-0/+129