index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
tcrypt.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-12
get rid of 'opened' in path_openat() and the helpers downstream
Al Viro
1
-14
/
+8
2018-07-12
get rid of 'opened' argument of ->atomic_open() - part 3
Al Viro
13
-21
/
+13
2018-07-12
getting rid of 'opened' argument of ->atomic_open() - part 2
Al Viro
3
-15
/
+13
2018-07-12
getting rid of 'opened' argument of ->atomic_open() - part 1
Al Viro
10
-14
/
+12
2018-07-12
IMA: don't propagate opened through the entire thing
Al Viro
6
-17
/
+16
2018-07-12
introduce FMODE_CREATED and switch to it
Al Viro
10
-15
/
+20
2018-07-12
switch all remaining checks for FILE_OPENED to FMODE_OPENED
Al Viro
3
-13
/
+5
2018-07-12
now we can fold open_check_o_direct() into do_dentry_open()
Al Viro
3
-19
/
+6
2018-07-12
lift fput() on late failures into path_openat()
Al Viro
1
-16
/
+12
2018-07-12
fold put_filp() into fput()
Al Viro
4
-21
/
+10
2018-07-12
introduce FMODE_OPENED
Al Viro
3
-1
/
+5
2018-07-12
->file_open(): lose cred argument
Al Viro
6
-10
/
+10
2018-07-12
security_file_open(): lose cred argument
Al Viro
3
-6
/
+5
2018-07-12
get rid of cred argument of vfs_open() and do_dentry_open()
Al Viro
3
-12
/
+9
2018-07-12
pass ->f_flags value to alloc_empty_file()
Al Viro
4
-13
/
+9
2018-07-12
pass creds to get_empty_filp(), make sure dentry_open() passes the right creds
Al Viro
4
-6
/
+5
2018-07-12
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
Al Viro
12
-36
/
+27
2018-07-11
make sure do_dentry_open() won't return positive as an error
Al Viro
1
-0
/
+2
2018-07-11
create_pipe_files(): use fput() if allocation of the second file fails
Al Viro
1
-4
/
+3
2018-07-11
turn filp_clone_open() into inline wrapper for dentry_open()
Al Viro
4
-23
/
+6
2018-07-11
fold security_file_free() into file_free()
Al Viro
1
-6
/
+4
2018-07-11
ocxlflash_getfile(): fix double-iput() on alloc_file() failures
Al Viro
1
-3
/
+2
2018-07-11
cxl_getfile(): fix double-iput() on alloc_file() failures
Al Viro
1
-4
/
+4
2018-07-11
drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
Al Viro
3
-16
/
+2
2018-06-28
proc: add proc_seq_release
Chunyu Hu
1
-1
/
+10
2018-06-17
Linux 4.18-rc1
v4.18-rc1
Linus Torvalds
1
-2
/
+2
2018-06-15
fix a series of Documentation/ broken file name references
Mauro Carvalho Chehab
8
-9
/
+10
2018-06-15
Documentation: rstFlatTable.py: fix a broken reference
Mauro Carvalho Chehab
1
-2
/
+0
2018-06-15
ABI: sysfs-devices-system-cpu: remove a broken reference
Mauro Carvalho Chehab
1
-3
/
+0
2018-06-15
devicetree: fix a series of wrong file references
Mauro Carvalho Chehab
8
-14
/
+14
2018-06-15
devicetree: fix name of pinctrl-bindings.txt
Mauro Carvalho Chehab
9
-12
/
+12
2018-06-15
devicetree: fix some bindings file names
Mauro Carvalho Chehab
3
-3
/
+3
2018-06-15
MAINTAINERS: fix location of DT npcm files
Mauro Carvalho Chehab
1
-1
/
+2
2018-06-15
MAINTAINERS: fix location of some display DT bindings
Mauro Carvalho Chehab
1
-3
/
+2
2018-06-15
kernel-parameters.txt: fix pointers to sound parameters
Mauro Carvalho Chehab
1
-4
/
+1
2018-06-15
bindings: nvmem/zii: Fix location of nvmem.txt
Mauro Carvalho Chehab
1
-1
/
+1
2018-06-15
docs: Fix more broken references
Mauro Carvalho Chehab
23
-41
/
+41
2018-06-15
scripts/documentation-file-ref-check: check tools/*/Documentation
Mauro Carvalho Chehab
1
-0
/
+7
2018-06-15
scripts/documentation-file-ref-check: get rid of false-positives
Mauro Carvalho Chehab
1
-3
/
+18
2018-06-15
scripts/documentation-file-ref-check: hint: dash or underline
Mauro Carvalho Chehab
1
-0
/
+6
2018-06-15
scripts/documentation-file-ref-check: add a fix logic for DT
Mauro Carvalho Chehab
1
-3
/
+17
2018-06-15
scripts/documentation-file-ref-check: accept more wildcards at filenames
Mauro Carvalho Chehab
1
-1
/
+1
2018-06-15
scripts/documentation-file-ref-check: fix help message
Mauro Carvalho Chehab
1
-1
/
+1
2018-06-15
media: max2175: fix location of driver's companion documentation
Mauro Carvalho Chehab
1
-3
/
+3
2018-06-15
media: v4l: fix broken video4linux docs locations
Mauro Carvalho Chehab
7
-15
/
+13
2018-06-15
media: dvb: point to the location of the old README.dvb-usb file
Mauro Carvalho Chehab
45
-45
/
+45
2018-06-15
media: dvb: fix location of get_dvb_firmware script
Mauro Carvalho Chehab
16
-30
/
+28
2018-06-15
docs: Fix some broken references
Mauro Carvalho Chehab
71
-113
/
+113
2018-06-15
docs: fix broken references with multiple hints
Mauro Carvalho Chehab
16
-24
/
+24
2018-06-15
net: stmmac: Run HWIF Quirks after getting HW caps
Jose Abreu
3
-7
/
+10
[next]