1. 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  2. 839d682 memcg: enable accounting for fasync_cache by Vasily Averin · 3 years, 4 months ago
  3. 2f488f6 fcntl: fix potential deadlock for &fasync_struct.fa_lock by Desmond Cheong Zhi Xi · 3 years, 6 months ago
  4. f671a69 fcntl: fix potential deadlocks for &fown_struct.lock by Desmond Cheong Zhi Xi · 3 years, 6 months ago
  5. e886553 fcntl: Fix unreachable code in do_fcntl() by Gustavo A. R. Silva · 3 years, 6 months ago
  6. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
  7. cc4a3f8 fcntl: make F_GETOWN(EX) return 0 on dead owner task by Pavel Tikhomirov · 3 years, 11 months ago
  8. 9eccd12 fcntl: handle idmapped mounts by Christian Brauner · 4 years ago
  9. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  10. 8d1ddb5 fcntl: Fix potential deadlock in send_sig{io, urg}() by Boqun Feng · 4 years, 2 months ago
  11. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  12. 0a68ff5 fcntl: Distribute switch variables for initialization by Kees Cook · 4 years, 10 months ago
  13. 5bf9a06 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  14. 9a7f12e fcntl: fix typo in RWH_WRITE_LIFE_NOT_SET r/w hint name by Eugene Syromiatnikov · 5 years ago
  15. e200327 fs/fnctl: fix missing __user in fcntl_rw_hint() by Ben Dooks · 5 years ago
  16. 0a4c926 fs: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  17. ae7795b signal: Distinguish between kernel_siginfo and siginfo by Eric W. Biederman · 6 years ago
  18. 84fe4cc signal: Don't send signals to tasks that don't exist by Eric W. Biederman · 6 years ago
  19. 40b3b02 signal: Pass pid type into do_send_sig_info by Eric W. Biederman · 6 years ago
  20. 9c2db00 signal: Pass pid type into send_sigio_to_task & send_sigurg_to_task by Eric W. Biederman · 6 years ago
  21. 0191913 signal: Use PIDTYPE_TGID to clearly store where file signals will be sent by Eric W. Biederman · 7 years ago
  22. 5d75260 mm: restructure memfd code by Mike Kravetz · 7 years ago
  23. 7a107c0 fasync: Fix deadlock between task-context and interrupt-context kill_fasync() by Kirill Tkhai · 7 years ago
  24. e02af2f fs: add do_compat_fcntl64() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  25. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  26. ee5daa1 Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  27. cfe3944 use linux/poll.h instead of asm/poll.h by Al Viro · 7 years ago
  28. 5aadc43 shmem: rename functions that are memfd-related by Marc-André Lureau · 7 years ago
  29. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  30. faf1f22 signal: Ensure generic siginfos the kernel sends have all bits initialized by Eric W. Biederman · 7 years ago
  31. c71d227 make kernel-side POLL... arch-independent by Al Viro · 7 years ago
  32. 5dc533c ->si_band gets POLL... bitmap stored into a user-visible long field by Al Viro · 7 years ago
  33. 4d2dc2c fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscall by Jeff Layton · 7 years ago
  34. 9280a60 fcntl: don't leak fd reference when fixup_compat_flock fails by Jeff Layton · 7 years ago
  35. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  36. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  37. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  38. 54640d2 fcntl: Don't set si_code to SI_SIGIO when sig == SIGPOLL by Eric W. Biederman · 7 years ago
  39. d08477a fcntl: Don't use ambiguous SIG_POLL si_codes by Eric W. Biederman · 7 years ago
  40. b59eea5 vfs: fix flock compat thinko by Linus Torvalds · 7 years ago
  41. 3bad2f1 Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  42. 5657cb0 fs/fcntl: use copy_to/from_user() for u64 types by Jens Axboe · 8 years ago
  43. c75b1d9 fs: add fcntl() interface for setting/getting write life time hints by Jens Axboe · 8 years ago
  44. 8c6657c Switch flock copyin/copyout primitives to copy_{from,to}_user() by Al Viro · 8 years ago
  45. f731273 fs/fcntl: return -ESRCH in f_setown when pid/pgid can't be found by Jeff Layton · 8 years ago
  46. fc3dc67 fs/fcntl: f_setown, avoid undefined behaviour by Jiri Slaby · 8 years ago
  47. 393cc3f fs/fcntl: f_setown, allow returning error by Jiri Slaby · 8 years ago
  48. 94073ad fs/locks: don't mess with the address limit in compat_fcntl64 by Christoph Hellwig · 8 years ago
  49. a75d30c fs/locks: pass kernel struct flock to fcntl_getlk/setlk by Christoph Hellwig · 8 years ago
  50. 11fbf53 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  51. 80f1837 fs: add a VALID_OPEN_FLAGS by Christoph Hellwig · 8 years ago
  52. 80f0cce fcntl: move compat syscalls from compat.c by Al Viro · 8 years ago
  53. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  54. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  55. 4506309 don't open-code file_inode() by Al Viro · 8 years ago
  56. 0dbf5f2 fcntl: allow to set O_DIRECT flag on pipe by Stanislav Kinsburskiy · 9 years ago
  57. 75069f2 vfs: renumber FMODE_NONOTIFY and add to uniqueness check by David Drysdale · 10 years ago
  58. e0b93ed security: make security_file_set_fowner, f_setown and __f_setown void return by Jeff Layton · 10 years ago
  59. 40e041a shm: add sealing API by David Herrmann · 10 years ago
  60. 0d3f7a2 locks: rename file-private locks to "open file description locks" by Jeff Layton · 11 years ago
  61. 5d50ffd locks: add new fcntl cmd values for handling file private locks by Jeff Layton · 11 years ago
  62. c1e62b8 locks: pass the cmd value to fcntl_getlk/getlk64 by Jeff Layton · 11 years ago
  63. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  64. 3d62c45 vfs: add missing check for __O_TMPFILE in fcntl_init() by Zheng Liu · 11 years ago
  65. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  66. 1219771 Fix F_DUPFD_CLOEXEC breakage by Al Viro · 12 years ago
  67. 63784dd fcntl: fix misannotations by Al Viro · 12 years ago
  68. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  69. fe17f22 take purely descriptor-related stuff from fcntl.c to file.c by Al Viro · 12 years ago
  70. f33ff99 take rlimit check to callers of expand_files() by Al Viro · 12 years ago
  71. 1d151c3 c/r: fcntl: add F_GETOWNER_UIDS option by Cyrill Gorcunov · 12 years ago
  72. 545ec2c switch fcntl to fget_raw_light/fput_light by Al Viro · 13 years ago
  73. 8e96e3b userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs by Eric W. Biederman · 13 years ago
  74. 1dce27c Wrap accesses to the fd_sets in struct fdtable by David Howells · 13 years ago
  75. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 14 years ago
  76. 1abf0c7 New kind of open files - "location only". by Al Viro · 14 years ago
  77. 3cd90ea vfs: sparse: add __FMODE_EXEC by Namhyung Kim · 14 years ago
  78. 55f335a fasync: Fix placement of FASYNC flag comment by Linus Torvalds · 14 years ago
  79. f7347ce fasync: re-organize fasync entry insertion to allow it under a spinlock by Linus Torvalds · 14 years ago
  80. 3ab04d5 vfs: take O_NONBLOCK out of the O_* uniqueness test by James Bottomley · 14 years ago
  81. 454eedb vfs: O_* bit numbers uniqueness check by Wu Fengguang · 14 years ago
  82. f4985dc fs/fcntl.c:kill_fasync_rcu() fa_lock must be IRQ-safe by Andrew Morton · 15 years ago
  83. 5b54470 fcntl: return -EFAULT if copy_to_user fails by Dan Carpenter · 15 years ago
  84. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 15 years ago
  85. 35f3d14 pipe: add support for shrinking and growing pipes by Jens Axboe · 15 years ago
  86. 989a297 fasync: RCU and fine grained locking by Eric Dumazet · 15 years ago
  87. d554ed89 fs: use rlimit helpers by Jiri Slaby · 15 years ago
  88. 80e1e82 Fix race in tty_fasync() properly by Linus Torvalds · 15 years ago
  89. b04da8b fnctl: f_modown should call write_lock_irqsave/restore by Greg Kroah-Hartman · 15 years ago
  90. 53281b6 fasync: split 'fasync_helper()' into separate add/remove functions by Linus Torvalds · 15 years ago
  91. 978b405 fcntl: rename F_OWNER_GID to F_OWNER_PGRP by Peter Zijlstra · 15 years ago
  92. ba0a6c9 fcntl: add F_[SG]ETOWN_EX by Peter Zijlstra · 15 years ago
  93. 06f1631 signals: send_sigio: use do_send_sig_info() to avoid check_kill_permission() by Oleg Nesterov · 15 years ago
  94. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  95. 8eeee4e send_sigio_to_task: sanitize the usage of fown->signum by Oleg Nesterov · 16 years ago
  96. 2f38d70 shift current_cred() from __f_setown() to f_modown() by Oleg Nesterov · 16 years ago
  97. 2b79bc4 dup2: Fix return value with oldfd == newfd and invalid fd by Jeff Mahoney · 16 years ago
  98. 4a6a449 Fix a lockdep warning in fasync_helper() by Jonathan Corbet · 16 years ago
  99. 60aa492 Rationalize fasync return values by Jonathan Corbet · 16 years ago
  100. 7639842 Move FASYNC bit handling to f_op->fasync() by Jonathan Corbet · 16 years ago