1. 3a675c1 fs: direct-io: fix missing sdio->boundary by Jack Qiu · 4 years ago
  2. b1a5122 ocfs2: fix deadlock between setattr and dio_end_io_write by Wengang Wang · 4 years ago
  3. 4390813 LOOKUP_MOUNTPOINT: we are cleaning "jumped" flag too late by Al Viro · 4 years ago
  4. 7345d4b io_uring: fix timeout cancel return code by Pavel Begunkov · 4 years ago
  5. 8f9049e cifs: Silently ignore unknown oplock break handle by Vincent Whitchurch · 4 years ago
  6. fee1110 cifs: revalidate mapping when we open files for SMB1 POSIX by Ronnie Sahlberg · 4 years ago
  7. 0379508 block: clear GD_NEED_PART_SCAN later in bdev_disk_changed by Chris Chiu · 4 years ago
  8. 74612ec reiserfs: update reiserfs_xattrs_initialized() condition by Tetsuo Handa · 4 years ago
  9. 44c816c io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG_WAITALL by Stefan Metzmacher · 4 years ago
  10. 5038c11 ext4: do not iput inode under running transaction in ext4_rename() by zhangyi (F) · 4 years, 1 month ago
  11. 21c2bbc io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() calls by Stefan Metzmacher · 4 years ago
  12. 861fc28 io_uring: fix ->flags races by linked timeouts by Pavel Begunkov · 4 years ago
  13. 540a1eb NFSD: fix error handling in NFSv4.0 callbacks by Olga Kornievskaia · 4 years ago
  14. 4eff80b iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activate by Ritesh Harjani · 4 years ago
  15. 9e9aa1c fs: nfsd: fix kconfig dependency warning for NFSD_V4 by Julian Braha · 4 years, 1 month ago
  16. e178f36 ext4: fix bh ref count on error paths by Zhaolong Zhang · 4 years, 1 month ago
  17. 4b31395 ext4: shrink race window in ext4_should_retry_alloc() by Eric Whitney · 4 years, 1 month ago
  18. 1bfb046 virtiofs: Fail dax mount if device does not support it by Vivek Goyal · 4 years, 1 month ago
  19. df61d3c fs/ext4: fix integer overflow in s_log_groups_per_flex by Sabyrzhan Tasbolatov · 4 years, 1 month ago
  20. 0229b59 ext4: add reclaim checks to xattr code by Jan Kara · 4 years, 1 month ago
  21. 6f15c02e fs/cachefiles: Remove wait_bit_key layout dependency by Matthew Wilcox (Oracle) · 4 years ago
  22. d4ce2a8 cifs: Adjust key sizes and key generation routines for AES256 encryption by Shyam Prasad N · 4 years ago
  23. 86cc799 smb3: fix cached file size problems in duplicate extents (reflink) by Steve French · 4 years ago
  24. dcf2dfc io_uring: fix provide_buffers sign extension by Pavel Begunkov · 4 years ago
  25. 269042e squashfs: fix xattr id and id lookup sanity checks by Phillip Lougher · 4 years ago
  26. 61d72c5 squashfs: fix inode lookup sanity checks by Sean Nyekjaer · 4 years ago
  27. 3b87d0c btrfs: fix sleep while in non-sleep context during qgroup removal by Filipe Manana · 4 years ago
  28. 9f70460 nfs: we don't support removing system.nfs4_acl by J. Bruce Fields · 4 years, 2 months ago
  29. b684c38 cifs: change noisy error message to FYI by Paulo Alcantara · 4 years ago
  30. 9d1a539 NFS: Correct size calculation for create reply length by Frank Sorenson · 4 years ago
  31. 2479c6b nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default by Timo Rothenpieler · 4 years, 1 month ago
  32. 6d7dce3 gfs2: fix use-after-free in trans_drain by Bob Peterson · 4 years, 1 month ago
  33. 419ebba cifs: ask for more credit on async read/write code paths by Aurelien Aptel · 4 years, 1 month ago
  34. de1126e cifs: Fix preauth hash corruption by Vincent Whitchurch · 4 years ago
  35. 35ecf66 ext4: fix rename whiteout with fast commit by Harshad Shirwadkar · 4 years ago
  36. e8fa569 ext4: fix potential error in ext4_do_update_inode by Shijie Luo · 4 years ago
  37. 6163a06 ext4: do not try to set xattr into ea_inode if value is empty by zhangyi (F) · 4 years, 1 month ago
  38. d130b80 ext4: stop inode update before return by Pan Bian · 4 years, 2 months ago
  39. 258db8e ext4: find old entry again if failed to rename whiteout by zhangyi (F) · 4 years, 1 month ago
  40. 9689eca ext4: fix error handling in ext4_end_enable_verity() by Eric Biggers · 4 years, 1 month ago
  41. 4523e64 kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data() by Oleg Nesterov · 4 years, 2 months ago
  42. 2bdef2b gfs2: bypass signal_our_withdraw if no journal by Bob Peterson · 4 years ago
  43. a602e83 gfs2: move freeze glock outside the make_fs_rw and _ro functions by Bob Peterson · 4 years, 3 months ago
  44. 49787b1 gfs2: Add common helper for holding and releasing the freeze glock by Bob Peterson · 4 years, 3 months ago
  45. 76f4966 io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED return by Jens Axboe · 4 years, 1 month ago
  46. 3c08f77 io_uring: don't attempt IO reissue from the ring exit path by Jens Axboe · 4 years, 1 month ago
  47. 1c20e90 io_uring: fix inconsistent lock state by Pavel Begunkov · 4 years ago
  48. 04eb2b2 cifs: fix allocation size on newly created files by Steve French · 4 years ago
  49. 6cae809 io_uring: ensure that SQPOLL thread is started for exit by Jens Axboe · 4 years, 1 month ago
  50. a7acb61 pstore: Fix warning in pstore_kill_sb() by Tetsuo Handa · 4 years, 1 month ago
  51. 982b899 NFSD: fix dest to src mount in inter-server COPY by Olga Kornievskaia · 4 years ago
  52. 12628e7 nfsd: don't abort copies early by J. Bruce Fields · 4 years, 1 month ago
  53. 5ea0aa2 nfsd: Don't keep looking up unhashed files in the nfsd file cache by Trond Myklebust · 4 years, 1 month ago
  54. 64195f0 afs: Stop listxattr() from listing "afs.*" attributes by David Howells · 4 years ago
  55. 78ba479 afs: Fix accessing YFS xattrs on a non-YFS server by David Howells · 4 years, 1 month ago
  56. 2c8d6a9 btrfs: fix slab cache flags for free space tree bitmap by David Sterba · 4 years ago
  57. 38ffe9e btrfs: fix race when cloning extent buffer during rewind of an old root by Filipe Manana · 4 years ago
  58. 78486cf zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone() by Chao Yu · 4 years ago
  59. 9c1c5e8 zonefs: prevent use of seq files as swap file by Damien Le Moal · 4 years ago
  60. dfbdbf0 zonefs: Fix O_APPEND async write handling by Damien Le Moal · 4 years ago
  61. df8596f Revert "nfsd4: a client's own opens needn't prevent delegations" by J. Bruce Fields · 4 years ago
  62. 894ecf0 Revert "nfsd4: remove check_conflicting_opens warning" by J. Bruce Fields · 4 years ago
  63. d955f13 fuse: fix live lock in fuse_iget() by Amir Goldstein · 4 years, 1 month ago
  64. 5ab9464 binfmt_misc: fix possible deadlock in bm_register_write by Lior Ribak · 4 years ago
  65. 1097203 configfs: fix a use-after-free in __configfs_open_file by Daiyue Zhang · 4 years, 1 month ago
  66. caa8690 NFSv4.2: fix return value of _nfs4_get_security_label() by Ondrej Mosnacek · 4 years, 2 months ago
  67. e181960 NFS: Don't gratuitously clear the inode cache when lookup failed by Trond Myklebust · 4 years ago
  68. dd756d0 NFS: Don't revalidate the directory permissions on a lookup failure by Trond Myklebust · 4 years ago
  69. d308202 cifs: do not send close in compound create+close requests by Paulo Alcantara · 4 years ago
  70. d44c978 block: Try to handle busy underlying device on discard by Jan Kara · 4 years, 1 month ago
  71. 64578f9 ext4: don't try to processed freed blocks until mballoc is initialized by Theodore Ts'o · 4 years, 2 months ago
  72. 82d6c12 udf: fix silent AED tagLocation corruption by Steven J. Magnani · 4 years, 2 months ago
  73. 3370a84 cifs: fix credit accounting for extra channel by Aurelien Aptel · 4 years, 1 month ago
  74. 3d0bbd9 cifs: return proper error code in statfs(2) by Paulo Alcantara · 4 years ago
  75. 36e1efc mount: fix mounting of detached mounts onto targets that reside on shared mounts by Christian Brauner · 4 years ago
  76. bf6dd43 btrfs: don't flush from btrfs_delayed_inode_reserve_metadata by Nikolay Borisov · 4 years, 1 month ago
  77. cf9317c btrfs: export and rename qgroup_reserve_meta by Nikolay Borisov · 4 years, 1 month ago
  78. a2501d8 io_uring: ignore double poll add on the same waitqueue head by Jens Axboe · 4 years, 1 month ago
  79. ae97199 btrfs: fix warning when creating a directory with smack enabled by Filipe Manana · 4 years, 1 month ago
  80. e6ba61a btrfs: unlock extents in btrfs_zero_range in case of quota reservation errors by Nikolay Borisov · 4 years, 1 month ago
  81. 37ffce9 btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadata by Nikolay Borisov · 4 years, 1 month ago
  82. a64ad80 btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctl by Dan Carpenter · 4 years, 1 month ago
  83. e82407d btrfs: fix race between extent freeing/allocation when using bitmaps by Nikolay Borisov · 4 years, 1 month ago
  84. 1559d94 btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabled by Filipe Manana · 4 years, 1 month ago
  85. 6fc9e58 btrfs: fix race between swap file activation and snapshot creation by Filipe Manana · 4 years, 1 month ago
  86. 501fdd1 btrfs: fix race between writes to swap files and scrub by Filipe Manana · 4 years, 1 month ago
  87. b2a4876 btrfs: fix raid6 qstripe kmap by Ira Weiny · 4 years, 2 months ago
  88. a01415e btrfs: avoid double put of block group when emptying cluster by Josef Bacik · 4 years, 2 months ago
  89. 5aa2717 btrfs: fix error handling in commit_fs_roots by Josef Bacik · 4 years, 4 months ago
  90. 0d2d685 f2fs: fix to set/clear I_LINKABLE under i_lock by Chao Yu · 4 years, 2 months ago
  91. c86df2b f2fs: handle unallocated section and zone on pinned/atgc by Jaegeuk Kim · 4 years, 3 months ago
  92. 01fd84a fs: make unlazy_walk() error handling consistent by Jens Axboe · 4 years, 3 months ago
  93. c57ba68 xfs: Fix assert failure in xfs_setattr_size() by Yumei Huang · 4 years, 2 months ago
  94. 5e0068a erofs: fix shift-out-of-bounds of blkszbits by Gao Xiang · 4 years, 2 months ago
  95. 40f6090 JFS: more checks for invalid superblock by Randy Dunlap · 4 years, 3 months ago
  96. eb8128c gfs2: Recursive gfs2_quota_hold in gfs2_iomap_end by Andreas Gruenbacher · 4 years, 1 month ago
  97. a646a31 gfs2: Lock imbalance on error path in gfs2_recover_one by Andreas Gruenbacher · 4 years, 1 month ago
  98. 42fd500 gfs2: Don't skip dlm unlock if glock has an lvb by Bob Peterson · 4 years, 1 month ago
  99. fc82ab4 gfs2: fix glock confusion in function signal_our_withdraw by Bob Peterson · 4 years, 2 months ago
  100. f98be16 f2fs: flush data when enabling checkpoint back by Jaegeuk Kim · 4 years, 2 months ago