1. 7534a90 f2fs: fix race condition on setting FI_NO_EXTENT flag by Zhang Qilong · 2 years, 4 months ago
  2. 6b22c5a ext4: place buffer head allocation before handle start by Jinke Han · 2 years, 4 months ago
  3. c5875ea ext4: make ext4_lazyinit_thread freezable by Lalith Rajendran · 2 years, 5 months ago
  4. dc45157 ext4: fix null-ptr-deref in ext4_write_info by Baokun Li · 2 years, 5 months ago
  5. 3b31cc5 ext4: avoid crash when inline data creation follows DIO write by Jan Kara · 2 years, 6 months ago
  6. a9043a2 nilfs2: fix use-after-free bug of struct nilfs_root by Ryusuke Konishi · 2 years, 3 months ago
  7. c01e527 quota: Check next/prev free block number after reading from quota file by Zhihao Cheng · 2 years, 4 months ago
  8. ab0c40b fs: dlm: handle -EBUSY first in lock arg validation by Alexander Aring · 2 years, 5 months ago
  9. e07ea4e fs: dlm: fix race between test_bit() and queue_work() by Alexander Aring · 2 years, 5 months ago
  10. 3a22314 ceph: don't truncate file in atomic_open by Hu Weiwen · 2 years, 7 months ago
  11. b63026b nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure by Ryusuke Konishi · 2 years, 4 months ago
  12. 81fe58e nilfs2: fix leak of nilfs_root in case of writer thread creation failure by Ryusuke Konishi · 2 years, 3 months ago
  13. bb63454 nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level() by Ryusuke Konishi · 2 years, 4 months ago
  14. d1ff475 fs: fix UAF/GPF bug in nilfs_mdt_destroy by Dongliang Mu · 2 years, 5 months ago
  15. 7ddce74 ntfs: fix BUG_ON in ntfs_lookup_inode_by_name() by ChenXiaoSong · 2 years, 5 months ago
  16. 4a4a73f ext4: make directory inode spreading reflect flexbg size by Jan Kara · 2 years, 4 months ago
  17. ed71ada cifs: don't send down the destination address to sendmsg for a SOCK_STREAM by Stefan Metzmacher · 2 years, 4 months ago
  18. 5bc5da2 tracefs: Only clobber mode/uid/gid on remount if asked by Brian Norris · 2 years, 5 months ago
  19. d1f0467 btrfs: check if root is readonly while setting security xattr by Goldwyn Rodrigues · 2 years, 5 months ago
  20. 53f62a4 ext4: avoid resizing to a partial cluster size by Kiselev, Oleg · 2 years, 6 months ago
  21. 835f95d ext4: avoid remove directory when directory is corrupted by Ye Bin · 2 years, 7 months ago
  22. d908b26 NFSv4.1: RECLAIM_COMPLETE must handle EACCES by Zhang Xianwei · 2 years, 6 months ago
  23. 8d6795e btrfs: fix lost error handling when looking up extended ref on log replay by Filipe Manana · 2 years, 6 months ago
  24. cec1c92 btrfs: reject log replay if there is unsupported RO compat flag by Qu Wenruo · 2 years, 7 months ago
  25. f336fd3 ext4: correct max_inline_xattr_value_size computing by Baokun Li · 2 years, 7 months ago
  26. 2a60054 ext4: fix extent status tree race in writeback error recovery path by Eric Whitney · 2 years, 7 months ago
  27. 2579749 ext4: update s_overhead_clusters in the superblock during an on-line resize by Theodore Ts'o · 2 years, 7 months ago
  28. 9337f38 ext4: fix use-after-free in ext4_xattr_set_entry by Baokun Li · 2 years, 7 months ago
  29. b77dd5b ext4: make sure ext4_append() always allocates new block by Lukas Czerner · 2 years, 6 months ago
  30. 214c684 ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h by Baokun Li · 2 years, 7 months ago
  31. 8f68eb5 fuse: limit nsec by Miklos Szeredi · 2 years, 6 months ago
  32. 349c049 vfs: Check the truncate maximum size in inode_newsize_ok() by David Howells · 2 years, 5 months ago
  33. 891160f proc: Pass file mode to proc_pid_make_inode by Andreas Gruenbacher · 8 years ago
  34. d2bb6a9 ntfs: fix use-after-free in ntfs_ucsncmp() by ChenXiaoSong · 2 years, 6 months ago
  35. 0681d5b nilfs2: fix incorrect masking of permission flags for symlinks by Ryusuke Konishi · 2 years, 7 months ago
  36. 7c0119a xfs: remove incorrect ASSERT in xfs_rename by Eric Sandeen · 2 years, 6 months ago
  37. b79d4d0 fuse: fix pipe buffer lifetime for direct_io by Miklos Szeredi · 2 years, 10 months ago
  38. 0dc2fca ext4: add reserved GDT blocks check by Zhang Yi · 2 years, 8 months ago
  39. 984ceb2 ext4: make variable "count" signed by Ding Xiang · 2 years, 8 months ago
  40. 6880fb2 ext4: fix bug_on ext4_mb_use_inode_pa by Baokun Li · 2 years, 8 months ago
  41. a298e88 pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLE by Trond Myklebust · 2 years, 8 months ago
  42. fe7cde4 9p: missing chunk of "fs/9p: Don't update file type when updating file attributes" by Al Viro · 4 years ago
  43. 43d7093 cifs: return errors during session setup during reconnects by Shyam Prasad N · 2 years, 8 months ago
  44. 4ba7bbe jffs2: fix memory leak in jffs2_do_fill_super by Baokun Li · 2 years, 9 months ago
  45. 1434cd7 ocfs2: dlmfs: fix error handling of user_dlm_destroy_lock by Junxiao Bi via Ocfs2-devel · 2 years, 8 months ago
  46. 5c79f40 dlm: fix missing lkb refcount handling by Alexander Aring · 2 years, 9 months ago
  47. 2c55155 dlm: fix plock invalid read by Alexander Aring · 2 years, 10 months ago
  48. 93bbf04 ext4: verify dir block before splitting it by Jan Kara · 2 years, 8 months ago
  49. 19918ec ext4: fix bug_on in ext4_writepages by Ye Bin · 2 years, 8 months ago
  50. 1a3a15b ext4: fix use-after-free in ext4_rename_dir_prepare by Ye Bin · 2 years, 9 months ago
  51. e52a9cc fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pages by Zhihao Cheng · 2 years, 8 months ago
  52. 90dc375 inotify: show inotify mask flags in proc fdinfo by Amir Goldstein · 2 years, 9 months ago
  53. 6d830ed fat: add ratelimit to fat*_ent_bread() by OGAWA Hirofumi · 2 years, 9 months ago
  54. 6c4ad94 fs: jfs: fix possible NULL pointer dereference in dbFree() by Zixuan Fu · 2 years, 9 months ago
  55. b32304f btrfs: add "0x" prefix for unsupported optional features by Qu Wenruo · 2 years, 8 months ago
  56. fea1d09 NFSD: Fix possible sleep during nfsd4_release_lockowner() by Chuck Lever · 2 years, 8 months ago
  57. 41f6ea5 exec: Force single empty string when argv is empty by Kees Cook · 3 years ago
  58. 3f0257d btrfs: always log symlinks in full mode by Filipe Manana · 2 years, 9 months ago
  59. 53eded3 ext4: force overhead calculation if the s_overhead_cluster makes no sense by Theodore Ts'o · 2 years, 9 months ago
  60. 4f658e7 ext4: fix overhead calculation to account for the reserved gdt blocks by Theodore Ts'o · 2 years, 9 months ago
  61. ea5e8a8 ext4: limit length to bitmap_maxbytes - blocksize in punch_hole by Tadeusz Struk · 2 years, 10 months ago
  62. a84775f cifs: Check the IOCB_DIRECT flag, not O_DIRECT by David Howells · 2 years, 9 months ago
  63. c279706 gfs2: assign rgrp glock before compute_bitstructs by Bob Peterson · 3 years ago
  64. 3e58274 cifs: potential buffer overflow in handling symlinks by Harshit Mogalapalli · 2 years, 9 months ago
  65. d2e45f0 jfs: prevent NULL deref in diFree by Haimin Zhang · 2 years, 10 months ago
  66. 20d78e5 gfs2: Make sure FITRIM minlen is rounded up to fs block size by Andrew Price · 2 years, 10 months ago
  67. e619939 ubifs: setflags: Make dirtied_ino_d 8 bytes aligned by Zhihao Cheng · 3 years, 1 month ago
  68. e92c445 ubifs: Add missing iput if do_tmpfile() failed in rename whiteout by Zhihao Cheng · 3 years, 1 month ago
  69. bd8d7da ntfs: add sanity check on allocation size by Dongliang Mu · 2 years, 10 months ago
  70. 5db60e76 ext4: don't BUG if someone dirty pages without asking ext4 first by Theodore Ts'o · 2 years, 11 months ago
  71. 644fa3b jfs: fix divide error in dbNextAG by Pavel Skripkin · 2 years, 10 months ago
  72. e893ca9 NFS: remove unneeded check in decode_devicenotify_args() by Alexey Khoroshilov · 2 years, 11 months ago
  73. df95b0e ext2: correct max file size computing by Zhang Yi · 3 years ago
  74. 9b0c691 jffs2: fix memory leak in jffs2_scan_medium by Baokun Li · 3 years ago
  75. 2a9d818 jffs2: fix memory leak in jffs2_do_mount_fs by Baokun Li · 3 years ago
  76. 9150cb6 jffs2: fix use-after-free in jffs2_clear_xattr_subsystem by Baokun Li · 3 years, 1 month ago
  77. 1a33e0d NFSD: prevent underflow in nfssvc_decode_writeargs() by Dan Carpenter · 2 years, 10 months ago
  78. 064284c fs: sysfs_emit: Remove PAGE_SIZE alignment check by Lucas Wei · 2 years, 10 months ago
  79. 43bfa08 btrfs: unlock newly allocated extent buffer after error by Qu Wenruo · 3 years, 4 months ago
  80. da834d6 cifs: fix double free race when mount fails in cifs_get_root() by Ronnie Sahlberg · 3 years ago
  81. 1ebb62c fget: clarify and improve __fget_files() implementation by Linus Torvalds · 2 years, 11 months ago
  82. 1f1cb70 tracefs: Set the group ownership in apply_options() not parse_options() by Steven Rostedt (Google) · 2 years, 11 months ago
  83. 4080509 configfs: fix a race in configfs_{,un}register_subsystem() by ChenXiaoSong · 2 years, 11 months ago
  84. 61b6286 NFS: Do not report writeback errors in nfs_getattr() by Trond Myklebust · 2 years, 11 months ago
  85. a7fd396 NFS: LOOKUP_DIRECTORY is also ok with symlinks by Trond Myklebust · 3 years ago
  86. 7e5db6d quota: make dquot_quota_sync return errors from ->sync_fs by Darrick J. Wong · 3 years ago
  87. ca8dcff vfs: make freeze_super abort when sync_filesystem returns error by Darrick J. Wong · 3 years ago
  88. 6afc76b btrfs: send: in case of IO error log it by Dāvis Mosāns · 3 years ago
  89. 3df92dd NFSv4 remove zero number of fs_locations entries error check by Olga Kornievskaia · 3 years, 1 month ago
  90. 899460b nfs: nfs4clinet: check the return value of kstrdup() by Xiaoke Wang · 3 years, 1 month ago
  91. 06f6387 NFSv4 only print the label when its queried by Olga Kornievskaia · 3 years, 2 months ago
  92. f56ca242 NFSD: Clamp WRITE offsets by Chuck Lever · 3 years ago
  93. ccc3a3f NFS: Fix initialisation of nfs_client cl_flags field by Trond Myklebust · 3 years ago
  94. 48d6497 ext4: fix error handling in ext4_restore_inline_data() by Ritesh Harjani · 3 years ago
  95. 72a16cd nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client. by Dai Ngo · 3 years ago
  96. e3fef0d NFSv4: nfs_atomic_open() can race when looking up a non-regular file by Trond Myklebust · 3 years ago
  97. 8788981 NFSv4: Handle case where the lookup of a directory fails by Trond Myklebust · 3 years ago
  98. f24454e udf: Fix NULL ptr deref when converting from inline format by Jan Kara · 3 years ago
  99. de10d14 udf: Restore i_lenAlloc when inode expansion fails by Jan Kara · 3 years ago
  100. 993892e NFSv4: Initialise connection to the server in nfs4_alloc_client() by Trond Myklebust · 3 years ago