summaryrefslogtreecommitdiff
path: root/fs/fcntl.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-1/+1
2018-08-15signal: Don't send signals to tasks that don't existEric W. Biederman1-2/+4
2018-07-21signal: Pass pid type into do_send_sig_infoEric W. Biederman1-3/+3
2018-07-21signal: Pass pid type into send_sigio_to_task & send_sigurg_to_taskEric W. Biederman1-17/+9
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman1-22/+32
2018-06-07mm: restructure memfd codeMike Kravetz1-1/+1
2018-05-01fasync: Fix deadlock between task-context and interrupt-context kill_fasync()Kirill Tkhai1-8/+7
2018-04-02fs: add do_compat_fcntl64() helper; remove in-kernel call to compat syscallDominik Brodowski1-3/+9
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-6/+6
2018-02-11Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2018-02-01use linux/poll.h instead of asm/poll.hAl Viro1-1/+1
2018-01-31shmem: rename functions that are memfd-relatedMarc-André Lureau1-1/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2018-01-12signal: Ensure generic siginfos the kernel sends have all bits initializedEric W. Biederman1-0/+1
2017-11-29make kernel-side POLL... arch-independentAl Viro1-1/+1
2017-11-28->si_band gets POLL... bitmap stored into a user-visible long fieldAl Viro1-2/+2
2017-11-15fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton1-6/+5
2017-11-15fcntl: don't leak fd reference when fixup_compat_flock failsJeff Layton1-3/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-09-18fcntl: Don't set si_code to SI_SIGIO when sig == SIGPOLLEric W. Biederman1-1/+1
2017-07-24fcntl: Don't use ambiguous SIG_POLL si_codesEric W. Biederman1-1/+12
2017-07-07vfs: fix flock compat thinkoLinus Torvalds1-15/+15
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-93/+138
2017-06-28fs/fcntl: use copy_to/from_user() for u64 typesJens Axboe1-4/+9
2017-06-27fs: add fcntl() interface for setting/getting write life time hintsJens Axboe1-0/+62
2017-06-26Switch flock copyin/copyout primitives to copy_{from,to}_user()Al Viro1-30/+29
2017-06-14fs/fcntl: return -ESRCH in f_setown when pid/pgid can't be foundJeff Layton1-5/+13
2017-06-14fs/fcntl: f_setown, avoid undefined behaviourJiri Slaby1-0/+4
2017-06-14fs/fcntl: f_setown, allow returning errorJiri Slaby1-3/+4
2017-06-01fs/locks: don't mess with the address limit in compat_fcntl64Christoph Hellwig1-51/+67
2017-05-27fs/locks: pass kernel struct flock to fcntl_getlk/setlkChristoph Hellwig1-5/+22
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-10/+4
2017-04-27fs: add a VALID_OPEN_FLAGSChristoph Hellwig1-10/+4
2017-04-17fcntl: move compat syscalls from compat.cAl Viro1-0/+157
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-04don't open-code file_inode()Al Viro1-1/+1
2016-01-09fcntl: allow to set O_DIRECT flag on pipeStanislav Kinsburskiy1-1/+2
2015-01-08vfs: renumber FMODE_NONOTIFY and add to uniqueness checkDavid Drysdale1-2/+3
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton1-14/+7
2014-08-08shm: add sealing APIDavid Herrmann1-0/+5
2014-04-22locks: rename file-private locks to "open file description locks"Jeff Layton1-6/+6
2014-03-31locks: add new fcntl cmd values for handling file private locksJeff Layton1-11/+24
2014-03-31locks: pass the cmd value to fcntl_getlk/getlk64Jeff Layton1-2/+2
2013-10-24file->f_op is never NULL...Al Viro1-3/+2
2013-08-05vfs: add missing check for __O_TMPFILE in fcntl_init()Zheng Liu1-2/+2
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-10-09Fix F_DUPFD_CLOEXEC breakageAl Viro1-1/+1