summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-18vfs: fix freeze protection in mnt_want_write_file() for overlayfsMiklos Szeredi1-3/+4
2018-07-18Revert "ovl: don't allow writing ioctl on lower layer"Miklos Szeredi4-70/+9
2018-07-18Revert "ovl: fix may_write_real() for overlayfs directories"Miklos Szeredi1-3/+1
2018-07-18vfs: don't open realMiklos Szeredi1-6/+1
2018-07-18ovl: add reflink/copyfile/dedup supportMiklos Szeredi1-0/+87
2018-07-18ovl: add O_DIRECT supportMiklos Szeredi1-0/+3
2018-07-18ovl: add ovl_fiemap()Miklos Szeredi1-1/+28
2018-07-18ovl: add lsattr/chattr supportMiklos Szeredi1-0/+79
2018-07-18ovl: add ovl_fallocate()Miklos Szeredi1-0/+24
2018-07-18ovl: add ovl_mmap()Miklos Szeredi1-0/+32
2018-07-18ovl: add ovl_fsync()Miklos Szeredi1-0/+23
2018-07-18ovl: add ovl_write_iter()Miklos Szeredi1-0/+39
2018-07-18ovl: add ovl_read_iter()Miklos Szeredi1-0/+67
2018-07-18ovl: add helper to return real fileMiklos Szeredi1-0/+60
2018-07-18ovl: stack file opsMiklos Szeredi4-2/+82
2018-07-18ovl: deal with overlay files in ovl_d_real()Miklos Szeredi1-0/+4
2018-07-18ovl: copy up file size as wellMiklos Szeredi2-9/+2
2018-07-18Revert "Revert "ovl: get_write_access() in truncate""Miklos Szeredi1-0/+21
2018-07-18ovl: copy up inode flagsMiklos Szeredi2-0/+8
2018-07-18ovl: copy up timesMiklos Szeredi4-9/+37
2018-07-18vfs: export vfs_dedupe_file_range_one() to modulesMiklos Szeredi2-3/+7
2018-07-18vfs: export vfs_ioctl() to modulesMiklos Szeredi3-1/+3
2018-07-18vfs: make open_with_fake_path() not contribute to nr_filesMiklos Szeredi4-22/+53
2018-07-18Merge branch 'dedupe-cleanup' into overlayfs-nextMiklos Szeredi6-84/+74
2018-07-18Merge branch 'for-ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...Miklos Szeredi26-183/+137
2018-07-17ovl: fix wrong use of impure dir cache in ovl_iterate()Amir Goldstein1-2/+17
2018-07-12new helper: open_with_fake_path()Al Viro2-0/+20
2018-07-12now we can fold open_check_o_direct() into do_dentry_open()Al Viro3-19/+6
2018-07-12lift fput() on late failures into path_openat()Al Viro1-16/+12
2018-07-12fold put_filp() into fput()Al Viro4-21/+10
2018-07-12introduce FMODE_OPENEDAl Viro3-1/+5
2018-07-12->file_open(): lose cred argumentAl Viro6-10/+10
2018-07-12security_file_open(): lose cred argumentAl Viro3-6/+5
2018-07-12get rid of cred argument of vfs_open() and do_dentry_open()Al Viro3-12/+9
2018-07-12pass ->f_flags value to alloc_empty_file()Al Viro4-13/+9
2018-07-12pass creds to get_empty_filp(), make sure dentry_open() passes the right credsAl Viro4-6/+5
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro12-36/+27
2018-07-10make sure do_dentry_open() won't return positive as an errorAl Viro1-0/+2
2018-07-10create_pipe_files(): use fput() if allocation of the second file failsAl Viro1-4/+3
2018-07-10turn filp_clone_open() into inline wrapper for dentry_open()Al Viro4-23/+6
2018-07-10fold security_file_free() into file_free()Al Viro1-6/+4
2018-07-10ocxlflash_getfile(): fix double-iput() on alloc_file() failuresAl Viro1-3/+2
2018-07-10cxl_getfile(): fix double-iput() on alloc_file() failuresAl Viro1-4/+4
2018-07-10drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro3-16/+2
2018-07-06vfs: dedupe: extract helper for a single dedupMiklos Szeredi1-40/+49
2018-07-06vfs: dedupe: rationalize argsMiklos Szeredi6-20/+22
2018-07-06vfs: dedupe: return intMiklos Szeredi6-40/+16
2018-07-06vfs: limit size of dedupeMiklos Szeredi1-0/+3
2018-06-27proc: add proc_seq_releaseChunyu Hu1-1/+10
2018-06-17Linux 4.18-rc1v4.18-rc1Linus Torvalds1-2/+2