1. 8f1756a configfs: replace strncpy with memcpy by Guenter Roeck · 6 years ago
  2. d180fee fuse: fix leaked notify reply by Miklos Szeredi · 6 years ago
  3. fdd9379 fuse: fix use-after-free in fuse_direct_IO() by Lukas Czerner · 6 years ago
  4. 7291d95 nfsd: COPY and CLONE operations require the saved filehandle to be set by Scott Mayhew · 6 years ago
  5. 03004f4 mount: Prevent MNT_DETACH from disconnecting locked mounts by Eric W. Biederman · 6 years ago
  6. d756518 mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts by Eric W. Biederman · 6 years ago
  7. fa14e9b mount: Retest MNT_LOCKED in do_umount by Eric W. Biederman · 6 years ago
  8. d450fcd ext4: fix buffer leak in __ext4_read_dirblock() on error path by Vasily Averin · 6 years ago
  9. 82dfeb8 ext4: fix buffer leak in ext4_xattr_move_to_block() on error path by Vasily Averin · 6 years ago
  10. b66102a ext4: release bs.bh before re-using in ext4_xattr_block_find() by Vasily Averin · 6 years ago
  11. 6b436fb ext4: fix possible leak of s_journal_flag_rwsem in error path by Vasily Averin · 6 years ago
  12. 8547ff5 ext4: fix possible leak of sbi->s_group_desc_leak in error path by Theodore Ts'o · 6 years ago
  13. 11a2eb0 ext4: avoid possible double brelse() in add_new_gdb() on error path by Theodore Ts'o · 6 years ago
  14. 142e017 ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing by Vasily Averin · 6 years ago
  15. f30a52c ext4: avoid buffer leak in ext4_orphan_add() after prior errors by Vasily Averin · 6 years ago
  16. 8a6a7dd ext4: fix possible inode leak in the retry loop of ext4_resize_fs() by Vasily Averin · 6 years ago
  17. 0582167 ext4: avoid potential extra brelse in setup_new_flex_group_blocks() by Vasily Averin · 6 years ago
  18. c484fd2 ext4: add missing brelse() add_new_gdb_meta_bg()'s error path by Vasily Averin · 6 years ago
  19. 771e8c7 ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path by Vasily Averin · 6 years ago
  20. b134199 ext4: add missing brelse() update_backups()'s error path by Vasily Averin · 6 years ago
  21. 800d811 Btrfs: fix data corruption due to cloning of eof block by Filipe Manana · 6 years ago
  22. 3fe6b9a Btrfs: fix cur_offset in the error case for nocow by Robbie Ko · 6 years ago
  23. dd4c84b ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry by Changwei Ge · 6 years ago
  24. 43e3837 Revert "ceph: fix dentry leak in splice_dentry()" by Yan, Zheng · 6 years ago
  25. c31ccf1 fuse: set FR_SENT while locked by Miklos Szeredi · 6 years ago
  26. 7238fcb fuse: fix blocked_waitq wakeup by Miklos Szeredi · 6 years ago
  27. 0799a93 fuse: Fix use-after-free in fuse_dev_do_write() by Kirill Tkhai · 6 years ago
  28. 7996b1c fuse: Fix use-after-free in fuse_dev_do_read() by Kirill Tkhai · 6 years ago
  29. 9e79094 9p locks: fix glock.client_id leak in do_lock by Dominique Martinet · 6 years ago
  30. f3bc71f btrfs: set max_extent_size properly by Josef Bacik · 6 years ago
  31. a088035 Btrfs: fix null pointer dereference on compressed write path error by Filipe Manana · 6 years ago
  32. 91b3675 btrfs: qgroup: Dirty all qgroups before rescan by Qu Wenruo · 6 years ago
  33. 6a0403a Btrfs: fix wrong dentries after fsync of file that got its parent replaced by Filipe Manana · 6 years ago
  34. 4c7b9a4 btrfs: make sure we create all new block groups by Josef Bacik · 6 years ago
  35. 9ff40fb btrfs: reset max_extent_size on clear in a bitmap by Josef Bacik · 6 years ago
  36. c160dae btrfs: wait on caching when putting the bg cache by Josef Bacik · 6 years ago
  37. 391235f btrfs: don't attempt to trim devices that don't support it by Jeff Mahoney · 6 years ago
  38. d87af98 btrfs: iterate all devices during trim, instead of fs_devices::alloc_list by Jeff Mahoney · 6 years ago
  39. 1bd7112 btrfs: fix error handling in free_log_tree by Jeff Mahoney · 6 years ago
  40. 5125564 btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock by Qu Wenruo · 6 years ago
  41. 20d8180 btrfs: Handle owner mismatch gracefully when walking up tree by Qu Wenruo · 6 years ago
  42. aa52629 Cramfs: fix abad comparison when wrap-arounds occur by Nicolas Pitre · 6 years ago
  43. 5c22b67 lockd: fix access beyond unterminated strings in prints by Amir Goldstein · 6 years ago
  44. 65f27a3 NFSv4.1: Fix the r/wsize checking by Trond Myklebust · 6 years ago
  45. 8ad964c smb3: on kerberos mount if server doesn't specify auth type use krb5 by Steve French · 6 years ago
  46. 883f979 smb3: do not attempt cifs operation in smb3 query info error path by Steve French · 6 years ago
  47. 69922f7 smb3: allow stats which track session and share reconnects to be reset by Steve French · 6 years ago
  48. 8e30869 ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR by Wang Shilong · 6 years ago
  49. 4c19620 ext4: initialize retries variable in ext4_da_write_inline_data_begin() by Lukas Czerner · 6 years ago
  50. 4b347ab gfs2_meta: ->mount() can get NULL dev_name by Al Viro · 6 years ago
  51. 2613e75 jbd2: fix use after free in jbd2_log_do_checkpoint() by Jan Kara · 6 years ago
  52. 44760d8 ext4: fix argument checking in EXT4_IOC_MOVE_EXT by Theodore Ts'o · 6 years ago
  53. 6a6b4164 jffs2: free jffs2_sb_info through jffs2_kill_sb() by Hou Tao · 6 years ago
  54. 186c585 cachefiles: fix the race between cachefiles_bury_object() and rmdir(2) by Al Viro · 6 years ago
  55. 9bb68aa xfs: truncate transaction does not modify the inobt by Brian Foster · 6 years ago
  56. 9dbac7c fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters() by Khazhismel Kumykov · 6 years ago
  57. a2b9a0d cifs: Use ULL suffix for 64-bit constant by Geert Uytterhoeven · 7 years ago
  58. 97d65c1 Btrfs: incremental send, fix invalid memory access by Filipe Manana · 7 years ago
  59. 855bf14 ocfs2: fix deadlock caused by recursive locking in xattr by Eric Ren · 7 years ago
  60. 538f9d9 ufs: we need to sync inode before freeing it by Al Viro · 7 years ago
  61. f33ed84 Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_io by Liu Bo · 7 years ago
  62. 4b1cfa2 btrfs: fiemap: Cache and merge fiemap extent before submit it to user by Qu Wenruo · 8 years ago
  63. 0da0e51 orangefs: off by ones in xattr size checks by Dan Carpenter · 7 years ago
  64. adb298b f2fs: fix multiple f2fs_add_link() having same name for inline dentry by Sheng Yong · 8 years ago
  65. 7dd5589 ext4: avoid running out of journal credits when appending to an inline file by Theodore Ts'o · 6 years ago
  66. dbf9a05 sched/cputime: Convert kcpustat to nsecs by Frederic Weisbecker · 8 years ago
  67. a295ff4 ext4: Fix error code in ext4_xattr_set_entry() by Daniel Rosenberg · 6 years ago
  68. 4b934d6 ubifs: Check for name being NULL while mounting by Richard Weinberger · 6 years ago
  69. a87e1bd f2fs: fix invalid memory access by Chao Yu · 6 years ago
  70. 0050338 ext4: always verify the magic number in xattr blocks by Theodore Ts'o · 6 years ago
  71. b469713 ext4: add corruption check in ext4_xattr_set_entry() by Theodore Ts'o · 6 years ago
  72. 29b4641 ocfs2: fix locking for res->tracking and dlm->tracking_list by Ashish Samant · 6 years ago
  73. 3c5dc3f proc: restrict kernel stack dumps to root by Jann Horn · 6 years ago
  74. 5753991 smb2: fix missing files in root share directory listing by Aurelien Aptel · 7 years ago
  75. 8e9817c sysfs: Do not return POSIX ACL xattrs via listxattr by Andreas Gruenbacher · 6 years ago
  76. 3466db7 cifs: read overflow in is_valid_oplock_break() by Dan Carpenter · 6 years ago
  77. 7a0ee61 fs/cifs: suppress a string overflow warning by Stephen Rothwell · 6 years ago
  78. 34acac4 fs/cifs: don't translate SFM_SLASH (U+F026) to backslash by Jon Kuhn · 6 years ago
  79. 3a28247 ext4: never move the system.data xattr out of the inode body by Theodore Ts'o · 6 years ago
  80. cacafc2 nfsd: fix corrupted reply to badly ordered compound by J. Bruce Fields · 6 years ago
  81. 797488a ext4: show test_dummy_encryption mount option in /proc/mounts by Eric Biggers · 6 years ago
  82. b344b3a ext4: don't mark mmp buffer head dirty by Li Dongyang · 6 years ago
  83. 4ba9e68 ext4: fix online resizing for bigalloc file systems with a 1k block size by Theodore Ts'o · 6 years ago
  84. 205dc0d ext4: fix online resize's handling of a too-small final block group by Theodore Ts'o · 6 years ago
  85. 67770b4 ext4: recalucate superblock checksum after updating free blocks/inodes by Theodore Ts'o · 6 years ago
  86. acf32cf ext4: avoid divide by zero fault when deleting corrupted inline directories by Theodore Ts'o · 6 years ago
  87. 23f57cb ext4: check to make sure the rename(2)'s destination is not freed by Theodore Ts'o · 6 years ago
  88. 44ae718 ocfs2: fix ocfs2 read block panic by Junxiao Bi · 6 years ago
  89. 5e790d7 configfs: fix registered group removal by Mike Christie · 6 years ago
  90. e0c7634 binfmt_elf: Respect error return from `regset->active' by Maciej W. Rozycki · 7 years ago
  91. af41241 NFSv4.1 fix infinite loop on I/O. by Trond Myklebust · 6 years ago
  92. fe6198c CIFS: fix wrapping bugs in num_entries() by Dan Carpenter · 6 years ago
  93. ca453b2 cifs: prevent integer overflow in nxt_dir_entry() by Dan Carpenter · 6 years ago
  94. 7026e24 pstore: Fix incorrect persistent ram buffer mapping by Bin Yang · 6 years ago
  95. ddeb9cb gfs2: Don't reject a supposedly full bitmap if we have blocks reserved by Bob Peterson · 6 years ago
  96. 1a17428 gfs2: Special-case rindex for gfs2_grow by Andreas Gruenbacher · 6 years ago
  97. 4e7f073 autofs: fix autofs_sbi() does not check super block type by Ian Kent · 6 years ago
  98. 8d4d075 NFSv4.1: Fix a potential layoutget/layoutrecall deadlock by Trond Myklebust · 6 years ago
  99. a5ab2d3 f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesize by Chao Yu · 6 years ago
  100. 363bb03 f2fs: Fix uninitialized return in f2fs_ioc_shutdown() by Dan Carpenter · 6 years ago