summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-042-0/+63
|\
| * fs: Expand __receive_fd() to accept existing fdKees Cook2020-07-131-6/+19
| * fs: Add receive_fd() wrapper for __receive_fd()Kees Cook2020-07-131-7/+10
| * fs: Move __scm_install_fd() to __receive_fd()Kees Cook2020-07-131-0/+45
| * seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook2020-07-111-0/+2
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-0434-54/+52
|\ \
| * | treewide: Remove uninitialized_var() usageKees Cook2020-07-1633-51/+51
| * | f2fs: Eliminate usage of uninitialized_var() macroJason Yan2020-07-161-3/+1
* | | Merge tag 'pstore-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-041-1/+4
|\ \ \
| * | | pstore: Fix linking when crypto API disabledMatteo Croce2020-07-071-1/+4
* | | | Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-08-041-1/+1
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki2020-08-031-1/+1
| |\ \ \ \ \ \ | | | | | |/ / | | | | |/| |
| | * | | | | freezer: Add unsafe version of freezable_schedule_timeout_interruptible() for...He Zhe2020-07-141-1/+1
* | | | | | | Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-031-0/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-07-311-0/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney2020-06-291-0/+2
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-036-1113/+1463
|\ \ \ \ \ \ \
| * | | | | | | io_uring: flip if handling after io_setup_async_rwPavel Begunkov2020-08-011-74/+72
| * | | | | | | io_uring: don't touch 'ctx' after installing file descriptorJens Axboe2020-07-311-3/+9
| * | | | | | | io_uring: get rid of atomic FAA for cq_timeoutsPavel Begunkov2020-07-301-3/+5
| * | | | | | | io_uring: consolidate *_check_overflow accountingPavel Begunkov2020-07-301-10/+13
| * | | | | | | io_uring: fix stalled deferred requestsPavel Begunkov2020-07-301-0/+1
| * | | | | | | io_uring: fix racy overflow count reportingPavel Begunkov2020-07-301-2/+1
| * | | | | | | io_uring: deduplicate __io_complete_rw()Pavel Begunkov2020-07-301-5/+3
| * | | | | | | io_uring: de-unionise io_kiocbPavel Begunkov2020-07-301-45/+14
| * | | | | | | io-wq: update hash bitsPavel Begunkov2020-07-251-4/+1
| * | | | | | | io_uring: fix missing io_queue_linked_timeout()Pavel Begunkov2020-07-251-13/+13
| * | | | | | | io_uring: mark ->work uninitialised after cleanupPavel Begunkov2020-07-251-1/+2
| * | | | | | | io_uring: deduplicate io_grab_files() callsPavel Begunkov2020-07-241-16/+16
| * | | | | | | io_uring: don't do opcode prep twicePavel Begunkov2020-07-241-1/+2
| * | | | | | | io_uring: clear IORING_SQ_NEED_WAKEUP after executing task worksXiaoguang Wang2020-07-241-10/+19
| * | | | | | | io_uring: batch put_task_struct()Pavel Begunkov2020-07-241-2/+27
| * | | | | | | io_uring: return locked and pinned page accountingPavel Begunkov2020-07-241-4/+5
| * | | | | | | io_uring: don't miscount pinned memoryPavel Begunkov2020-07-241-1/+1
| * | | | | | | io_uring: don't open-code recv kbuf managmentPavel Begunkov2020-07-241-14/+14
| * | | | | | | io_uring: extract io_put_kbuf() helperPavel Begunkov2020-07-241-7/+12
| * | | | | | | io_uring: move BUFFER_SELECT check into *recv[msg]Pavel Begunkov2020-07-241-12/+10
| * | | | | | | io_uring: free selected-bufs if error'edPavel Begunkov2020-07-241-41/+44
| * | | | | | | io_uring: don't forget cflags in io_recv()Pavel Begunkov2020-07-241-6/+4
| * | | | | | | io_uring: remove extra checks in send/recvPavel Begunkov2020-07-241-5/+5
| * | | | | | | io_uring: indent left {send,recv}[msg]()Pavel Begunkov2020-07-241-134/+131
| * | | | | | | io_uring: simplify file ref tracking in submission statePavel Begunkov2020-07-241-8/+4
| * | | | | | | io_uring/io-wq: move RLIMIT_FSIZE to io-wqPavel Begunkov2020-07-243-13/+11
| * | | | | | | io_uring: alloc ->io in io_req_defer_prep()Pavel Begunkov2020-07-241-15/+7
| * | | | | | | io_uring: remove empty cleanup of OP_OPEN* reqsPavel Begunkov2020-07-241-3/+0
| * | | | | | | io_uring: inline io_req_work_grab_env()Pavel Begunkov2020-07-241-30/+20
| * | | | | | | io_uring: place cflags into completion dataPavel Begunkov2020-07-241-5/+5
| * | | | | | | io_uring: remove sequence from io_kiocbPavel Begunkov2020-07-241-14/+30
| * | | | | | | io_uring: use non-intrusive list for deferPavel Begunkov2020-07-241-7/+18
| * | | | | | | io_uring: remove init for unused listPavel Begunkov2020-07-241-1/+0