1. 1f792dd Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  2. c75e247 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  3. a69c7c0 xfs: use XFS_BMAP_BMDR_SPACE vs. XFS_BROOT_SIZE_ADJ by Eric Sandeen · 12 years ago
  4. 6e5b93e fatfs: add FAT_IOCTL_GET_VOLUME_ID by Mike Lockwood · 11 years ago
  5. 2417898 ncpfs: fix error return code in ncp_parse_options() by Wei Yongjun · 11 years ago
  6. 25d130b mm/writeback: don't check force_wait to handle bdi->work_list by Wanpeng Li · 11 years ago
  7. 1205784 fs/fs-writeback.c: : make wb_do_writeback() as static by Haicheng Li · 11 years ago
  8. 9756b91 fsnotify: update comments concerning locking scheme by Lino Sanfilippo · 11 years ago
  9. e1e5a9f inotify: fix race when adding a new watch by Lino Sanfilippo · 11 years ago
  10. 52f8572 dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_group by Lino Sanfilippo · 11 years ago
  11. 5e9c070c fanotify: put duplicate code for adding vfsmount/inode marks into an own function by Lino Sanfilippo · 11 years ago
  12. 7b18527 fanotify: fix races when adding/removing marks by Lino Sanfilippo · 11 years ago
  13. de1e0c4 fanotify: info leak in copy_event_to_user() by Dan Carpenter · 11 years ago
  14. cbf5500 net: rename low latency sockets functions to busy poll by Eliezer Tamir · 11 years ago
  15. d109148 nfsd4: support minorversion 1 by default by J. Bruce Fields · 11 years ago
  16. f0f51f5 nfsd4: allow destroy_session over destroyed session by J. Bruce Fields · 11 years ago
  17. 4fbeb19 ncpfs: fix error return code in ncp_parse_options() by Wei Yongjun · 11 years ago
  18. 7012b02 locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglock by Jeff Layton · 11 years ago
  19. 0bc7738 seq_file: add seq_list_*_percpu helpers by Jeff Layton · 11 years ago
  20. 99b072bb f2fs: fix readdir incorrectness by Jaegeuk Kim · 11 years ago
  21. f2692ea fs/9p: Remove the unused variable "err" in v9fs_vfs_getattr() by Gu Zheng · 11 years ago
  22. d9a7385 fs/9p: xattr: add trusted and security namespaces by Jim Garlick · 11 years ago
  23. 21884a8 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  24. 2dd1cb5 Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 11 years ago
  25. 84d08fa helper for reading ->d_count by Al Viro · 11 years ago
  26. 2b0f893 Merge branch 'timers/posix-cpu-timers-for-tglx' of by Thomas Gleixner · 11 years ago
  27. 6658b9f [CIFS] use sensible file nlink values if unprovided by Steve French · 11 years ago
  28. 95dc8dd Limit allocation of crypto mechanisms to dialect which requires by Steve French · 11 years ago
  29. 80cc38b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  30. da67db4 Merge branch 'hpfs' from Mikulas Patocka by Linus Torvalds · 11 years ago
  31. 275f495 hpfs: implement prefetch to improve performance by Mikulas Patocka · 11 years ago
  32. a0c1b75 hpfs: use mpage by Mikulas Patocka · 11 years ago
  33. 3ebacb0 hpfs: better test for errors by Mikulas Patocka · 11 years ago
  34. 65b97fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  35. e628753 quota: Convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  36. 3df3219 ext3: Fix fsync error handling after filesystem abort. by Dmitry Monakhov · 11 years ago
  37. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  38. 4b30f07 aio: fix wrong comment in aio_complete() by Tang Chen · 11 years ago
  39. 266b7a0 fs/exec.c:de_thread: mt-exec should update ->real_start_time by Oleg Nesterov · 11 years ago
  40. bd9d43f fs/exec.c: do_execve_common(): use current_user() by Oleg Nesterov · 11 years ago
  41. 30bc30d fs/proc/kcore.c: using strlcpy() instead of strncpy() by Zhao Hongjiang · 11 years ago
  42. 1d98a5f fs/proc/uptime.c:uptime_proc_show(): use get_monotonic_boottime() by Oleg Nesterov · 11 years ago
  43. 3f41854 fs/exec.c:de_thread(): use change_pid() rather than detach_pid/attach_pid by Oleg Nesterov · 11 years ago
  44. 888ffc5 coredump: '% at the end' shouldn't bypass core_uses_pid logic by Oleg Nesterov · 11 years ago
  45. 3ceadcf coredump: kill call_count, add core_name_size by Oleg Nesterov · 11 years ago
  46. 923bed03 coredump: kill cn_escape(), introduce cn_esc_printf() by Oleg Nesterov · 11 years ago
  47. 5fe9d8c coredump: cn_vprintf() has no reason to call vsnprintf() twice by Oleg Nesterov · 11 years ago
  48. bc03c69 coredump: introduce cn_vprintf() by Oleg Nesterov · 11 years ago
  49. e7fd154 coredump: format_corename() can leak cn->corename by Oleg Nesterov · 11 years ago
  50. 77d5591 signals: eventpoll: do not use sigprocmask() by Oleg Nesterov · 11 years ago
  51. e68e96d fs/fat: use fat_msg() to replace printk() in __fat_fs_error() by Gu Zheng · 11 years ago
  52. e5f7f84 ] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nilfs_root struct by Vyacheslav Dubeyko · 11 years ago
  53. c7ef972 nilfs2: implement calculation of free inodes count by Vyacheslav Dubeyko · 11 years ago
  54. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  55. 096a8aa clean up scary strncpy(dst, src, strlen(src)) uses by Kees Cook · 11 years ago
  56. 0ed5fd1 mm: use totalram_pages instead of num_physpages at runtime by Jiang Liu · 11 years ago
  57. a0b8cab3 mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec API by Mel Gorman · 11 years ago
  58. 8308697 vmcore: support mmap() on /proc/vmcore by HATAYAMA Daisuke · 11 years ago
  59. 591ff71 vmcore: calculate vmcore file size from buffer size and total size of vmcore objects by HATAYAMA Daisuke · 11 years ago
  60. ef9e78f vmcore: allow user process to remap ELF note segment buffer by HATAYAMA Daisuke · 11 years ago
  61. 087350c vmcore: allocate ELF note segment in the 2nd kernel vmalloc memory by HATAYAMA Daisuke · 11 years ago
  62. 7f614cd vmcore: treat memory chunks referenced by PT_LOAD program header entries in page-size boundary in vmcore_list by HATAYAMA Daisuke · 11 years ago
  63. f2bdacd vmcore: allocate buffer for ELF headers on page-size alignment by HATAYAMA Daisuke · 11 years ago
  64. b27eb18 vmcore: clean up read_vmcore() by HATAYAMA Daisuke · 11 years ago
  65. f919b19 fs: nfs: inform the VM about pages being committed or unstable by Mel Gorman · 11 years ago
  66. b459722 mm: vmscan: take page buffers dirty and locked state into account by Mel Gorman · 11 years ago
  67. ef9f515 ncpfs: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT by Libin · 11 years ago
  68. 541c237 pagemap: prepare to reuse constant bits with page-shift by Pavel Emelyanov · 11 years ago
  69. 0f8975e mm: soft-dirty bits for user memory changes tracking by Pavel Emelyanov · 11 years ago
  70. 2b0a9f0 pagemap: introduce pagemap_entry_t without pmshift bits by Pavel Emelyanov · 11 years ago
  71. af9de7e clear_refs: introduce private struct for mm_walk by Pavel Emelyanov · 11 years ago
  72. 040fa02 clear_refs: sanitize accepted commands declaration by Pavel Emelyanov · 11 years ago
  73. 4a184b4 ocfs2: fix NULL pointer dereference when traversing o2hb_all_regions by Xue jiufei · 11 years ago
  74. 44e89cb ocfs2: adjust switch_case syntax at o2net_state_change() by Jie Liu · 11 years ago
  75. b4d8ed4 ocfs2: fix a comments typo at o2quo_hb_still_up() by Jie Liu · 11 years ago
  76. 70f651e ocfs2: consolidate o2hb_global_hearbeat_mode_set() naming convention by Jie Liu · 11 years ago
  77. e873fdb ocfs2: submit disk heartbeat bio using WRITE_SYNC by Noboru Iwamatsu · 11 years ago
  78. ef962df ocfs2: xattr: fix inlined xattr reflink by Junxiao Bi · 11 years ago
  79. b5a8bb7 ocfs2: fix readonly issue in ocfs2_unlink() by Younger Liu · 11 years ago
  80. 25e2892 ocfs2: remove duplicated mlog_errno() in ocfs2_relink_block_group by Andrew Morton · 11 years ago
  81. 4930984 ocfs2: rework transaction rollback in ocfs2_relink_block_group() by Jie Liu · 11 years ago
  82. ea45466 ocfs2: need rollback when journal_access failed in ocfs2_orphan_add() by Younger Liu · 11 years ago
  83. 096b2ef ocfs2: dlmlock_master() should return DLM_NORMAL after adding lock to blocked list by Xue jiufei · 11 years ago
  84. b30f14c ocfs2: xattr: remove useless free space checking by Junxiao Bi · 11 years ago
  85. d3e3b41 fs/ocfs2/cluster/tcp.c: free sc->sc_page in sc_kref_release() by Younger Liu · 11 years ago
  86. 40bd62e fs/ocfs2/journal.h: add bits_wanted while calculating credits in ocfs2_calc_extend_credits by Goldwyn Rodrigues · 11 years ago
  87. 33add0e ocfs2: fix mutex_unlock and possible memory leak in ocfs2_remove_btree_range by Joseph Qi · 11 years ago
  88. 8fa9d17 ocfs2: remove unecessary variable needs_checkpoint by Goldwyn Rodrigues · 11 years ago
  89. 40c7f2e ocfs2: add missing dlm_put() in dlm_begin_reco_handler() by Xue jiufei · 11 years ago
  90. 13eb988 ocfs2: should not use le32_add_cpu to set ocfs2_dinode i_flags by Joseph Qi · 11 years ago
  91. 22ab901 fs/ocfs2/dlm/dlmrecovery.c:dlm_request_all_locks(): ret should be int instead of enum by Joseph Qi · 11 years ago
  92. 82d627c fs/ocfs2/dlm/dlmrecovery.c: remove duplicate declarations by Joseph Qi · 11 years ago
  93. 7121064 configfs: use capped length for ->store_attribute() by Dan Carpenter · 11 years ago
  94. 6ee6b953 ceph: fix race between cap issue and revoke by Yan, Zheng · 11 years ago
  95. b1530f5 ceph: fix cap revoke race by Yan, Zheng · 11 years ago
  96. b415bf4 ceph: fix pending vmtruncate race by Yan, Zheng · 11 years ago
  97. 5446429 ceph: avoid accessing invalid memory by Sasha Levin · 11 years ago
  98. 93faca6 ceph: Reconstruct the func ceph_reserve_caps. by majianpeng · 11 years ago
  99. fb3101b ceph: Free mdsc if alloc mdsc->mdsmap failed. by majianpeng · 11 years ago
  100. 0405a14 ceph: remove sb_start/end_write in ceph_aio_write. by Jianpeng Ma · 11 years ago