summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* seq_read-info-message-about-buggy-next-functions-fixAndrew Morton2020-04-101-1/+1
* fs/seq_file.c: seq_read(): add info message about buggy .next functionsVasily Averin2020-04-101-2/+5
* fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Eric Biggers2020-04-101-1/+3
* mm/madvise: pass task and mm to do_madviseMinchan Kim2020-04-101-1/+1
* Change email address for Pali RohárPali Rohár2020-04-102-2/+2
* Merge branch 'akpm-current/current'Stephen Rothwell2020-04-106-31/+104
|\
| * aio: simplify read_events()Oleg Nesterov2020-04-081-6/+3
| * umh: fix refcount underflow in fork_usermode_blob().Tetsuo Handa2020-04-081-4/+10
| * fs/buffer.c: dump more info for __getblk_gfp() stall problemTetsuo Handa2020-04-081-2/+8
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2020-04-081-2/+48
| * ramfs: support O_TMPFILEAlexey Dobriyan2020-04-081-0/+12
| * hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander2020-04-081-0/+4
| * /proc/kpageflags: do not use uninitialized struct pagesToshiki Fukasawa2020-04-081-0/+3
| * /proc/kpageflags: prevent an integer overflow in stable_page_flags()Toshiki Fukasawa2020-04-081-19/+18
* | Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell2020-04-101-3/+3
|\ \
| * | xattr: fix uninitialized out-paramDaniel Xu2020-04-091-3/+3
* | | Merge remote-tracking branch 'keys/keys-next'Stephen Rothwell2020-04-103-77/+179
|\ \ \
| * | | pipe: Add notification lossage handlingDavid Howells2020-02-121-0/+28
| * | | pipe: Allow buffers to be marked read-whole-or-error for notificationsDavid Howells2020-02-121-1/+7
| * | | pipe: Add general notification queue supportDavid Howells2020-02-122-75/+143
* | | | Merge remote-tracking branch 'apparmor/apparmor-next'Stephen Rothwell2020-04-101-0/+13
|\ \ \ \
| * | | | apparmor: add proc subdir to attrsJohn Johansen2020-01-181-0/+13
* | | | | Merge remote-tracking branch 'block/for-next'Stephen Rothwell2020-04-103-173/+269
|\ \ \ \ \
| * \ \ \ \ Merge branch 'io_uring-5.7' into for-nextJens Axboe2020-04-091-2/+16
| |\ \ \ \ \
| | * | | | | io_uring: punt final io_ring_ctx wait-and-free to workqueueJens Axboe2020-04-091-2/+16
| * | | | | | Merge branch 'io_uring-5.7' into for-nextJens Axboe2020-04-091-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | io_uring: fix fs cleanup on cqe overflowPavel Begunkov2020-04-091-1/+1
| * | | | | | Merge branch 'io_uring-5.7' into for-nextJens Axboe2020-04-081-64/+60
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | io_uring: don't read user-shared sqe flags twicePavel Begunkov2020-04-081-12/+8
| | * | | | | io_uring: remove req init from io_get_req()Pavel Begunkov2020-04-081-26/+27
| | * | | | | io_uring: alloc req only after getting sqePavel Begunkov2020-04-081-15/+9
| | * | | | | io_uring: simplify io_get_sqringPavel Begunkov2020-04-081-18/+22
| | * | | | | io_uring: do not always copy iovec in io_req_map_rw()Xiaoguang Wang2020-04-081-2/+3
| | * | | | | io_uring: ensure openat sets O_LARGEFILE if neededJens Axboe2020-04-081-0/+2
| | * | | | | io_uring: initialize fixed_file_data lockXiaoguang Wang2020-04-071-0/+1
| | * | | | | io_uring: remove redundant variable pointer nxt and io_wq_assign_next callColin Ian King2020-04-071-3/+0
| * | | | | | Merge branch 'libata-5.7' into for-nextJens Axboe2020-04-08211-4512/+12940
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'io_uring-5.7' into for-nextJens Axboe2020-04-051-1/+0
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | io_uring: fix ctx refcounting in io_submit_sqes()Pavel Begunkov2020-04-051-1/+0
| * | | | | | | Merge branch 'io_uring-5.7' into for-nextJens Axboe2020-04-031-10/+26
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | io_uring: process requests completed with -EAGAIN on poll listBijan Mottahedeh2020-04-031-3/+26
| | * | | | | | io_uring: remove bogus RLIMIT_NOFILE check in file registrationJens Axboe2020-04-031-7/+0
| * | | | | | | Merge branch 'io_uring-5.7' into for-nextJens Axboe2020-04-033-96/+167
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | io_uring: use io-wq manager as backup task if task is exitingJens Axboe2020-04-033-4/+23
| | * | | | | | io_uring: grab task reference for poll requestsJens Axboe2020-04-031-12/+7
| | * | | | | | io_uring: retry poll if we got woken with non-matching maskJens Axboe2020-04-031-0/+12
| | * | | | | | io_uring: add missing finish_wait() in io_sq_thread()Hillf Danton2020-04-011-0/+1
| | * | | | | | io_uring: refactor file register/unregister/update handlingXiaoguang Wang2020-03-311-80/+124
* | | | | | | | Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell2020-04-106-159/+134
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'work.exfat' into for-nextAl Viro2020-04-0216-1/+7236
| |\ \ \ \ \ \ \ \