index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-07-12
few more cleanups of link_path_walk() callers
Al Viro
2018-07-12
allow link_path_walk() to take ERR_PTR()
Al Viro
2018-07-12
make path_init() unconditionally paired with terminate_walk()
Al Viro
2018-07-12
document alloc_file() changes
Al Viro
2018-07-12
make alloc_file() static
Al Viro
2018-07-12
do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone()
Al Viro
2018-07-12
new helper: alloc_file_clone()
Al Viro
2018-07-12
create_pipe_files(): switch the first allocation to alloc_file_pseudo()
Al Viro
2018-07-12
anon_inode_getfile(): switch to alloc_file_pseudo()
Al Viro
2018-07-12
hugetlb_file_setup(): switch to alloc_file_pseudo()
Al Viro
2018-07-12
ocxlflash_getfile(): switch to alloc_file_pseudo()
Al Viro
2018-07-12
cxl_getfile(): switch to alloc_file_pseudo()
Al Viro
2018-07-12
... and switch shmem_file_setup() to alloc_file_pseudo()
Al Viro
2018-07-12
__shmem_file_setup(): reorder allocations
Al Viro
2018-07-12
new wrapper: alloc_file_pseudo()
Al Viro
2018-07-12
kill FILE_{CREATED,OPENED}
Al Viro
2018-07-12
switch atomic_open() and lookup_open() to returning 0 in all success cases
Al Viro
2018-07-12
document ->atomic_open() changes
Al Viro
2018-07-12
->atomic_open(): return 0 in all success cases
Al Viro
2018-07-12
get rid of 'opened' in path_openat() and the helpers downstream
Al Viro
2018-07-12
get rid of 'opened' argument of ->atomic_open() - part 3
Al Viro
2018-07-12
getting rid of 'opened' argument of ->atomic_open() - part 2
Al Viro
2018-07-12
getting rid of 'opened' argument of ->atomic_open() - part 1
Al Viro
2018-07-12
IMA: don't propagate opened through the entire thing
Al Viro
2018-07-12
introduce FMODE_CREATED and switch to it
Al Viro
2018-07-12
switch all remaining checks for FILE_OPENED to FMODE_OPENED
Al Viro
2018-07-12
now we can fold open_check_o_direct() into do_dentry_open()
Al Viro
2018-07-12
lift fput() on late failures into path_openat()
Al Viro
2018-07-12
fold put_filp() into fput()
Al Viro
2018-07-12
introduce FMODE_OPENED
Al Viro
2018-07-12
->file_open(): lose cred argument
Al Viro
2018-07-12
security_file_open(): lose cred argument
Al Viro
2018-07-12
get rid of cred argument of vfs_open() and do_dentry_open()
Al Viro
2018-07-12
pass ->f_flags value to alloc_empty_file()
Al Viro
2018-07-12
pass creds to get_empty_filp(), make sure dentry_open() passes the right creds
Al Viro
2018-07-12
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
Al Viro
2018-07-10
make sure do_dentry_open() won't return positive as an error
Al Viro
2018-07-10
create_pipe_files(): use fput() if allocation of the second file fails
Al Viro
2018-07-10
turn filp_clone_open() into inline wrapper for dentry_open()
Al Viro
2018-07-10
fold security_file_free() into file_free()
Al Viro
2018-07-10
ocxlflash_getfile(): fix double-iput() on alloc_file() failures
Al Viro
2018-07-10
cxl_getfile(): fix double-iput() on alloc_file() failures
Al Viro
2018-07-10
drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
Al Viro
2018-06-27
proc: add proc_seq_release
Chunyu Hu
2018-06-17
Linux 4.18-rc1
v4.18-rc1
Linus Torvalds
2018-06-17
Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-06-17
Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental
Linus Torvalds
2018-06-17
Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2018-06-17
Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linux
Linus Torvalds
2018-06-16
Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
[next]