1. d259b68 fscrypt: fix renaming and linking special files by Eric Biggers · 8 years ago
  2. ba15def pNFS: Fix a deadlock between read resends and layoutreturn by Trond Myklebust · 8 years ago
  3. e523ce8 pNFS: Clear NFS_LAYOUT_RETURN_REQUESTED when invalidating the layout stateid by Trond Myklebust · 8 years ago
  4. f32659d pNFS: Don't clear the layout stateid if a layout return is outstanding by Trond Myklebust · 8 years ago
  5. 24b049f pNFS: On error, do not send LAYOUTGET until the LAYOUTRETURN has completed by Trond Myklebust · 8 years ago
  6. b775b86a nfs_write_end(): fix handling of short copies by Al Viro · 8 years ago
  7. 6195cd1 bad_inode: add missing i_op initializers by Miklos Szeredi · 8 years ago
  8. d06485e fsnotify: Fix possible use-after-free in inode iteration on umount by Jan Kara · 8 years ago
  9. 11aa5c1 block: protect iterate_bdevs() against concurrent close by Rabin Vincent · 8 years ago
  10. e120962 xfs: set AGI buffer type in xlog_recover_clear_agi_bucket by Eric Sandeen · 8 years ago
  11. c11a13d xfs: fix up xfs_swap_extent_forks inline extent handling by Eric Sandeen · 8 years ago
  12. c954acc CIFS: Fix a possible memory corruption in push locks by Pavel Shilovsky · 8 years ago
  13. 9f9d982 CIFS: Decrease verbosity of ioctl call by Pavel Shilovsky · 8 years ago
  14. 46890ff CIFS: Fix a possible double locking of mutex during reconnect by Pavel Shilovsky · 8 years ago
  15. 69d13b6 CIFS: Fix missing nls unload in smb2_reconnect() by Pavel Shilovsky · 8 years ago
  16. 48f9526 CIFS: Fix a possible memory corruption during reconnect by Pavel Shilovsky · 8 years ago
  17. 7aa58e7 cifs: Fix smbencrypt() to stop pointing a scatterlist at the stack by Andy Lutomirski · 8 years ago
  18. 01e15b3 f2fs: fix to determine start_cp_addr by sbi->cur_cp_pack by Jaegeuk Kim · 8 years ago
  19. 027611e f2fs: fix overflow due to condition check order by Jaegeuk Kim · 8 years ago
  20. 1134ef1 f2fs: set ->owner for debugfs status file's file_operations by Nicolai Stange · 8 years ago
  21. a43e1c4 Revert "f2fs: use percpu_counter for # of dirty pages in inode" by Jaegeuk Kim · 8 years ago
  22. 9abce3c ext4: do not perform data journaling when data is encrypted by Sergey Karamov · 8 years ago
  23. acf3efd ext4: return -ENOMEM instead of success by Dan Carpenter · 8 years ago
  24. 3e4f8da ext4: reject inodes with negative size by Darrick J. Wong · 8 years ago
  25. 8084f57 ext4: add sanity checking to count_overhead() by Theodore Ts'o · 8 years ago
  26. 956e2a0 ext4: fix in-superblock mount options processing by Theodore Ts'o · 8 years ago
  27. 01772f4 ext4: use more strict checks for inodes_per_block on mount by Theodore Ts'o · 8 years ago
  28. b493c71 ext4: fix stack memory corruption with 64k block size by Chandan Rajendra · 8 years ago
  29. c3881ab ext4: fix mballoc breakage with 64k block size by Chandan Rajendra · 8 years ago
  30. 24d1251 ext4: don't lock buffer in ext4_commit_super if holding spinlock by Theodore Ts'o · 8 years ago
  31. e747b4a ptrace: Capture the ptracer's creds not PT_PTRACE_CAP by Eric W. Biederman · 8 years ago
  32. cfa2d65 block_dev: don't test bdev->bd_contains when it is not stable by NeilBrown · 8 years ago
  33. b6cce9b splice: reinstate SIGPIPE/EPIPE handling by Linus Torvalds · 8 years ago
  34. c1df5a6 fs: exec: apply CLOEXEC before changing dumpable task flags by Aleksa Sarai · 8 years ago
  35. 21245b8 exec: Ensure mm->user_ns contains the execed files by Eric W. Biederman · 8 years ago
  36. 1a5ec7d Btrfs: fix qgroup rescan worker initialization by Filipe Manana · 8 years ago
  37. a1e0e04 Btrfs: fix emptiness check for dirtied extent buffers at check_leaf() by Filipe Manana · 8 years ago
  38. c01ea88 btrfs: store and load values of stripes_min/stripes_max in balance status item by David Sterba · 8 years ago
  39. 01f285f Btrfs: fix relocation incorrectly dropping data references by Filipe Manana · 8 years ago
  40. 26dc524 Btrfs: fix tree search logic when replaying directory entry deletes by Robbie Ko · 8 years ago
  41. 664b053 Btrfs: fix deadlock caused by fsync when logging directory entries by Robbie Ko · 8 years ago
  42. 7d470f04 Btrfs: fix BUG_ON in btrfs_mark_buffer_dirty by Liu Bo · 8 years ago
  43. 3bac322 btrfs: limit async_work allocation and worker func duration by Maxim Patlasov · 8 years ago
  44. af9468d Merge tag 'ceph-for-4.9-rc9' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  45. c3f4688 ceph: don't set req->r_locked_dir in ceph_d_revalidate by Jeff Layton · 8 years ago
  46. c01638f fuse: fix clearing suid, sgid for chown() by Miklos Szeredi · 8 years ago
  47. 2caceb3 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  48. a107bf8 isofs: add KERN_CONT to printing of ER records by Mike Rapoport · 8 years ago
  49. c4fcfc1 ovl: fix d_real() for stacked fs by Miklos Szeredi · 8 years ago
  50. ae9ebe7 CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix() by Eryu Guan · 8 years ago
  51. b8c6001 Call echo service immediately after socket reconnect by Sachin Prabhu · 8 years ago
  52. 5f4b556 CIFS: Fix BUG() in calc_seckey() by Sachin Prabhu · 8 years ago
  53. 8e54cad fix default_file_splice_read() by Al Viro · 8 years ago
  54. 10b9dd5 Merge tag 'nfs-for-4.9-4' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  55. d55b352 NFSv4.x: hide array-bounds warning by Arnd Bergmann · 8 years ago
  56. d75a6a0 NFSv4.1: Keep a reference on lock states while checking by Benjamin Coddington · 8 years ago
  57. d117b9a Merge tag 'ext4_for_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  58. 8cdf337 ext4: sanity check the block and cluster size at mount time by Theodore Ts'o · 8 years ago
  59. 0f0909e fscrypto: don't use on-stack buffer for key derivation by Eric Biggers · 8 years ago
  60. 3c7018e fscrypto: don't use on-stack buffer for filename encryption by Eric Biggers · 8 years ago
  61. d41cbfc NFSv4.1: Handle NFS4ERR_OLD_STATEID in nfs4_reclaim_open_state by Benjamin Coddington · 8 years ago
  62. 5cc7861 NFSv4: Don't call close if the open stateid has already been cleared by Trond Myklebust · 8 years ago
  63. 3e7dfb1 NFSv4: Fix CLOSE races with OPEN by Trond Myklebust · 8 years ago
  64. 23ea44c NFSv4.1: Fix a regression in DELEGRETURN by Trond Myklebust · 8 years ago
  65. bec1b08 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  66. d46bc34 Merge tag 'for-linus-4.9-rc5-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 8 years ago
  67. 4a59015 xattr: Fix setting security xattrs on sockfs by Andreas Gruenbacher · 8 years ago
  68. 984573a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  69. 19ff7fc orangefs: add .owner to debugfs file_operations by Mike Marshall · 8 years ago
  70. 59c3b76 fuse: fix fuse_write_end() if zero bytes were copied by Miklos Szeredi · 8 years ago
  71. 968ef8d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  72. c5e4ca6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  73. ef091b3 Merge tag 'ceph-for-4.9-rc5' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  74. ef5beed Merge tag 'nfs-for-4.9-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  75. a4fac3b Merge tag 'xfs-fixes-for-linus-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  76. 70d78fe coredump: fix unfreezable coredumping task by Andrey Ryabinin · 8 years ago
  77. d006c71 ocfs2: fix not enough credit panic by Junxiao Bi · 8 years ago
  78. e519e77 splice: remove detritus from generic_file_splice_read() by Al Viro · 8 years ago
  79. 8a8d561 ceph: use default file splice read callback by Yan, Zheng · 8 years ago
  80. 3c6106d Merge tag 'for-linus-4.9-rc4-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 8 years ago
  81. 0ac84b7 fs/nfs: Fix used uninitialized warn in nfs4_slot_seqid_in_use() by Shuah Khan · 8 years ago
  82. 1927471 NFS: Don't print a pNFS error if we aren't using pNFS by Anna Schumaker · 8 years ago
  83. 8ef3295 NFS: Ignore connections that have cl_rpcclient uninitialized by Petr Vandrovec · 8 years ago
  84. dc03362 orangefs: clean up debugfs by Mike Marshall · 8 years ago
  85. fb415f2 Merge tag 'nfsd-4.9-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  86. 46d7cbb Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 8 years ago
  87. bd30fac Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  88. f46c445 nfsd: Fix general protection fault in release_lock_stateid() by Chuck Lever · 8 years ago
  89. 641089c ovl: fsync after copy-up by Miklos Szeredi · 8 years ago
  90. b93d4a0 ovl: fix get_acl() on tmpfs by Miklos Szeredi · 8 years ago
  91. fd3220d ovl: update S_ISGID when setting posix ACLs by Miklos Szeredi · 8 years ago
  92. 70fe2f4 aio: fix freeze protection of aio writes by Jan Kara · 8 years ago
  93. 89319d31 fs: remove aio_run_iocb by Christoph Hellwig · 8 years ago
  94. 723c038 fs: remove the never implemented aio_fsync file operation by Christoph Hellwig · 8 years ago
  95. 0b944d3 aio: hold an extra file reference over AIO read/write operations by Christoph Hellwig · 8 years ago
  96. 2a26d99 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  97. efa5637 Merge tag 'upstream-4.9-rc3' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  98. c636e17 Merge tag 'driver-core-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  99. f616751 Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  100. a00052a ubifs: Fix regression in ubifs_readdir() by Richard Weinberger · 8 years ago