summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | signal: Add set_user_sigmask()Deepa Dinamani2018-12-063-70/+25
| |/ / / / /
* | | | | | Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2018-12-277-146/+236
|\ \ \ \ \ \
| * | | | | | locks: Use inode_is_open_for_writeNikolay Borisov2018-12-171-1/+1
| * | | | | | fs/locks: remove unnecessary white space.NeilBrown2018-12-071-21/+12
| * | | | | | fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown2018-12-074-29/+19
| * | | | | | fs/locks: create a tree of dependent requests.NeilBrown2018-12-071-6/+63
| * | | | | | fs/locks: change all *_conflict() functions to return bool.NeilBrown2018-12-071-12/+15
| * | | | | | fs/locks: always delete_block after waiting.NeilBrown2018-12-071-16/+24
| * | | | | | fs/locks: allow a lock request to block other requests.NeilBrown2018-11-301-6/+37
| * | | | | | fs/locks: use properly initialized file_lock when unlocking.NeilBrown2018-11-301-14/+14
| * | | | | | ocfs2: properly initial file_lock used for unlock.NeilBrown2018-11-301-5/+5
| * | | | | | gfs2: properly initial file_lock used for unlock.NeilBrown2018-11-301-5/+5
| * | | | | | NFS: use locks_copy_lock() to copy locks.NeilBrown2018-11-301-2/+4
| * | | | | | fs/locks: split out __locks_wake_up_blocks().NeilBrown2018-11-301-11/+16
| * | | | | | fs/locks: rename some lists and pointers.NeilBrown2018-11-302-29/+32
* | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-12-2713-174/+272
|\ \ \ \ \ \ \
| * | | | | | | ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o2018-12-191-2/+7
| * | | | | | | ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2018-12-191-0/+11
| * | | | | | | ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o2018-12-198-41/+65