1. ae1d3b98 fanotify: fix copy_event_to_user() fid error clean up by Matthew Bobrowski · 3 years, 9 months ago
  2. 090b1bb afs: Fix an IS_ERR() vs NULL check by Dan Carpenter · 3 years, 9 months ago
  3. a611563 gfs2: Fix use-after-free in gfs2_glock_shrink_scan by Hillf Danton · 3 years, 10 months ago
  4. 7a557de0 gfs2: fix a deadlock on withdraw-during-mount by Bob Peterson · 3 years, 10 months ago
  5. c3e9ea1 gfs2: Prevent direct-I/O write fallback errors from getting lost by Andreas Gruenbacher · 3 years, 11 months ago
  6. ef9a0d2 proc: only require mm_struct for writing by Linus Torvalds · 3 years, 9 months ago
  7. 6e13b9b NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error. by Dai Ngo · 3 years, 10 months ago
  8. d973bd0 NFSv4: Fix second deadlock in nfs4_evict_inode() by Trond Myklebust · 3 years, 10 months ago
  9. c3b6cf6 NFS: Fix use-after-free in nfs4_init_client() by Anna Schumaker · 3 years, 10 months ago
  10. b4651ce NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode() by Trond Myklebust · 3 years, 10 months ago
  11. 279ad78 NFS: Fix a potential NULL dereference in nfs_get_client() by Dan Carpenter · 3 years, 10 months ago
  12. 31fe243 btrfs: promote debugging asserts to full-fledged checks in validate_super by Nikolay Borisov · 3 years, 10 months ago
  13. ca69dc89 btrfs: return value from btrfs_mark_extent_written() in case of error by Ritesh Harjani · 3 years, 10 months ago
  14. f70102c proc: Track /proc/$pid/attr/ opener mm_struct by Kees Cook · 3 years, 10 months ago
  15. fe910d2 btrfs: fix unmountable seed device after fstrim by Anand Jain · 3 years, 11 months ago
  16. baa6763 btrfs: fix deadlock when cloning inline extents and low on available space by Filipe Manana · 3 years, 10 months ago
  17. 0df50d4 btrfs: abort in rename_exchange if we fail to insert the second ref by Josef Bacik · 3 years, 10 months ago
  18. 48568f3 btrfs: fixup error handling in fixup_inode_link_counts by Josef Bacik · 3 years, 10 months ago
  19. 466d83f btrfs: return errors from btrfs_del_csums in cleanup_ref_head by Josef Bacik · 3 years, 10 months ago
  20. 5a89982 btrfs: fix error handling in btrfs_del_csums by Josef Bacik · 3 years, 10 months ago
  21. b547a16 btrfs: mark ordered extent and inode with error if we fail to finish by Josef Bacik · 3 years, 10 months ago
  22. c8d5fae ocfs2: fix data corruption by fallocate by Junxiao Bi · 3 years, 10 months ago
  23. 3b713aa ext4: fix accessing uninit percpu counter variable with fast_commit by Ritesh Harjani · 3 years, 11 months ago
  24. 2050c6e ext4: fix memory leak in ext4_mb_init_backend on error path. by Phillip Potter · 4 years ago
  25. fb86acc ext4: fix fast commit alignment issues by Harshad Shirwadkar · 3 years, 10 months ago
  26. d3b668b ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed by Ye Bin · 3 years, 11 months ago
  27. 01d349a ext4: fix memory leak in ext4_fill_super by Alexey Makhalov · 3 years, 10 months ago
  28. d11e5b9 gfs2: fix scheduling while atomic bug in glocks by Bob Peterson · 3 years, 10 months ago
  29. ec72cb5 io_uring: use better types for cflags by Pavel Begunkov · 4 years, 1 month ago
  30. 0b2a990 io_uring: fix link timeout refs by Pavel Begunkov · 3 years, 11 months ago
  31. 1d62b7a btrfs: tree-checker: do not error out if extent ref hash doesn't match by Josef Bacik · 3 years, 10 months ago
  32. b0f5d48 block: fix a race between del_gendisk and BLKRRPART by Gulam Mohamed · 3 years, 10 months ago
  33. 530baa6 SMB3: incorrect file id in requests compounded with open by Steve French · 3 years, 10 months ago
  34. 7e13db5 btrfs: do not BUG_ON in link_to_fixup_dir by Josef Bacik · 3 years, 10 months ago
  35. 88f566b btrfs: release path before starting transaction when cloning inline extent by Filipe Manana · 3 years, 10 months ago
  36. c7e0c60 btrfs: return whole extents in fiemap by Boris Burkov · 4 years ago
  37. ee8a8dd afs: Fix the nlink handling of dir-over-dir rename by David Howells · 3 years, 10 months ago
  38. 92db126 NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 config by Zhang Xiaoxu · 3 years, 10 months ago
  39. 7087db9 NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce() by Trond Myklebust · 3 years, 10 months ago
  40. ee21cd3 NFS: Fix an Oopsable condition in __nfs_pageio_add_request() by Trond Myklebust · 3 years, 10 months ago
  41. 9b367fe NFS: fix an incorrect limit in filelayout_decode_layout() by Dan Carpenter · 3 years, 10 months ago
  42. 1fbbcd1 fs/nfs: Use fatal_signal_pending instead of signal_pending by zhouchuangao · 3 years, 11 months ago
  43. fb003a1 proc: Check /proc/$pid/attr/ writes against file opener by Kees Cook · 3 years, 10 months ago
  44. f989065 NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return() by Anna Schumaker · 3 years, 10 months ago
  45. 3e5b48d cifs: set server->cipher_type to AES-128-CCM for SMB3.0 by Aurelien Aptel · 3 years, 10 months ago
  46. 61b9bc3 Revert "ecryptfs: replace BUG_ON with error handling code" by Greg Kroah-Hartman · 3 years, 11 months ago
  47. 42d35af cifs: fix memory leak in smb2_copychunk_range by Ronnie Sahlberg · 3 years, 10 months ago
  48. 56001dd btrfs: avoid RCU stalls while running delayed iputs by Josef Bacik · 3 years, 11 months ago
  49. 7da9368 block: reexpand iov_iter after read/write by yangerkun · 4 years ago
  50. 3611ce2 ceph: don't allow access to MDS-private inodes by Jeff Layton · 4 years ago
  51. db27571 ceph: don't clobber i_snap_caps on non-I_NEW inode by Jeff Layton · 4 years, 1 month ago
  52. 2783c34 ceph: fix fscache invalidation by Jeff Layton · 4 years, 2 months ago
  53. d35891c NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalid by Trond Myklebust · 4 years ago
  54. 054add2 ext4: fix debug format string warning by Arnd Bergmann · 4 years ago
  55. c5dffd4 debugfs: Make debugfs_allow RO after init by Kees Cook · 4 years ago
  56. a9fc163 f2fs: compress: fix to assign cc.cluster_idx correctly by Chao Yu · 3 years, 11 months ago
  57. 5639b73 f2fs: compress: fix race condition of overwrite vs truncate by Chao Yu · 3 years, 11 months ago
  58. 72b0f30 f2fs: compress: fix to free compress page correctly by Chao Yu · 3 years, 11 months ago
  59. 9eaa10b dax: Wake up all waiters after invalidating dax entry by Vivek Goyal · 3 years, 11 months ago
  60. e9e70b7 dax: Add a wakeup mode parameter to put_unlocked_entry() by Vivek Goyal · 3 years, 11 months ago
  61. b93d341 dax: Add an enum for specifying dax wakup mode by Vivek Goyal · 3 years, 11 months ago
  62. bccb7dd1 btrfs: fix race leading to unpersisted data and metadata on fsync by Filipe Manana · 3 years, 11 months ago
  63. 0148686 mm/hugetlb: fix F_SEAL_FUTURE_WRITE by Peter Xu · 3 years, 10 months ago
  64. 2ed1d90 squashfs: fix divide error in calculate_skip() by Phillip Lougher · 3 years, 10 months ago
  65. adbd8a2 hfsplus: prevent corruption in shrinking truncate by Jouni Roivas · 3 years, 10 months ago
  66. 23ecfe7 f2fs: avoid unneeded data copy in f2fs_ioc_move_range() by Chao Yu · 4 years, 4 months ago
  67. d43be02 fs/proc/generic.c: fix incorrect pde_is_permanent check by Colin Ian King · 3 years, 11 months ago
  68. bf45c9f ceph: fix inode leak on getattr error in __fh_to_dentry by Jeff Layton · 4 years ago
  69. 90e8fa8 nfsd: ensure new clients break delegations by J. Bruce Fields · 4 years ago
  70. b4bf335 NFSv4.x: Don't return NFS4ERR_NOMATCHING_LAYOUT if we're unmounting by Trond Myklebust · 4 years ago
  71. bfeb4e6 NFSv4.2 fix handling of sr_eof in SEEK's reply by Olga Kornievskaia · 4 years ago
  72. 1fbea60 pNFS/flexfiles: fix incorrect size check in decode_nfs_fh() by Nikola Livic · 4 years ago
  73. d21a595 NFS: Deal correctly with attribute generation counter overflow by Trond Myklebust · 4 years ago
  74. cbc868e NFSv4.2: Always flush out writes in nfs42_proc_fallocate() by Trond Myklebust · 4 years ago
  75. a09afbb NFS: Fix attribute bitmask in _nfs42_proc_fallocate() by Trond Myklebust · 4 years ago
  76. ce2b470 NFS: nfs4_bitmask_adjust() must not change the server global bitmasks by Trond Myklebust · 4 years ago
  77. b59194c f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block() by Chao Yu · 4 years ago
  78. 1fd6a06 f2fs: Fix a hungtask problem in atomic write by Yi Zhuang · 4 years ago
  79. 98ccee8 f2fs: fix to cover __allocate_new_section() with curseg_lock by Chao Yu · 4 years ago
  80. 105155a f2fs: fix to avoid touching checkpointed data in get_victim() by Chao Yu · 4 years ago
  81. 8c8f7c4 f2fs: fix to update last i_size if fallocate partially succeeds by Chao Yu · 4 years ago
  82. 74d2b0e f2fs: fix to align to section for fallocate() on pinned file by Chao Yu · 4 years, 1 month ago
  83. 2d6d5b4 f2fs: fix a redundant call to f2fs_balance_fs if an error occurs by Colin Ian King · 4 years, 1 month ago
  84. 1c20a48 f2fs: fix panic during f2fs_resize_fs() by Chao Yu · 4 years, 1 month ago
  85. 81ba163 f2fs: fix to allow migrating fully valid segment by Chao Yu · 4 years, 1 month ago
  86. de2041d f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGE by Chao Yu · 4 years, 4 months ago
  87. b7ff088 f2fs: move ioctl interface definitions to separated file by Chao Yu · 4 years, 5 months ago
  88. 2bfc47d cuse: prevent clone by Miklos Szeredi · 4 years ago
  89. 2c20c7d virtiofs: fix userns by Miklos Szeredi · 4 years ago
  90. 87fe0ca fuse: invalidate attrs when page writeback completes by Vivek Goyal · 4 years ago
  91. a407b58 fs: dlm: flush swork on shutdown by Alexander Aring · 4 years, 1 month ago
  92. ff58d1c fs: dlm: check on minimum msglen size by Alexander Aring · 4 years, 1 month ago
  93. ca973d2 fs: dlm: add errno handling to check callback by Alexander Aring · 4 years, 1 month ago
  94. 06d59d2 fs: dlm: fix debugfs dump by Alexander Aring · 4 years, 1 month ago
  95. f76e082 afs: Fix speculative status fetches by David Howells · 3 years, 11 months ago
  96. 0f8528c7 ovl: invalidate readdir cache on changes to dir with origin by Amir Goldstein · 4 years ago
  97. 80cff3e xfs: fix return of uninitialized value in variable error by Colin Ian King · 4 years ago
  98. cbbc13b io_uring: fix overflows checks in provide buffers by Pavel Begunkov · 4 years ago
  99. 7456cc7 seccomp: Fix CONFIG tests for Seccomp_filters by Kenta.Tada@sony.com · 4 years ago
  100. 95f4e9f afs: Fix updating of i_mode due to 3rd party change by David Howells · 4 years, 1 month ago