1. 0a97dbd 9p: use inode->i_lock to protect i_size_write() under 32-bit by Hou Tao · 5 years ago
  2. 579acda fs: ratelimit __find_get_block_slow() failure message. by Tetsuo Handa · 5 years ago
  3. 37b6ac5 autofs: fix error return in autofs_fill_super() by Ian Kent · 5 years ago
  4. 07f67e6 autofs: drop dentry reference only when it is never used by Pan Bian · 5 years ago
  5. c3ce520 fs/drop_caches.c: avoid softlockups in drop_pagecache_sb() by Jan Kara · 5 years ago
  6. 2b0ac76 cifs: fix computation for MAX_SMB2_HDR_SIZE by Ronnie Sahlberg · 5 years ago
  7. 6f976ec nfs: Fix NULL pointer dereference of dev_name by Yao Liu · 5 years ago
  8. dd6734e exec: Fix mem leak in kernel_read_file by YueHaibing · 5 years ago
  9. b010e03 hugetlbfs: fix races and page leaks during migration by Mike Kravetz · 5 years ago
  10. 675fd5a ncpfs: fix build warning of strncpy by Greg Kroah-Hartman · 5 years ago
  11. 93ab28b direct-io: allow direct writes to empty inodes by Ernesto A. Fernández · 6 years ago
  12. 2d182ba proc, oom: do not report alien mms when setting oom_score_adj by Michal Hocko · 5 years ago
  13. 79e3959 ceph: avoid repeatedly adding inode to mdsc->snap_flush_list by Yan, Zheng · 5 years ago
  14. de5f88f btrfs: Remove false alert when fiemap range is smaller than on-disk extent by Qu Wenruo · 7 years ago
  15. 04d7680 cifs: Limit memory used by lock request calls to a page by Ross Lagerwall · 5 years ago
  16. 4a1802e Revert "exec: load_script: don't blindly truncate shebang string" by Linus Torvalds · 5 years ago
  17. 8000014 Revert "cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)" by Greg Kroah-Hartman · 5 years ago
  18. 877362f nfsd4: catch some false session retries by J. Bruce Fields · 7 years ago
  19. f92c45b nfsd4: fix cached replies to solo SEQUENCE compounds by J. Bruce Fields · 7 years ago
  20. b013117 debugfs: fix debugfs_rename parameter checking by Greg Kroah-Hartman · 5 years ago
  21. 64702de fuse: handle zero sized retrieve correctly by Miklos Szeredi · 5 years ago
  22. 4f3d698 fuse: decrement NR_WRITEBACK_TEMP on the right page by Miklos Szeredi · 5 years ago
  23. 50449aa fuse: call pipe_buf_release() under pipe lock by Jann Horn · 5 years ago
  24. 9e5229e exec: load_script: don't blindly truncate shebang string by Oleg Nesterov · 5 years ago
  25. cf96e963 fs/epoll: drop ovflist branch prediction by Davidlohr Bueso · 5 years ago
  26. bc51a8a ocfs2: don't clear bh uptodate for block read by Junxiao Bi · 5 years ago
  27. 564651f f2fs: fix sbi->extent_list corruption issue by Sahitya Tummala · 5 years ago
  28. 5c61a60 cifs: check ntwrk_buf_start for NULL before dereferencing it by Ronnie Sahlberg · 5 years ago
  29. a37706a NFS: nfs_compare_mount_options always compare auth flavors. by Chris Perl · 5 years ago
  30. 46171c3 udf: Fix BUG on corrupted inode by Jan Kara · 5 years ago
  31. 6084611 nfsd4: fix crash on writing v4_end_grace before nfsd startup by J. Bruce Fields · 6 years ago
  32. 5415d1a f2fs: fix wrong return value of f2fs_acl_create by Tiezhu Yang · 6 years ago
  33. 6b4eec8 f2fs: move dir data flush to write checkpoint process by Yunlei He · 6 years ago
  34. 0358015 dlm: Don't swamp the CPU with callbacks queued during recovery by Bob Peterson · 6 years ago
  35. 987d8ff fanotify: fix handling of events on child sub-directory by Amir Goldstein · 6 years ago
  36. d6f62ec fs: don't scan the inode cache before SB_BORN is set by Dave Chinner · 6 years ago
  37. fb713a1 cifs: Always resolve hostname before reconnecting by Paulo Alcantara · 6 years ago
  38. 83466a5 gfs2: Revert "Fix loop in gfs2_rbm_find" by Andreas Gruenbacher · 5 years ago
  39. 9274432 fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb() by Waiman Long · 5 years ago
  40. 9033b4f CIFS: Do not count -ENODATA as failure for query directory by Pavel Shilovsky · 5 years ago
  41. c5cc933 fs: add the fsnotify call to vfs_iter_write by Jimmy Durand Wesolowski · 5 years ago
  42. 6362aa5 btrfs: dev-replace: go back to suspended state if target device is missing by Anand Jain · 6 years ago
  43. c341208 btrfs: fix error handling in btrfs_dev_replace_start by Jeff Mahoney · 6 years ago
  44. dff93bb f2fs: read page index before freeing by Pan Bian · 6 years ago
  45. eb2fe47 CIFS: Fix possible hang during async MTU reads and writes by Pavel Shilovsky · 5 years ago
  46. 3cc4469 ocfs2: fix panic due to unrecovered local alloc by Junxiao Bi · 5 years ago
  47. fffdbf5 pstore/ram: Do not treat empty buffers as valid by Joel Fernandes (Google) · 6 years ago
  48. 9361146 jffs2: Fix use of uninitialized delayed_work, lockdep breakage by Daniel Santos · 6 years ago
  49. 428ca58 blockdev: Fix livelocks on loop device by Jan Kara · 5 years ago
  50. fa9b170 btrfs: wait on ordered extents on abort cleanup by Josef Bacik · 6 years ago
  51. f311b6c proc: Remove empty line in /proc/self/status by Guenter Roeck · 5 years ago
  52. fe6b4e4 Revert "f2fs: do not recover from previous remained wrong dnodes" by Chao Yu · 8 years ago
  53. c173c38 ext4: avoid kernel warning when writing the superblock to a dead device by Theodore Ts'o · 5 years ago
  54. eb24a3b ext4: fix a potential fiemap/page fault deadlock w/ inline_data by Theodore Ts'o · 5 years ago
  55. d1cfd9c ext4: make sure enough credits are reserved for dioread_nolock writes by Theodore Ts'o · 5 years ago
  56. baf6b19 cifs: Fix potential OOB access of lock element array by Ross Lagerwall · 5 years ago
  57. cf5ff10 CIFS: Do not hide EINTR after sending network packets by Pavel Shilovsky · 5 years ago
  58. 6fa22a7 ceph: don't update importing cap's mseq when handing cap export by Yan, Zheng · 5 years ago
  59. b854c7b gfs2: Fix loop in gfs2_rbm_find by Andreas Gruenbacher · 5 years ago
  60. 02b03b2 gfs2: Get rid of potential double-freeing in gfs2_create_inode by Andreas Gruenbacher · 6 years ago
  61. 579d0aa dlm: memory leaks on error path in dlm_user_request() by Vasily Averin · 6 years ago
  62. 0f090eb dlm: lost put_lkb on error path in receive_convert() and receive_unlock() by Vasily Averin · 6 years ago
  63. 4e28e1e dlm: possible memory leak on error path in create_lkb() by Vasily Averin · 6 years ago
  64. 5dbe8eb dlm: fixed memory leaks after failed ls_remove_names allocation by Vasily Averin · 6 years ago
  65. 40738b6 CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problem by Georgy A Bystrenin · 5 years ago
  66. 362e8cb f2fs: fix validation of the block count in sanity_check_raw_super by Martin Blumenstingl · 5 years ago
  67. 40a19e5 ext4: force inode writes when nfsd calls commit_metadata() by Theodore Ts'o · 5 years ago
  68. 2eb64177 ext4: include terminating u32 in size of xattr entries when expanding inodes by Theodore Ts'o · 5 years ago
  69. c72f56c ext4: fix EXT4_IOC_GROUP_ADD ioctl by ruippan (潘睿) · 5 years ago
  70. eaec103 ext4: missing unlock/put_page() in ext4_try_to_write_inline_data() by Maurizio Lombardi · 5 years ago
  71. 836bf26 ext4: fix possible use after free in ext4_quota_enable by Pan Bian · 5 years ago
  72. 4d5741a proc/sysctl: don't return ENOMEM on lookup when a table is unregistering by Ivan Delalande · 5 years ago
  73. 3926df1 ubifs: Handle re-linking of inodes correctly while recovery by Richard Weinberger · 5 years ago
  74. 4cd3766 cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs) by Steve French · 6 years ago
  75. de42cd2 nfs: don't dirty kernel pages read by direct-io by Dave Kleikamp · 6 years ago
  76. 3a7bac9 aio: fix spectre gadget in lookup_ioctx by Jeff Moyer · 5 years ago
  77. 5c35dc0 pstore: Convert console write to use ->write_buf by Namhyung Kim · 8 years ago
  78. 1b5620c ocfs2: fix potential use after free by Pan Bian · 5 years ago
  79. 7f0a62f hfsplus: do not free node before using by Pan Bian · 5 years ago
  80. 5cf4154 hfs: do not free node before using by Pan Bian · 5 years ago
  81. 12daef1 ocfs2: fix deadlock caused by ocfs2_defrag_extent() by Larry Chen · 5 years ago
  82. f23fc42 fscache, cachefiles: remove redundant variable 'cache' by Colin Ian King · 6 years ago
  83. 7a821a9 fscache: fix race between enablement and dropping of object by NeilBrown · 6 years ago
  84. 5e3cd96 cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is active by Kiran Kumar Modukuri · 6 years ago
  85. d2139ee exportfs: do not read dentry after free by Pan Bian · 6 years ago
  86. aeda916 Btrfs: send, fix infinite loop due to directory rename dependencies by Robbie Ko · 6 years ago
  87. c36dff3 sysv: return 'err' instead of 0 in __sysv_write_inode by YueHaibing · 6 years ago
  88. fcfc763 cifs: Fix separator when building path from dentry by Paulo Alcantara · 6 years ago
  89. 0c82bca hugetlbfs: fix bug in pgoff overflow checking by Mike Kravetz · 6 years ago
  90. 4ec44e9 xfs: don't fail when converting shortform attr to long form during ATTR_REPLACE by Darrick J. Wong · 6 years ago
  91. 91fe514 f2fs: fix to do sanity check with cp_pack_start_sum by Chao Yu · 5 years ago
  92. 2c605dd f2fs: free meta pages if sanity check for ckpt is failed by Jaegeuk Kim · 7 years ago
  93. b10a6ac f2fs: fix to do sanity check with block address in main area v2 by Chao Yu · 6 years ago
  94. e33c1e2 f2fs: fix missing up_read by Jaegeuk Kim · 6 years ago
  95. aafb371 f2fs: fix to do sanity check with block address in main area by Chao Yu · 6 years ago
  96. 1c87980 f2fs: fix to do sanity check with node footer and iblocks by Chao Yu · 6 years ago
  97. fd8c7d3 f2fs: Add sanity_check_inode() function by Ben Hutchings · 5 years ago
  98. 06e606a f2fs: fix to do sanity check with user_block_count by Chao Yu · 6 years ago
  99. a3dccfa f2fs: fix to do sanity check with secs_per_zone by Chao Yu · 6 years ago
  100. d451188 f2fs: introduce and spread verify_blkaddr by Chao Yu · 6 years ago