aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro12-20/+12
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro3-15/+13
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro9-12/+11
2018-07-12IMA: don't propagate opened through the entire thingAl Viro2-3/+2
2018-07-12introduce FMODE_CREATED and switch to itAl Viro9-15/+19
2018-07-12switch all remaining checks for FILE_OPENED to FMODE_OPENEDAl Viro3-13/+5
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-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 Viro2-21/+1
2018-07-10fold security_file_free() into file_free()Al Viro1-6/+4
2018-07-10drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro1-1/+0
2018-06-27proc: add proc_seq_releaseChunyu Hu1-1/+10
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds4-4/+4
2018-06-17Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds10-124/+152
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds20-645/+879
2018-06-16Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-136/+112
2018-06-16Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-9/+14
2018-06-15fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab2-2/+2
2018-06-15docs: 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
2018-06-15signalfd: lift sigmask copyin and size checks to callers of do_signalfd4()Al Viro1-25/+25
2018-06-14eventpoll: switch to ->poll_maskBen Noordhuis1-5/+10
2018-06-14aio: only return events requested in poll_mask() for IOCB_CMD_POLLChristoph Hellwig1-2/+2
2018-06-14eventfd: only return events requested in poll_mask()Avi Kivity1-2/+2
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-82/+134
2018-06-15exofs: avoid VLA in structuresKees Cook3-67/+115
2018-06-15coredump: fix spam with zero VMA processAlexey Dobriyan1-8/+9
2018-06-15fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()OGAWA Hirofumi1-1/+7
2018-06-15proc: skip branch in /proc/*/* lookupAlexey Dobriyan1-6/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds79-391/+494
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds7-124/+202
2018-06-15Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds5-19/+19
2018-06-14pstore: Remove bogus format string definitionArnd Bergmann1-11/+6
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64Arnd Bergmann79-390/+498
2018-06-12Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent"Linus Torvalds1-3/+1