summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-09-26io_uring: make CQ ring wakeups be more efficientJens Axboe
2019-09-24io_uring: compare cached_cq_tail with cq.head in_io_uring_pollyangerkun
2019-09-23io_uring: correctly handle non ->{read,write}_iter() file_operationsJens Axboe
2019-09-18io_uring: IORING_OP_TIMEOUT supportJens Axboe
2019-09-19io_uring: use cond_resched() in sqthreadJens Axboe
2019-09-18io_uring: fix potential crash issue due to io_get_req failureJackie Liu
2019-09-18io_uring: ensure poll commands clear ->sqeJens Axboe
2019-09-18io_uring: fix use-after-free of shadow_reqJackie Liu
2019-09-18io_uring: use kmemdup instead of kmalloc and memcpyJackie Liu
2019-09-14io_uring: increase IORING_MAX_ENTRIES to 32KDaniel Xu
2019-09-12io_uring: make sqpoll wakeup possible with geteventsJens Axboe
2019-09-12io_uring: extend async work mergingJens Axboe
2019-09-10io_uring: limit parallelism of buffered writesJens Axboe
2019-09-10io_uring: add io_queue_async_work() helperJens Axboe
2019-09-10io_uring: optimize submit_and_wait APIJens Axboe
2019-09-09io_uring: add support for link with drainJackie Liu
2019-09-09io_uring: fix wrong sequence setting logicJackie Liu
2019-09-06io_uring: expose single mmap capabilityJens Axboe
2019-08-27io_uring: allocate the two rings togetherHristo Venev
2019-08-27fs/io_uring.c: convert put_page() to put_user_page*()John Hubbard
2019-08-25Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-08-24userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctxOleg Nesterov
2019-08-24Merge tag 'xfs-5.3-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-08-23Merge tag 'for-linus-20190823' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-08-23Merge tag 'xfs-5.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-08-23Merge tag 'ceph-for-5.3-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-08-22xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong
2019-08-22io_uring: add need_resched() check in inner poll loopJens Axboe
2019-08-22Merge tag 'afs-fixes-20190822' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-08-22ubifs: Limit the number of pages in shrink_liabilityLiu Song
2019-08-22ubifs: Correctly initialize c->min_log_bytesRichard Weinberger
2019-08-22ubifs: Fix double unlock around orphan_delete()Richard Weinberger
2019-08-22afs: use correct afs_call_type in yfs_fs_store_opaque_acl2YueHaibing
2019-08-22afs: Fix possible oops in afs_lookup trace eventMarc Dionne
2019-08-22afs: Fix leak in afs_lookup_cell_rcu()David Howells
2019-08-22ceph: don't try fill file_lock on unsuccessful GETFILELOCK replyJeff Layton
2019-08-22ceph: clear page dirty before invalidate pageErqi Chen
2019-08-22ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques
2019-08-21Merge tag 'nfsd-5.3-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-08-20io_uring: don't enter poll loop if we have CQEs pendingJens Axboe
2019-08-20io_uring: fix potential hang with polled IOJens Axboe
2019-08-19fs/xfs: Fix return code of xfs_break_leased_layouts()Ira Weiny
2019-08-19Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-08-19signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman
2019-08-18xfs: fix reflink source file racing with directio writesDarrick J. Wong
2019-08-18Merge tag 'for-5.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-08-17Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-08-16vfs: fix page locking deadlocks when deduping filesDarrick J. Wong