1. 04b4d5f fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock by Kirill Smelkov · 6 years ago
  2. b51fdcb hugetlbfs: fix memory leak for resv_map by Mike Kravetz · 6 years ago
  3. f0112b6 debugfs: fix use-after-free on symlink traversal by Al Viro · 6 years ago
  4. e22c11d jffs2: fix use-after-free on symlink traversal by Al Viro · 6 years ago
  5. 97c4f3a ceph: fix use-after-free on symlink traversal by Al Viro · 6 years ago
  6. b989a3e NFS: Fix a typo in nfs_init_timeout_values() by Trond Myklebust · 6 years ago
  7. 0311ff8 fs: prevent page refcount overflow in pipe_buf_get by Matthew Wilcox · 6 years ago
  8. e9e4777 Fix aio_poll() races by Al Viro · 6 years ago
  9. aab66df aio: store event at final iocb_put() by Al Viro · 6 years ago
  10. c20202c51 aio: keep io_event in aio_kiocb by Al Viro · 6 years ago
  11. 592ea63 aio: fold lookup_kiocb() into its sole caller by Al Viro · 6 years ago
  12. c7f2525 pin iocb through aio. by Linus Torvalds · 6 years ago
  13. d6b2615 aio: simplify - and fix - fget/fput for io_submit() by Linus Torvalds · 6 years ago
  14. 2afa01c aio: initialize kiocb private in case any filesystems expect it. by Mike Marshall · 6 years ago
  15. a812f7b aio: abstract out io_event filler helper by Jens Axboe · 6 years ago
  16. d384f8b aio: split out iocb copy from io_submit_one() by Jens Axboe · 6 years ago
  17. 4d67768 aio: use iocb_put() instead of open coding it by Jens Axboe · 6 years ago
  18. ef529ee aio: don't zero entire aio_kiocb aio_get_req() by Jens Axboe · 6 years ago
  19. 730198c aio: separate out ring reservation from req allocation by Christoph Hellwig · 6 years ago
  20. b337325 aio: use assigned completion handler by Jens Axboe · 6 years ago
  21. 9101cbe aio: clear IOCB_HIPRI by Christoph Hellwig · 6 years ago
  22. 94ad68a NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family. by Tetsuo Handa · 6 years ago
  23. 4d476a0 fs/proc/proc_sysctl.c: Fix a NULL pointer dereference by YueHaibing · 6 years ago
  24. b4d4b5e nfsd: Don't release the callback slot unless it was actually held by Trond Myklebust · 6 years ago
  25. 950eec8 ceph: fix ci->i_head_snapc leak by Yan, Zheng · 6 years ago
  26. 246d2bf ceph: ensure d_name stability in ceph_dentry_hash() by Jeff Layton · 6 years ago
  27. 8d693ef ceph: only use d_name directly when parent is locked by Jeff Layton · 6 years ago
  28. cffeb9c tracing: Fix buffer_ref pipe ops by Jann Horn · 6 years ago
  29. ee23106 cifs: do not attempt cifs operation on smb2+ rename error by Frank Sorenson · 6 years ago
  30. d5bf783 cifs: fix memory leak in SMB2_read by Ronnie Sahlberg · 6 years ago
  31. 8766cc7 ext4: fix some error pointer dereferences by Dan Carpenter · 6 years ago
  32. 6ff17bc coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping by Andrea Arcangeli · 6 years ago
  33. 2fcee5e cifs: fix handle leak in smb2_query_symlink() by Ronnie Sahlberg · 6 years ago
  34. c69330a cifs: Fix use-after-free in SMB2_read by ZhangXiaoxu · 6 years ago
  35. 8fb89b4 cifs: Fix use-after-free in SMB2_write by ZhangXiaoxu · 6 years ago
  36. 8092ecc CIFS: keep FileInfo handle live during oplock break by Aurelien Aptel · 6 years ago
  37. 48b0309 f2fs: fix to dirty inode for i_mode recovery by Chao Yu · 6 years ago
  38. e9603cf cifs: fallback to older infolevels on findfirst queryinfo retry by Steve French · 6 years ago
  39. 8722566 f2fs: cleanup dirty pages if recover failed by Sheng Yong · 6 years ago
  40. 14b1832 f2fs: fix to do sanity check with current segment number by Chao Yu · 6 years ago
  41. 4369f8a 9p locks: add mount option for lock retry interval by Dinu-Razvan Chis-Serban · 6 years ago
  42. db77c78 9p: do not trust pdu content for stat item size by Gertjan Halkes · 6 years ago
  43. f936836 f2fs: fix to avoid NULL pointer dereference on se->discard_map by Chao Yu · 6 years ago
  44. 6fd66be ext4: prohibit fstrim in norecovery mode by Darrick J. Wong · 6 years ago
  45. 83e3e89 x86/gart: Exclude GART aperture from kcore by Kairui Song · 6 years ago
  46. 40276e4 fix incorrect error code mapping for OBJECTID_NOT_FOUND by Steve French · 6 years ago
  47. a793860 ext4: report real fs size after failed resize by Lukas Czerner · 6 years ago
  48. f5a94fd ext4: add missing brelse() in add_new_gdb_meta_bg() by Lukas Czerner · 6 years ago
  49. 90a1327 ext4: avoid panic during forced reboot by Jan Kara · 6 years ago
  50. ca306c1 inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch() by ZhangXiaoxu · 6 years ago
  51. 543bb48 block: fix the return errno for direct IO by Jason Yan · 6 years ago
  52. 54fb5c9 btrfs: prop: fix vanished compression property after failed set by Anand Jain · 6 years ago
  53. fbfbb99 btrfs: prop: fix zstd compression parameter validation by Anand Jain · 6 years ago
  54. 16515ac Btrfs: do not allow trimming when a fs is mounted with the nologreplay option by Filipe Manana · 6 years ago
  55. dbeca41 f2fs: UBSAN: set boolean value iostat_enable correctly by Sheng Yong · 6 years ago
  56. 9154420 jbd2: fix race when writing superblock by Theodore Ts'o · 6 years ago
  57. c26d61e vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1 by Aurelien Jarno · 6 years ago
  58. dcedd37 btrfs: qgroup: Make qgroup async transaction commit more aggressive by Qu Wenruo · 6 years ago
  59. 83c3953 fs: fix guard_bio_eod to check for real EOD errors by Carlos Maiolino · 6 years ago
  60. 6a817a7 jbd2: fix invalid descriptor block checksum by luojiajun · 6 years ago
  61. 36a3219 cifs: Fix NULL pointer dereference of devname by Yao Liu · 6 years ago
  62. d579b4e cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTED by Namjae Jeon · 6 years ago
  63. 4ab78f4 f2fs: fix to check inline_xattr_size boundary correctly by Chao Yu · 6 years ago
  64. 626d98b cifs: use correct format characters by Louis Taylor · 6 years ago
  65. d609ecd fs/file.c: initialize init_files.resize_wait by Shuriyc Chu · 6 years ago
  66. 9b4f276 f2fs: do not use mutex lock in atomic context by Sahitya Tummala · 6 years ago
  67. 20141fe ocfs2: fix a panic problem caused by o2cb_ctl by Jia Guo · 6 years ago
  68. d739196 f2fs: fix to avoid deadlock in f2fs_read_inline_dir() by Chao Yu · 6 years ago
  69. 198c998 f2fs: fix to adapt small inline xattr space in __find_inline_xattr() by Chao Yu · 6 years ago
  70. 2938651 CIFS: fix POSIX lock leak and invalid ptr deref by Aurelien Aptel · 6 years ago
  71. 2dbc7c6 ext4: cleanup bh release code in ext4_ind_remove_space() by zhangyi (F) · 6 years ago
  72. 07d0d2b fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links by YueHaibing · 6 years ago
  73. 3b3fcc3 ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock by Darrick J. Wong · 6 years ago
  74. 72b790c4 fs/open.c: allow opening only regular files during execve() by Tetsuo Handa · 6 years ago
  75. 6475154 NFSv4.1 don't free interrupted slot on open by Olga Kornievskaia · 6 years ago
  76. da57cba NFS: fix mount/umount race in nlmclnt. by NeilBrown · 6 years ago
  77. fd1b253 Btrfs: fix assertion failure on fsync with NO_HOLES enabled by Filipe Manana · 6 years ago
  78. 0ae3b84 btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block_rsv_size by Nikolay Borisov · 6 years ago
  79. 1cf4ab0 btrfs: raid56: properly unmap parity page in finish_parity_scrub() by Andrea Righi · 6 years ago
  80. d952c33 btrfs: don't report readahead errors and don't update statistics by David Sterba · 6 years ago
  81. b57220c btrfs: remove WARN_ON in log_dir_items by Josef Bacik · 6 years ago
  82. 22dcb30 Btrfs: fix incorrect file size after shrinking truncate and fsync by Filipe Manana · 6 years ago
  83. 1fd916e f2fs: fix to avoid deadlock of atomic file operations by Chao Yu · 6 years ago
  84. d12d864 ext4: brelse all indirect buffer in ext4_ind_remove_space() by zhangyi (F) · 6 years ago
  85. 76c9ee6 ext4: fix data corruption caused by unaligned direct AIO by Lukas Czerner · 6 years ago
  86. 558331d ext4: fix NULL pointer dereference while journal is aborted by Jiufei Xue · 6 years ago
  87. 38bd575 SMB3: Fix SMB3.1.1 guest mounts to Samba by Steve French · 6 years ago
  88. 14c52ac cifs: allow guest mounts to work for smb3.11 by Ronnie Sahlberg · 6 years ago
  89. c72e90d udf: Fix crash on IO error during truncate by Jan Kara · 6 years ago
  90. 4af185f NFSv4.1: Reinitialise sequence results before retransmitting a request by Trond Myklebust · 6 years ago
  91. ecab6ab nfsd: fix wrong check in write_v4_end_grace() by Yihao Wu · 6 years ago
  92. 8056912 nfsd: fix memory corruption caused by readdir by NeilBrown · 6 years ago
  93. 10a68cd nfsd: fix performance-limiting session calculation by J. Bruce Fields · 6 years ago
  94. 2c648ca NFS: Don't recoalesce on error in nfs_pageio_complete_mirror() by Trond Myklebust · 6 years ago
  95. 63b0ee1 NFS: Fix an I/O request leakage in nfs_do_recoalesce by Trond Myklebust · 6 years ago
  96. be74fdd NFS: Fix I/O request leakages by Trond Myklebust · 6 years ago
  97. 584f390 jbd2: fix compile warning when using JBUFFER_TRACE by zhangyi (F) · 6 years ago
  98. dbe4bc9 jbd2: clear dirty flag when revoking a buffer from an older transaction by zhangyi (F) · 6 years ago
  99. 62600af ext2: Fix underflow in ext2_max_size() by Jan Kara · 6 years ago
  100. 8a4fdc6 ext4: fix crash during online resizing by Jan Kara · 6 years ago