| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | f2fs: don't return value in truncate_data_blocks_range | Chao Yu | 2018-01-02 | 2 | -3/+2 |
| * | f2fs: clean up f2fs_map_blocks | Chao Yu | 2018-01-02 | 1 | -2/+2 |
| * | f2fs: clean up hash codes | Chao Yu | 2018-01-02 | 1 | -27/+19 |
| * | f2fs: fix error handling in fill_super | Chao Yu | 2018-01-02 | 1 | -9/+7 |
| * | f2fs: spread f2fs_k{m,z}alloc | Chao Yu | 2018-01-02 | 2 | -8/+10 |
| * | f2fs: inject fault to kvmalloc | Chao Yu | 2018-01-02 | 5 | -12/+36 |
| * | f2fs: inject fault to kzalloc | Chao Yu | 2018-01-02 | 7 | -24/+33 |
| * | f2fs: remove a redundant conditional expression | LiFan | 2018-01-02 | 1 | -4/+4 |
| * | f2fs: apply write hints to select the type of segment for direct write | Hyunchul Lee | 2018-01-02 | 3 | -10/+24 |
| * | f2fs: switch to fscrypt_prepare_setattr() | Eric Biggers | 2018-01-02 | 1 | -8/+4 |
| * | f2fs: switch to fscrypt_prepare_lookup() | Eric Biggers | 2018-01-02 | 1 | -14/+3 |
| * | f2fs: switch to fscrypt_prepare_rename() | Eric Biggers | 2018-01-02 | 1 | -24/+7 |
| * | f2fs: switch to fscrypt_prepare_link() | Eric Biggers | 2018-01-02 | 1 | -3/+3 |
| * | f2fs: switch to fscrypt_file_open() | Eric Biggers | 2018-01-02 | 1 | -15/+3 |
| * | posix_acl: convert posix_acl.a_refcount from atomic_t to refcount_t | Elena Reshetova | 2018-01-02 | 3 | -7/+8 |
| * | f2fs: remove repeated f2fs_bug_on | Zhikang Zhang | 2018-01-02 | 1 | -2/+0 |
| * | f2fs: remove an excess variable | LiFan | 2018-01-02 | 1 | -3/+1 |
| * | f2fs: fix lock dependency in between dio_rwsem & i_mmap_sem | Chao Yu | 2018-01-02 | 1 | -11/+9 |
| * | f2fs: remove unused parameter | Sheng Yong | 2018-01-02 | 3 | -6/+5 |
| * | f2fs: still write data if preallocate only partial blocks | Sheng Yong | 2018-01-02 | 1 | -2/+8 |
| * | f2fs: introduce sysfs readdir_ra to readahead inode block in readdir | Sheng Yong | 2018-01-02 | 4 | -0/+13 |
| * | f2fs: fix concurrent problem for updating free bitmap | LiFan | 2018-01-02 | 1 | -42/+43 |
| * | f2fs: remove unneeded memory footprint accounting | Chao Yu | 2018-01-02 | 1 | -1/+0 |
| * | f2fs: no need to read nat block if nat_block_bitmap is set | Yunlei He | 2018-01-02 | 1 | -6/+6 |
| * | f2fs: reserve nid resource for quota sysfile | Chao Yu | 2018-01-02 | 4 | -10/+13 |
* | | Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2018-01-30 | 45 | -821/+1995 |
|\ \ |
|
| * | | NFS: Fix a race between mmap() and O_DIRECT | Trond Myklebust | 2018-01-28 | 1 | -1/+1 |
| * | | NFS: Remove a redundant call to unmap_mapping_range() | Trond Myklebust | 2018-01-28 | 1 | -1/+0 |
| * | | pnfs/blocklayout: Ensure disk address in block device map | Benjamin Coddington | 2018-01-25 | 1 | -2/+7 |
| * | | pnfs/blocklayout: pnfs_block_dev_map uses bytes, not sectors | Benjamin Coddington | 2018-01-25 | 1 | -4/+3 |
| * | | lockd: Fix server refcounting | Trond Myklebust | 2018-01-24 | 1 | -3/+5 |
| * | | Merge tag 'nfs-rdma-for-4.16-1' of git://git.linux-nfs.org/projects/anna/linu... | Trond Myklebust | 2018-01-23 | 14 | -657/+1662 |
| |\ \ |
|
| | * | | SUNRPC: Micro-optimize __rpc_execute | Chuck Lever | 2018-01-23 | 1 | -13/+11 |
| | * | | SUNRPC: task_run_action should display tk_callback | Chuck Lever | 2018-01-23 | 1 | -1/+1 |
| | * | | sunrpc: Format RPC events consistently for display | Chuck Lever | 2018-01-23 | 1 | -2/+2 |
| | * | | SUNRPC: Trace xprt_timer events | Chuck Lever | 2018-01-23 | 3 | -3/+5 |
| | * | | xprtrdma: Correct some documenting comments | Chuck Lever | 2018-01-23 | 2 | -2/+2 |
| | * | | xprtrdma: Fix "bytes registered" accounting | Chuck Lever | 2018-01-23 | 1 | -2/+2 |
| | * | | xprtrdma: Instrument allocation/release of rpcrdma_req/rep objects | Chuck Lever | 2018-01-23 | 3 | -9/+74 |
| | * | | xprtrdma: Add trace points to instrument QP and CQ access upcalls | Chuck Lever | 2018-01-23 | 2 | -0/+34 |
| | * | | xprtrdma: Add trace points in the client-side backchannel code paths | Chuck Lever | 2018-01-23 | 3 | -5/+73 |
| | * | | xprtrdma: Add trace points for connect events | Chuck Lever | 2018-01-23 | 3 | -28/+92 |
| | * | | xprtrdma: Add trace points to instrument MR allocation and recovery | Chuck Lever | 2018-01-23 | 2 | -3/+60 |
| | * | | xprtrdma: Add trace points to instrument memory invalidation | Chuck Lever | 2018-01-23 | 4 | -16/+57 |
| | * | | xprtrdma: Add trace points in reply decoder path | Chuck Lever | 2018-01-23 | 2 | -20/+102 |
| | * | | xprtrdma: Add trace points to instrument memory registration | Chuck Lever | 2018-01-23 | 3 | -22/+163 |
| | * | | xprtrdma: Add trace points in the RPC Reply handler paths | Chuck Lever | 2018-01-23 | 3 | -19/+171 |
| | * | | xprtrdma: Add trace points in RPC Call transmit paths | Chuck Lever | 2018-01-23 | 3 | -15/+129 |
| | * | | rpcrdma: infrastructure for static trace points in rpcrdma.ko | Chuck Lever | 2018-01-23 | 3 | -5/+25 |
| | * | | rdma/ib: Add trace point macros to display human-readable values | Chuck Lever | 2018-01-23 | 1 | -0/+129 |