summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm: pagewalk: add 'depth' parameter to pte_holeSteven Price2019-12-041-2/+2
* Merge branch 'akpm-current/current'Stephen Rothwell2019-12-049-122/+150
|\
| * aio: simplify read_events()Oleg Nesterov2019-12-041-6/+3
| * fs/buffer.c: dump more info for __getblk_gfp() stall problemTetsuo Handa2019-12-041-2/+8
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2019-12-041-2/+48
| * ramfs: support O_TMPFILEAlexey Dobriyan2019-12-041-0/+12
| * /proc/kpageflags: do not use uninitialized struct pagesToshiki Fukasawa2019-12-041-0/+3
| * /proc/kpageflags: prevent an integer overflow in stable_page_flags()Toshiki Fukasawa2019-12-041-19/+18
| * fs/binfmt_elf.c: extract elf_read() functionAlexey Dobriyan2019-12-041-25/+24
| * fs/binfmt_elf.c: delete unused "interp_map_addr" argumentAlexey Dobriyan2019-12-041-6/+1
| * fs/epoll: remove unnecessary wakeups of nested epollHeiher2019-12-041-16/+0
| * epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOCJason Baron2019-12-041-23/+13
| * fs/proc/Kconfig: fix indentationKrzysztof Kozlowski2019-12-041-4/+4
| * fs/proc/internal.h: shuffle "struct pde_opener"Alexey Dobriyan2019-12-041-1/+1
| * fs/proc/generic.c: delete useless "len" variableAlexey Dobriyan2019-12-041-4/+2
| * proc: change ->nlink under proc_subdir_lockAlexey Dobriyan2019-12-041-16/+15
* | Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell2019-12-049-9/+9
|\ \
| * | treewide: Use sizeof_member() macroPankaj Bharadiya2019-10-299-9/+9
* | | Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell2019-12-044-7/+7
|\ \ \
| * \ \ Merge branch 'core/rcu'Ingo Molnar2019-11-261-2/+2
| |\ \ \
| * \ \ \ Merge branch 'locking/core'Ingo Molnar2019-11-265-7/+7
| |\ \ \ \
| * \ \ \ \ Merge branch 'sched/core'Ingo Molnar2019-11-261-25/+31
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'timers/core'Ingo Molnar2019-11-262-2/+2
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'timers/urgent' into timers/core, to pick up fixIngo Molnar2019-11-2521-152/+325
| | |\ \ \ \ \ \
| | * | | | | | | time: Rename tsk->real_start_time to ->start_boottimePeter Zijlstra2019-11-132-2/+2
| * | | | | | | | Merge branch 'core/kprobes' into WIP.core/kprobes, to pick up new work after ...Ingo Molnar2019-11-262-5/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ftrace: Rework event_create_dir()Peter Zijlstra2019-11-192-5/+5
* | | | | | | | | | Merge remote-tracking branch 'block/for-next'Stephen Rothwell2019-12-044-108/+388
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'for-linus' into for-nextJens Axboe2019-12-034-108/+388
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| | * | | | | | | | | io_uring: handle connect -EINPROGRESS like -EAGAINJens Axboe2019-12-031-1/+1
| | * | | | | | | | | io_uring: remove io_wq_current_is_workerJackie Liu2019-12-031-6/+2
| | * | | | | | | | | io_uring: remove parameter ctx of io_submit_state_startJackie Liu2019-12-031-2/+2
| | * | | | | | | | | io_uring: mark us with IORING_FEAT_SUBMIT_STABLEJens Axboe2019-12-031-1/+2
| | * | | | | | | | | io_uring: ensure async punted connect requests copy dataJens Axboe2019-12-031-4/+47
| | * | | | | | | | | io_uring: ensure async punted sendmsg/recvmsg requests copy dataJens Axboe2019-12-031-17/+128
| | * | | | | | | | | io_uring: ensure async punted read/write requests copy iovecJens Axboe2019-12-021-62/+181
| | * | | | | | | | | io_uring: add general async offload contextJens Axboe2019-12-021-24/+32
| | * | | | | | | | | block: don't send uevent for empty disk when not invalidatingEric Biggers2019-12-021-1/+1
| | * | | | | | | | | io_uring: transform send/recvmsg() -ERESTARTSYS to -EINTRJens Axboe2019-12-021-0/+2
| | * | | | | | | | | io_uring: use current task creds instead of allocating a new oneJens Axboe2019-12-023-4/+4
* | | | | | | | | | | Merge remote-tracking branch 'gfs2/for-next'Stephen Rothwell2019-12-0419-92/+152
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gfs2: Don't write log headers after file system withdrawBob Peterson2019-11-211-1/+6
| * | | | | | | | | | | gfs2: Remove duplicate call from gfs2_create_inodeAndreas Gruenbacher2019-11-211-1/+0
| * | | | | | | | | | | gfs2: clean up iopen glock mess in gfs2_create_inodeBob Peterson2019-11-191-6/+7
| * | | | | | | | | | | gfs2: Close timing window with GLF_INVALIDATE_IN_PROGRESSBob Peterson2019-11-151-1/+8
| * | | | | | | | | | | gfs2: Abort gfs2_freeze if io error is seenBob Peterson2019-11-151-7/+12
| * | | | | | | | | | | gfs2: Don't loop forever in gfs2_freeze if withdrawnBob Peterson2019-11-141-5/+5
| * | | | | | | | | | | gfs2: fix infinite loop in gfs2_ail1_flush on io errorBob Peterson2019-11-141-1/+2
| * | | | | | | | | | | gfs2: Introduce function gfs2_withdrawnBob Peterson2019-11-1411-19/+26
| * | | | | | | | | | | gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson2019-11-144-4/+12