1. d40c4d4 fs/affs/dir.c: unlock/brelse dir on failure + code clean-up by Fabian Frederick · 10 years ago
  2. adbd319 affs: add __init to init_inodecache () by Fabian Frederick · 10 years ago
  3. 894122d fs/adfs/super.c: add __init to init_inodecache() by Fabian Frederick · 10 years ago
  4. c4082f3 vmcore: continue vmcore initialization if PT_NOTE is found empty by WANG Chao · 10 years ago
  5. 82e0703 include/linux/crash_dump.h: add vmcore_cleanup() prototype by Rashika Kheria · 10 years ago
  6. ad86622 wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-space by Oleg Nesterov · 10 years ago
  7. 23aebe1 exec: kill bprm->tcomm[], simplify the "basename" logic by Oleg Nesterov · 10 years ago
  8. 32ed74a procfs: make /proc/*/pagemap 0400 by Djalal Harouni · 10 years ago
  9. 35a3504 procfs: make /proc/*/{stack,syscall,personality} 0400 by Djalal Harouni · 10 years ago
  10. 1c44dbc fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL) by Monam Agarwal · 10 years ago
  11. 49d063c proc: show mnt_id in /proc/pid/fdinfo by Andrey Vagin · 10 years ago
  12. f0b5664 fs/proc/meminfo: meminfo_proc_show(): fix typo in comment by Luiz Capitulino · 10 years ago
  13. 615d6e8 mm: per-thread vma caching by Davidlohr Bueso · 10 years ago
  14. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  15. ab0e113 exec: kill the unnecessary mm->def_flags setting in load_elf_binary() by Alex Thorlton · 10 years ago
  16. 87c1b49 ntfs: logging clean-up by Fabian Frederick · 10 years ago
  17. 2b3a8fd Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  18. 6f4c98e Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  19. 9581a4a nfs: pass string length to pr_notice message about readdir loops by Jeff Layton · 10 years ago
  20. d15e031 Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 10 years ago
  21. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  22. 8e343c8 Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 10 years ago
  23. d15fee8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  24. 56c225f Merge tag 'dlm-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 10 years ago
  25. 53c5666 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  26. 34917f9 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 10 years ago
  27. f7789dc Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  28. 7df9345 Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 10 years ago
  29. 76ca7d1 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  30. 31e1436 fs/reiserfs/super.c: add __init to init_inodecache by Fabian Frederick · 10 years ago
  31. ea0856c fs/reiserfs: move prototype declaration to header file by Rashika Kheria · 10 years ago
  32. c11e614 fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache() by Fabian Frederick · 10 years ago
  33. d7bdb996 fs/hfsplus/extents.c: fix concurrent acess of alloc_blocks by Sougata Santra · 10 years ago
  34. abfeb72 fs/hfsplus/extents.c: remove unused variable in hfsplus_get_block by Sougata Santra · 10 years ago
  35. 0ec060d nilfs2: verify metadata sizes read from disk by Ryusuke Konishi · 10 years ago
  36. f9f32c4 nilfs2: add FITRIM ioctl support for nilfs2 by Andreas Rohner · 10 years ago
  37. 82e11e8 nilfs2: add nilfs_sufile_trim_fs to trim clean segs by Andreas Rohner · 10 years ago
  38. 2cc88f3 nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctl by Andreas Rohner · 10 years ago
  39. 00e9ffc nilfs2: add nilfs_sufile_set_suinfo to update segment usage by Andreas Rohner · 10 years ago
  40. 5f356fd fs/coda/inode.c: add __init to init_inodecache() by Fabian Frederick · 10 years ago
  41. dac52fc BEFS: logging cleanup by Fabian Frederick · 10 years ago
  42. 91a52ab fs/befs/linuxvfs.c: add __init to befs_init_inodecache() by Fabian Frederick · 10 years ago
  43. 2d4319e befs: replace kmalloc/memset 0 by kzalloc by Fabian Frederick · 10 years ago
  44. 84ee353 fs/minix/inode.c: add __init to init_inodecache() by Fabian Frederick · 10 years ago
  45. b003f96 binfmt_misc: add missing 'break' statement by Luis Henriques · 10 years ago
  46. 7a42d4b fs/efs/super.c: add __init to init_inodecache() by Fabian Frederick · 10 years ago
  47. 69369a7 fs, kernel: permit disabling the uselib syscall by Josh Triplett · 10 years ago
  48. 8f6c5ff kernel/groups.c: remove return value of set_groups by Wang YanQing · 10 years ago
  49. 6af9f7b sys_sysfs: Add CONFIG_SYSFS_SYSCALL by Fabian Frederick · 10 years ago
  50. 5509a5d drop_caches: add some documentation and info message by Dave Hansen · 10 years ago
  51. 67f9fd9 mm: remove read_cache_page_async() by Sasha Levin · 10 years ago
  52. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  53. 0cd6144 mm + fs: prepare for non-page entries in page cache radix trees by Johannes Weiner · 10 years ago
  54. e7b563b mm: filemap: move radix tree hole searching here by Johannes Weiner · 10 years ago
  55. 55881bc fs: cachefiles: use add_to_page_cache_lru() by Johannes Weiner · 10 years ago
  56. 9119a41 mm, hugetlb: unify region structure handling by Joonsoo Kim · 10 years ago
  57. 45d4f85 fs/direct-io.c: remove some left over checks by Dan Carpenter · 10 years ago
  58. 2b665e2 fs/direct-io.c: remove redundant comparison by Gu Zheng · 10 years ago
  59. 9c33925 ocfs2: pass "new" parameter to ocfs2_init_xattr_bucket by Wengang Wang · 10 years ago
  60. 43b10a2 ocfs2: avoid system inode ref confusion by adding mutex lock by jiangyiwen · 10 years ago
  61. 7dc3e83 ocfs2: iput inode alloc when failed locally by jiangyiwen · 10 years ago
  62. da8ded4 ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not TCP_LISTEN by Tariq Saeed · 10 years ago
  63. db66c71 ocfs2: rollback alloc_dinode counts when ocfs2_block_group_set_bits() failed by Younger Liu · 10 years ago
  64. e228f64 ocfs2: flock: drop cross-node lock when failed locally by Wengang Wang · 10 years ago
  65. 6fdb702 ocfs2: call ocfs2_update_inode_fsync_trans when updating any inode by Darrick J. Wong · 10 years ago
  66. f81c201 ocfs2: fix panic on kfree(xattr->name) by Tetsuo Handa · 10 years ago
  67. f7cf4f5 ocfs2: do not put bh when buffer_uptodate failed by alex chen · 10 years ago
  68. 466e68c ocfs2: __ocfs2_mknod_locked should return error when ocfs2_create_new_inode_locks() failed by Xue jiufei · 10 years ago
  69. 3ed2be7 ocfs2: allow for more than one data extent when creating xattr by Tariq Saeed · 10 years ago
  70. a35ad97c ocfs2: fix deadlock risk when kmalloc failed in dlm_query_region_handler by Zhonghua Guo · 10 years ago
  71. c8d888d ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_END by Jensen · 10 years ago
  72. 41b63ef ocfs2: fix type conversion risk when get cluster attributes by Joseph Qi · 10 years ago
  73. 8ed6b23 ocfs2: revert iput deferring code in ocfs2_drop_dentry_lock by Goldwyn Rodrigues · 10 years ago
  74. 84d86f8 ocfs2: avoid blocking in ocfs2_mark_lockres_freeing() in downconvert thread by Jan Kara · 10 years ago
  75. e3a767b ocfs2: implement delayed dropping of last dquot reference by Jan Kara · 10 years ago
  76. 9f985cb quota: provide function to grab quota structure reference by Jan Kara · 10 years ago
  77. bd62ad7 ocfs2: move dquot_initialize() in ocfs2_delete_inode() somewhat later by Jan Kara · 10 years ago
  78. 7bf619c ocfs2: remove OCFS2_INODE_SKIP_DELETE flag by Jan Kara · 10 years ago
  79. 765aabb ocfs2: add dlm_recover_callback_support in sysfs by Goldwyn Rodrigues · 10 years ago
  80. ded2cf7 ocfs2: dlm: fix recovery hung by Junxiao Bi · 10 years ago
  81. 34aa8da ocfs2: dlm: fix lock migration crash by Junxiao Bi · 10 years ago
  82. 2931cdc ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_file by Darrick J. Wong · 10 years ago
  83. a75fe48 ocfs2: remove unused variable uuid_net_key in ocfs2_initialize_super by joyce.xue · 10 years ago
  84. c18ceab ocfs2: change ip_unaligned_aio to of type mutex from atomit_t by Wengang Wang · 10 years ago
  85. 181a9a0 ocfs2: fix null pointer dereference when access dlm_state before launching dlm thread by Zongxun Wang · 10 years ago
  86. d507816 fanotify: move unrelated handling from copy_event_to_user() by Jan Kara · 10 years ago
  87. d8aaab4 fanotify: reorganize loop in fanotify_read() by Jan Kara · 10 years ago
  88. 9573f79 fanotify: convert access_mutex to spinlock by Jan Kara · 10 years ago
  89. f083441 fanotify: use fanotify event structure for permission response processing by Jan Kara · 10 years ago
  90. 3298cf3 fanotify: remove useless bypass_perm check by Jan Kara · 10 years ago
  91. ddae82d fs/freevxfs/vxfs_lookup.c: update function comment by Fabian Frederick · 10 years ago
  92. 9ee108b fs/cifs/cifsfs.c: add __init to cifs_init_inodecache() by Fabian Frederick · 10 years ago
  93. 5acda9d bdi: avoid oops on device removal by Jan Kara · 10 years ago
  94. 6ca738d backing_dev: fix hung task on sync by Derek Basehore · 10 years ago
  95. a6cf33b Merge branch 'xfs-bug-fixes-for-3.15-3' into for-next by Dave Chinner · 10 years ago
  96. c88547a xfs: fix directory hash ordering bug by Mark Tinguely · 10 years ago
  97. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  98. 805eeb8 xfs: extra semi-colon breaks a condition by Dan Carpenter · 10 years ago
  99. 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  100. b9f2b21 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 10 years ago