summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-01-31fs/fcntl: f_setown, avoid undefined behaviourJiri Slaby1-0/+4
2017-07-12fs: add a VALID_OPEN_FLAGSChristoph Hellwig2-10/+10
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 Drysdale3-4/+5
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton12-42/+26
2014-08-08shm: add sealing APIDavid Herrmann4-0/+180
2014-04-22locks: rename file-private locks to "open file description locks"Jeff Layton6-36/+36
2014-03-31locks: add new fcntl cmd values for handling file private locksJeff Layton6-20/+126
2014-03-31locks: pass the cmd value to fcntl_getlk/getlk64Jeff Layton3-8/+10
2013-10-25file->f_op is never NULL...Al Viro29-97/+74
2013-08-05vfs: add missing check for __O_TMPFILE in fcntl_init()Zheng Liu1-2/+2
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2012-10-09Fix F_DUPFD_CLOEXEC breakageAl Viro1-1/+1
2012-09-27fcntl: fix misannotationsAl Viro1-3/+3
2012-09-27switch simple cases of fget_light to fdgetAl Viro44-763/+633
2012-09-27take purely descriptor-related stuff from fcntl.c to file.cAl Viro3-128/+137
2012-09-27take rlimit check to callers of expand_files()Al Viro2-7/+12
2012-07-31c/r: fcntl: add F_GETOWNER_UIDS optionCyrill Gorcunov3-0/+34
2012-05-30switch fcntl to fget_raw_light/fput_lightAl Viro1-25/+17
2012-05-03userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman7-21/+21
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells10-27/+57
2011-03-24userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn30-44/+47
2011-03-15New kind of open files - "location only".Al Viro7-17/+119
2011-02-03vfs: sparse: add __FMODE_EXECNamhyung Kim3-3/+4
2010-10-28fasync: Fix placement of FASYNC flag commentLinus Torvalds1-3/+3
2010-10-27fasync: re-organize fasync entry insertion to allow it under a spinlockLinus Torvalds3-17/+72
2010-09-10vfs: take O_NONBLOCK out of the O_* uniqueness testJames Bottomley1-3/+7
2010-08-11vfs: O_* bit numbers uniqueness checkWu Fengguang2-2/+17
2010-06-29fs/fcntl.c:kill_fasync_rcu() fa_lock must be IRQ-safeAndrew Morton1-2/+4
2010-06-04fcntl: return -EFAULT if copy_to_user failsDan Carpenter1-2/+5
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe5756-164485/+394531
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe9-108/+292
2010-04-21fasync: RCU and fine grained lockingEric Dumazet3-92/+59
2010-03-06fs: use rlimit helpersJiri Slaby8-12/+12
2010-02-07Fix race in tty_fasync() properlyLinus Torvalds2-5/+5
2010-01-27fnctl: f_modown should call write_lock_irqsave/restoreGreg Kroah-Hartman1-2/+4
2009-12-16fasync: split 'fasync_helper()' into separate add/remove functionsLinus Torvalds1-36/+66
2009-11-18fcntl: rename F_OWNER_GID to F_OWNER_PGRPPeter Zijlstra2-3/+3
2009-09-24fcntl: add F_[SG]ETOWN_EXPeter Zijlstra4-8/+117
2009-09-24signals: send_sigio: use do_send_sig_info() to avoid check_kill_permission()Oleg Nesterov1-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan173-93/+81
2009-06-16send_sigio_to_task: sanitize the usage of fown->signumOleg Nesterov1-5/+11
2009-06-16shift current_cred() from __f_setown() to f_modown()Oleg Nesterov1-7/+10
2009-05-11dup2: Fix return value with oldfd == newfd and invalid fdJeff Mahoney1-2/+4
2009-03-30Fix a lockdep warning in fasync_helper()Jonathan Corbet2-4/+8
2009-03-16Rationalize fasync return valuesJonathan Corbet17-73/+22
2009-03-16Move FASYNC bit handling to f_op->fasync()Jonathan Corbet4-27/+29
2009-03-16Use f_lock to protect f_flagsJonathan Corbet13-9/+33
2009-01-14[CVE-2009-0029] System call wrappers part 15Heiko Carstens4-9/+10
2008-12-25Merge branch 'next' into for-linusJames Morris223-3322/+5678
[next]