1. b767692 Merge branch 'xfs-free-inode-btree' into for-next by Dave Chinner · 11 years ago
  2. 232c2f5 Merge branch 'xfs-filestreams-lookup' into for-next by Dave Chinner · 11 years ago
  3. fdd3a2a Merge branch 'xfs-unused-args-cleanup' into for-next by Dave Chinner · 11 years ago
  4. ee4eec4 xfs: list_lru_init returns a negative error by Dave Chinner · 11 years ago
  5. bc14782 xfs: negate xfs_icsb_init_counters error value by Dave Chinner · 11 years ago
  6. 4568764 xfs: negate mount workqueue init error value by Dave Chinner · 11 years ago
  7. 6670232 xfs: fix wrong err sign on xfs_set_acl() by Dave Chinner · 11 years ago
  8. a5a14de xfs: fix wrong errno from xfs_initxattrs by Dave Chinner · 11 years ago
  9. 65149e3 xfs: correct error sign on COLLAPSE_RANGE errors by Dave Chinner · 11 years ago
  10. b38a134 xfs: xfs_commit_metadata returns wrong errno by Dave Chinner · 11 years ago
  11. 8ff1e67 xfs: fix incorrect error sign in xfs_file_aio_read by Dave Chinner · 11 years ago
  12. 43ec146 xfs: xfs_dir_fsync() returns positive errno by Dave Chinner · 11 years ago
  13. afcf0a2 Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  14. 38583f0 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  15. d353efd fs/affs/super.c: bugfix / double free by Fabian Frederick · 11 years ago
  16. 1e2ee49 fanotify: fix -EOVERFLOW with large files on 64-bit by Will Woods · 11 years ago
  17. 6b6751f autofs: fix lockref lookup by Ian Kent · 11 years ago
  18. 457c1b2 hugetlb: ensure hugepage access is denied if hugepages are not supported by Nishanth Aravamudan · 11 years ago
  19. 8169d30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  20. 50c6e28 posix_acl: handle NULL ACL in posix_acl_equiv_mode by Christoph Hellwig · 11 years ago
  21. 256cf4c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  22. 5575eeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  23. 8275cdd xfs: remote attribute overwrite causes transaction overrun by Dave Chinner · 11 years ago
  24. d540e43 xfs: initialize default acls for ->tmpfile() by Brian Foster · 11 years ago
  25. fcdd57c UBIFS: fix remount error path by Artem Bityutskiy · 11 years ago
  26. c99d609 xfs: fully support v5 format filesystems by Dave Chinner · 11 years ago
  27. 60942f2 dcache: don't need rcu in shrink_dentry_list() by Miklos Szeredi · 11 years ago
  28. 9c8c10e more graceful recovery in umount_collect() by Al Viro · 11 years ago
  29. fe91522 don't remove from shrink list in select_collect() by Al Viro · 11 years ago
  30. 98794f9 Merge git://git.kvack.org/~bcrl/aio-fixes by Linus Torvalds · 11 years ago
  31. 41edf27 dentry_kill(): don't try to remove from shrink list by Al Viro · 11 years ago
  32. 754320d aio: fix potential leak in aio_run_iocb(). by Leon Yu · 11 years ago
  33. 01b6035 expand the call of dentry_lru_del() in dentry_kill() by Al Viro · 11 years ago
  34. b4f0354 new helper: dentry_free() by Al Viro · 11 years ago
  35. 5c47e6d fold try_prune_one_dentry() by Al Viro · 11 years ago
  36. 03b3b88 fold d_kill() and d_free() by Al Viro · 11 years ago
  37. 3bd5814 ceph: reserve caps for file layout/lock MDS requests by Yan, Zheng · 11 years ago
  38. fd7b95c ceph: avoid releasing caps that are being used by Yan, Zheng · 11 years ago
  39. 0a8a70f ceph: clear directory's completeness when creating file by Yan, Zheng · 11 years ago
  40. 6da5246 ceph: use fpos_cmp() to compare dentry positions by Yan, Zheng · 11 years ago
  41. 0081bd8 ceph: check directory's completeness before emitting directory entry by Yan, Zheng · 11 years ago
  42. 1560c97 fuse: add renameat2 support by Miklos Szeredi · 11 years ago
  43. 4ace1f8 fuse: clear MS_I_VERSION by Miklos Szeredi · 11 years ago
  44. 3ad22c6 fuse: clear FUSE_I_CTIME_DIRTY flag on setattr by Maxim Patlasov · 11 years ago
  45. 31f3267 fuse: trust kernel i_ctime only by Maxim Patlasov · 11 years ago
  46. 8b47e73 fuse: remove .update_time by Miklos Szeredi · 11 years ago
  47. ab9e13f fuse: allow ctime flushing to userspace by Maxim Patlasov · 11 years ago
  48. e27c9d3 fuse: fuse: add time_gran to INIT_OUT by Miklos Szeredi · 11 years ago
  49. 1e18bda fuse: add .write_inode by Miklos Szeredi · 11 years ago
  50. 22401e7 fuse: clean up fsync by Miklos Szeredi · 11 years ago
  51. 93d2269 fuse: fuse: fallocate: use file_update_time() by Miklos Szeredi · 11 years ago
  52. 75caeec fuse: update mtime on open(O_TRUNC) in atomic_o_trunc mode by Maxim Patlasov · 11 years ago
  53. 009dd69 fuse: update mtime on truncate(2) by Maxim Patlasov · 11 years ago
  54. d31433c fuse: do not use uninitialized i_mode by Maxim Patlasov · 11 years ago
  55. aeb4eb6 fuse: fix mtime update error in fsync by Miklos Szeredi · 11 years ago
  56. 4adb830 fuse: check fallocate mode by Miklos Szeredi · 11 years ago
  57. 7736e8c fuse: add __exit to fuse_ctl_cleanup by Fabian Frederick · 11 years ago
  58. 33c0022 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  59. 005fbcd Merge tag 'driver-core-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  60. cfd4a53 Btrfs: limit the path size in send to PATH_MAX by Chris Mason · 11 years ago
  61. 625bba6 Merge tag 'locks-v3.15-2' of git://git.samba.org/jlayton/linux by Linus Torvalds · 11 years ago
  62. b8e6dec Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  63. b44b214 kernfs: add back missing error check in kernfs_fop_mmap() by Tejun Heo · 11 years ago
  64. c1befb8 kernfs: fix a subdir count leak by Jianyu Zhan · 11 years ago
  65. f8213bd Btrfs: correctly set profile flags on seqlock retry by Filipe Manana · 11 years ago
  66. 9ce49a0 Btrfs: use correct key when repeating search for extent item by Filipe Manana · 11 years ago
  67. 1c70d8f Btrfs: fix inode caching vs tree log by Miao Xie · 11 years ago
  68. 28c16cb Btrfs: fix possible memory leaks in open_ctree() by Wang Shilong · 11 years ago
  69. e60efa8 Btrfs: avoid triggering bug_on() when we fail to start inode caching task by Wang Shilong · 11 years ago
  70. 9d89ce6 Btrfs: move btrfs_{set,clear}_and_info() to ctree.h by Wang Shilong · 11 years ago
  71. 3f9e3df btrfs: replace error code from btrfs_drop_extents by David Sterba · 11 years ago
  72. c5f7d0b btrfs: Change the hole range to a more accurate value. by Qu Wenruo · 11 years ago
  73. 53801fd xfs: enable the finobt feature on v5 superblocks by Brian Foster · 11 years ago
  74. 0c153c1 xfs: report finobt status in fs geometry by Brian Foster · 11 years ago
  75. a3fa516 xfs: add finobt support to growfs by Brian Foster · 11 years ago
  76. 3efa4ff xfs: update the finobt on inode free by Brian Foster · 11 years ago
  77. 2b64ee5 xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper by Brian Foster · 11 years ago
  78. 6dd8638 xfs: use and update the finobt on inode allocation by Brian Foster · 11 years ago
  79. 0aa0a75 xfs: insert newly allocated inode chunks into the finobt by Brian Foster · 11 years ago
  80. 9d43b18 xfs: update inode allocation/free transaction reservations for finobt by Brian Foster · 11 years ago
  81. aafc3c2 xfs: support the XFS_BTNUM_FINOBT free inode btree type by Brian Foster · 11 years ago
  82. 8e2c84d xfs: reserve v5 superblock read-only compat. feature bit for finobt by Brian Foster · 11 years ago
  83. 57bd3db xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbers by Brian Foster · 11 years ago
  84. cff2fce locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" instead by Jeff Layton · 11 years ago
  85. b94acd4 xfs: add filestream allocator tracepoints by Christoph Hellwig · 11 years ago
  86. 3b8d907 xfs: remove xfs_filestream_associate by Christoph Hellwig · 11 years ago
  87. 1919add xfs: don't create a slab cache for filestream items by Christoph Hellwig · 11 years ago
  88. 2cd2ef6 xfs: rewrite the filestream allocator using the dentry cache by Christoph Hellwig · 11 years ago
  89. f37211c xfs: remove XFS_IFILESTREAM by Christoph Hellwig · 11 years ago
  90. 22328d7 xfs: embedd mru_elem into parent structure by Christoph Hellwig · 11 years ago
  91. ce695c6 xfs: handle duplicate entries in xfs_mru_cache_insert by Christoph Hellwig · 11 years ago
  92. c977eb1 xfs: split xfs_bmap_btalloc_nullfb by Christoph Hellwig · 11 years ago
  93. 0d3f7a2 locks: rename file-private locks to "open file description locks" by Jeff Layton · 11 years ago
  94. 9ac0367 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  95. 0a04b24 ext4: disable COLLAPSE_RANGE for bigalloc by Namjae Jeon · 11 years ago
  96. a8680e0 ext4: fix COLLAPSE_RANGE failure with 1KB block size by Namjae Jeon · 11 years ago
  97. 404ca80 coredump: fix va_list corruption by Eric Dumazet · 11 years ago
  98. 2221331 fix races between __d_instantiate() and checks of dentry flags by Al Viro · 11 years ago
  99. 6e66d5d Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  100. 60fbf2bd Merge tag 'driver-core-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago