1. adc5e8b kernfs: drop s_ prefix from kernfs_node members by Tejun Heo · 11 years ago
  2. 324a56e kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly by Tejun Heo · 11 years ago
  3. a7560a0 sysfs: fix use-after-free in sysfs_kill_sb() by Tejun Heo · 11 years ago
  4. 9b2db6e sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warning by Tejun Heo · 11 years ago
  5. 13ccb93 Merge branch 'driver-core-linus' into driver-core-next by Tejun Heo · 11 years ago
  6. 21d7166 sysfs, kernfs: remove duplicated include from file.c by Wei Yongjun · 11 years ago
  7. a8b1474 sysfs: give different locking key to regular and bin files by Tejun Heo · 11 years ago
  8. c537aba Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  9. d1b9432 aio: clean up aio ring in the fail path by Gu Zheng · 11 years ago
  10. 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
  11. 5ee5406 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  12. 29be634 Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  13. 3873d06 nfs: fix do_div() warning by instead using sector_div() by Helge Deller · 11 years ago
  14. f22e5ed NFSv4.1: Prevent a 3-way deadlock between layoutreturn, open and state recovery by Trond Myklebust · 11 years ago
  15. 2787179 Merge tag 'squashfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next by Linus Torvalds · 11 years ago
  16. 2322392 kernfs: implement "trusted.*" xattr support by Tejun Heo · 11 years ago
  17. 9a8049a kernfs: update sysfs_init_inode_attrs() by Tejun Heo · 11 years ago
  18. 95f19f6 epoll: drop EPOLLWAKEUP if PM_SLEEP is disabled by Amit Pundir · 11 years ago
  19. b0d8d22 vfs: fix subtle use-after-free of pipe_inode_info by Linus Torvalds · 11 years ago
  20. bfc5c17 sysfs, kernfs: remove cross inclusions of internal headers by Tejun Heo · 11 years ago
  21. ac9bba0 sysfs, kernfs: implement kernfs_ns_enabled() by Tejun Heo · 11 years ago
  22. cf9e5a7 sysfs, kernfs: make sysfs_dirent definition public by Tejun Heo · 11 years ago
  23. fa736a9 sysfs, kernfs: move mount core code to fs/kernfs/mount.c by Tejun Heo · 11 years ago
  24. 4b93dc9 sysfs, kernfs: prepare mount path for kernfs by Tejun Heo · 11 years ago
  25. df394fb sysfs, kernfs: make super_blocks bind to different kernfs_roots by Tejun Heo · 11 years ago
  26. bc75555 sysfs, kernfs: make inode number ida per kernfs_root by Tejun Heo · 11 years ago
  27. ba7443b sysfs, kernfs: implement kernfs_create/destroy_root() by Tejun Heo · 11 years ago
  28. 061447a sysfs, kernfs: introduce sysfs_root_sd by Tejun Heo · 11 years ago
  29. 9e30cc9 sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init() by Tejun Heo · 11 years ago
  30. 51a35e9 sysfs, kernfs: make sysfs_super_info->ns const by Tejun Heo · 11 years ago
  31. ccc532d sysfs, kernfs: drop unused params from sysfs_fill_super() by Tejun Heo · 11 years ago
  32. 2072f1a sysfs, kernfs: move symlink core code to fs/kernfs/symlink.c by Tejun Heo · 11 years ago
  33. 414985a sysfs, kernfs: move file core code to fs/kernfs/file.c by Tejun Heo · 11 years ago
  34. fd7b9f7 sysfs, kernfs: move dir core code to fs/kernfs/dir.c by Tejun Heo · 11 years ago
  35. ffed24e sysfs, kernfs: move inode code to fs/kernfs/inode.c by Tejun Heo · 11 years ago
  36. ae6621b sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.h by Tejun Heo · 11 years ago
  37. ccf73cf sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() by Tejun Heo · 11 years ago
  38. 517e64f sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotation by Tejun Heo · 11 years ago
  39. 2b25a62 sysfs, kernfs: reorganize SYSFS_* constants by Tejun Heo · 11 years ago
  40. 024f647 sysfs, kernfs: introduce kernfs_notify() by Tejun Heo · 11 years ago
  41. d19b984 sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}() by Tejun Heo · 11 years ago
  42. 2d0cfbe sysfs, kernfs: remove sysfs_add_one() by Tejun Heo · 11 years ago
  43. 496f739 sysfs, kernfs: introduce kernfs_create_file[_ns]() by Tejun Heo · 11 years ago
  44. a7dc66d sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR by Tejun Heo · 11 years ago
  45. 471bd7b sysfs, kernfs: add sysfs_dirent->s_attr.size by Tejun Heo · 11 years ago
  46. f6acf8b sysfs, kernfs: introduce kernfs_ops by Tejun Heo · 11 years ago
  47. dd8a5b0 sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h by Tejun Heo · 11 years ago
  48. c6fb449 sysfs, kernfs: prepare open, release, poll paths for kernfs by Tejun Heo · 11 years ago
  49. fdbffaa sysfs, kernfs: prepare mmap path for kernfs by Tejun Heo · 11 years ago
  50. 50b38ca sysfs, kernfs: prepare write path for kernfs by Tejun Heo · 11 years ago
  51. c2b19da sysfs, kernfs: prepare read path for kernfs by Tejun Heo · 11 years ago
  52. 93b2b8e sysfs, kernfs: introduce kernfs_create_dir[_ns]() by Tejun Heo · 11 years ago
  53. 7c6e2d3 sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ->priv by Tejun Heo · 11 years ago
  54. 45b4539 Merge 3.13-rc2 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  55. b01537b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  56. d870b4a fix bogus path_put() of nd->root after some unlazy_walk() failures by Al Viro · 11 years ago
  57. 3bad8bb Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  58. 44c3eea Merge branch 'driver-core-linus' into driver-core-next by Greg Kroah-Hartman · 11 years ago
  59. f496863 Merge tag 'driver-core-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  60. dad3375 remove obsolete references to powertweak by Dave Jones · 11 years ago
  61. 5d60418 sysfs, kernfs: introduce kernfs_setattr() by Tejun Heo · 11 years ago
  62. 890ece1 sysfs, kernfs: introduce kernfs_rename[_ns]() by Tejun Heo · 11 years ago
  63. 5d0e26b sysfs, kernfs: introduce kernfs_create_link() by Tejun Heo · 11 years ago
  64. 879f40d sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]() by Tejun Heo · 11 years ago
  65. b8441ed sysfs, kernfs: add skeletons for kernfs by Tejun Heo · 11 years ago
  66. ae2108a sysfs: make __sysfs_add_one() fail if the parent isn't a directory by Tejun Heo · 11 years ago
  67. c84a3b2 sysfs: drop kobj_ns_type handling, take #2 by Tejun Heo · 11 years ago
  68. 81440e7 Revert "sysfs: handle duplicate removal attempts in sysfs_remove_group()" by Greg Kroah-Hartman · 11 years ago
  69. 4f9e5df Merge branch 'for-linus-bugs' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  70. f19e84d [CIFS] Do not use btrfs refcopy ioctl for SMB2 copy offload by Steve French · 11 years ago
  71. c170bbb block: submit_bio_wait() conversions by Kent Overstreet · 11 years ago
  72. 6d56540 Squashfs: fix failure to unlock pages on decompress error by Phillip Lougher · 11 years ago
  73. ff638b7 ceph: allocate non-zero page to fscache in readpage() by Li Wang · 11 years ago
  74. fc55d2c ceph: wake up 'safe' waiters when unregistering request by Yan, Zheng · 11 years ago
  75. eb1b8af ceph: cleanup aborted requests when re-sending requests. by Yan, Zheng · 11 years ago
  76. 99a9c27 ceph: handle race between cap reconnect and cap release by Yan, Zheng · 11 years ago
  77. 44c9975 ceph: set caps count after composing cap reconnect message by Yan, Zheng · 11 years ago
  78. a096b09 ceph: queue cap release in __ceph_remove_cap() by Yan, Zheng · 11 years ago
  79. 027a485 sysfs: use a separate locking class for open files depending on mmap by Tejun Heo · 11 years ago
  80. 54d7114 sysfs: handle duplicate removal attempts in sysfs_remove_group() by Mika Westerberg · 11 years ago
  81. 57498f9 Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 11 years ago
  82. d0f278c Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  83. 533db9b Merge branch 'for-3.13' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  84. c85e072 Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes by Linus Torvalds · 11 years ago
  85. fb0d1eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  86. 6ea9786 Merge tag 'xfs-for-linus-v3.13-rc1-2' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  87. a5d6e63 Merge branch 'akpm' (fixes from Andrew) by Linus Torvalds · 11 years ago
  88. 3eaded86 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  89. 76ae281 configfs: fix race between dentry put and lookup by Junxiao Bi · 11 years ago
  90. ea0341e GFS2: Fix ref count bug relating to atomic_open by Steven Whitehouse · 11 years ago
  91. e3c4269 GFS2: fix potential NULL pointer dereference by Michal Nazarewicz · 11 years ago
  92. 4204617 btrfs: update kconfig help text by David Sterba · 11 years ago
  93. 475bf36 btrfs: fix bio_size_ok() for max_sectors > 0xffff by Akinobu Mita · 11 years ago
  94. 4cd8587 btrfs: Use trace condition for get_extent tracepoint by Steven Rostedt · 11 years ago
  95. 52a1575 btrfs: fix typo in the log message by Anand Jain · 11 years ago
  96. 931aa87 Btrfs: fix list delete warning when removing ordered root from the list by Miao Xie · 11 years ago
  97. 56d140f Btrfs: print bytenr instead of page pointer in check-int by Stefan Behrens · 11 years ago
  98. 9650e05 Btrfs: remove dead codes from ctree.h by Wang Shilong · 11 years ago
  99. b52abf1 Btrfs: don't wait for ordered data outside desired range by Filipe David Borba Manana · 11 years ago
  100. b1a06a4 Btrfs: fix lockdep error in async commit by Liu Bo · 11 years ago