summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * NFS: Lock the slot table from a single place during setup sequenceAnna Schumaker2017-01-301-13/+12Star
| * NFS: Move slot-already-allocated check into nfs_setup_sequence()Anna Schumaker2017-01-301-10/+9Star
| * NFS: Create a single nfs4_setup_sequence() functionAnna Schumaker2017-01-301-47/+29Star
| * NFS: Use nfs4_setup_sequence() everywhereAnna Schumaker2017-01-305-52/+33Star
| * NFS: Change nfs4_setup_sequence() to take an nfs_client structureAnna Schumaker2017-01-301-16/+15Star
| * NFS: Change nfs4_get_session() to take an nfs_client structureAnna Schumaker2017-01-303-10/+9Star
| * NFS: Move nfs4_get_session() into nfs4_session.hAnna Schumaker2017-01-303-10/+6Star
| * NFS: tidy up nfs_show_mountd_netidNeilBrown2017-01-301-14/+7Star
| * sunrpc & nfs: Add and use dprintk_cont macrosJoe Perches2017-01-301-3/+3
* | Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-03-0218-752/+1858
|\ \
| * | f2fs: avoid to flush nat journal entriesJaegeuk Kim2017-02-281-1/+1
| * | f2fs: avoid to issue redundant discard commandsJaegeuk Kim2017-02-271-0/+2
| * | f2fs: fix a plint compile warningHou Pengyang2017-02-271-1/+1
| * | f2fs: add f2fs_drop_inode tracepointHou Pengyang2017-02-271-2/+5
| * | f2fs: Fix zoned block device supportMasato Suzuki2017-02-271-23/+44
| * | f2fs: remove redundant set_page_dirty()Yunlei He2017-02-271-2/+1Star
| * | f2fs: fix to enlarge size of write_io_dummy mempoolChao Yu2017-02-271-1/+1
| * | f2fs: fix memory leak of write_io_dummy mempool during umountChao Yu2017-02-271-1/+1
| * | f2fs: fix to update F2FS_{CP_}WB_DATA count correctlyChao Yu2017-02-271-1/+2
| * | f2fs: use MAX_FREE_NIDS for the free nids targetKinglong Mee2017-02-271-5/+3Star
| * | f2fs: introduce free nid bitmapChao Yu2017-02-273-10/+119
| * | f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointKinglong Mee2017-02-274-19/+15Star
| * | f2fs: update the comment of default nr_pages to skippingKinglong Mee2017-02-271-2/+2
| * | f2fs: drop the duplicate pval in f2fs_getxattrKinglong Mee2017-02-271-3/+0Star
| * | f2fs: Don't update the xattr data that same as the existKinglong Mee2017-02-271-4/+16
| * | f2fs: kill __is_extent_sameChao Yu2017-02-272-12/+3Star
| * | f2fs: avoid bggc->fggc when enough free segments are avaliable after cpHou Pengyang2017-02-271-8/+9
| * | f2fs: select target segment with closer temperature in SSR modeChao Yu2017-02-271-6/+17
| * | f2fs: show simple call stack in fault injection messageChao Yu2017-02-278-13/+32
| * | f2fs: no need lock_op in f2fs_write_inline_dataYunlei He2017-02-271-2/+5
| * | f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim2017-02-275-20/+230
| * | f2fs: replace rw semaphore extent_tree_lock with mutex lockYunlei He2017-02-272-12/+12
| * | f2fs: avoid m_flags overlay when allocating more data blocksKinglong Mee2017-02-271-1/+1
| * | f2fs: remove unsafe bitmap checkingHou Pengyang2017-02-271-6/+0Star
| * | f2fs: init local extent_info to avoid stale stack info in tpHou Pengyang2017-02-272-5/+5
| * | f2fs: remove unnecessary condition check for write_checkpoint in f2fs_gcYunlong Song2017-02-271-9/+3Star
| * | f2fs: check discard alignment only for SEQWRITE zonesJaegeuk Kim2017-02-271-12/+12
| * | f2fs: wait for discard completion after submissionJaegeuk Kim2017-02-271-3/+13
| * | f2fs: much larger batched trim_fs jobJaegeuk Kim2017-02-271-1/+1
| * | f2fs: avoid very large discard commandJaegeuk Kim2017-02-272-2/+4
| * | f2fs: do SSR for node segments more aggresivelyJaegeuk Kim2017-02-241-5/+10
| * | f2fs: find data segments across all the typesJaegeuk Kim2017-02-241-4/+11
| * | f2fs: do SSR in higher priorityJaegeuk Kim2017-02-241-16/+1Star
| * | f2fs: do SSR for data when there is enough free spaceYunlong Song2017-02-241-1/+1
| * | f2fs: node segment is prior to data segment selected victimHou Pengyang2017-02-241-1/+11
| * | f2fs: put allocate_segment after refresh_sit_entryYunlong Song2017-02-241-2/+3
| * | f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang2017-02-233-2/+32
| * | f2fs: do not wait for writeback in write_beginJaegeuk Kim2017-02-231-1/+6
| * | f2fs: replace __get_victim by dirty_segments in FG_GCYunlei He2017-02-231-6/+2Star
| * | f2fs: fix multiple f2fs_add_link() calls having same nameJaegeuk Kim2017-02-232-5/+30