1. 1ee4f2d CIFS: keep FileInfo handle live during oplock break by Aurelien Aptel · 5 years ago
  2. 1cc5afa cifs: fallback to older infolevels on findfirst queryinfo retry by Steve French · 6 years ago
  3. d1a623e f2fs: fix to do sanity check with current segment number by Chao Yu · 6 years ago
  4. 3191224 9p locks: add mount option for lock retry interval by Dinu-Razvan Chis-Serban · 6 years ago
  5. fea7d0d 9p: do not trust pdu content for stat item size by Gertjan Halkes · 6 years ago
  6. 7e80006 ext4: prohibit fstrim in norecovery mode by Darrick J. Wong · 5 years ago
  7. 8b8b351 fix incorrect error code mapping for OBJECTID_NOT_FOUND by Steve French · 5 years ago
  8. 3964902 ext4: report real fs size after failed resize by Lukas Czerner · 5 years ago
  9. 75ac16e ext4: add missing brelse() in add_new_gdb_meta_bg() by Lukas Czerner · 5 years ago
  10. 1ac411b Btrfs: do not allow trimming when a fs is mounted with the nologreplay option by Filipe Manana · 5 years ago
  11. 24c6f9f vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1 by Aurelien Jarno · 5 years ago
  12. 2624115 fs: fix guard_bio_eod to check for real EOD errors by Carlos Maiolino · 5 years ago
  13. a05d994 jbd2: fix invalid descriptor block checksum by luojiajun · 5 years ago
  14. 9d5a48f cifs: Fix NULL pointer dereference of devname by Yao Liu · 5 years ago
  15. d617c20 cifs: use correct format characters by Louis Taylor · 5 years ago
  16. 7368f92 fs/file.c: initialize init_files.resize_wait by Shuriyc Chu · 5 years ago
  17. af17a24 f2fs: do not use mutex lock in atomic context by Sahitya Tummala · 5 years ago
  18. aed3804 ocfs2: fix a panic problem caused by o2cb_ctl by Jia Guo · 5 years ago
  19. 56300d3 CIFS: fix POSIX lock leak and invalid ptr deref by Aurelien Aptel · 5 years ago
  20. 32c5630 ext4: cleanup bh release code in ext4_ind_remove_space() by zhangyi (F) · 5 years ago
  21. 28f0641 fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links by YueHaibing · 5 years ago
  22. 7d7637d fs/open.c: allow opening only regular files during execve() by Tetsuo Handa · 5 years ago
  23. 22a8711 NFSv4.1 don't free interrupted slot on open by Olga Kornievskaia · 5 years ago
  24. 5ca1860 btrfs: raid56: properly unmap parity page in finish_parity_scrub() by Andrea Righi · 5 years ago
  25. 44f705e btrfs: remove WARN_ON in log_dir_items by Josef Bacik · 5 years ago
  26. 1987172 Hang/soft lockup in d_invalidate with simultaneous calls by Al Viro · 7 years ago
  27. 7002d0e ext4: brelse all indirect buffer in ext4_ind_remove_space() by zhangyi (F) · 5 years ago
  28. 8651fa1e ext4: fix data corruption caused by unaligned direct AIO by Lukas Czerner · 5 years ago
  29. d9f0ce8 ext4: fix NULL pointer dereference while journal is aborted by Jiufei Xue · 5 years ago
  30. 9247706 udf: Fix crash on IO error during truncate by Jan Kara · 5 years ago
  31. 33c164d nfsd: fix wrong check in write_v4_end_grace() by Yihao Wu · 5 years ago
  32. e4ea22f nfsd: fix memory corruption caused by readdir by NeilBrown · 5 years ago
  33. 7ed6082 NFS: Don't recoalesce on error in nfs_pageio_complete_mirror() by Trond Myklebust · 5 years ago
  34. 18ae814 NFS: Fix an I/O request leakage in nfs_do_recoalesce by Trond Myklebust · 5 years ago
  35. 0da4596 NFS: Fix I/O request leakages by Trond Myklebust · 5 years ago
  36. 241f3e3 jbd2: fix compile warning when using JBUFFER_TRACE by zhangyi (F) · 5 years ago
  37. 6713df7 jbd2: clear dirty flag when revoking a buffer from an older transaction by zhangyi (F) · 5 years ago
  38. 4b5f060 ext2: Fix underflow in ext2_max_size() by Jan Kara · 5 years ago
  39. 14a0bfd ext4: fix crash during online resizing by Jan Kara · 5 years ago
  40. fc3a73f Btrfs: fix corruption reading shared and compressed extents after hole punching by Filipe Manana · 5 years ago
  41. 0284f46 btrfs: ensure that a DUP or RAID1 block group has exactly two stripes by Johannes Thumshirn · 5 years ago
  42. 943ebf4 splice: don't merge into linked buffers by Jann Horn · 5 years ago
  43. 8c93709 fs/devpts: always delete dcache dentry-s in dput() by Varad Gautam · 5 years ago
  44. 776f01e CIFS: Fix read after write for files with read caching by Pavel Shilovsky · 5 years ago
  45. f8a0d9cc CIFS: Do not reset lease state to NONE on lease break by Pavel Shilovsky · 5 years ago
  46. 0a97dbd 9p: use inode->i_lock to protect i_size_write() under 32-bit by Hou Tao · 5 years ago
  47. 579acda fs: ratelimit __find_get_block_slow() failure message. by Tetsuo Handa · 5 years ago
  48. 37b6ac5 autofs: fix error return in autofs_fill_super() by Ian Kent · 5 years ago
  49. 07f67e6 autofs: drop dentry reference only when it is never used by Pan Bian · 5 years ago
  50. c3ce520 fs/drop_caches.c: avoid softlockups in drop_pagecache_sb() by Jan Kara · 5 years ago
  51. 2b0ac76 cifs: fix computation for MAX_SMB2_HDR_SIZE by Ronnie Sahlberg · 5 years ago
  52. 6f976ec nfs: Fix NULL pointer dereference of dev_name by Yao Liu · 5 years ago
  53. dd6734e exec: Fix mem leak in kernel_read_file by YueHaibing · 5 years ago
  54. b010e03 hugetlbfs: fix races and page leaks during migration by Mike Kravetz · 5 years ago
  55. 675fd5a ncpfs: fix build warning of strncpy by Greg Kroah-Hartman · 5 years ago
  56. 93ab28b direct-io: allow direct writes to empty inodes by Ernesto A. Fernández · 6 years ago
  57. 2d182ba proc, oom: do not report alien mms when setting oom_score_adj by Michal Hocko · 5 years ago
  58. 79e3959 ceph: avoid repeatedly adding inode to mdsc->snap_flush_list by Yan, Zheng · 5 years ago
  59. de5f88f btrfs: Remove false alert when fiemap range is smaller than on-disk extent by Qu Wenruo · 7 years ago
  60. 04d7680 cifs: Limit memory used by lock request calls to a page by Ross Lagerwall · 5 years ago
  61. 4a1802e Revert "exec: load_script: don't blindly truncate shebang string" by Linus Torvalds · 5 years ago
  62. 8000014 Revert "cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)" by Greg Kroah-Hartman · 5 years ago
  63. 877362f nfsd4: catch some false session retries by J. Bruce Fields · 7 years ago
  64. f92c45b nfsd4: fix cached replies to solo SEQUENCE compounds by J. Bruce Fields · 7 years ago
  65. b013117 debugfs: fix debugfs_rename parameter checking by Greg Kroah-Hartman · 5 years ago
  66. 64702de fuse: handle zero sized retrieve correctly by Miklos Szeredi · 5 years ago
  67. 4f3d698 fuse: decrement NR_WRITEBACK_TEMP on the right page by Miklos Szeredi · 5 years ago
  68. 50449aa fuse: call pipe_buf_release() under pipe lock by Jann Horn · 5 years ago
  69. 9e5229e exec: load_script: don't blindly truncate shebang string by Oleg Nesterov · 5 years ago
  70. cf96e963 fs/epoll: drop ovflist branch prediction by Davidlohr Bueso · 5 years ago
  71. bc51a8a ocfs2: don't clear bh uptodate for block read by Junxiao Bi · 5 years ago
  72. 564651f f2fs: fix sbi->extent_list corruption issue by Sahitya Tummala · 5 years ago
  73. 5c61a60 cifs: check ntwrk_buf_start for NULL before dereferencing it by Ronnie Sahlberg · 5 years ago
  74. a37706a NFS: nfs_compare_mount_options always compare auth flavors. by Chris Perl · 5 years ago
  75. 46171c3 udf: Fix BUG on corrupted inode by Jan Kara · 5 years ago
  76. 6084611 nfsd4: fix crash on writing v4_end_grace before nfsd startup by J. Bruce Fields · 5 years ago
  77. 5415d1a f2fs: fix wrong return value of f2fs_acl_create by Tiezhu Yang · 6 years ago
  78. 6b4eec8 f2fs: move dir data flush to write checkpoint process by Yunlei He · 6 years ago
  79. 0358015 dlm: Don't swamp the CPU with callbacks queued during recovery by Bob Peterson · 6 years ago
  80. 987d8ff fanotify: fix handling of events on child sub-directory by Amir Goldstein · 6 years ago
  81. d6f62ec fs: don't scan the inode cache before SB_BORN is set by Dave Chinner · 6 years ago
  82. fb713a1 cifs: Always resolve hostname before reconnecting by Paulo Alcantara · 6 years ago
  83. 83466a5 gfs2: Revert "Fix loop in gfs2_rbm_find" by Andreas Gruenbacher · 5 years ago
  84. 9274432 fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb() by Waiman Long · 5 years ago
  85. 9033b4f CIFS: Do not count -ENODATA as failure for query directory by Pavel Shilovsky · 5 years ago
  86. c5cc933 fs: add the fsnotify call to vfs_iter_write by Jimmy Durand Wesolowski · 5 years ago
  87. 6362aa5 btrfs: dev-replace: go back to suspended state if target device is missing by Anand Jain · 6 years ago
  88. c341208 btrfs: fix error handling in btrfs_dev_replace_start by Jeff Mahoney · 6 years ago
  89. dff93bb f2fs: read page index before freeing by Pan Bian · 6 years ago
  90. eb2fe47 CIFS: Fix possible hang during async MTU reads and writes by Pavel Shilovsky · 5 years ago
  91. 3cc4469 ocfs2: fix panic due to unrecovered local alloc by Junxiao Bi · 5 years ago
  92. fffdbf5 pstore/ram: Do not treat empty buffers as valid by Joel Fernandes (Google) · 6 years ago
  93. 9361146 jffs2: Fix use of uninitialized delayed_work, lockdep breakage by Daniel Santos · 6 years ago
  94. 428ca58 blockdev: Fix livelocks on loop device by Jan Kara · 5 years ago
  95. fa9b170 btrfs: wait on ordered extents on abort cleanup by Josef Bacik · 6 years ago
  96. f311b6c proc: Remove empty line in /proc/self/status by Guenter Roeck · 5 years ago
  97. fe6b4e4 Revert "f2fs: do not recover from previous remained wrong dnodes" by Chao Yu · 8 years ago
  98. c173c38 ext4: avoid kernel warning when writing the superblock to a dead device by Theodore Ts'o · 5 years ago
  99. eb24a3b ext4: fix a potential fiemap/page fault deadlock w/ inline_data by Theodore Ts'o · 5 years ago
  100. d1cfd9c ext4: make sure enough credits are reserved for dioread_nolock writes by Theodore Ts'o · 5 years ago