| Commit message (Expand) | Author | Files | Lines |
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-rc1v4.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 |