summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-2826-79/+106
|\
| * hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate raceMike Kravetz2018-12-281-33/+28
| * mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara2018-12-284-4/+4
| * blkdev: avoid migration stalls for blkdev pagesJan Kara2018-12-281-0/+1
| * userfaultfd: clear flag if remap event not enabledPeter Xu2018-12-281-1/+9
| * mm, proc: report PR_SET_THP_DISABLE in procMichal Hocko2018-12-281-0/+10
| * mm, thp, proc: report THP eligibility for each vmaMichal Hocko2018-12-281-0/+2
| * mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-282-5/+10
| * /proc/kpagecount: return 0 for special pages that are never mappedAnthony Yznaga2018-12-281-1/+1
| * userfaultfd: convert userfaultfd_ctx::refcount to refcount_tEric Biggers2018-12-281-6/+5
| * mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-287-7/+7
| * mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-281-3/+4
| * ocfs2: don't clear bh uptodate for block readJunxiao Bi2018-12-281-2/+0
| * ocfs2: clear journal dirty flag after shutdown journalJunxiao Bi2018-12-281-4/+2
| * ocfs2: fix panic due to unrecovered local allocJunxiao Bi2018-12-281-2/+7
| * ocfs2: improve ocfs2 MakefileLarry Chen2018-12-283-3/+3
| * ocfs2: remove set but not used variable 'lastzero'zhong jiang2018-12-281-2/+1
| * ocfs2: dlmfs: remove set but not used variable 'status'zhong jiang2018-12-281-2/+1
| * ocfs2: optimize the reading of heartbeat dataJia Guo2018-12-281-5/+12
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-281-1/+1
|\ \
| * | RDMA: Start use ib_device_opsKamal Heib2018-12-121-1/+1
* | | Merge tag 'for-4.21/aio-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-56/+88
|\ \ \
| * | | aio: abstract out io_event filler helperJens Axboe2018-12-181-4/+10
| * | | aio: split out iocb copy from io_submit_one()Jens Axboe2018-12-181-30/+38
| * | | aio: use iocb_put() instead of open coding itJens Axboe2018-12-181-2/+1
| * | | aio: only use blk plugs for > 2 depth submissionsJens Axboe2018-12-181-4/+14
| * | | aio: don't zero entire aio_kiocb aio_get_req()Jens Axboe2018-12-181-2/+7
| * | | aio: separate out ring reservation from req allocationChristoph Hellwig2018-12-181-13/+17
| * | | aio: use assigned completion handlerJens Axboe2018-12-181-1/+1
| * | | Merge branch 'for-4.21/block' into for-4.21/aioJens Axboe2018-12-186-27/+68
| |\ \ \
* | \ \ \ Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-286-27/+68
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe2018-12-0914-70/+74
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | blkcg: associate writeback bios with a blkgDennis Zhou2018-12-072-6/+6
| * | | | aio: clear IOCB_HIPRIChristoph Hellwig2018-12-041-3/+8
| * | | | Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-0453-304/+501
| |\ \ \ \
| * | | | | block: avoid extra bio reference for async O_DIRECTChristoph Hellwig2018-11-301-4/+13
| * | | | | block: make blk_poll() take a parameter on whether to spin or notJens Axboe2018-11-263-4/+4
| * | | | | aio: Fix fallback I/O priority valueDamien Le Moal2018-11-191-1/+1
| * | | | | block: avoid ordered task state change for polled IOJens Axboe2018-11-192-3/+7
| * | | | | Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-1833-164/+301
| |\ \ \ \ \
| * | | | | | block: don't plug for aio/O_DIRECT HIPRI IOJens Axboe2018-11-161-2/+11
| * | | | | | block: for async O_DIRECT, mark us as polling if asked toJens Axboe2018-11-161-0/+3
| * | | | | | block: add polled wakeup task helperJens Axboe2018-11-162-3/+3
| * | | | | | block: add REQ_HIPRI and inherit it from IOCB_HIPRIJens Axboe2018-11-073-1/+12
* | | | | | | Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds2018-12-284-239/+311
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | vfs: replace current_kernel_time64 with ktime equivalentArnd Bergmann2018-12-181-1/+3
| * | | | | | io_pgetevents: use __kernel_timespecDeepa Dinamani2018-12-061-3/+81
| * | | | | | pselect6: use __kernel_timespecDeepa Dinamani2018-12-061-13/+81
| * | | | | | ppoll: use __kernel_timespecDeepa Dinamani2018-12-061-55/+111
| * | | | | | signal: Add restore_user_sigmask()Deepa Dinamani2018-12-063-103/+16