aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-31Merge tag 'dax-fix-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-9/+7
2018-12-31Merge tag 'f2fs-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds20-366/+533
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+29
2018-12-28Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-12/+11
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds26-79/+106
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-12-28Merge tag 'for-4.21/aio-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds1-56/+88
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds6-27/+68
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds4-239/+311
2018-12-28hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate raceMike Kravetz1-33/+28
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara4-4/+4
2018-12-28blkdev: avoid migration stalls for blkdev pagesJan Kara1-0/+1
2018-12-28userfaultfd: clear flag if remap event not enabledPeter Xu1-1/+9
2018-12-28mm, proc: report PR_SET_THP_DISABLE in procMichal Hocko1-0/+10
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko1-0/+2
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2-5/+10
2018-12-28/proc/kpagecount: return 0 for special pages that are never mappedAnthony Yznaga1-1/+1
2018-12-28userfaultfd: convert userfaultfd_ctx::refcount to refcount_tEric Biggers1-6/+5
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS7-7/+7
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS1-3/+4
2018-12-28ocfs2: don't clear bh uptodate for block readJunxiao Bi1-2/+0
2018-12-28ocfs2: clear journal dirty flag after shutdown journalJunxiao Bi1-4/+2
2018-12-28ocfs2: fix panic due to unrecovered local allocJunxiao Bi1-2/+7
2018-12-28ocfs2: improve ocfs2 MakefileLarry Chen3-3/+3
2018-12-28ocfs2: remove set but not used variable 'lastzero'zhong jiang1-2/+1
2018-12-28ocfs2: dlmfs: remove set but not used variable 'status'zhong jiang1-2/+1
2018-12-28ocfs2: optimize the reading of heartbeat dataJia Guo1-5/+12
2018-12-27Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds7-146/+236
2018-12-27Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds13-174/+272
2018-12-27Merge tag 'iomap-4.21-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+15
2018-12-27Merge tag 'xfs-4.21-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds51-714/+932
2018-12-27Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-9/+15
2018-12-27Merge tag 'fsnotify_for_v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-17/+30
2018-12-27Merge tag 'dlm-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds6-23/+34
2018-12-27Merge tag 'for-4.21-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds47-2197/+3025
2018-12-27Merge tag 'gfs2-4.21.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds19-231/+317
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+2
2018-12-27Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds5-174/+160
2018-12-26f2fs: sanity check of xattr entry sizeJaegeuk Kim1-5/+13
2018-12-26f2fs: fix use-after-free issue when accessing sbi->stat_infoSahitya Tummala1-12/+15
2018-12-26f2fs: check PageWriteback flag for ordered caseChao Yu13-54/+50
2018-12-26f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl1-3/+3
2018-12-26f2fs: fix missing unlock(sbi->gc_mutex)Jaegeuk Kim1-5/+2
2018-12-26f2fs: fix to dirty inode synchronouslyChao Yu1-1/+1
2018-12-26f2fs: clean up structure extent_nodeChao Yu1-10/+2
2018-12-26f2fs: fix block address for __check_sit_bitmapQiuyang Sun1-1/+1
2018-12-26f2fs: fix sbi->extent_list corruption issueSahitya Tummala2-2/+11
2018-12-26f2fs: clean up checkpoint flowChao Yu1-13/+5
2018-12-26f2fs: flush stale issued discard candidatesJaegeuk Kim1-0/+4
2018-12-26f2fs: correct wrong spelling, issing_*Jaegeuk Kim3-20/+20