1. 8ff8c1e ubifs: Fix deadlock in concurrent bulk-read and writepage by Zhihao Cheng · 4 years, 5 months ago
  2. 9d9f703 ubifs: Change gfp flags in page allocation for bulk read by Hyunchul Lee · 7 years ago
  3. 1845a7e btrfs: do not zero f_bavail if we have available space by Josef Bacik · 4 years, 4 months ago
  4. 4ebc39f reiserfs: Fix memory leak of journal device string by Jan Kara · 4 years, 6 months ago
  5. b631f34 vfs: fix do_last() regression by Al Viro · 4 years, 4 months ago
  6. 5177299 do_last(): fetch directory ->i_mode and ->i_uid before it's too late by Al Viro · 4 years, 4 months ago
  7. d05ad8b afs: Fix large file support by Marc Dionne · 4 years, 6 months ago
  8. a8b3698 Btrfs: fix hang when loading existing inode cache off disk by Filipe Manana · 5 years ago
  9. a371457 signal: Allow cifs and drbd to receive their terminating signals by Eric W. Biederman · 4 years, 10 months ago
  10. 24328d5 ext4: set error return correctly when ext4_htree_store_dirent fails by Colin Ian King · 4 years, 10 months ago
  11. f7dfb15 cifs: fix rmmod regression in cifs.ko caused by force_sig changes by Steve French · 4 years, 10 months ago
  12. e038a1b6 signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sig by Eric W. Biederman · 5 years ago
  13. bacf3d2 jfs: fix bogus variable self-initialization by Arnd Bergmann · 5 years ago
  14. e4a9330 NFS: Fix a soft lockup in the delegation recovery code by Trond Myklebust · 5 years ago
  15. 020fa8d fs/nfs: Fix nfs_parse_devname to not modify it's argument by Eric W. Biederman · 5 years ago
  16. 32cdacb exportfs: fix 'passing zero to ERR_PTR()' warning by YueHaibing · 6 years ago
  17. b380e0d xfs: Sanity check flags of Q_XQUOTARM call by Jan Kara · 4 years, 7 months ago
  18. 5774dd5 reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattr by Jeff Mahoney · 4 years, 4 months ago
  19. 221c195 ocfs2: call journal flush to mark journal as empty after journal recovery when mount by Kai Li · 4 years, 5 months ago
  20. 8531936 f2fs: fix potential overflow by Chao Yu · 4 years, 7 months ago
  21. a1ac6bd cifs: Adjust indentation in smb2_open_file by Nathan Chancellor · 4 years, 5 months ago
  22. 8e508ac ext4: add more paranoia checking in ext4_expand_extra_isize handling by Theodore Ts'o · 4 years, 7 months ago
  23. d1c8138 ext4: fix use-after-free race with debug_want_extra_isize by Barret Rhoden · 5 years ago
  24. d2c9ee4 chardev: Avoid potential use-after-free in 'chrdev_open()' by Will Deacon · 4 years, 5 months ago
  25. b42bb8c pstore/ram: Write new dumps to start of recycled zones by Aleksandr Yashkin · 4 years, 5 months ago
  26. 378ebd3 fix compat handling of FICLONERANGE, FIDEDUPERANGE and FS_IOC_FIEMAP by Al Viro · 5 years ago
  27. a769760 xfs: don't check for AG deadlock for realtime files in bunmapi by Omar Sandoval · 4 years, 6 months ago
  28. af49ad5 nfsd4: fix up replay_matches_cache() by Scott Mayhew · 4 years, 8 months ago
  29. 05a613d locks: print unsigned ino in /proc/locks by Amir Goldstein · 4 years, 5 months ago
  30. 16dfa6a xfs: fix mount failure crash on invalid iclog memory access by Brian Foster · 4 years, 6 months ago
  31. 194468718 filldir[64]: remove WARN_ON_ONCE() for bad directory entries by Linus Torvalds · 4 years, 7 months ago
  32. 89f5840 Make filldir[64]() verify the directory entry filename is valid by Linus Torvalds · 4 years, 8 months ago
  33. 8da06d3 ocfs2: fix passing zero to 'PTR_ERR' warning by Ding Xiang · 4 years, 6 months ago
  34. e1513b3 ext4: work around deleting a file with i_nlink == 0 safely by Theodore Ts'o · 4 years, 7 months ago
  35. 4cfee66 fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned long by Konstantin Khlebnikov · 4 years, 7 months ago
  36. 90244f0 jbd2: Fix statistics for the number of logged blocks by Jan Kara · 4 years, 7 months ago
  37. ed7c2c1 ext4: check for directory entries too close to block end by Jan Kara · 4 years, 6 months ago
  38. dfcbd407 ext4: fix ext4_empty_dir() for directories with holes by Jan Kara · 4 years, 6 months ago
  39. be9a42b Btrfs: fix removal logic of the tree mod log that leads to use-after-free issues by Filipe Manana · 4 years, 6 months ago
  40. e8da91e btrfs: abort transaction after failed inode updates in create_subvol by Josef Bacik · 4 years, 6 months ago
  41. fecbec3 btrfs: return error pointer from alloc_test_extent_buffer by Dan Carpenter · 4 years, 6 months ago
  42. 863153c btrfs: do not call synchronize_srcu() in inode_tree_del by Josef Bacik · 4 years, 6 months ago
  43. 85562d8 btrfs: don't double lock the subvol_sem for rename exchange by Josef Bacik · 4 years, 6 months ago
  44. c3c7c0c btrfs: don't prematurely free work in reada_start_machine_worker() by Omar Sandoval · 4 years, 8 months ago
  45. 4abc387 btrfs: don't prematurely free work in run_ordered_work() by Omar Sandoval · 4 years, 8 months ago
  46. 2d3ff93 btrfs: don't prematurely free work in end_workqueue_fn() by Omar Sandoval · 4 years, 8 months ago
  47. ed6421d btrfs: handle ENOENT in btrfs_uuid_tree_iterate by Josef Bacik · 4 years, 6 months ago
  48. 96657a5 btrfs: do not leak reloc root if we fail to read the fs root by Josef Bacik · 4 years, 6 months ago
  49. 7875fd3 btrfs: skip log replay on orphaned roots by Josef Bacik · 4 years, 6 months ago
  50. 5234d7e CIFS: Respect O_SYNC and O_DIRECT flags during reconnect by Pavel Shilovsky · 4 years, 7 months ago
  51. 2022b5e ext4: fix a bug in ext4_wait_for_tail_page_commit by yangerkun · 4 years, 8 months ago
  52. 0243d18 reiserfs: fix extended attributes on the root directory by Jeff Mahoney · 4 years, 7 months ago
  53. 663be68 Btrfs: fix negative subv_writers counter and data space leak after buffered write by Filipe Manana · 4 years, 8 months ago
  54. bae4610 quota: fix livelock in dquot_writeback_dquots by Dmitry Monakhov · 4 years, 7 months ago
  55. b527290 ext2: check err when partial != NULL by Chengguang Xu · 4 years, 7 months ago
  56. 072d24e quota: Check that quota is not dirty before release by Dmitry Monakhov · 4 years, 7 months ago
  57. b2d6535 btrfs: record all roots for rename exchange on a subvol by Josef Bacik · 4 years, 6 months ago
  58. b6af12a Btrfs: send, skip backreference walking for extents with many references by Filipe Manana · 4 years, 7 months ago
  59. 77774ea btrfs: Remove btrfs_bio::flags member by Qu Wenruo · 4 years, 7 months ago
  60. 2e7647f btrfs: check page->mapping when loading free space cache by Josef Bacik · 4 years, 8 months ago
  61. 7f9eda5 CIFS: Fix SMB2 oplock break processing by Pavel Shilovsky · 4 years, 7 months ago
  62. 0c47433 CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks by Pavel Shilovsky · 4 years, 6 months ago
  63. c392b3a fuse: verify attributes by Miklos Szeredi · 4 years, 7 months ago
  64. 38969fe fuse: verify nlink by Miklos Szeredi · 4 years, 7 months ago
  65. 25a4797 nfsd: Return EPERM, not EACCES, in some SETATTR cases by zhengbin · 5 years ago
  66. 6d9f550 dlm: fix invalid cluster name warning by David Teigland · 5 years ago
  67. 8643e7f nfsd: fix a warning in __cld_pipe_upcall() by Scott Mayhew · 6 years ago
  68. 4aec7a7 dlm: NULL check before kmem_cache_destroy is not needed by Wen Yang · 5 years ago
  69. 72c9c04 dlm: fix missing idr_destroy for recover_idr by David Teigland · 6 years ago
  70. b743669 exportfs_decode_fh(): negative pinned may become positive without the parent locked by Al Viro · 4 years, 7 months ago
  71. d29e4ee autofs: fix a leak in autofs_expire_indirect() by Al Viro · 4 years, 7 months ago
  72. 1e7e931 ocfs2: clear journal dirty flag after shutdown journal by Junxiao Bi · 5 years ago
  73. e561090 xfs: Fix bulkstat compat ioctls on x32 userspace. by Nick Bowler · 5 years ago
  74. 845eb64 xfs: Align compat attrlist_by_handle with native implementation. by Nick Bowler · 5 years ago
  75. 26804e3 gfs2: take jdata unstuff into account in do_grow by Bob Peterson · 5 years ago
  76. 5cde122 btrfs: only track ref_heads in delayed_ref_updates by Josef Bacik · 5 years ago
  77. dfeec25 xfs: require both realtime inodes to mount by Darrick J. Wong · 5 years ago
  78. 16af69a ocfs2: remove ocfs2_is_o2cb_active() by Gang He · 6 years ago
  79. f4b7549 dlm: don't leak kernel pointer to userspace by Tycho Andersen · 6 years ago
  80. 81a30f8 dlm: fix invalid free by Tycho Andersen · 6 years ago
  81. bcb7267 ocfs2: fix clusters leak in ocfs2_defrag_extent() by Larry Chen · 6 years ago
  82. 65cbd12 ocfs2: don't put and assigning null to bh allocated outside by Changwei Ge · 6 years ago
  83. 218e302 fs/hfs/extent.c: fix array out of bounds read of array extent by Colin Ian King · 6 years ago
  84. 79fb2b8 hfs: update timestamp on truncate() by Ernesto A. Fernández · 6 years ago
  85. 304d969 hfsplus: update timestamps on truncate() by Ernesto A. Fernández · 6 years ago
  86. d78a7b5 hfs: fix return value of hfs_get_block() by Ernesto A. Fernández · 6 years ago
  87. face88e hfsplus: fix return value of hfsplus_get_block() by Ernesto A. Fernández · 6 years ago
  88. bae19f9 hfs: prevent btree data loss on ENOSPC by Ernesto A. Fernández · 6 years ago
  89. 376270e hfsplus: prevent btree data loss on ENOSPC by Ernesto A. Fernández · 6 years ago
  90. 09bb000 hfs: fix BUG on bnode parent update by Ernesto A. Fernández · 6 years ago
  91. 5c7ff86 hfsplus: fix BUG on bnode parent update by Ernesto A. Fernández · 6 years ago
  92. 345e0e2 fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_mle() by Jia-Ju Bai · 6 years ago
  93. 02fe0b2 f2fs: fix to spread clear_cold_data() by Chao Yu · 6 years ago
  94. cf53e72 ceph: fix dentry leak in ceph_readdir_prepopulate by Yan, Zheng · 6 years ago
  95. b9c8971 xfs: fix use-after-free race in xfs_buf_rele by Dave Chinner · 6 years ago
  96. 56af241 btrfs: handle error of get_old_root by Nikolay Borisov · 6 years ago
  97. 3ed025b gfs2: Fix marking bitmaps non-full by Andreas Gruenbacher · 6 years ago
  98. cef09a1 Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()" by Joseph Qi · 4 years, 6 months ago
  99. 4c549f4 orangefs: rate limit the client not running info message by Colin Ian King · 6 years ago
  100. 5387916 GFS2: Flush the GFS2 delete workqueue before stopping the kernel threads by Tim Smith · 6 years ago