1. 71a4afd BACKPORT: do_epoll_ctl(): clean the failure exits up a bit by Al Viro · 3 years, 10 months ago
  2. 2ae8044 switch epoll_ctl() to fdget by Al Viro · 11 years ago
  3. c9ccca2 shm: add sealing API by David Herrmann · 10 years ago
  4. a4d6f93 mm: allow drivers to prevent new writable mappings by David Herrmann · 10 years ago
  5. b8d1295 make get_file() return its argument by Al Viro · 12 years ago
  6. 4eae6ef Revert "splice: introduce FMODE_SPLICE_READ and FMODE_SPLICE_WRITE" by Karsten Tausche · 3 years, 11 months ago
  7. 8a14c34 vfs: fix do_last() regression by Al Viro · 4 years, 4 months ago
  8. a243411 do_last(): fetch directory ->i_mode and ->i_uid before it's too late by Al Viro · 4 years, 4 months ago
  9. 063d55a namei: allow restricted O_CREAT of FIFOs and regular files by Salvatore Mesoraca · 6 years ago
  10. f910390 do_last(): fix missing checks for LAST_BIND case by Al Viro · 11 years ago
  11. 4a7a6f8 userns: Store uid and gid types in vfs structures with kuid_t and kgid_t types by Eric W. Biederman · 12 years ago
  12. d6814e26 userns: Replace the hard to write inode_userns with inode_capable. by Eric W. Biederman · 13 years ago
  13. 07e997d vfs: fix bad hashing of dentries by Linus Torvalds · 10 years ago
  14. ebbce29 dcache.c: get rid of pointless macros by Al Viro · 11 years ago
  15. 91cd1b0 kernel: Move REPEAT_BYTE definition into linux/kernel.h by David S. Miller · 12 years ago
  16. 6c3c38d perf: Fix perf_event_comm() vs. exec() assumption by Peter Zijlstra · 10 years ago
  17. 09b527f perf: Differentiate exec() and non-exec() comm events by Adrian Hunter · 10 years ago
  18. ec5bf68 mm: prepare VM_DONTDUMP for using in drivers by Konstantin Khlebnikov · 12 years ago
  19. a9999e9 take descriptor-related part of close() to file.c by Al Viro · 12 years ago
  20. e3f03d6 take fget() and friends to fs/file.c by Al Viro · 12 years ago
  21. d30a744 expose a low-level variant of fd_install() for binder by Al Viro · 12 years ago
  22. 1c095dc move put_unused_fd() and fd_install() to fs/file.c by Al Viro · 12 years ago
  23. 2adb1fa new helper: __alloc_fd() by Al Viro · 12 years ago
  24. c8e9498 make get_unused_fd_flags() a function by Al Viro · 12 years ago
  25. 453f14d fixup: "fixup: ANDROID: sdcardfs: Don't use OVERRIDE_CRED macro" by Bharath · 3 years, 9 months ago
  26. 3a212e2 fixup: ANDROID: sdcardfs: Don't use OVERRIDE_CRED macro by Karsten Tausche · 4 years, 2 months ago
  27. a5aa8a5 UPSTREAM: procfs: fixes pthread cross-thread naming if !PR_DUMPABLE by Janis Danisevskis · 8 years ago
  28. 75f4521 ext4: add more paranoia checking in ext4_expand_extra_isize handling by Theodore Ts'o · 4 years, 7 months ago
  29. 9ae9bce ext4: Introduce ext4_clamp_want_extra_isize() by Ben Hutchings · 4 years, 5 months ago
  30. ecaa9f1 block: Fix use-after-free in blkdev_get() by Jason Yan · 4 years ago
  31. 1c46b11 locks: print unsigned ino in /proc/locks by Amir Goldstein · 4 years, 6 months ago
  32. 0de9e4b locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" instead by Jeff Layton · 10 years ago
  33. 744c99d locks: rename file-private locks to "open file description locks" by Jeff Layton · 10 years ago
  34. f68ae18 locks: add new fcntl cmd values for handling file private locks by Jeff Layton · 10 years ago
  35. a3b0c80 locks: pass the cmd value to fcntl_getlk/getlk64 by Jeff Layton · 10 years ago
  36. 4a63326 locks: report l_pid as -1 for FL_FILE_PVT locks by Jeff Layton · 10 years ago
  37. 3dca6f6 locks: make /proc/locks show IS_FILE_PVT locks as type "FLPVT" by Jeff Layton · 10 years ago
  38. ca84f62 locks: rename locks_remove_flock to locks_remove_file by Jeff Layton · 10 years ago
  39. e373921 fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info() by Alexander Potapenko · 4 years ago
  40. 1af94cd fix regression in "epoll: Keep a reference on files added to the check list" by Al Viro · 3 years, 9 months ago
  41. 0eac428 epoll: Keep a reference on files added to the check list by Marc Zyngier · 3 years, 10 months ago
  42. 085424e vfs: fix bad kernel backport by Luca Weiss · 3 years, 5 months ago
  43. fd93600 printk: Complete the backport by Kay Sievers · 12 years ago
  44. 9584128 exec: Limit arg stack to at most 75% of _STK_LIM by Kees Cook · 7 years ago
  45. 1a47c08 ext4: fix bitmap position validation by Lukas Czerner · 6 years ago
  46. 2ec27fd ext4: add validity checks for bitmap block numbers by Theodore Ts'o · 6 years ago
  47. 8ae5b39 ext4: fix block bitmap validation when bigalloc, ^flex_bg by Darrick J. Wong · 10 years ago
  48. 7b5fb2f ext4: fail ext4_iget for root directory if unallocated by Theodore Ts'o · 6 years ago
  49. 7b7b0a4 fuse: initialize the flock flag in fuse_file on allocation by Mateusz Jurczyk · 7 years ago
  50. 811cd67 BACKPORT: f2fs: sanity check log_blocks_per_seg by Jin Qian · 7 years ago
  51. dd23dff fscrypt: remove broken support for detecting keyring key revocation by Eric Biggers · 7 years ago
  52. 25b91b1 tmpfs: clear S_ISGID when setting posix ACLs by Gu Zheng · 7 years ago
  53. 78b8b36 ext4: fix fencepost in s_first_meta_bg validation by Theodore Ts'o · 7 years ago
  54. fc311b1 ext4: fix condition of validate s_first_meta_bg by syphyr · 7 years ago
  55. 2b89993 swap: make each swap partition have one address_space by Shaohua Li · 11 years ago
  56. f12e455 BACKPORT: mm: /proc/pid/smaps:: show proportional swap share of the mapping by Minchan Kim · 9 years ago
  57. b083234 Fix incorrect conflict resolution in "vfs: Add setns support for the mount namespace" by Daniel Rosenberg · 9 years ago
  58. 340a8cb proc: make oom adjustment files user read-only by Rom Lemarchand · 9 years ago
  59. 62d9843 Revert "Grants system server access to /proc/<pid>/oom_adj for Android applications." by Rom Lemarchand · 9 years ago
  60. 38041a6 fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (peak RSS) by Petr Cermak · 9 years ago
  61. 46dc7ef ext4: Add support for FIDTRIM, a best-effort ioctl for deep discard trim by JP Abgrall · 10 years ago
  62. a4eadaf ocfs2: fix BUG when calculate new backup super by Joseph Qi · 8 years ago
  63. 34049c7 9p: ->evict_inode() should kick out ->i_data, not ->i_mapping by Al Viro · 9 years ago
  64. 9556012 jbd2: Fix unreclaimed pages after truncate in data=journal mode by Jan Kara · 9 years ago
  65. 5fe8e0d ext4: Fix handling of extended tv_sec by David Turner · 9 years ago
  66. a9fa4fb fix sysvfs symlinks by Al Viro · 9 years ago
  67. fe379f2 nfs: if we have no valid attrs, then don't declare the attribute cache valid by Jeff Layton · 9 years ago
  68. 1539bc2 vfs: Avoid softlockups with sendfile(2) by Jan Kara · 9 years ago
  69. 21bb2f4 vfs: Make sendfile(2) killable even better by Jan Kara · 9 years ago
  70. 2c6404c binfmt_elf: Don't clobber passed executable's file header by Maciej W. Rozycki · 9 years ago
  71. 8e206ef Btrfs: fix race leading to BUG_ON when running delalloc for nodatacow by Filipe Manana · 9 years ago
  72. 99fac5f ext4, jbd2: ensure entering into panic after recording an error in superblock by Daeho Jeong · 9 years ago
  73. 2600698 FS-Cache: Handle a write to the page immediately beyond the EOF marker by David Howells · 9 years ago
  74. 3d89075 FS-Cache: Don't override netfs's primary_index if registering failed by Kinglong Mee · 9 years ago
  75. 6649e76 FS-Cache: Increase reference of parent after registering, netfs success by Kinglong Mee · 9 years ago
  76. 5659b3f splice: sendfile() at once fails for big files by Christophe Leroy · 9 years ago
  77. 1eb286a ocfs2/dlm: fix deadlock when dispatch assert master by Joseph Qi · 9 years ago
  78. 17ede22 cifs: use server timestamp for ntlmv2 authentication by Peter Seiderer · 9 years ago
  79. f7c5353 btrfs: skip waiting on ordered range for special files by Jeff Mahoney · 9 years ago
  80. 5db3467 hfs: fix B-tree corruption after insertion at position 0 by Hin-Tak Leung · 9 years ago
  81. efe1aed hfs,hfsplus: cache pages correctly between bnode_create and bnode_free by Hin-Tak Leung · 9 years ago
  82. 1c2c11f fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  83. 6a02827 hpfs: update ctime and mtime on directory modification by Mikulas Patocka · 9 years ago
  84. 783a0bf NFSv4: don't set SETATTR for O_RDONLY|O_EXCL by NeilBrown · 9 years ago
  85. 2e8102c ocfs2: fix BUG in ocfs2_downconvert_thread_do_work() by Joseph Qi · 9 years ago
  86. 6fb481e 9p: don't leave a half-initialized inode sitting around by Al Viro · 9 years ago
  87. 16238c1 hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV instead by Joe Perches · 9 years ago
  88. 7f74174 hpfs: kstrdup() out of memory handling by Sanidhya Kashyap · 9 years ago
  89. cc73900 ext4: replace open coded nofail allocation in ext4_free_blocks() by Michal Hocko · 9 years ago
  90. 5a1223f ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp by Nikolay Borisov · 9 years ago
  91. 01b9052 fs/buffer.c: support buffer cache allocations with gfp modifiers by Gioh Kim · 10 years ago
  92. 455b583 Btrfs: use kmem_cache_free when freeing entry in inode cache by Filipe Manana · 9 years ago
  93. e9ca72a Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x mount by Olga Kornievskaia · 9 years ago
  94. 6963e33 jbd2: avoid infinite loop when destroying aborted journal by Jan Kara · 9 years ago
  95. b5d8c19 ext4: don't retry file block mapping on bigalloc fs with non-extent file by Darrick J. Wong · 9 years ago
  96. 9f62900 ext4: call sync_blockdev() before invalidate_bdev() in put_super() by Theodore Ts'o · 9 years ago
  97. 512644e jbd2: fix ocfs2 corrupt when updating journal superblock fails by Joseph Qi · 9 years ago
  98. 974fd15 jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail() by Dmitry Monakhov · 9 years ago
  99. 387092d ext4: fix race between truncate and __ext4_journalled_writepage() by Theodore Ts'o · 9 years ago
  100. 5eeaa21 NFS: Fix size of NFSACL SETACL operations by Chuck Lever · 9 years ago