1. ea1c472 kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq by Tejun Heo · 11 years ago
  2. d92d2e6 kernfs: fix get_active failure handling in kernfs_seq_*() by Tejun Heo · 11 years ago
  3. 5bd2010 Merge 3.13-rc5 into staging-next by Greg Kroah-Hartman · 11 years ago
  4. a8472b4 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  5. 3dc9acb aio: clean up and fix aio_setup_ring page mapping by Linus Torvalds · 11 years ago
  6. 8e321fe aio/migratepages: make aio migrate pages sane by Benjamin LaHaise · 11 years ago
  7. 1881686 aio: fix kioctx leak introduced by "aio: Fix a trinity splat" by Benjamin LaHaise · 11 years ago
  8. a6ddeee Merge tag 'xfs-for-linus-v3.13-rc5' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  9. df36ac1 pstore: Don't allow high traffic options on fragile devices by Luck, Tony · 11 years ago
  10. 2516b61 Merge tag 'driver-core-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  11. a5905a9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  12. 80b9bbe kernfs: add kernfs_dir_ops by Tejun Heo · 11 years ago
  13. 19bbb92 kernfs: allow negative dentries by Tejun Heo · 11 years ago
  14. 47a52e9 kernfs: update kernfs_rename_ns() to consider KERNFS_STATIC_NAME by Tejun Heo · 11 years ago
  15. 2063d60 kernfs: mark static names with KERNFS_STATIC_NAME by Tejun Heo · 11 years ago
  16. d0ae3d4 kernfs: add REMOVED check to create and rename paths by Tejun Heo · 11 years ago
  17. bb8b9d0 kernfs: add @mode to kernfs_create_dir[_ns]() by Tejun Heo · 11 years ago
  18. ac8809f xfs: abort metadata writeback on permanent errors by Dave Chinner · 11 years ago
  19. 33177f05 xfs: swalloc doesn't align allocations properly by Dave Chinner · 11 years ago
  20. 83a0adc xfs: remove xfsbdstrat error by Christoph Hellwig · 11 years ago
  21. 6e708bc xfs: align initial file allocations correctly by Dave Chinner · 11 years ago
  22. 718cc6f xfs: fix infinite loop by detaching the group/project hints from user dquot by Jie Liu · 11 years ago
  23. 5c22727 xfs: fix assertion failure at xfs_setattr_nonsize by Jie Liu · 11 years ago
  24. 30d161c xfs: fix false assertion at xfs_qm_vop_create_dqattach by Jie Liu · 11 years ago
  25. 3a8c920 xfs: fix memory leak in xfs_dir2_node_removename by Mark Tinguely · 11 years ago
  26. 56f91aa ceph: Avoid data inconsistency due to d-cache aliasing in readpage() by Li Wang · 11 years ago
  27. 86b58d1 ceph: initialize inode before instantiating dentry by Yan, Zheng · 11 years ago
  28. 8d27637 Merge branch 'akpm' (fixes from Andrew) by Linus Torvalds · 11 years ago
  29. ae5758a procfs: also fix proc_reg_get_unmapped_area() for !MMU case by Jan Beulich · 11 years ago
  30. e09f67f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  31. c9111b4 Merge branch 'for-3.13' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  32. a5c21dc dcache: allow word-at-a-time name hashing with big-endian CPUs by Will Deacon · 11 years ago
  33. 48a2f0b Merge tag 'xfs-for-linus-v3.13-rc4' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  34. 700ff4f Btrfs: fix access_ok() check in btrfs_ioctl_send() by Dan Carpenter · 12 years ago
  35. 467bb1d Btrfs: make sure we cleanup all reloc roots if error happens by Wang Shilong · 11 years ago
  36. 6646374 Btrfs: skip building backref tree for uuid and quota tree when doing balance relocation by Wang Shilong · 11 years ago
  37. c974c46 Btrfs: fix an oops when doing balance relocation by Wang Shilong · 11 years ago
  38. 639eefc Btrfs: don't miss skinny extent items on delayed ref head contention by Filipe David Borba Manana · 11 years ago
  39. e43f998 btrfs: call mnt_drop_write after interrupted subvol deletion by David Sterba · 11 years ago
  40. a7e252a Btrfs: don't clear the default compression type by Miao Xie · 11 years ago
  41. c637b8a kernfs: s/sysfs/kernfs/ in internal functions and whatever is left by Tejun Heo · 11 years ago
  42. a797bfc kernfs: s/sysfs/kernfs/ in global variables by Tejun Heo · 11 years ago
  43. df23fc3 kernfs: s/sysfs/kernfs/ in constants by Tejun Heo · 11 years ago
  44. c525aad kernfs: s/sysfs/kernfs/ in various data structures by Tejun Heo · 11 years ago
  45. adc5e8b kernfs: drop s_ prefix from kernfs_node members by Tejun Heo · 11 years ago
  46. 324a56e kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly by Tejun Heo · 11 years ago
  47. a7560a0 sysfs: fix use-after-free in sysfs_kill_sb() by Tejun Heo · 11 years ago
  48. 9b2db6e sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warning by Tejun Heo · 11 years ago
  49. 781c2a5 nfsd: when reusing an existing repcache entry, unhash it first by Jeff Layton · 11 years ago
  50. f94c445 xfs: growfs overruns AGFL buffer on V4 filesystems by Dave Chinner · 11 years ago
  51. 2f42d61 xfs: don't perform discard if the given range length is less than block size by Jie Liu · 11 years ago
  52. 31978b5 xfs: underflow bug in xfs_attrlist_by_handle() by Dan Carpenter · 11 years ago
  53. 13ccb93 Merge branch 'driver-core-linus' into driver-core-next by Tejun Heo · 11 years ago
  54. 21d7166 sysfs, kernfs: remove duplicated include from file.c by Wei Yongjun · 11 years ago
  55. a8b1474 sysfs: give different locking key to regular and bin files by Tejun Heo · 11 years ago
  56. c537aba Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  57. d1b9432 aio: clean up aio ring in the fail path by Gu Zheng · 11 years ago
  58. 002acf1 Merge tag 'pm-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  59. 5ee5406 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  60. 29be634 Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  61. 3873d06 nfs: fix do_div() warning by instead using sector_div() by Helge Deller · 11 years ago
  62. f22e5ed NFSv4.1: Prevent a 3-way deadlock between layoutreturn, open and state recovery by Trond Myklebust · 11 years ago
  63. 2787179 Merge tag 'squashfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next by Linus Torvalds · 11 years ago
  64. 2322392 kernfs: implement "trusted.*" xattr support by Tejun Heo · 11 years ago
  65. 9a8049a kernfs: update sysfs_init_inode_attrs() by Tejun Heo · 11 years ago
  66. 95f19f6 epoll: drop EPOLLWAKEUP if PM_SLEEP is disabled by Amit Pundir · 11 years ago
  67. b0d8d22 vfs: fix subtle use-after-free of pipe_inode_info by Linus Torvalds · 11 years ago
  68. bfc5c17 sysfs, kernfs: remove cross inclusions of internal headers by Tejun Heo · 11 years ago
  69. ac9bba0 sysfs, kernfs: implement kernfs_ns_enabled() by Tejun Heo · 11 years ago
  70. cf9e5a7 sysfs, kernfs: make sysfs_dirent definition public by Tejun Heo · 11 years ago
  71. fa736a9 sysfs, kernfs: move mount core code to fs/kernfs/mount.c by Tejun Heo · 11 years ago
  72. 4b93dc9 sysfs, kernfs: prepare mount path for kernfs by Tejun Heo · 11 years ago
  73. df394fb sysfs, kernfs: make super_blocks bind to different kernfs_roots by Tejun Heo · 11 years ago
  74. bc75555 sysfs, kernfs: make inode number ida per kernfs_root by Tejun Heo · 11 years ago
  75. ba7443b sysfs, kernfs: implement kernfs_create/destroy_root() by Tejun Heo · 11 years ago
  76. 061447a sysfs, kernfs: introduce sysfs_root_sd by Tejun Heo · 11 years ago
  77. 9e30cc9 sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init() by Tejun Heo · 11 years ago
  78. 51a35e9 sysfs, kernfs: make sysfs_super_info->ns const by Tejun Heo · 11 years ago
  79. ccc532d sysfs, kernfs: drop unused params from sysfs_fill_super() by Tejun Heo · 11 years ago
  80. 2072f1a sysfs, kernfs: move symlink core code to fs/kernfs/symlink.c by Tejun Heo · 11 years ago
  81. 414985a sysfs, kernfs: move file core code to fs/kernfs/file.c by Tejun Heo · 11 years ago
  82. fd7b9f7 sysfs, kernfs: move dir core code to fs/kernfs/dir.c by Tejun Heo · 11 years ago
  83. ffed24e sysfs, kernfs: move inode code to fs/kernfs/inode.c by Tejun Heo · 11 years ago
  84. ae6621b sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.h by Tejun Heo · 11 years ago
  85. ccf73cf sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() by Tejun Heo · 11 years ago
  86. 517e64f sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotation by Tejun Heo · 11 years ago
  87. 2b25a62 sysfs, kernfs: reorganize SYSFS_* constants by Tejun Heo · 11 years ago
  88. 024f647 sysfs, kernfs: introduce kernfs_notify() by Tejun Heo · 11 years ago
  89. d19b984 sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}() by Tejun Heo · 11 years ago
  90. 2d0cfbe sysfs, kernfs: remove sysfs_add_one() by Tejun Heo · 11 years ago
  91. 496f739 sysfs, kernfs: introduce kernfs_create_file[_ns]() by Tejun Heo · 11 years ago
  92. a7dc66d sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR by Tejun Heo · 11 years ago
  93. 471bd7b sysfs, kernfs: add sysfs_dirent->s_attr.size by Tejun Heo · 11 years ago
  94. f6acf8b sysfs, kernfs: introduce kernfs_ops by Tejun Heo · 11 years ago
  95. dd8a5b0 sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h by Tejun Heo · 11 years ago
  96. c6fb449 sysfs, kernfs: prepare open, release, poll paths for kernfs by Tejun Heo · 11 years ago
  97. fdbffaa sysfs, kernfs: prepare mmap path for kernfs by Tejun Heo · 11 years ago
  98. 50b38ca sysfs, kernfs: prepare write path for kernfs by Tejun Heo · 11 years ago
  99. c2b19da sysfs, kernfs: prepare read path for kernfs by Tejun Heo · 11 years ago
  100. 93b2b8e sysfs, kernfs: introduce kernfs_create_dir[_ns]() by Tejun Heo · 11 years ago