1. c4bc658 smb3: Fix root directory when server returns inode number of zero by Steve French · 6 years ago
  2. 52b329d6 fs/reiserfs/journal.c: add missing resierfs_warning() arg by Andrew Morton · 6 years ago
  3. cf1595d ubifs: Check ubifs_wbuf_sync() return code by Richard Weinberger · 6 years ago
  4. 960534a getname_kernel() needs to make sure that ->name != ->iname in long case by Al Viro · 6 years ago
  5. b2a40ea ovl: filter trusted xattr for non-admin by Miklos Szeredi · 7 years ago
  6. 3aa66ba VFS: close race between getcwd() and d_move() by NeilBrown · 7 years ago
  7. 78b336a ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff() by Eryu Guan · 7 years ago
  8. 07b2a32 pNFS/flexfiles: missing error code in ff_layout_alloc_lseg() by Dan Carpenter · 7 years ago
  9. a90e045 ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errors by Konstantin Khlebnikov · 7 years ago
  10. e09fd7c btrfs: fix incorrect error return ret being passed to mapping_set_error by Colin Ian King · 7 years ago
  11. cfea563 SMB2: Fix share type handling by Christophe JAILLET · 7 years ago
  12. 6ed24ef CIFS: silence lockdep splat in cifs_relock_file() by Rabin Vincent · 7 years ago
  13. fca22d5 NFSv4.1: Work around a Linux server bug... by Trond Myklebust · 7 years ago
  14. 75d34f1 lockd: fix lockd shutdown race by J. Bruce Fields · 7 years ago
  15. 3032bcc NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION by Trond Myklebust · 7 years ago
  16. 6371afa ovl: persistent inode numbers for upper hardlinks by Amir Goldstein · 7 years ago
  17. e7f42b0 btrfs: Remove extra parentheses from condition in copy_items() by Matthias Kaehlcke · 7 years ago
  18. a9b2c4a fs: compat: Remove warning from COMPATIBLE_IOCTL by Mark Charlebois · 7 years ago
  19. ff1c42b ceph: only dirty ITER_IOVEC pages for direct read by Yan, Zheng · 6 years ago
  20. 5e7124c staging: ncpfs: memory corruption in ncp_read_kernel() by Dan Carpenter · 6 years ago
  21. e294c4c nfsd: remove blocked locks on client teardown by Jeff Layton · 6 years ago
  22. eeed4cf nfsd4: permit layoutget of executable-only files by Benjamin Coddington · 7 years ago
  23. 31da33d cifs: small underflow in cnvrtDosUnixTm() by Dan Carpenter · 7 years ago
  24. 1b9c954 pNFS: Fix a deadlock when coalescing writes and returning the layout by Trond Myklebust · 7 years ago
  25. 81ca30d jbd2: Fix lockdep splat with generic/270 test by Jan Kara · 7 years ago
  26. 688b845 orangefs: do not wait for timeout if umounting by Martin Brandenburg · 7 years ago
  27. dfe9db1 Btrfs: fix extent map leak during fallocate error path by Filipe Manana · 7 years ago
  28. 7016b20 Btrfs: send, fix file hole not being preserved due to inline extent by Filipe Manana · 7 years ago
  29. fd35ded Btrfs: fix incorrect space accounting after failure to insert inline extent by Filipe Manana · 7 years ago
  30. b5684e7 NFS: don't try to cross a mountpount when there isn't one there. by NeilBrown · 7 years ago
  31. b5e7b5c pNFS: Fix use after free issues in pnfs_do_read() by Trond Myklebust · 7 years ago
  32. 76441e1 NFS: Fix missing pg_cleanup after nfs_pageio_cond_complete() by Benjamin Coddington · 7 years ago
  33. 4bd1761 btrfs: fix a bogus warning when converting only data or metadata by Adam Borowski · 7 years ago
  34. df09b6f CIFS: Enable encryption during session setup phase by Pavel Shilovsky · 8 years ago
  35. fca16f9 SMB3: Validate negotiate request must always be signed by Steve French · 7 years ago
  36. 8ae7720 btrfs: Fix use-after-free when cleaning up fs_devs with a single stale device by Nikolay Borisov · 6 years ago
  37. 8890bae btrfs: alloc_chunk: fix DUP stripe size handling by Hans van Kranenburg · 6 years ago
  38. aa14f4b fs/aio: Use RCU accessors for kioctx_table->table[] by Tejun Heo · 6 years ago
  39. 4822610 fs/aio: Add explicit RCU grace period when freeing kioctx by Tejun Heo · 6 years ago
  40. 05f16fe lock_parent() needs to recheck if dentry got __dentry_kill'ed under it by Al Viro · 6 years ago
  41. eaa9592 fs: Teach path_connected to handle nfs filesystems with multiple roots. by Eric W. Biederman · 6 years ago
  42. 708f90a userns: Don't fail follow_automount based on s_user_ns by Eric W. Biederman · 7 years ago
  43. 304c1e9 reiserfs: Make cancel_old_flush() reliable by Jan Kara · 7 years ago
  44. 68c2353 f2fs: relax node version check for victim data in gc by Jaegeuk Kim · 7 years ago
  45. 2a28923 NFS: Fix unstable write completion by Trond Myklebust · 6 years ago
  46. fb1f410 NFS: Fix an incorrect type in struct nfs_direct_req by Trond Myklebust · 6 years ago
  47. b496b24 ext4: inplace xattr block update fails to deduplicate blocks by Tahsin Erdogan · 7 years ago
  48. 931dde8 btrfs: preserve i_mode if __btrfs_set_acl() fails by Ernesto A. Fernández · 7 years ago
  49. c33d494 xfs: quota: check result of register_shrinker() by Aliaksei Karaliou · 7 years ago
  50. 7999487 xfs: quota: fix missed destroy of qi_tree_lock by Aliaksei Karaliou · 7 years ago
  51. fd7cbb5 sget(): handle failures of register_shrinker() by Al Viro · 7 years ago
  52. 4a97b2d f2fs: fix a bug caused by NULL extent tree by Yunlei He · 7 years ago
  53. f06c2c65 fs/dax.c: fix inefficiency in dax_writeback_mapping_range() by Jan Kara · 6 years ago
  54. 890c52a binfmt_elf: compat: avoid unused function warning by Arnd Bergmann · 6 years ago
  55. 445e8f8 reiserfs: avoid a -Wmaybe-uninitialized warning by Arnd Bergmann · 7 years ago
  56. 1c3aae5 btrfs: Fix possible off-by-one in btrfs_search_path_in_tree by Nikolay Borisov · 7 years ago
  57. 012e79b vfs: don't do RCU lookup of empty pathnames by Linus Torvalds · 7 years ago
  58. 9cb1674 ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGE by Gang He · 6 years ago
  59. efb1cbc Btrfs: fix unexpected -EEXIST when creating new inode by Liu Bo · 6 years ago
  60. b48edd6 Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly by Liu Bo · 6 years ago
  61. bc0d431 Btrfs: fix extent state leak from tree log by Liu Bo · 6 years ago
  62. 0f4adc1 Btrfs: fix crash due to not cleaning up tree log block's dirty bits by Liu Bo · 6 years ago
  63. ecd72fd Btrfs: fix deadlock in run_delalloc_nocow by Liu Bo · 6 years ago
  64. 4a36f43 ext4: save error to disk in __ext4_grp_locked_error() by Zhouyi Zhou · 6 years ago
  65. 539deab ext4: fix a race in the ext4 shutdown path by Harshad Shirwadkar · 6 years ago
  66. 99a89d8 jbd2: fix sphinx kernel-doc build warnings by Tobin C. Harding · 6 years ago
  67. 9cb2d0b mbcache: initialize entry->e_referenced in mb_cache_entry_create() by Alexander Potapenko · 6 years ago
  68. 38e3bc5 ovl: fix failure to fsync lower dir by Amir Goldstein · 7 years ago
  69. 8fe7cea btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker by Nikolay Borisov · 7 years ago
  70. 71baf27 pipe: fix off-by-one error when checking buffer limits by Eric Biggers · 6 years ago
  71. a705c24 pipe: actually allow root to exceed the pipe buffer limits by Eric Biggers · 6 years ago
  72. da3b224 fs/proc/kcore.c: use probe_kernel_read() instead of memcpy() by Heiko Carstens · 6 years ago
  73. daaa81c nsfs: mark dentry with DCACHE_RCUACCESS by Cong Wang · 7 years ago
  74. 058d13f kernfs: fix regression in kernfs_fop_write caused by wrong type by Ivan Vecera · 6 years ago
  75. b79d885 NFS: Fix a race between mmap() and O_DIRECT by Trond Myklebust · 6 years ago
  76. 967f650 NFS: reject request for id_legacy key without auxdata by Eric Biggers · 6 years ago
  77. ca2c316 NFS: commit direct writes even if they fail partially by J. Bruce Fields · 6 years ago
  78. d184034 NFS: Add a cond_resched() to nfs_commit_release_pages() by Trond Myklebust · 7 years ago
  79. e1df8c6 nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds by Scott Mayhew · 7 years ago
  80. 298dc6c ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrs by Xiaolei Li · 7 years ago
  81. 7e68916 CIFS: zero sensitive data when freeing by Aurelien Aptel · 6 years ago
  82. f59eda1 cifs: Fix autonegotiate security settings mismatch by Daniel N Pettersson · 6 years ago
  83. ee6858f cifs: Fix missing put_xid in cifs_file_strict_mmap by Matthew Wilcox · 7 years ago
  84. fde77c7 xfs: Properly retry failed dquot items in case of error during buffer writeback by Carlos Maiolino · 7 years ago
  85. d960244 xfs: ubsan fixes by Darrick J. Wong · 7 years ago
  86. c4ecc2f quota: Check for register_shrinker() failure. by Tetsuo Handa · 7 years ago
  87. 54a1fdf xfs: fortify xfs_alloc_buftarg error handling by Michal Hocko · 7 years ago
  88. 3b77423 lockd: fix "list_add double add" caused by legacy signal interface by Vasily Averin · 7 years ago
  89. f25e222 nfsd: check for use of the closed special stateid by Andrew Elble · 7 years ago
  90. f35ab8e grace: replace BUG_ON by WARN_ONCE in exit_net hook by Vasily Averin · 7 years ago
  91. 2a7d4a7 nfsd: Ensure we check stateid validity in the seqid operation checks by Trond Myklebust · 7 years ago
  92. 5cd3586 nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0) by Trond Myklebust · 7 years ago
  93. b5bfda0 xfs: always free inline data before resetting inode fork during ifree by Darrick J. Wong · 7 years ago
  94. 90ef2c3 reiserfs: remove unneeded i_version bump by Jeff Layton · 7 years ago
  95. 8cfb396 btrfs: fix deadlock when writing out space cache by Josef Bacik · 7 years ago
  96. f12d060 nfsd: auth: Fix gid sorting when rootsquash enabled by Ben Hutchings · 6 years ago
  97. d680db7 orangefs: fix deadlock; do not write i_size in read_iter by Martin Brandenburg · 6 years ago
  98. 7b50205 fs/fcntl: f_setown, avoid undefined behaviour by Jiri Slaby · 7 years ago
  99. 0ccfbd4 reiserfs: don't preallocate blocks for extended attributes by Jeff Mahoney · 7 years ago
  100. b7d2528 reiserfs: fix race in prealloc discard by Jeff Mahoney · 7 years ago