1. daf342a Merge tag 'jfs-3.16' of git://github.com/kleikamp/linux-shaggy into next by Linus Torvalds · 10 years ago
  2. ba1bdef Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw into next by Linus Torvalds · 10 years ago
  3. 74efa04 Merge tag 'locks-v3.16' of git://git.samba.org/jlayton/linux into next by Linus Torvalds · 10 years ago
  4. c84a1e3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  5. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  6. bb5e50a fs/jfs/super.c: convert simple_str to kstr by Fabian Frederick · 10 years ago
  7. 4f65b6d fs/jfs/jfs_dmap.c: replace min/casting by min_t by Fabian Frederick · 10 years ago
  8. 789602e fs/jfs/super.c: remove 0 assignment to static + code clean-up by Fabian Frederick · 10 years ago
  9. bc4e6b2 fs/jfs/jfs_logmgr.c: remove NULL assignment on static by Fabian Frederick · 10 years ago
  10. 5da7776 Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into next by Linus Torvalds · 10 years ago
  11. 0e48e055 GFS2: Prevent recovery before the local journal is set by Bob Peterson · 10 years ago
  12. 681a289 Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next by Linus Torvalds · 10 years ago
  13. 62af4f1 locks: add some tracepoints in the lease handling code by Jeff Layton · 10 years ago
  14. 5315c26 fs/locks.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  15. 130d1f9 locks: ensure that fl_owner is always initialized properly in flock and lease codepaths by Jeff Layton · 10 years ago
  16. 9f12600 dcache: add missing lockdep annotation by Linus Torvalds · 10 years ago
  17. 8cbf74d dentry_kill() doesn't need the second argument now by Al Viro · 10 years ago
  18. b2b8019 dealing with the rest of shrink_dentry_list() livelock by Al Viro · 10 years ago
  19. 046b961 shrink_dentry_list(): take parent's ->d_lock earlier by Al Viro · 10 years ago
  20. ff2fde9 expand dentry_kill(dentry, 0) in shrink_dentry_list() by Al Viro · 10 years ago
  21. e55fd01 split dentry_kill() by Al Viro · 10 years ago
  22. e31da3f JFS: Check for NULL before calling posix_acl_equiv_mode() by William Burrow · 10 years ago
  23. 64fd72e lift the "already marked killed" case into shrink_dentry_list() by Al Viro · 10 years ago
  24. b6dd6f4 vfs: fix vmplice_to_user() by Miklos Szeredi · 10 years ago
  25. 26fc9cd kernfs: move the last knowledge of sysfs out from kernfs by Jianyu Zhan · 10 years ago
  26. 9f70a40 sysfs: fix attribute_group bin file path on removal by Robert ABEL · 10 years ago
  27. db1003f Merge branch 'afs' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 10 years ago
  28. 80a1de2 Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  29. 66db6cf ocfs2: fix double kmem_cache_destroy in dlm_init by Joseph Qi · 10 years ago
  30. 656f88d AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct* by David Howells · 10 years ago
  31. 150a6b4 AFS: Fix kafs module unloading by Nathaniel Wesley Filardo · 10 years ago
  32. 6cf1286 AFS: Part of afs_end_call() is identical to code elsewhere, so split it by Nathaniel Wesley Filardo · 10 years ago
  33. cbfef53 Merge 3.15-rc6 into driver-core-next by Greg Kroah-Hartman · 10 years ago
  34. 65c2ce7 Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes by Ingo Molnar · 10 years ago
  35. 11da37b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  36. 5e9d9fc Merge tag 'xfs-for-linus-3.15-rc6' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 10 years ago
  37. 27b1142 nfsd4: warn on finding lockowner without stateid's by J. Bruce Fields · 10 years ago
  38. a1b8ff4 nfsd4: remove lockowner when removing lock stateid by J. Bruce Fields · 10 years ago
  39. 6c67c7c AFS: Fix cache manager service handlers by David Howells · 10 years ago
  40. 439c610 Merge tag 'driver-core-3.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  41. 51a6025 Btrfs: send, fix incorrect ref access when using extrefs by Filipe Manana · 10 years ago
  42. d3ecfcd Btrfs: fix EIO on reading file after ioctl clone works on it by Liu Bo · 10 years ago
  43. 41abc90 Merge tag 'metag-for-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 10 years ago
  44. f5c16f2 sysfs: make sure read buffer is zeroed by Tejun Heo · 10 years ago
  45. 2667bcb block: move ioprio.c from fs/ to block/ by Jens Axboe · 10 years ago
  46. f9c78b2 block: move bio.c and bio-integrity.c from fs/ to block/ by Jens Axboe · 10 years ago
  47. 9dd868e GFS2: fs/gfs2/file.c: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  48. c62baf6 GFS2: fs/gfs2/bmap.c: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  49. 5513a51 nfsd4: fix corruption on setting an ACL. by J. Bruce Fields · 10 years ago
  50. ee4eec4 xfs: list_lru_init returns a negative error by Dave Chinner · 10 years ago
  51. bc14782 xfs: negate xfs_icsb_init_counters error value by Dave Chinner · 10 years ago
  52. 4568764 xfs: negate mount workqueue init error value by Dave Chinner · 10 years ago
  53. 6670232 xfs: fix wrong err sign on xfs_set_acl() by Dave Chinner · 10 years ago
  54. a5a14de xfs: fix wrong errno from xfs_initxattrs by Dave Chinner · 10 years ago
  55. 65149e3 xfs: correct error sign on COLLAPSE_RANGE errors by Dave Chinner · 10 years ago
  56. b38a134 xfs: xfs_commit_metadata returns wrong errno by Dave Chinner · 10 years ago
  57. 8ff1e67 xfs: fix incorrect error sign in xfs_file_aio_read by Dave Chinner · 10 years ago
  58. 43ec146 xfs: xfs_dir_fsync() returns positive errno by Dave Chinner · 10 years ago
  59. d71f290 metag: Reduce maximum stack size to 256MB by James Hogan · 10 years ago
  60. 2497255 GFS2: remove transaction glock by Benjamin Marzinski · 10 years ago
  61. 555724a kernfs, sysfs, cgroup: restrict extra perm check on open to sysfs by Tejun Heo · 10 years ago
  62. 14186fe Merge tag 'locks-v3.15-4' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  63. 1972663 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  64. 7e338c9 Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  65. cf01f4e locks: only validate the lock vs. f_mode in F_SETLK codepaths by Jeff Layton · 10 years ago
  66. afcf0a2 Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 10 years ago
  67. aa07c71 NFSD: Call ->set_acl with a NULL ACL structure if no entries by Kinglong Mee · 10 years ago
  68. 2fe5de9 Merge branch 'sched/urgent' into sched/core, to avoid conflicts by Ingo Molnar · 10 years ago
  69. 38583f0 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  70. d353efd fs/affs/super.c: bugfix / double free by Fabian Frederick · 10 years ago
  71. 1e2ee49 fanotify: fix -EOVERFLOW with large files on 64-bit by Will Woods · 10 years ago
  72. 6b6751f autofs: fix lockref lookup by Ian Kent · 10 years ago
  73. 457c1b2 hugetlb: ensure hugepage access is denied if hugepages are not supported by Nishanth Aravamudan · 10 years ago
  74. 8169d30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  75. 50c6e28 posix_acl: handle NULL ACL in posix_acl_equiv_mode by Christoph Hellwig · 10 years ago
  76. 4cb57e3 NFSd: call rpc_destroy_wait_queue() from free_client() by Trond Myklebust · 10 years ago
  77. 5694c93 NFSd: Move default initialisers from create_client() to alloc_client() by Trond Myklebust · 10 years ago
  78. 256cf4c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  79. 5575eeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  80. 8275cdd xfs: remote attribute overwrite causes transaction overrun by Dave Chinner · 10 years ago
  81. d540e43 xfs: initialize default acls for ->tmpfile() by Brian Foster · 10 years ago
  82. fcdd57c UBIFS: fix remount error path by Artem Bityutskiy · 10 years ago
  83. c99d609 xfs: fully support v5 format filesystems by Dave Chinner · 10 years ago
  84. 60942f2 dcache: don't need rcu in shrink_dentry_list() by Miklos Szeredi · 10 years ago
  85. 9c8c10e more graceful recovery in umount_collect() by Al Viro · 10 years ago
  86. fe91522 don't remove from shrink list in select_collect() by Al Viro · 10 years ago
  87. 98794f9 Merge git://git.kvack.org/~bcrl/aio-fixes by Linus Torvalds · 10 years ago
  88. 41edf27 dentry_kill(): don't try to remove from shrink list by Al Viro · 10 years ago
  89. 754320d aio: fix potential leak in aio_run_iocb(). by Leon Yu · 10 years ago
  90. 01b6035 expand the call of dentry_lru_del() in dentry_kill() by Al Viro · 10 years ago
  91. b4f0354 new helper: dentry_free() by Al Viro · 10 years ago
  92. 5c47e6d fold try_prune_one_dentry() by Al Viro · 10 years ago
  93. 03b3b88 fold d_kill() and d_free() by Al Viro · 10 years ago
  94. 3bd5814 ceph: reserve caps for file layout/lock MDS requests by Yan, Zheng · 10 years ago
  95. fd7b95c ceph: avoid releasing caps that are being used by Yan, Zheng · 10 years ago
  96. 0a8a70f ceph: clear directory's completeness when creating file by Yan, Zheng · 10 years ago
  97. 6da5246 ceph: use fpos_cmp() to compare dentry positions by Yan, Zheng · 10 years ago
  98. 0081bd8 ceph: check directory's completeness before emitting directory entry by Yan, Zheng · 10 years ago
  99. 1560c97 fuse: add renameat2 support by Miklos Szeredi · 10 years ago
  100. 4ace1f8 fuse: clear MS_I_VERSION by Miklos Szeredi · 10 years ago