summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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 Szeredi1-3/+3
2018-07-18vfs: export vfs_ioctl() to modulesMiklos Szeredi2-1/+1
2018-07-18vfs: make open_with_fake_path() not contribute to nr_filesMiklos Szeredi3-22/+50
2018-07-18Merge branch 'dedupe-cleanup' into overlayfs-nextMiklos Szeredi5-83/+73
2018-07-18Merge branch 'for-ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...Miklos Szeredi10-132/+99
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 Viro1-0/+18
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 Viro3-20/+10
2018-07-12introduce FMODE_OPENEDAl Viro2-1/+3
2018-07-12security_file_open(): lose cred argumentAl Viro1-1/+1
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 Viro5-22/+17
2018-07-11make sure do_dentry_open() won't return positive as an errorAl Viro1-0/+2
2018-07-11create_pipe_files(): use fput() if allocation of the second file failsAl Viro1-4/+3
2018-07-11turn filp_clone_open() into inline wrapper for dentry_open()Al Viro2-21/+1
2018-07-11fold security_file_free() into file_free()Al Viro1-6/+4
2018-07-11drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro1-1/+0
2018-07-07vfs: dedupe: extract helper for a single dedupMiklos Szeredi1-40/+49
2018-07-07vfs: dedupe: rationalize argsMiklos Szeredi5-19/+21
2018-07-07vfs: dedupe: return intMiklos Szeredi5-39/+15
2018-07-07vfs: limit size of dedupeMiklos Szeredi1-0/+3
2018-06-28proc: add proc_seq_releaseChunyu Hu1-1/+10
2018-06-16Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds4-4/+4
2018-06-16Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-124/+152
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds20-645/+879
2018-06-16Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-136/+112
2018-06-16Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds3-9/+14
2018-06-16fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab2-2/+2
2018-06-16docs: Fix more broken referencesMauro Carvalho Chehab2-2/+2
2018-06-15afs: Optimise callback breaking by not repeating volume lookupDavid Howells3-20/+107
2018-06-15afs: Display manually added cells in dynamic root mountDavid Howells6-27/+199
2018-06-15afs: Enable IPv6 DNS lookupsDavid Howells2-2/+2
2018-06-15afs: Show all of a server's addresses in /proc/fs/afs/serversDavid Howells1-2/+8
2018-06-15afs: Handle CONFIG_PROC_FS=nDavid Howells2-2/+10
2018-06-15proc: Make inline name size calculation automaticDavid Howells4-12/+16
2018-06-15orangefs: simplify compat ioctl handlingAl Viro1-42/+12