aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Kernel NameHEADn7.1Rahul Patel2017-04-051-1/+1
* gemini: Disable unwanted configsBruno Martins2017-04-051-2/+0
* BACKPORT: tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet2017-04-051-0/+6
* BACKPORT: posix_acl: Clear SGID bit when setting file permissionsJan Kara2017-04-0513-102/+56
* f2fs: use __set{__clear}_bit_leJaegeuk Kim2017-04-031-3/+3
* f2fs: update_free_nid_bitmap() can be statickbuild test robot2017-04-031-2/+2
* f2fs: __update_nat_bits() can be statickbuild test robot2017-04-031-1/+1
* f2fs: le16_to_cpu for xattr->e_value_sizeJaegeuk Kim2017-04-031-1/+3
* f2fs: don't overwrite node block by SSRJaegeuk Kim2017-04-031-0/+6
* f2fs: don't need to invalidate wrong node pageJaegeuk Kim2017-04-031-1/+4
* f2fs: fix an error return value in truncate_partial_data_pageYunlei He2017-04-031-1/+1
* fscrypt: catch up to v4.11-rc1Jaegeuk Kim2017-04-0318-779/+844
* f2fs: avoid to flush nat journal entriesJaegeuk Kim2017-04-031-1/+1
* f2fs: avoid to issue redundant discard commandsJaegeuk Kim2017-04-031-0/+2
* f2fs: fix a plint compile warningHou Pengyang2017-04-031-1/+1
* f2fs: add f2fs_drop_inode tracepointHou Pengyang2017-04-032-2/+12
* f2fs: Fix zoned block device supportMasato Suzuki2017-04-031-23/+48
* f2fs: remove redundant set_page_dirty()Yunlei He2017-04-031-2/+1
* f2fs: fix to enlarge size of write_io_dummy mempoolChao Yu2017-04-031-1/+1
* f2fs: fix memory leak of write_io_dummy mempool during umountChao Yu2017-04-031-1/+2
* f2fs: fix to update F2FS_{CP_}WB_DATA count correctlyChao Yu2017-04-031-1/+2
* f2fs: use MAX_FREE_NIDS for the free nids targetKinglong Mee2017-04-031-5/+3
* f2fs: introduce free nid bitmapChao Yu2017-04-034-11/+121
* f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointKinglong Mee2017-04-034-19/+15
* f2fs: update the comment of default nr_pages to skippingKinglong Mee2017-04-031-2/+2
* f2fs: drop the duplicate pval in f2fs_getxattrKinglong Mee2017-04-031-3/+0
* f2fs: Don't update the xattr data that same as the existKinglong Mee2017-04-031-4/+16
* f2fs: kill __is_extent_sameChao Yu2017-04-032-12/+3
* f2fs: avoid bggc->fggc when enough free segments are avaliable after cpHou Pengyang2017-04-031-8/+9
* f2fs: select target segment with closer temperature in SSR modeChao Yu2017-04-031-6/+17
* f2fs: show simple call stack in fault injection messageChao Yu2017-04-038-13/+32
* fscrypt: catch fscrypto_get_policy in v4.10-rc6Jaegeuk Kim2017-04-034-55/+46
* f2fs: use __clear_bit_leJaegeuk Kim2017-04-031-1/+1
* f2fs: no need lock_op in f2fs_write_inline_dataYunlei He2017-04-031-2/+5
* f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim2017-04-036-20/+231
* f2fs: replace rw semaphore extent_tree_lock with mutex lockYunlei He2017-04-032-12/+12
* f2fs: avoid m_flags overlay when allocating more data blocksKinglong Mee2017-04-031-1/+1
* f2fs: remove unsafe bitmap checkingHou Pengyang2017-04-031-6/+0
* f2fs: init local extent_info to avoid stale stack info in tpHou Pengyang2017-04-032-5/+5
* f2fs: remove unnecessary condition check for write_checkpoint in f2fs_gcYunlong Song2017-04-031-9/+3
* f2fs: do SSR for node segments more aggresivelyJaegeuk Kim2017-04-031-5/+10
* f2fs: check discard alignment only for SEQWRITE zonesJaegeuk Kim2017-04-031-12/+12
* f2fs: wait for discard completion after submissionJaegeuk Kim2017-04-031-3/+13
* f2fs: much larger batched trim_fs jobJaegeuk Kim2017-04-031-1/+1
* f2fs: avoid very large discard commandJaegeuk Kim2017-04-032-2/+4
* f2fs: find data segments across all the typesJaegeuk Kim2017-04-031-4/+11
* f2fs: do SSR in higher priorityJaegeuk Kim2017-04-031-16/+1
* f2fs: do SSR for data when there is enough free spaceYunlong Song2017-04-031-1/+1
* f2fs: node segment is prior to data segment selected victimHou Pengyang2017-04-031-1/+11
* f2fs: put allocate_segment after refresh_sit_entryYunlong Song2017-04-031-2/+3