index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-12
few more cleanups of link_path_walk() callers
Al Viro
1
-19
/
+11
2018-07-12
allow link_path_walk() to take ERR_PTR()
Al Viro
1
-33
/
+5
2018-07-12
make path_init() unconditionally paired with terminate_walk()
Al Viro
1
-16
/
+16
2018-07-12
document alloc_file() changes
Al Viro
1
-0
/
+12
2018-07-12
make alloc_file() static
Al Viro
2
-4
/
+1
2018-07-12
do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone()
Al Viro
1
-21
/
+18
2018-07-12
new helper: alloc_file_clone()
Al Viro
3
-4
/
+15
2018-07-12
create_pipe_files(): switch the first allocation to alloc_file_pseudo()
Al Viro
1
-26
/
+8
2018-07-12
anon_inode_getfile(): switch to alloc_file_pseudo()
Al Viro
1
-23
/
+6
2018-07-12
hugetlb_file_setup(): switch to alloc_file_pseudo()
Al Viro
1
-37
/
+16
2018-07-12
ocxlflash_getfile(): switch to alloc_file_pseudo()
Al Viro
1
-19
/
+4
2018-07-12
cxl_getfile(): switch to alloc_file_pseudo()
Al Viro
1
-17
/
+4
2018-07-12
... and switch shmem_file_setup() to alloc_file_pseudo()
Al Viro
1
-30
/
+7
2018-07-12
__shmem_file_setup(): reorder allocations
Al Viro
1
-23
/
+20
2018-07-12
new wrapper: alloc_file_pseudo()
Al Viro
4
-39
/
+39
2018-07-12
kill FILE_{CREATED,OPENED}
Al Viro
1
-4
/
+0
2018-07-12
switch atomic_open() and lookup_open() to returning 0 in all success cases
Al Viro
1
-17
/
+17
2018-07-12
document ->atomic_open() changes
Al Viro
3
-9
/
+19
2018-07-12
->atomic_open(): return 0 in all success cases
Al Viro
2
-17
/
+17
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
Linus Torvalds
1
-2
/
+2
2018-06-16
Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block
Linus Torvalds
16
-275
/
+174
2018-06-16
Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental
Linus Torvalds
206
-339
/
+372
2018-06-16
Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
14
-147
/
+230
2018-06-16
Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linux
Linus Torvalds
50
-2986
/
+87
2018-06-16
Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
22
-645
/
+892
[next]