summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-02-27autofs: take more care to not update last_used on path walkIan Kent1-6/+11
2017-02-27autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definitionTomohiro Kusumi1-2/+0
2017-02-27mm,fs,dax: mark dax_iomap_pmd_fault as constArnd Bergmann1-1/+2
2017-02-27nfsd: Fix display of the version stringTrond Myklebust1-30/+26
2017-02-27nfsd: fix configuration of supported minor versionsTrond Myklebust2-8/+22
2017-02-27f2fs: avoid to issue redundant discard commandsJaegeuk Kim1-0/+2
2017-02-27f2fs: fix a plint compile warningHou Pengyang1-1/+1
2017-02-27f2fs: add f2fs_drop_inode tracepointHou Pengyang1-2/+5
2017-02-27f2fs: Fix zoned block device supportMasato Suzuki1-23/+44
2017-02-27f2fs: remove redundant set_page_dirty()Yunlei He1-2/+1
2017-02-27f2fs: fix to enlarge size of write_io_dummy mempoolChao Yu1-1/+1
2017-02-27f2fs: fix memory leak of write_io_dummy mempool during umountChao Yu1-1/+1
2017-02-27f2fs: fix to update F2FS_{CP_}WB_DATA count correctlyChao Yu1-1/+2
2017-02-27f2fs: use MAX_FREE_NIDS for the free nids targetKinglong Mee1-5/+3
2017-02-27f2fs: introduce free nid bitmapChao Yu3-10/+119
2017-02-27f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointKinglong Mee4-19/+15
2017-02-27f2fs: update the comment of default nr_pages to skippingKinglong Mee1-2/+2
2017-02-27f2fs: drop the duplicate pval in f2fs_getxattrKinglong Mee1-3/+0
2017-02-27f2fs: Don't update the xattr data that same as the existKinglong Mee1-4/+16
2017-02-27f2fs: kill __is_extent_sameChao Yu2-12/+3
2017-02-27f2fs: avoid bggc->fggc when enough free segments are avaliable after cpHou Pengyang1-8/+9
2017-02-27f2fs: select target segment with closer temperature in SSR modeChao Yu1-6/+17
2017-02-27f2fs: show simple call stack in fault injection messageChao Yu8-13/+32
2017-02-27f2fs: no need lock_op in f2fs_write_inline_dataYunlei He1-2/+5
2017-02-27f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim5-20/+230
2017-02-27f2fs: replace rw semaphore extent_tree_lock with mutex lockYunlei He2-12/+12
2017-02-27f2fs: avoid m_flags overlay when allocating more data blocksKinglong Mee1-1/+1
2017-02-27f2fs: remove unsafe bitmap checkingHou Pengyang1-6/+0
2017-02-27f2fs: init local extent_info to avoid stale stack info in tpHou Pengyang2-5/+5
2017-02-27f2fs: remove unnecessary condition check for write_checkpoint in f2fs_gcYunlong Song1-9/+3
2017-02-27f2fs: check discard alignment only for SEQWRITE zonesJaegeuk Kim1-12/+12
2017-02-27f2fs: wait for discard completion after submissionJaegeuk Kim1-3/+13
2017-02-27f2fs: much larger batched trim_fs jobJaegeuk Kim1-1/+1
2017-02-27f2fs: avoid very large discard commandJaegeuk Kim2-2/+4
2017-02-25Merge tag 'for-linus-4.11-ofs2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-31/+49
2017-02-25Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds41-1242/+1211
2017-02-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds31-260/+327
2017-02-25Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/l...Mike Marshall538-21240/+16359
2017-02-24fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt2-15/+19
2017-02-24procfs: use an enum for possible hidepid valuesLafcadio Wluiki3-6/+7
2017-02-24proc: less code duplication in /proc/*/cmdlineAlexey Dobriyan1-88/+56
2017-02-24proc: use rb_entry()Geliang Tang1-5/+6
2017-02-24userfaultfd_copy: return -ENOSPC in case mm has goneMike Rapoport1-0/+2
2017-02-24userfaultfd: non-cooperative: add event for exit() notificationMike Rapoport1-0/+28
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport3-3/+68
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang4-12/+20
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang5-42/+40
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang22-97/+89
2017-02-24userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport1-7/+7
2017-02-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+10