1. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  2. 0890a26 Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 9 years ago
  3. 93e3bce vfs: Remove incorrect debugging WARN in prepend_path by Eric W. Biederman · 9 years ago
  4. 7236c85 mnt: Update fs_fully_visible to test for permanently empty directories by Eric W. Biederman · 9 years ago
  5. f9bb488 sysfs: Create mountpoints with sysfs_create_mount_point by Eric W. Biederman · 9 years ago
  6. 87d2846 sysfs: Add support for permanently empty directories to serve as mount points. by Eric W. Biederman · 9 years ago
  7. ea01521 kernfs: Add support for always empty directories. by Eric W. Biederman · 9 years ago
  8. eb6d38d proc: Allow creating permanently empty directories that serve as mount points by Eric W. Biederman · 9 years ago
  9. f9bd673 sysctl: Allow creating permanently empty directories that serve as mountpoints. by Eric W. Biederman · 9 years ago
  10. fbabfd0 fs: Add helper functions for permanently empty directories. by Eric W. Biederman · 9 years ago
  11. ceeb0e5 vfs: Ignore unlocked mounts in fs_fully_visible by Eric W. Biederman · 10 years ago
  12. b4839eb nfs: Remove invalid tk_pid from debug message by Kinglong Mee · 9 years ago
  13. d356a7d nfs: Remove invalid NFS_ATTR_FATTR_V4_REFERRAL checking in nfs4_get_rootfh by Kinglong Mee · 9 years ago
  14. bc4da2a nfs: Drop bad comment in nfs41_walk_client_list() by Kinglong Mee · 9 years ago
  15. cd738ee nfs: Remove unneeded micro checking of CONFIG_PROC_FS by Kinglong Mee · 9 years ago
  16. 2785110 nfs: Don't setting FILE_CREATED flags always by Kinglong Mee · 9 years ago
  17. 6a062a3 nfs: Use remove_proc_subtree() instead remove_proc_entry() by Kinglong Mee · 9 years ago
  18. 71f81e5 nfs: Remove unused argument in nfs_server_set_fsinfo() by Kinglong Mee · 9 years ago
  19. 6b55970 nfs: Fix a memory leak when meeting an unsupported state protect by Kinglong Mee · 9 years ago
  20. db2efec nfs: take extra reference to fl->fl_file when running a LOCKU operation by Jeff Layton · 9 years ago
  21. 0a30f61 fuse: update MAINTAINERS entry by Miklos Szeredi · 9 years ago
  22. b2102eb watchdog: omap_wdt: early_enable module parameter by Lars Poeschel · 9 years ago
  23. c3696046 fuse: separate pqueue for clones by Miklos Szeredi · 9 years ago
  24. cc080e9 fuse: introduce per-instance fuse_dev structure by Miklos Szeredi · 9 years ago
  25. 00c570f fuse: device fd clone by Miklos Szeredi · 9 years ago
  26. ee314a8 fuse: abort: no fc->lock needed for request ending by Miklos Szeredi · 9 years ago
  27. 46c34a3 fuse: no fc->lock for pqueue parts by Miklos Szeredi · 9 years ago
  28. efe2800 fuse: no fc->lock in request_end() by Miklos Szeredi · 9 years ago
  29. 1e6881c fuse: cleanup request_end() by Miklos Szeredi · 9 years ago
  30. 365ae71 fuse: request_end(): do once by Miklos Szeredi · 9 years ago
  31. 77cd9d4 fuse: add req flag for private list by Miklos Szeredi · 9 years ago
  32. 45a91cb fuse: pqueue locking by Miklos Szeredi · 9 years ago
  33. 24b4d33 fuse: abort: group pqueue accesses by Miklos Szeredi · 9 years ago
  34. 82cbdcd fuse: cleanup fuse_dev_do_read() by Miklos Szeredi · 9 years ago
  35. f377cb7 fuse: move list_del_init() from request_end() into callers by Miklos Szeredi · 9 years ago
  36. e96edd9 fuse: duplicate ->connected in pqueue by Miklos Szeredi · 9 years ago
  37. 3a2b5b9 fuse: separate out processing queue by Miklos Szeredi · 9 years ago
  38. 5250921 fuse: simplify request_wait() by Miklos Szeredi · 9 years ago
  39. fd22d62 fuse: no fc->lock for iqueue parts by Miklos Szeredi · 9 years ago
  40. 8f7bb36 fuse: allow interrupt queuing without fc->lock by Miklos Szeredi · 9 years ago
  41. 4ce6081 fuse: iqueue locking by Miklos Szeredi · 9 years ago
  42. ef75925 fuse: dev read: split list_move by Miklos Szeredi · 9 years ago
  43. 8c91189 fuse: abort: group iqueue accesses by Miklos Szeredi · 9 years ago
  44. e16714d fuse: duplicate ->connected in iqueue by Miklos Szeredi · 9 years ago
  45. f88996a fuse: separate out input queue by Miklos Szeredi · 9 years ago
  46. 33e14b4 fuse: req state use flags by Miklos Szeredi · 9 years ago
  47. 7a3b2c7 fuse: simplify req states by Miklos Szeredi · 9 years ago
  48. c477526 fuse: don't hold lock over request_wait_answer() by Miklos Szeredi · 9 years ago
  49. 7d2e0a0 fuse: simplify unique ctr by Miklos Szeredi · 9 years ago
  50. 41f9827 fuse: rework abort by Miklos Szeredi · 9 years ago
  51. b716d42 fuse: fold helpers into abort by Miklos Szeredi · 9 years ago
  52. dc00809 fuse: use per req lock for lock/unlock_request() by Miklos Szeredi · 9 years ago
  53. 825d6d3 fuse: req use bitops by Miklos Szeredi · 9 years ago
  54. 0d8e84b fuse: simplify request abort by Miklos Szeredi · 9 years ago
  55. ccd0a0b fuse: call fuse_abort_conn() in dev release by Miklos Szeredi · 9 years ago
  56. f0139aa fuse: fold fuse_request_send_nowait() into single caller by Miklos Szeredi · 9 years ago
  57. de15522 fuse: check conn_error earlier by Miklos Szeredi · 9 years ago
  58. 5437f24 fuse: account as waiting before queuing for background by Miklos Szeredi · 9 years ago
  59. 73e0e73 fuse: reset waiting by Miklos Szeredi · 9 years ago
  60. 42dc621 fuse: fix background request if not connected by Miklos Szeredi · 9 years ago
  61. 0ad0b32 fuse: initialize fc->release before calling it by Miklos Szeredi · 9 years ago
  62. fd28f5d arm64: Don't report clear pmds and puds as huge by Christoffer Dall · 9 years ago
  63. bd5717a hwspinlock: qcom: Correct msb in regmap_field by Bjorn Andersson · 9 years ago
  64. fb39f98 printk: Increase maximum CONFIG_LOG_BUF_SHIFT from 21 to 25 by Ingo Molnar · 9 years ago
  65. 65f2606 time: Remove development rules from Kbuild/Makefile by Thomas Gleixner · 9 years ago
  66. 7a5a566 iommu/amd: Introduce protection_domain_init() function by Joerg Roedel · 9 years ago
  67. 5ba97d2 fs/file.c: __fget() and dup2() atomicity rules by Eric Dumazet · 9 years ago
  68. 8a81252 fs/file.c: don't acquire files->file_lock in fd_install() by Eric Dumazet · 9 years ago
  69. 1af95de fs:super:get_anon_bdev: fix race condition could cause dev exceed its upper limitation by Wang YanQing · 9 years ago
  70. 05a8256 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  71. 0161b6e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  72. 94521ca Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
  73. 2adc376 vfs: avoid creation of inode number 0 in get_next_ino by Carlos Maiolino · 9 years ago
  74. 68b4449 Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  75. 043cd04 Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  76. 43baed3 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  77. abdd4a7 genalloc: rename of_get_named_gen_pool() to of_gen_pool_get() by Vladimir Zapolskiy · 9 years ago
  78. 0030edf genalloc: rename dev_get_gen_pool() to gen_pool_get() by Vladimir Zapolskiy · 9 years ago
  79. c1bd55f x86: opt into HAVE_COPY_THREAD_TLS, for both 32-bit and 64-bit by Josh Triplett · 9 years ago
  80. 2026302 MAINTAINERS: add zpool by Dan Streetman · 9 years ago
  81. d1aa1ab MAINTAINERS: BCACHE: Kent Overstreet has changed email address by Joe Perches · 9 years ago
  82. 2b0d8f0 MAINTAINERS: move Jens Osterkamp to CREDITS by Joe Perches · 9 years ago
  83. 70a116d MAINTAINERS: remove unused nbd.h pattern by Joe Perches · 9 years ago
  84. 1db12cd MAINTAINERS: update brcm gpio filename pattern by Joe Perches · 9 years ago
  85. 338808d MAINTAINERS: update brcm dts pattern by Joe Perches · 9 years ago
  86. e8e1225 MAINTAINERS: update sound soc intel patterns by Joe Perches · 9 years ago
  87. 712c034 MAINTAINERS: remove website for paride by Sudip Mukherjee · 9 years ago
  88. 2b8e733 MAINTAINERS: update Emulex ocrdma email addresses by Laurent Navet · 9 years ago
  89. 958b433 bcache: use kvfree() in various places by Pekka Enberg · 9 years ago
  90. 32a78fa libcxgbi: use kvfree() in cxgbi_free_big_mem() by Pekka Enberg · 9 years ago
  91. de64d3a target: use kvfree() in session alloc and free by Pekka Enberg · 9 years ago
  92. f8c5b93 IB/ehca: use kvfree() in ipz_queue_{cd}tor() by Pekka Enberg · 9 years ago
  93. 48a2013 drm/nouveau/gem: use kvfree() in u_free() by Pekka Enberg · 9 years ago
  94. 15e21cd drm: use kvfree() in drm_free_large() by Pekka Enberg · 9 years ago
  95. d2fcb54 cxgb4: use kvfree() in t4_free_mem() by Pekka Enberg · 9 years ago
  96. 68c61b9 cxgb3: use kvfree() in cxgb_free_mem() by Pekka Enberg · 9 years ago
  97. 200f1ce kernel/relay.c: use kvfree() in relay_free_page_array() by Pekka Enberg · 9 years ago
  98. b389645 printk: improve the description of /dev/kmsg line format by Antonio Ospite · 9 years ago
  99. 9b597fd arch/unicore32/kernel/fpu-ucf64.c: remove unnecessary KERN_ERR by Masanari Iida · 9 years ago
  100. 386ecb1 drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issue by Dave Gordon · 9 years ago