summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-12do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone()Al Viro
2018-07-12new helper: alloc_file_clone()Al Viro
2018-07-12create_pipe_files(): switch the first allocation to alloc_file_pseudo()Al Viro
2018-07-12anon_inode_getfile(): switch to alloc_file_pseudo()Al Viro
2018-07-12hugetlb_file_setup(): switch to alloc_file_pseudo()Al Viro
2018-07-12ocxlflash_getfile(): switch to alloc_file_pseudo()Al Viro
2018-07-12cxl_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 allocationsAl Viro
2018-07-12new wrapper: alloc_file_pseudo()Al Viro
2018-07-12kill FILE_{CREATED,OPENED}Al Viro
2018-07-12switch atomic_open() and lookup_open() to returning 0 in all success casesAl Viro
2018-07-12document ->atomic_open() changesAl Viro
2018-07-12->atomic_open(): return 0 in all success casesAl Viro
2018-07-12get rid of 'opened' in path_openat() and the helpers downstreamAl Viro
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro
2018-07-12IMA: don't propagate opened through the entire thingAl Viro
2018-07-12introduce FMODE_CREATED and switch to itAl Viro
2018-07-12switch all remaining checks for FILE_OPENED to FMODE_OPENEDAl Viro
2018-07-12now we can fold open_check_o_direct() into do_dentry_open()Al Viro
2018-07-12lift fput() on late failures into path_openat()Al Viro
2018-07-12fold put_filp() into fput()Al Viro
2018-07-12introduce FMODE_OPENEDAl Viro
2018-07-12->file_open(): lose cred argumentAl Viro
2018-07-12security_file_open(): lose cred argumentAl Viro
2018-07-12get rid of cred argument of vfs_open() and do_dentry_open()Al Viro
2018-07-12pass ->f_flags value to alloc_empty_file()Al Viro
2018-07-12pass creds to get_empty_filp(), make sure dentry_open() passes the right credsAl Viro
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro
2018-07-10make sure do_dentry_open() won't return positive as an errorAl Viro
2018-07-10create_pipe_files(): use fput() if allocation of the second file failsAl Viro
2018-07-10turn filp_clone_open() into inline wrapper for dentry_open()Al Viro
2018-07-10fold security_file_free() into file_free()Al Viro
2018-07-10ocxlflash_getfile(): fix double-iput() on alloc_file() failuresAl Viro
2018-07-10cxl_getfile(): fix double-iput() on alloc_file() failuresAl Viro
2018-07-10drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro
2018-06-27proc: add proc_seq_releaseChunyu Hu
2018-06-17Linux 4.18-rc1Linus Torvalds
2018-06-17Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds
2018-06-17Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-17Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linuxLinus Torvalds
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-06-16Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-06-16Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-16Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-16Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds