index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-06-04
6
-302
/
+578
|
\
|
*
aio: sanitize the limit checking in io_submit(2)
Al Viro
2018-05-30
1
-8
/
+6
|
*
aio: fold do_io_submit() into callers
Al Viro
2018-05-30
1
-54
/
+45
|
*
aio: shift copyin of iocb into io_submit_one()
Al Viro
2018-05-30
1
-24
/
+22
|
*
aio_read_events_ring(): make a bit more readable
Al Viro
2018-05-30
1
-4
/
+3
|
*
aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the ...
Al Viro
2018-05-30
1
-14
/
+12
|
*
aio: take list removal to (some) callers of aio_complete()
Al Viro
2018-05-30
1
-17
/
+21
|
*
aio: add missing break for the IOCB_CMD_FDSYNC case
Christoph Hellwig
2018-05-28
1
-0
/
+1
|
*
timerfd: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-11
/
+11
|
*
eventfd: switch to ->poll_mask
Christoph Hellwig
2018-05-26
1
-4
/
+11
|
*
pipe: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-9
/
+13
|
*
aio: try to complete poll iocbs without context switch
Christoph Hellwig
2018-05-26
1
-3
/
+17
|
*
aio: implement IOCB_CMD_POLL
Christoph Hellwig
2018-05-26
1
-1
/
+133
|
*
aio: simplify cancellation
Christoph Hellwig
2018-05-26
1
-42
/
+6
|
*
aio: simplify KIOCB_KEY handling
Christoph Hellwig
2018-05-26
1
-7
/
+7
|
*
fs: introduce new ->get_poll_head and ->poll_mask methods
Christoph Hellwig
2018-05-26
1
-0
/
+23
|
*
fs: add new vfs_poll and file_can_poll helpers
Christoph Hellwig
2018-05-26
2
-18
/
+10
|
*
fs: cleanup do_pollfd
Christoph Hellwig
2018-05-26
1
-25
/
+23
|
*
fs: unexport poll_schedule_timeout
Christoph Hellwig
2018-05-26
1
-2
/
+1
|
*
Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/...
Christoph Hellwig
2018-05-26
23
-114
/
+134
|
|
\
|
*
|
aio: implement io_pgetevents
Christoph Hellwig
2018-05-02
1
-10
/
+104
|
*
|
aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC
Christoph Hellwig
2018-05-02
1
-0
/
+43
|
*
|
aio: refactor read/write iocb setup
Christoph Hellwig
2018-05-02
1
-69
/
+92
|
*
|
aio: remove the extra get_file/fput pair in io_submit_one
Christoph Hellwig
2018-05-02
1
-9
/
+16
|
*
|
aio: sanitize ki_list handling
Christoph Hellwig
2018-05-02
1
-7
/
+6
|
*
|
aio: remove an outdated BUG_ON and comment in aio_complete
Christoph Hellwig
2018-05-02
1
-9
/
+0
|
*
|
aio: don't print the page size at boot time
Christoph Hellwig
2018-05-02
1
-3
/
+0
*
|
|
Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2018-06-04
25
-424
/
+278
|
\
\
\
|
*
|
|
switch the rest of procfs lookups to d_splice_alias()
Al Viro
2018-05-26
2
-5
/
+13
|
*
|
|
procfs: switch instantiate_t to d_splice_alias()
Al Viro
2018-05-26
4
-79
/
+65
|
*
|
|
don't bother with tid_fd_revalidate() in lookups
Al Viro
2018-05-26
1
-37
/
+44
|
*
|
|
proc_lookupfd_common(): don't bother with instantiate unless the file is open
Al Viro
2018-05-22
1
-29
/
+34
|
*
|
|
procfs: get rid of ancient BS in pid_revalidate() uses
Al Viro
2018-05-22
3
-38
/
+28
|
*
|
|
cifs_lookup(): switch to d_splice_alias()
Al Viro
2018-05-22
1
-18
/
+18
|
*
|
|
cifs_lookup(): cifs_get_inode_...() never returns 0 with *inode left NULL
Al Viro
2018-05-22
1
-1
/
+1
|
*
|
|
9p: unify paths in v9fs_vfs_lookup()
Al Viro
2018-05-22
1
-20
/
+15
|
*
|
|
hfsplus: switch to d_splice_alias()
Al Viro
2018-05-22
1
-2
/
+1
|
*
|
|
hfs: don't allow mounting over .../rsrc
Al Viro
2018-05-22
1
-0
/
+1
|
*
|
|
hfs: use d_splice_alias()
Al Viro
2018-05-22
2
-15
/
+8
|
*
|
|
omfs_lookup(): report IO errors, use d_splice_alias()
Al Viro
2018-05-22
1
-4
/
+3
|
*
|
|
orangefs_lookup: simplify
Al Viro
2018-05-22
1
-56
/
+8
|
*
|
|
openpromfs: switch to d_splice_alias()
Al Viro
2018-05-22
1
-2
/
+1
|
*
|
|
xfs_vn_lookup: simplify a bit
Al Viro
2018-05-22
1
-8
/
+8
|
*
|
|
adfs_lookup: do not fail with ENOENT on negatives, use d_splice_alias()
Al Viro
2018-05-22
1
-5
/
+5
|
*
|
|
adfs_lookup_byname: .. *is* taken care of in fs/namei.c
Al Viro
2018-05-22
1
-14
/
+0
|
*
|
|
romfs_lookup: switch to d_splice_alias()
Al Viro
2018-05-22
1
-27
/
+9
|
*
|
|
qnx6_lookup: switch to d_splice_alias()
Al Viro
2018-05-22
1
-6
/
+2
|
*
|
|
ubifs_lookup: use d_splice_alias()
Al Viro
2018-05-22
1
-28
/
+15
|
*
|
|
sysv_lookup: use d_splice_alias()
Al Viro
2018-05-22
1
-7
/
+2
|
*
|
|
qnx4_lookup: use d_splice_alias()
Al Viro
2018-05-22
1
-6
/
+2
[next]