1. e743995 ext4: fix kernel infoleak via ext4_extent_header by Anirudh Rayabharam · 3 years, 5 months ago
  2. 5eab53f signalfd: use wake_up_pollfree() by Eric Biggers · 2 years, 10 months ago
  3. 9700a1c epoll: do not insert into poll queues until all sanity checks are done by Al Viro · 4 years, 1 month ago rel/10/fp2/22.02.0-rel rel/10/fp2/22.02.0-rel.0
  4. 403565e ext4: Add no_sehash_xattr mount option by LuK1337 · 4 years ago
  5. 7a758f7 proc: prevent accessing /proc/<PID>/environ until it's ready by Mathias Krause · 8 years ago
  6. ac019ba fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open() by Oleg Nesterov · 10 years ago
  7. f878b23 proc: introduce proc_mem_open() by Oleg Nesterov · 10 years ago
  8. cc61dda fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open() by Oleg Nesterov · 10 years ago
  9. fdc11ec proc: convert /proc/$PID/auxv to seq_file interface by Alexey Dobriyan · 10 years ago
  10. b0e7b7f proc: faster /proc/$PID lookup by Alexey Dobriyan · 10 years ago
  11. 27e6dd7 fixup! proc_fill_cache(): just make instantiate_t return int by Luca Weiss · 3 years, 5 months ago
  12. 41a945d proc_fill_cache(): just make instantiate_t return int by Al Viro · 11 years ago
  13. 7347987 fs: change return values from -EACCES to -EPERM by Zhao Hongjiang · 12 years ago
  14. b3f37cf procfs: Don't cache a pid in the root inode. by Eric W. Biederman · 14 years ago
  15. 183438d procfs: Use the proc generic infrastructure for proc/self. by Eric W. Biederman · 14 years ago
  16. 17dd89a procfs: don't need a PATH_MAX allocation to hold a string representation of an int by Jeff Layton · 12 years ago
  17. 8bbbdbc proc: do not allow negative offsets on /proc/<pid>/environ by Djalal Harouni · 12 years ago
  18. 4cce71d proc: use mm_access() instead of ptrace_may_access() by Cong Wang · 12 years ago
  19. 0d01066 proc: remove mm_for_maps() by Cong Wang · 12 years ago
  20. 587f55b proc: clean up /proc/<pid>/environ handling by Cong Wang · 12 years ago
  21. 526d40c userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 13 years ago
  22. 7595fbe Revert "FPII-2529: inf-discl/ vuln/ in kernel components CVE-2016-7916 A-30951939" by Luca Weiss · 3 years, 5 months ago
  23. 71a4afd BACKPORT: do_epoll_ctl(): clean the failure exits up a bit by Al Viro · 4 years, 1 month ago
  24. 2ae8044 switch epoll_ctl() to fdget by Al Viro · 11 years ago
  25. c9ccca2 shm: add sealing API by David Herrmann · 10 years ago
  26. a4d6f93 mm: allow drivers to prevent new writable mappings by David Herrmann · 10 years ago
  27. b8d1295 make get_file() return its argument by Al Viro · 12 years ago
  28. 4eae6ef Revert "splice: introduce FMODE_SPLICE_READ and FMODE_SPLICE_WRITE" by Karsten Tausche · 4 years, 2 months ago
  29. 8a14c34 vfs: fix do_last() regression by Al Viro · 4 years, 8 months ago
  30. a243411 do_last(): fetch directory ->i_mode and ->i_uid before it's too late by Al Viro · 4 years, 8 months ago
  31. 063d55a namei: allow restricted O_CREAT of FIFOs and regular files by Salvatore Mesoraca · 6 years ago
  32. f910390 do_last(): fix missing checks for LAST_BIND case by Al Viro · 11 years ago
  33. 4a7a6f8 userns: Store uid and gid types in vfs structures with kuid_t and kgid_t types by Eric W. Biederman · 13 years ago
  34. d6814e26 userns: Replace the hard to write inode_userns with inode_capable. by Eric W. Biederman · 13 years ago
  35. 07e997d vfs: fix bad hashing of dentries by Linus Torvalds · 10 years ago
  36. ebbce29 dcache.c: get rid of pointless macros by Al Viro · 11 years ago
  37. 91cd1b0 kernel: Move REPEAT_BYTE definition into linux/kernel.h by David S. Miller · 12 years ago
  38. 6c3c38d perf: Fix perf_event_comm() vs. exec() assumption by Peter Zijlstra · 10 years ago
  39. 09b527f perf: Differentiate exec() and non-exec() comm events by Adrian Hunter · 10 years ago
  40. ec5bf68 mm: prepare VM_DONTDUMP for using in drivers by Konstantin Khlebnikov · 12 years ago
  41. a9999e9 take descriptor-related part of close() to file.c by Al Viro · 12 years ago
  42. e3f03d6 take fget() and friends to fs/file.c by Al Viro · 12 years ago
  43. d30a744 expose a low-level variant of fd_install() for binder by Al Viro · 12 years ago
  44. 1c095dc move put_unused_fd() and fd_install() to fs/file.c by Al Viro · 12 years ago
  45. 2adb1fa new helper: __alloc_fd() by Al Viro · 12 years ago
  46. c8e9498 make get_unused_fd_flags() a function by Al Viro · 12 years ago
  47. 453f14d fixup: "fixup: ANDROID: sdcardfs: Don't use OVERRIDE_CRED macro" by Bharath · 4 years, 1 month ago
  48. 3a212e2 fixup: ANDROID: sdcardfs: Don't use OVERRIDE_CRED macro by Karsten Tausche · 4 years, 6 months ago
  49. a5aa8a5 UPSTREAM: procfs: fixes pthread cross-thread naming if !PR_DUMPABLE by Janis Danisevskis · 8 years ago
  50. 75f4521 ext4: add more paranoia checking in ext4_expand_extra_isize handling by Theodore Ts'o · 5 years ago
  51. 9ae9bce ext4: Introduce ext4_clamp_want_extra_isize() by Ben Hutchings · 4 years, 9 months ago
  52. ecaa9f1 block: Fix use-after-free in blkdev_get() by Jason Yan · 4 years, 4 months ago
  53. 1c46b11 locks: print unsigned ino in /proc/locks by Amir Goldstein · 4 years, 10 months ago
  54. 0de9e4b locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" instead by Jeff Layton · 10 years ago
  55. 744c99d locks: rename file-private locks to "open file description locks" by Jeff Layton · 10 years ago
  56. f68ae18 locks: add new fcntl cmd values for handling file private locks by Jeff Layton · 11 years ago
  57. a3b0c80 locks: pass the cmd value to fcntl_getlk/getlk64 by Jeff Layton · 11 years ago
  58. 4a63326 locks: report l_pid as -1 for FL_FILE_PVT locks by Jeff Layton · 11 years ago
  59. 3dca6f6 locks: make /proc/locks show IS_FILE_PVT locks as type "FLPVT" by Jeff Layton · 11 years ago
  60. ca84f62 locks: rename locks_remove_flock to locks_remove_file by Jeff Layton · 11 years ago
  61. e373921 fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info() by Alexander Potapenko · 4 years, 4 months ago
  62. 1af94cd fix regression in "epoll: Keep a reference on files added to the check list" by Al Viro · 4 years, 1 month ago
  63. 0eac428 epoll: Keep a reference on files added to the check list by Marc Zyngier · 4 years, 2 months ago
  64. 085424e vfs: fix bad kernel backport by Luca Weiss · 3 years, 9 months ago
  65. fd93600 printk: Complete the backport by Kay Sievers · 12 years ago
  66. 9584128 exec: Limit arg stack to at most 75% of _STK_LIM by Kees Cook · 7 years ago
  67. 1a47c08 ext4: fix bitmap position validation by Lukas Czerner · 6 years ago
  68. 2ec27fd ext4: add validity checks for bitmap block numbers by Theodore Ts'o · 7 years ago
  69. 8ae5b39 ext4: fix block bitmap validation when bigalloc, ^flex_bg by Darrick J. Wong · 10 years ago
  70. 7b5fb2f ext4: fail ext4_iget for root directory if unallocated by Theodore Ts'o · 7 years ago
  71. 7b7b0a4 fuse: initialize the flock flag in fuse_file on allocation by Mateusz Jurczyk · 7 years ago
  72. 811cd67 BACKPORT: f2fs: sanity check log_blocks_per_seg by Jin Qian · 7 years ago
  73. dd23dff fscrypt: remove broken support for detecting keyring key revocation by Eric Biggers · 8 years ago
  74. 25b91b1 tmpfs: clear S_ISGID when setting posix ACLs by Gu Zheng · 8 years ago
  75. 78b8b36 ext4: fix fencepost in s_first_meta_bg validation by Theodore Ts'o · 8 years ago
  76. fc311b1 ext4: fix condition of validate s_first_meta_bg by syphyr · 7 years ago
  77. 2b89993 swap: make each swap partition have one address_space by Shaohua Li · 12 years ago
  78. f12e455 BACKPORT: mm: /proc/pid/smaps:: show proportional swap share of the mapping by Minchan Kim · 9 years ago
  79. b083234 Fix incorrect conflict resolution in "vfs: Add setns support for the mount namespace" by Daniel Rosenberg · 9 years ago
  80. 340a8cb proc: make oom adjustment files user read-only by Rom Lemarchand · 10 years ago
  81. 62d9843 Revert "Grants system server access to /proc/<pid>/oom_adj for Android applications." by Rom Lemarchand · 10 years ago
  82. 38041a6 fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (peak RSS) by Petr Cermak · 10 years ago
  83. 46dc7ef ext4: Add support for FIDTRIM, a best-effort ioctl for deep discard trim by JP Abgrall · 10 years ago
  84. a4eadaf ocfs2: fix BUG when calculate new backup super by Joseph Qi · 9 years ago
  85. 34049c7 9p: ->evict_inode() should kick out ->i_data, not ->i_mapping by Al Viro · 9 years ago
  86. 9556012 jbd2: Fix unreclaimed pages after truncate in data=journal mode by Jan Kara · 9 years ago
  87. 5fe8e0d ext4: Fix handling of extended tv_sec by David Turner · 9 years ago
  88. a9fa4fb fix sysvfs symlinks by Al Viro · 9 years ago
  89. fe379f2 nfs: if we have no valid attrs, then don't declare the attribute cache valid by Jeff Layton · 9 years ago
  90. 1539bc2 vfs: Avoid softlockups with sendfile(2) by Jan Kara · 9 years ago
  91. 21bb2f4 vfs: Make sendfile(2) killable even better by Jan Kara · 9 years ago
  92. 2c6404c binfmt_elf: Don't clobber passed executable's file header by Maciej W. Rozycki · 9 years ago
  93. 8e206ef Btrfs: fix race leading to BUG_ON when running delalloc for nodatacow by Filipe Manana · 9 years ago
  94. 99fac5f ext4, jbd2: ensure entering into panic after recording an error in superblock by Daeho Jeong · 9 years ago
  95. 2600698 FS-Cache: Handle a write to the page immediately beyond the EOF marker by David Howells · 9 years ago
  96. 3d89075 FS-Cache: Don't override netfs's primary_index if registering failed by Kinglong Mee · 9 years ago
  97. 6649e76 FS-Cache: Increase reference of parent after registering, netfs success by Kinglong Mee · 9 years ago
  98. 5659b3f splice: sendfile() at once fails for big files by Christophe Leroy · 9 years ago
  99. 1eb286a ocfs2/dlm: fix deadlock when dispatch assert master by Joseph Qi · 9 years ago
  100. 17ede22 cifs: use server timestamp for ntlmv2 authentication by Peter Seiderer · 9 years ago