1. 81ca30d jbd2: Fix lockdep splat with generic/270 test by Jan Kara · 7 years ago
  2. 688b845 orangefs: do not wait for timeout if umounting by Martin Brandenburg · 7 years ago
  3. dfe9db1 Btrfs: fix extent map leak during fallocate error path by Filipe Manana · 7 years ago
  4. 7016b20 Btrfs: send, fix file hole not being preserved due to inline extent by Filipe Manana · 7 years ago
  5. fd35ded Btrfs: fix incorrect space accounting after failure to insert inline extent by Filipe Manana · 8 years ago
  6. b5684e7 NFS: don't try to cross a mountpount when there isn't one there. by NeilBrown · 8 years ago
  7. b5e7b5c pNFS: Fix use after free issues in pnfs_do_read() by Trond Myklebust · 7 years ago
  8. 76441e1 NFS: Fix missing pg_cleanup after nfs_pageio_cond_complete() by Benjamin Coddington · 7 years ago
  9. 4bd1761 btrfs: fix a bogus warning when converting only data or metadata by Adam Borowski · 8 years ago
  10. df09b6f CIFS: Enable encryption during session setup phase by Pavel Shilovsky · 8 years ago
  11. fca16f9 SMB3: Validate negotiate request must always be signed by Steve French · 7 years ago
  12. 8ae7720 btrfs: Fix use-after-free when cleaning up fs_devs with a single stale device by Nikolay Borisov · 7 years ago
  13. 8890bae btrfs: alloc_chunk: fix DUP stripe size handling by Hans van Kranenburg · 7 years ago
  14. aa14f4b fs/aio: Use RCU accessors for kioctx_table->table[] by Tejun Heo · 7 years ago
  15. 4822610 fs/aio: Add explicit RCU grace period when freeing kioctx by Tejun Heo · 7 years ago
  16. 05f16fe lock_parent() needs to recheck if dentry got __dentry_kill'ed under it by Al Viro · 7 years ago
  17. eaa9592 fs: Teach path_connected to handle nfs filesystems with multiple roots. by Eric W. Biederman · 7 years ago
  18. 708f90a userns: Don't fail follow_automount based on s_user_ns by Eric W. Biederman · 7 years ago
  19. 304c1e9 reiserfs: Make cancel_old_flush() reliable by Jan Kara · 7 years ago
  20. 68c2353 f2fs: relax node version check for victim data in gc by Jaegeuk Kim · 8 years ago
  21. 2a28923 NFS: Fix unstable write completion by Trond Myklebust · 7 years ago
  22. fb1f410 NFS: Fix an incorrect type in struct nfs_direct_req by Trond Myklebust · 7 years ago
  23. b496b24 ext4: inplace xattr block update fails to deduplicate blocks by Tahsin Erdogan · 7 years ago
  24. 931dde8 btrfs: preserve i_mode if __btrfs_set_acl() fails by Ernesto A. Fernández · 7 years ago
  25. c33d494 xfs: quota: check result of register_shrinker() by Aliaksei Karaliou · 7 years ago
  26. 7999487 xfs: quota: fix missed destroy of qi_tree_lock by Aliaksei Karaliou · 7 years ago
  27. fd7cbb5 sget(): handle failures of register_shrinker() by Al Viro · 7 years ago
  28. 4a97b2d f2fs: fix a bug caused by NULL extent tree by Yunlei He · 7 years ago
  29. f06c2c65 fs/dax.c: fix inefficiency in dax_writeback_mapping_range() by Jan Kara · 7 years ago
  30. 890c52a binfmt_elf: compat: avoid unused function warning by Arnd Bergmann · 7 years ago
  31. 445e8f8 reiserfs: avoid a -Wmaybe-uninitialized warning by Arnd Bergmann · 8 years ago
  32. 1c3aae5 btrfs: Fix possible off-by-one in btrfs_search_path_in_tree by Nikolay Borisov · 7 years ago
  33. 012e79b vfs: don't do RCU lookup of empty pathnames by Linus Torvalds · 7 years ago
  34. 9cb1674 ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGE by Gang He · 7 years ago
  35. efb1cbc Btrfs: fix unexpected -EEXIST when creating new inode by Liu Bo · 7 years ago
  36. b48edd6 Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly by Liu Bo · 7 years ago
  37. bc0d431 Btrfs: fix extent state leak from tree log by Liu Bo · 7 years ago
  38. 0f4adc1 Btrfs: fix crash due to not cleaning up tree log block's dirty bits by Liu Bo · 7 years ago
  39. ecd72fd Btrfs: fix deadlock in run_delalloc_nocow by Liu Bo · 7 years ago
  40. 4a36f43 ext4: save error to disk in __ext4_grp_locked_error() by Zhouyi Zhou · 7 years ago
  41. 539deab ext4: fix a race in the ext4 shutdown path by Harshad Shirwadkar · 7 years ago
  42. 99a89d8 jbd2: fix sphinx kernel-doc build warnings by Tobin C. Harding · 7 years ago
  43. 9cb2d0b mbcache: initialize entry->e_referenced in mb_cache_entry_create() by Alexander Potapenko · 7 years ago
  44. 38e3bc5 ovl: fix failure to fsync lower dir by Amir Goldstein · 7 years ago
  45. 8fe7cea btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker by Nikolay Borisov · 7 years ago
  46. 71baf27 pipe: fix off-by-one error when checking buffer limits by Eric Biggers · 7 years ago
  47. a705c24 pipe: actually allow root to exceed the pipe buffer limits by Eric Biggers · 7 years ago
  48. da3b224 fs/proc/kcore.c: use probe_kernel_read() instead of memcpy() by Heiko Carstens · 7 years ago
  49. daaa81c nsfs: mark dentry with DCACHE_RCUACCESS by Cong Wang · 7 years ago
  50. 058d13f kernfs: fix regression in kernfs_fop_write caused by wrong type by Ivan Vecera · 7 years ago
  51. b79d885 NFS: Fix a race between mmap() and O_DIRECT by Trond Myklebust · 7 years ago
  52. 967f650 NFS: reject request for id_legacy key without auxdata by Eric Biggers · 7 years ago
  53. ca2c316 NFS: commit direct writes even if they fail partially by J. Bruce Fields · 7 years ago
  54. d184034 NFS: Add a cond_resched() to nfs_commit_release_pages() by Trond Myklebust · 7 years ago
  55. e1df8c6 nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds by Scott Mayhew · 7 years ago
  56. 298dc6c ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrs by Xiaolei Li · 7 years ago
  57. 7e68916 CIFS: zero sensitive data when freeing by Aurelien Aptel · 7 years ago
  58. f59eda1 cifs: Fix autonegotiate security settings mismatch by Daniel N Pettersson · 7 years ago
  59. ee6858f cifs: Fix missing put_xid in cifs_file_strict_mmap by Matthew Wilcox · 7 years ago
  60. fde77c7 xfs: Properly retry failed dquot items in case of error during buffer writeback by Carlos Maiolino · 7 years ago
  61. d960244 xfs: ubsan fixes by Darrick J. Wong · 7 years ago
  62. c4ecc2f quota: Check for register_shrinker() failure. by Tetsuo Handa · 7 years ago
  63. 54a1fdf xfs: fortify xfs_alloc_buftarg error handling by Michal Hocko · 7 years ago
  64. 3b77423 lockd: fix "list_add double add" caused by legacy signal interface by Vasily Averin · 7 years ago
  65. f25e222 nfsd: check for use of the closed special stateid by Andrew Elble · 7 years ago
  66. f35ab8e grace: replace BUG_ON by WARN_ONCE in exit_net hook by Vasily Averin · 7 years ago
  67. 2a7d4a7 nfsd: Ensure we check stateid validity in the seqid operation checks by Trond Myklebust · 7 years ago
  68. 5cd3586 nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0) by Trond Myklebust · 7 years ago
  69. b5bfda0 xfs: always free inline data before resetting inode fork during ifree by Darrick J. Wong · 7 years ago
  70. 90ef2c3 reiserfs: remove unneeded i_version bump by Jeff Layton · 7 years ago
  71. 8cfb396 btrfs: fix deadlock when writing out space cache by Josef Bacik · 7 years ago
  72. f12d060 nfsd: auth: Fix gid sorting when rootsquash enabled by Ben Hutchings · 7 years ago
  73. d680db7 orangefs: fix deadlock; do not write i_size in read_iter by Martin Brandenburg · 7 years ago
  74. 7b50205 fs/fcntl: f_setown, avoid undefined behaviour by Jiri Slaby · 7 years ago
  75. 0ccfbd4 reiserfs: don't preallocate blocks for extended attributes by Jeff Mahoney · 7 years ago
  76. b7d2528 reiserfs: fix race in prealloc discard by Jeff Mahoney · 7 years ago
  77. 5c26ee1 orangefs: initialize op on loop restart in orangefs_devreq_read by Martin Brandenburg · 7 years ago
  78. fb39345 orangefs: use list_for_each_entry_safe in purge_waiting_ops by Martin Brandenburg · 7 years ago
  79. 8a3f4ba proc: fix coredump vs read /proc/*/stat race by Alexey Dobriyan · 7 years ago
  80. 5b13f59 pipe: avoid round_pipe_size() nr_pages overflow on 32-bit by Joe Lawrence · 7 years ago
  81. 79258d9 kernel: make groups_sort calling a responsibility group_info allocators by Thiago Rafael Becker · 7 years ago
  82. 9c1433b Btrfs: fix an integer overflow check by Dan Carpenter · 8 years ago
  83. b64ab3c udf: Avoid overflow when session starts at large offset by Jan Kara · 7 years ago
  84. 92ad6c1 tty fix oops when rmmod 8250 by nixiaoming · 7 years ago
  85. 769bca9 xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_real by Christoph Hellwig · 7 years ago
  86. c822099 xfs: fix log block underflow during recovery cycle verification by Brian Foster · 7 years ago
  87. 7fab68e btrfs: tests: Fix a memory leak in error handling path in 'run_test()' by Christophe JAILLET · 7 years ago
  88. 75f66ee GFS2: Take inode off order_write list when setting jdata flag by Bob Peterson · 7 years ago
  89. c843e9f xfs: truncate pagecache before writeback in xfs_setattr_size() by Eryu Guan · 7 years ago
  90. 8f60ef9 btrfs: add missing memset while reading compressed inline extents by Zygo Blaxell · 8 years ago
  91. 5d460d3 NFSv4.1 respect server's max size in CREATE_SESSION by Olga Kornievskaia · 8 years ago
  92. a8939aa afs: Fix abort on signal while waiting for call completion by David Howells · 8 years ago
  93. d43dda0 afs: Fix afs_kill_pages() by David Howells · 8 years ago
  94. 856bb4b afs: Fix page leak in afs_write_begin() by David Howells · 8 years ago
  95. 833acb3 afs: Populate and use client modification time by Marc Dionne · 8 years ago
  96. a3e7a29 afs: Better abort and net error handling by David Howells · 8 years ago
  97. ab23906 afs: Invalid op ID should abort with RXGEN_OPCODE by David Howells · 8 years ago
  98. 972e7b7 afs: Fix the maths in afs_fs_store_data() by David Howells · 8 years ago
  99. 9329ae4 afs: Prevent callback expiry timer overflow by Tina Ruchandani · 8 years ago
  100. 7da1b85 afs: Migrate vlocation fields to 64-bit by Tina Ruchandani · 8 years ago