index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
new wrapper: alloc_file_pseudo()
Al Viro
2018-07-12
4
-39
/
+39
*
kill FILE_{CREATED,OPENED}
Al Viro
2018-07-12
1
-4
/
+0
*
switch atomic_open() and lookup_open() to returning 0 in all success cases
Al Viro
2018-07-12
1
-17
/
+17
*
document ->atomic_open() changes
Al Viro
2018-07-12
3
-9
/
+19
*
->atomic_open(): return 0 in all success cases
Al Viro
2018-07-12
2
-17
/
+17
*
get rid of 'opened' in path_openat() and the helpers downstream
Al Viro
2018-07-12
1
-14
/
+8
*
get rid of 'opened' argument of ->atomic_open() - part 3
Al Viro
2018-07-12
13
-21
/
+13
*
getting rid of 'opened' argument of ->atomic_open() - part 2
Al Viro
2018-07-12
3
-15
/
+13
*
getting rid of 'opened' argument of ->atomic_open() - part 1
Al Viro
2018-07-12
10
-14
/
+12
*
IMA: don't propagate opened through the entire thing
Al Viro
2018-07-12
6
-17
/
+16
*
introduce FMODE_CREATED and switch to it
Al Viro
2018-07-12
10
-15
/
+20
*
switch all remaining checks for FILE_OPENED to FMODE_OPENED
Al Viro
2018-07-12
3
-13
/
+5
*
now we can fold open_check_o_direct() into do_dentry_open()
Al Viro
2018-07-12
3
-19
/
+6
*
lift fput() on late failures into path_openat()
Al Viro
2018-07-12
1
-16
/
+12
*
fold put_filp() into fput()
Al Viro
2018-07-12
4
-21
/
+10
*
introduce FMODE_OPENED
Al Viro
2018-07-12
3
-1
/
+5
*
->file_open(): lose cred argument
Al Viro
2018-07-12
6
-10
/
+10
*
security_file_open(): lose cred argument
Al Viro
2018-07-12
3
-6
/
+5
*
get rid of cred argument of vfs_open() and do_dentry_open()
Al Viro
2018-07-12
3
-12
/
+9
*
pass ->f_flags value to alloc_empty_file()
Al Viro
2018-07-12
4
-13
/
+9
*
pass creds to get_empty_filp(), make sure dentry_open() passes the right creds
Al Viro
2018-07-12
4
-6
/
+5
*
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
Al Viro
2018-07-12
12
-36
/
+27
*
make sure do_dentry_open() won't return positive as an error
Al Viro
2018-07-10
1
-0
/
+2
*
create_pipe_files(): use fput() if allocation of the second file fails
Al Viro
2018-07-10
1
-4
/
+3
*
turn filp_clone_open() into inline wrapper for dentry_open()
Al Viro
2018-07-10
4
-23
/
+6
*
fold security_file_free() into file_free()
Al Viro
2018-07-10
1
-6
/
+4
*
ocxlflash_getfile(): fix double-iput() on alloc_file() failures
Al Viro
2018-07-10
1
-3
/
+2
*
cxl_getfile(): fix double-iput() on alloc_file() failures
Al Viro
2018-07-10
1
-4
/
+4
*
drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
Al Viro
2018-07-10
3
-16
/
+2
*
proc: add proc_seq_release
Chunyu Hu
2018-06-27
1
-1
/
+10
*
Linux 4.18-rc1
v4.18-rc1
Linus Torvalds
2018-06-17
1
-2
/
+2
*
Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-06-17
16
-275
/
+174
|
\
|
*
bsg: fix race of bsg_open and bsg_unregister
Anatoliy Glagolev
2018-06-15
1
-11
/
+11
|
*
block: remov blk_queue_invalidate_tags
Christoph Hellwig
2018-06-15
3
-38
/
+1
|
*
Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linus
Jens Axboe
2018-06-15
11
-224
/
+154
|
|
\
|
|
*
nvme-fabrics: fix and refine state checks in __nvmf_check_ready
Christoph Hellwig
2018-06-15
1
-20
/
+19
|
|
*
nvme-fabrics: handle the admin-only case properly in nvmf_check_ready
Christoph Hellwig
2018-06-15
1
-1
/
+2
|
|
*
nvme-fabrics: refactor queue ready check
Christoph Hellwig
2018-06-15
5
-50
/
+45
|
|
*
blk-mq: remove blk_mq_tagset_iter
Christoph Hellwig
2018-06-14
2
-31
/
+0
|
|
*
nvme: remove nvme_reinit_tagset
Christoph Hellwig
2018-06-14
2
-12
/
+0
|
|
*
nvme-fc: fix nulling of queue data on reconnect
James Smart
2018-06-14
1
-6
/
+5
|
|
*
nvme-fc: remove reinit_request routine
James Smart
2018-06-14
1
-20
/
+0
|
|
*
nvme-fc: change controllers first connect to use reconnect path
James Smart
2018-06-14
1
-57
/
+47
|
|
*
nvme: don't rely on the changed namespace list log
Christoph Hellwig
2018-06-13
1
-25
/
+11
|
|
*
nvmet: free smart-log buffer after use
Chaitanya Kulkarni
2018-06-11
1
-1
/
+3
|
|
*
nvme-rdma: fix error flow during mapping request data
Max Gurtovoy
2018-06-11
1
-7
/
+24
|
|
*
nvme: add bio remapping tracepoint
Hannes Reinecke
2018-06-11
1
-0
/
+4
|
|
*
nvme: fix NULL pointer dereference in nvme_init_subsystem
Israel Rukshin
2018-06-11
1
-1
/
+1
|
*
|
blk-mq: don't time out requests again that are in the timeout handler
Christoph Hellwig
2018-06-14
2
-0
/
+7
|
*
|
blk-mq: reinit q->tag_set_list entry only after grace period
Roman Pen
2018-06-11
1
-2
/
+1
[next]