1. 11da37b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  2. 5e9d9fc Merge tag 'xfs-for-linus-3.15-rc6' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 10 years ago
  3. 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
  4. 51a6025 Btrfs: send, fix incorrect ref access when using extrefs by Filipe Manana · 10 years ago
  5. d3ecfcd Btrfs: fix EIO on reading file after ioctl clone works on it by Liu Bo · 10 years ago
  6. 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
  7. f5c16f2 sysfs: make sure read buffer is zeroed by Tejun Heo · 10 years ago
  8. ee4eec4 xfs: list_lru_init returns a negative error by Dave Chinner · 10 years ago
  9. bc14782 xfs: negate xfs_icsb_init_counters error value by Dave Chinner · 10 years ago
  10. 4568764 xfs: negate mount workqueue init error value by Dave Chinner · 10 years ago
  11. 6670232 xfs: fix wrong err sign on xfs_set_acl() by Dave Chinner · 10 years ago
  12. a5a14de xfs: fix wrong errno from xfs_initxattrs by Dave Chinner · 10 years ago
  13. 65149e3 xfs: correct error sign on COLLAPSE_RANGE errors by Dave Chinner · 10 years ago
  14. b38a134 xfs: xfs_commit_metadata returns wrong errno by Dave Chinner · 10 years ago
  15. 8ff1e67 xfs: fix incorrect error sign in xfs_file_aio_read by Dave Chinner · 10 years ago
  16. 43ec146 xfs: xfs_dir_fsync() returns positive errno by Dave Chinner · 10 years ago
  17. d71f290 metag: Reduce maximum stack size to 256MB by James Hogan · 10 years ago
  18. 555724a kernfs, sysfs, cgroup: restrict extra perm check on open to sysfs by Tejun Heo · 10 years ago
  19. 14186fe Merge tag 'locks-v3.15-4' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  20. 1972663 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  21. 7e338c9 Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  22. cf01f4e locks: only validate the lock vs. f_mode in F_SETLK codepaths by Jeff Layton · 10 years ago
  23. afcf0a2 Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 10 years ago
  24. aa07c71 NFSD: Call ->set_acl with a NULL ACL structure if no entries by Kinglong Mee · 10 years ago
  25. 38583f0 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  26. d353efd fs/affs/super.c: bugfix / double free by Fabian Frederick · 10 years ago
  27. 1e2ee49 fanotify: fix -EOVERFLOW with large files on 64-bit by Will Woods · 10 years ago
  28. 6b6751f autofs: fix lockref lookup by Ian Kent · 10 years ago
  29. 457c1b2 hugetlb: ensure hugepage access is denied if hugepages are not supported by Nishanth Aravamudan · 10 years ago
  30. 8169d30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  31. 50c6e28 posix_acl: handle NULL ACL in posix_acl_equiv_mode by Christoph Hellwig · 10 years ago
  32. 4cb57e3 NFSd: call rpc_destroy_wait_queue() from free_client() by Trond Myklebust · 10 years ago
  33. 5694c93 NFSd: Move default initialisers from create_client() to alloc_client() by Trond Myklebust · 10 years ago
  34. 256cf4c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  35. 5575eeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  36. 8275cdd xfs: remote attribute overwrite causes transaction overrun by Dave Chinner · 10 years ago
  37. d540e43 xfs: initialize default acls for ->tmpfile() by Brian Foster · 10 years ago
  38. fcdd57c UBIFS: fix remount error path by Artem Bityutskiy · 10 years ago
  39. c99d609 xfs: fully support v5 format filesystems by Dave Chinner · 10 years ago
  40. 60942f2 dcache: don't need rcu in shrink_dentry_list() by Miklos Szeredi · 10 years ago
  41. 9c8c10e more graceful recovery in umount_collect() by Al Viro · 10 years ago
  42. fe91522 don't remove from shrink list in select_collect() by Al Viro · 10 years ago
  43. 98794f9 Merge git://git.kvack.org/~bcrl/aio-fixes by Linus Torvalds · 10 years ago
  44. 41edf27 dentry_kill(): don't try to remove from shrink list by Al Viro · 10 years ago
  45. 754320d aio: fix potential leak in aio_run_iocb(). by Leon Yu · 10 years ago
  46. 01b6035 expand the call of dentry_lru_del() in dentry_kill() by Al Viro · 10 years ago
  47. b4f0354 new helper: dentry_free() by Al Viro · 10 years ago
  48. 5c47e6d fold try_prune_one_dentry() by Al Viro · 10 years ago
  49. 03b3b88 fold d_kill() and d_free() by Al Viro · 10 years ago
  50. 3bd5814 ceph: reserve caps for file layout/lock MDS requests by Yan, Zheng · 10 years ago
  51. fd7b95c ceph: avoid releasing caps that are being used by Yan, Zheng · 10 years ago
  52. 0a8a70f ceph: clear directory's completeness when creating file by Yan, Zheng · 10 years ago
  53. 6da5246 ceph: use fpos_cmp() to compare dentry positions by Yan, Zheng · 10 years ago
  54. 0081bd8 ceph: check directory's completeness before emitting directory entry by Yan, Zheng · 10 years ago
  55. 1560c97 fuse: add renameat2 support by Miklos Szeredi · 10 years ago
  56. 4ace1f8 fuse: clear MS_I_VERSION by Miklos Szeredi · 10 years ago
  57. 3ad22c6 fuse: clear FUSE_I_CTIME_DIRTY flag on setattr by Maxim Patlasov · 10 years ago
  58. 31f3267 fuse: trust kernel i_ctime only by Maxim Patlasov · 10 years ago
  59. 8b47e73 fuse: remove .update_time by Miklos Szeredi · 10 years ago
  60. ab9e13f fuse: allow ctime flushing to userspace by Maxim Patlasov · 10 years ago
  61. e27c9d3 fuse: fuse: add time_gran to INIT_OUT by Miklos Szeredi · 10 years ago
  62. 1e18bda fuse: add .write_inode by Miklos Szeredi · 10 years ago
  63. 22401e7 fuse: clean up fsync by Miklos Szeredi · 10 years ago
  64. 93d2269 fuse: fuse: fallocate: use file_update_time() by Miklos Szeredi · 10 years ago
  65. 75caeec fuse: update mtime on open(O_TRUNC) in atomic_o_trunc mode by Maxim Patlasov · 10 years ago
  66. 009dd69 fuse: update mtime on truncate(2) by Maxim Patlasov · 10 years ago
  67. d31433c fuse: do not use uninitialized i_mode by Maxim Patlasov · 10 years ago
  68. aeb4eb6 fuse: fix mtime update error in fsync by Miklos Szeredi · 10 years ago
  69. 4adb830 fuse: check fallocate mode by Miklos Szeredi · 10 years ago
  70. 7736e8c fuse: add __exit to fuse_ctl_cleanup by Fabian Frederick · 10 years ago
  71. 33c0022 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  72. 005fbcd Merge tag 'driver-core-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  73. cfd4a53 Btrfs: limit the path size in send to PATH_MAX by Chris Mason · 10 years ago
  74. 625bba6 Merge tag 'locks-v3.15-2' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  75. b8e6dec Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  76. b44b214 kernfs: add back missing error check in kernfs_fop_mmap() by Tejun Heo · 10 years ago
  77. c1befb8 kernfs: fix a subdir count leak by Jianyu Zhan · 10 years ago
  78. a87c9ad cifs: fix actimeo=0 corner case when cifs_i->time == jiffies by Jeff Layton · 10 years ago
  79. f8213bd Btrfs: correctly set profile flags on seqlock retry by Filipe Manana · 10 years ago
  80. 9ce49a0 Btrfs: use correct key when repeating search for extent item by Filipe Manana · 10 years ago
  81. 1c70d8f Btrfs: fix inode caching vs tree log by Miao Xie · 10 years ago
  82. 28c16cb Btrfs: fix possible memory leaks in open_ctree() by Wang Shilong · 10 years ago
  83. e60efa8 Btrfs: avoid triggering bug_on() when we fail to start inode caching task by Wang Shilong · 10 years ago
  84. 9d89ce6 Btrfs: move btrfs_{set,clear}_and_info() to ctree.h by Wang Shilong · 10 years ago
  85. 3f9e3df btrfs: replace error code from btrfs_drop_extents by David Sterba · 10 years ago
  86. c5f7d0b btrfs: Change the hole range to a more accurate value. by Qu Wenruo · 10 years ago
  87. cff2fce locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" instead by Jeff Layton · 10 years ago
  88. 0d3f7a2 locks: rename file-private locks to "open file description locks" by Jeff Layton · 10 years ago
  89. 9ac0367 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  90. 0a04b24 ext4: disable COLLAPSE_RANGE for bigalloc by Namjae Jeon · 10 years ago
  91. a8680e0 ext4: fix COLLAPSE_RANGE failure with 1KB block size by Namjae Jeon · 10 years ago
  92. 404ca80 coredump: fix va_list corruption by Eric Dumazet · 10 years ago
  93. 2221331 fix races between __d_instantiate() and checks of dentry flags by Al Viro · 10 years ago
  94. 6e66d5d Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  95. 60fbf2bd Merge tag 'driver-core-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  96. 86f1ca3 ext4: use EINVAL if not a regular file in ext4_collapse_range() by Theodore Ts'o · 10 years ago
  97. 6c5e73d ext4: enforce we are operating on a regular file in ext4_zero_range() by jon ernst · 10 years ago
  98. 6dd834e ext4: fix extent merging in ext4_ext_shift_path_extents() by Lukas Czerner · 10 years ago
  99. ef24f6c ext4: discard preallocations after removing space by Lukas Czerner · 10 years ago
  100. 9337d5d ext4: no need to truncate pagecache twice in collapse range by Lukas Czerner · 10 years ago