1. 5e4dd17 btrfs: mark resumed async balance as writing by Naohiro Aota · 2 years, 10 months ago
  2. 1d2eda1 btrfs: fix root ref counts in error handling in btrfs_get_root_ref by Jia-Ju Bai · 2 years, 10 months ago
  3. 76e086c btrfs: do not warn for free space inode in cow_file_range by Josef Bacik · 2 years, 10 months ago
  4. 217190d btrfs: fix fallocate to use file_modified to update permissions consistently by Darrick J. Wong · 2 years, 10 months ago
  5. 4e166a4 cifs: potential buffer overflow in handling symlinks by Harshit Mogalapalli · 2 years, 9 months ago
  6. 921fdc4 btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups() by Nathan Chancellor · 2 years, 10 months ago
  7. a044bca btrfs: prevent subvol with swapfile from being deleted by Kaiwen Hu · 2 years, 10 months ago
  8. 82ae73a btrfs: fix qgroup reserve overflow the qgroup limit by Ethan Lien · 2 years, 10 months ago
  9. 2827328 io_uring: fix race between timeout flush and removal by Jens Axboe · 2 years, 9 months ago
  10. aed30a2 io_uring: don't touch scm_fp_list after queueing skb by Pavel Begunkov · 2 years, 9 months ago
  11. 45b9932 NFSv4: fix open failure with O_ACCMODE flag by ChenXiaoSong · 2 years, 10 months ago
  12. c688705 Revert "NFSv4: Handle the special Linux file open access mode" by ChenXiaoSong · 2 years, 10 months ago
  13. c74e2f6 NFS: Avoid writeback threads getting stuck in mempool_alloc() by Trond Myklebust · 2 years, 10 months ago
  14. 34681ae NFS: nfsiod should not block forever in mempool_alloc() by Trond Myklebust · 2 years, 10 months ago
  15. b9c5ac0 jfs: prevent NULL deref in diFree by Haimin Zhang · 2 years, 10 months ago
  16. b3882e7 NFS: swap-out must always use STABLE writes. by NeilBrown · 2 years, 10 months ago
  17. d4170a2 NFS: swap IO handling is slightly different for O_DIRECT IO by NeilBrown · 2 years, 10 months ago
  18. 4a2544c NFSv4: Protect the state recovery thread against direct reclaim by Trond Myklebust · 3 years ago
  19. 9b9feec NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify() by Xin Xiong · 3 years ago
  20. c9cf6ba minix: fix bug when opening a file with O_DIRECT by Qinghua Jin · 2 years, 10 months ago
  21. f442978 ceph: fix memory leak in ceph_readdir when note_last_dentry returns error by Xiubo Li · 2 years, 11 months ago
  22. 0777fe9 gfs2: gfs2_setattr_size error path fix by Andreas Gruenbacher · 3 years, 1 month ago
  23. f349d7f gfs2: Fix gfs2_release for non-writers regression by Bob Peterson · 3 years ago
  24. 3f53715 gfs2: Check for active reservation in gfs2_release by Andreas Gruenbacher · 4 years, 3 months ago
  25. 2dc49f5 ubifs: Rectify space amount budget for mkdir/tmpfile operations by Zhihao Cheng · 3 years, 1 month ago
  26. 558564d coredump: Use the vma snapshot in fill_files_note by Eric W. Biederman · 2 years, 10 months ago
  27. b7933f1 coredump/elf: Pass coredump_params into fill_note_info by Eric W. Biederman · 3 years ago
  28. b043ae6 coredump: Remove the WARN_ON in dump_vma_snapshot by Eric W. Biederman · 2 years, 10 months ago
  29. 936c8be coredump: Snapshot the vmas in do_coredump by Eric W. Biederman · 2 years, 10 months ago
  30. 12e380bb proc: bootconfig: Add null pointer check by Lv Ruyi · 2 years, 10 months ago
  31. b27de70 io_uring: fix memory leak of uid in files registration by Pavel Begunkov · 2 years, 10 months ago
  32. c73af4b gfs2: Make sure FITRIM minlen is rounded up to fs block size by Andrew Price · 2 years, 10 months ago
  33. 8a0c70c ubifs: rename_whiteout: correct old_dir size computing by Baokun Li · 2 years, 11 months ago
  34. c34ae24 ubifs: Fix to add refcount once page is set private by Zhihao Cheng · 3 years, 1 month ago
  35. 07a209f ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock() by Zhihao Cheng · 3 years, 1 month ago
  36. d07a242 ubifs: setflags: Make dirtied_ino_d 8 bytes aligned by Zhihao Cheng · 3 years, 1 month ago
  37. 13b2a81 ubifs: Add missing iput if do_tmpfile() failed in rename whiteout by Zhihao Cheng · 3 years, 1 month ago
  38. 83e42a7 ubifs: Fix deadlock in concurrent rename whiteout and inode writeback by Zhihao Cheng · 3 years, 1 month ago
  39. a90e2db ubifs: rename_whiteout: Fix double free for whiteout_ui->data by Zhihao Cheng · 3 years, 1 month ago
  40. b230f2d ntfs: add sanity check on allocation size by Dongliang Mu · 2 years, 10 months ago
  41. f7e8aff f2fs: compress: fix to print raw data size in error path of lz4 decompression by Chao Yu · 2 years, 10 months ago
  42. d91d1e6 NFSD: Fix nfsd_breaker_owns_lease() return values by Chuck Lever · 3 years ago
  43. 498b708 f2fs: fix to do sanity check on curseg->alloc_type by Chao Yu · 2 years, 11 months ago
  44. 330d0e4 ext4: don't BUG if someone dirty pages without asking ext4 first by Theodore Ts'o · 2 years, 11 months ago
  45. cd6d719 ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commit by Ritesh Harjani · 2 years, 11 months ago
  46. 69d2421 ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bb by Ritesh Harjani · 2 years, 11 months ago
  47. dd85ed4 fs/binfmt_elf: Fix AT_PHDR for unusual ELF files by Akira Kawata · 3 years ago
  48. e600b59 fs: fix fd table size alignment properly by Linus Torvalds · 2 years, 10 months ago
  49. 00d2b9f fs: fd tables have to be multiples of BITS_PER_LONG by Linus Torvalds · 2 years, 10 months ago
  50. edb91a4 NFSv4/pNFS: Fix another issue with a list iterator pointing to the head by Trond Myklebust · 2 years, 10 months ago
  51. a9fa7d4 NFSv4.1: don't retry BIND_CONN_TO_SESSION on session error by Olga Kornievskaia · 2 years, 10 months ago
  52. fbd56a6 jfs: fix divide error in dbNextAG by Pavel Skripkin · 2 years, 10 months ago
  53. 942f68b NFS: remove unneeded check in decode_devicenotify_args() by Alexey Khoroshilov · 2 years, 11 months ago
  54. 2f38855 NFS: Return valid errors from nfs2/3_decode_dirent() by Trond Myklebust · 2 years, 11 months ago
  55. 469ce51 NFS: Use of mapping_set_error() results in spurious errors by Trond Myklebust · 2 years, 11 months ago
  56. 9ffa07c ext2: correct max file size computing by Zhang Yi · 3 years ago
  57. d2c53e7 f2fs: fix compressed file start atomic write may cause data corruption by Fengnan Chang · 2 years, 10 months ago
  58. 1c4d94e f2fs: compress: remove unneeded read when rewrite whole cluster by Fengnan Chang · 3 years, 7 months ago
  59. 2c4741d btrfs: fix unexpected error path when reflinking an inline extent by Filipe Manana · 2 years, 11 months ago
  60. 3ef3bc7 f2fs: fix to avoid potential deadlock by Chao Yu · 3 years ago
  61. 85cc399 nfsd: more robust allocation failure handling in nfsd_file_cache_init by Amir Goldstein · 2 years, 11 months ago
  62. 1a11a87 f2fs: fix missing free nid in f2fs_handle_failed_inode by Jaegeuk Kim · 3 years ago
  63. 2b5d41b f2fs: fix to enable ATGC correctly via gc_idle sysfs interface by Chao Yu · 3 years ago
  64. 509565f io_uring: terminate manual loop iterator loop correctly for non-vecs by Jens Axboe · 2 years, 10 months ago
  65. 27a6f49 exec: Force single empty string when argv is empty by Kees Cook · 3 years ago
  66. 86a926c pstore: Don't use semaphores in always-atomic-context code by Jann Horn · 2 years, 10 months ago
  67. b35eb48 ext4: fix fs corruption when tring to remove a non-empty directory with IO error by Ye Bin · 2 years, 11 months ago
  68. c119fb6 coredump: Also dump first pages of non-executable ELF libraries by Jann Horn · 3 years ago
  69. edefc4b cifs: fix NULL ptr dereference in smb2_ioctl_query_info() by Paulo Alcantara · 2 years, 10 months ago
  70. 9963cce cifs: prevent bad output lengths in smb2_ioctl_query_info() by Paulo Alcantara · 2 years, 10 months ago
  71. 51dbb5e jffs2: fix memory leak in jffs2_scan_medium by Baokun Li · 3 years ago
  72. 607d3aa jffs2: fix memory leak in jffs2_do_mount_fs by Baokun Li · 3 years ago
  73. 7bb7428 jffs2: fix use-after-free in jffs2_clear_xattr_subsystem by Baokun Li · 3 years, 1 month ago
  74. 784630d f2fs: fix to do sanity check on .cp_pack_total_block_count by Chao Yu · 2 years, 10 months ago
  75. e58ee6b f2fs: quota: fix loop condition at f2fs_quota_sync() by Juhyung Park · 2 years, 11 months ago
  76. ec67040 f2fs: fix to unlock page correctly in error path of is_alive() by Chao Yu · 3 years ago
  77. 65e21cc NFSD: prevent underflow in nfssvc_decode_writeargs() by Dan Carpenter · 2 years, 10 months ago
  78. 9eeaa2d exfat: avoid incorrectly releasing for root inode by Chen Li · 3 years, 7 months ago
  79. df3301d ocfs2: fix crash when initialize filecheck kobj fails by Joseph Qi · 2 years, 10 months ago
  80. dc11632 io_uring: return back safer resurrect by Pavel Begunkov · 3 years, 9 months ago
  81. 6b1249d ext4: add check to prevent attempting to resize an fs with sparse_super2 by Josh Triplett · 3 years, 7 months ago
  82. ec03510 watch_queue: Fix lack of barrier/sync/lock between post and read by David Howells · 2 years, 10 months ago
  83. d729d4e watch_queue, pipe: Free watchqueue state after clearing pipe ring by David Howells · 2 years, 10 months ago
  84. ab5595b fuse: fix pipe buffer lifetime for direct_io by Miklos Szeredi · 2 years, 10 months ago
  85. 292e1c8 btrfs: add missing run of delayed items after unlink during log replay by Filipe Manana · 2 years, 11 months ago
  86. 41712c5 btrfs: qgroup: fix deadlock between rescan worker and remove qgroup by Sidong Yang · 2 years, 11 months ago
  87. 6e0319e btrfs: fix lost prealloc extents beyond eof after full fsync by Filipe Manana · 2 years, 11 months ago
  88. db36a94 exfat: fix i_blocks for files truncated over 4 GiB by Christophe Vu-Brugier · 3 years, 2 months ago
  89. 1b810d5 exfat: reuse exfat_inode_info variable instead of calling EXFAT_I() by Christophe Vu-Brugier · 3 years, 2 months ago
  90. df9db1a cifs: fix double free race when mount fails in cifs_get_root() by Ronnie Sahlberg · 3 years ago
  91. 3a1dd56 tracefs: Set the group ownership in apply_options() not parse_options() by Steven Rostedt (Google) · 2 years, 11 months ago
  92. a7ab53d configfs: fix a race in configfs_{,un}register_subsystem() by ChenXiaoSong · 2 years, 11 months ago
  93. 4a93c65 io_uring: add a schedule point in io_add_buffers() by Eric Dumazet · 2 years, 11 months ago
  94. 72a5b01 btrfs: tree-checker: check item_size for dev_item by Su Yue · 3 years ago
  95. 5c967dd btrfs: tree-checker: check item_size for inode_item by Su Yue · 3 years ago
  96. 521dcc1 NFS: Don't set NFS_INO_INVALID_XATTR if there is no xattr cache by Trond Myklebust · 4 years ago
  97. 8daa043 NFS: Do not report writeback errors in nfs_getattr() by Trond Myklebust · 2 years, 11 months ago
  98. f9b7385 NFS: LOOKUP_DIRECTORY is also ok with symlinks by Trond Myklebust · 3 years ago
  99. 1e73f5c quota: make dquot_quota_sync return errors from ->sync_fs by Darrick J. Wong · 3 years ago
  100. c405640 vfs: make freeze_super abort when sync_filesystem returns error by Darrick J. Wong · 3 years ago