1. c7ef972 nilfs2: implement calculation of free inodes count by Vyacheslav Dubeyko · 11 years ago
  2. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  3. 096a8aa clean up scary strncpy(dst, src, strlen(src)) uses by Kees Cook · 11 years ago
  4. 0ed5fd1 mm: use totalram_pages instead of num_physpages at runtime by Jiang Liu · 11 years ago
  5. a0b8cab3 mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec API by Mel Gorman · 11 years ago
  6. 8308697 vmcore: support mmap() on /proc/vmcore by HATAYAMA Daisuke · 11 years ago
  7. 591ff71 vmcore: calculate vmcore file size from buffer size and total size of vmcore objects by HATAYAMA Daisuke · 11 years ago
  8. ef9e78f vmcore: allow user process to remap ELF note segment buffer by HATAYAMA Daisuke · 11 years ago
  9. 087350c vmcore: allocate ELF note segment in the 2nd kernel vmalloc memory by HATAYAMA Daisuke · 11 years ago
  10. 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
  11. f2bdacd vmcore: allocate buffer for ELF headers on page-size alignment by HATAYAMA Daisuke · 11 years ago
  12. b27eb18 vmcore: clean up read_vmcore() by HATAYAMA Daisuke · 11 years ago
  13. f919b19 fs: nfs: inform the VM about pages being committed or unstable by Mel Gorman · 11 years ago
  14. b459722 mm: vmscan: take page buffers dirty and locked state into account by Mel Gorman · 11 years ago
  15. ef9f515 ncpfs: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT by Libin · 11 years ago
  16. 541c237 pagemap: prepare to reuse constant bits with page-shift by Pavel Emelyanov · 11 years ago
  17. 0f8975e mm: soft-dirty bits for user memory changes tracking by Pavel Emelyanov · 11 years ago
  18. 2b0a9f0 pagemap: introduce pagemap_entry_t without pmshift bits by Pavel Emelyanov · 11 years ago
  19. af9de7e clear_refs: introduce private struct for mm_walk by Pavel Emelyanov · 11 years ago
  20. 040fa02 clear_refs: sanitize accepted commands declaration by Pavel Emelyanov · 11 years ago
  21. 4a184b4 ocfs2: fix NULL pointer dereference when traversing o2hb_all_regions by Xue jiufei · 11 years ago
  22. 44e89cb ocfs2: adjust switch_case syntax at o2net_state_change() by Jie Liu · 11 years ago
  23. b4d8ed4 ocfs2: fix a comments typo at o2quo_hb_still_up() by Jie Liu · 11 years ago
  24. 70f651e ocfs2: consolidate o2hb_global_hearbeat_mode_set() naming convention by Jie Liu · 11 years ago
  25. e873fdb ocfs2: submit disk heartbeat bio using WRITE_SYNC by Noboru Iwamatsu · 11 years ago
  26. ef962df ocfs2: xattr: fix inlined xattr reflink by Junxiao Bi · 11 years ago
  27. b5a8bb7 ocfs2: fix readonly issue in ocfs2_unlink() by Younger Liu · 11 years ago
  28. 25e2892 ocfs2: remove duplicated mlog_errno() in ocfs2_relink_block_group by Andrew Morton · 11 years ago
  29. 4930984 ocfs2: rework transaction rollback in ocfs2_relink_block_group() by Jie Liu · 11 years ago
  30. ea45466 ocfs2: need rollback when journal_access failed in ocfs2_orphan_add() by Younger Liu · 11 years ago
  31. 096b2ef ocfs2: dlmlock_master() should return DLM_NORMAL after adding lock to blocked list by Xue jiufei · 11 years ago
  32. b30f14c ocfs2: xattr: remove useless free space checking by Junxiao Bi · 11 years ago
  33. d3e3b41 fs/ocfs2/cluster/tcp.c: free sc->sc_page in sc_kref_release() by Younger Liu · 11 years ago
  34. 40bd62e fs/ocfs2/journal.h: add bits_wanted while calculating credits in ocfs2_calc_extend_credits by Goldwyn Rodrigues · 11 years ago
  35. 33add0e ocfs2: fix mutex_unlock and possible memory leak in ocfs2_remove_btree_range by Joseph Qi · 11 years ago
  36. 8fa9d17 ocfs2: remove unecessary variable needs_checkpoint by Goldwyn Rodrigues · 11 years ago
  37. 40c7f2e ocfs2: add missing dlm_put() in dlm_begin_reco_handler() by Xue jiufei · 11 years ago
  38. 13eb988 ocfs2: should not use le32_add_cpu to set ocfs2_dinode i_flags by Joseph Qi · 11 years ago
  39. 22ab901 fs/ocfs2/dlm/dlmrecovery.c:dlm_request_all_locks(): ret should be int instead of enum by Joseph Qi · 11 years ago
  40. 82d627c fs/ocfs2/dlm/dlmrecovery.c: remove duplicate declarations by Joseph Qi · 11 years ago
  41. 7121064 configfs: use capped length for ->store_attribute() by Dan Carpenter · 11 years ago
  42. 6ee6b953 ceph: fix race between cap issue and revoke by Yan, Zheng · 11 years ago
  43. b1530f5 ceph: fix cap revoke race by Yan, Zheng · 11 years ago
  44. b415bf4 ceph: fix pending vmtruncate race by Yan, Zheng · 11 years ago
  45. 5446429 ceph: avoid accessing invalid memory by Sasha Levin · 11 years ago
  46. 93faca6 ceph: Reconstruct the func ceph_reserve_caps. by majianpeng · 11 years ago
  47. fb3101b ceph: Free mdsc if alloc mdsc->mdsmap failed. by majianpeng · 11 years ago
  48. 0405a14 ceph: remove sb_start/end_write in ceph_aio_write. by Jianpeng Ma · 11 years ago
  49. c62988e ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL. by majianpeng · 11 years ago
  50. a1dc193 ceph: fix sleeping function called from invalid context. by majianpeng · 11 years ago
  51. 005c469 ceph: move inode to proper flushing list when auth MDS changes by Yan, Zheng · 11 years ago
  52. 667ca05 ceph: clear migrate seq when MDS restarts by Yan, Zheng · 11 years ago
  53. b8c2f3a ceph: check migrate seq before changing auth cap by Yan, Zheng · 11 years ago
  54. fc2744a ceph: fix race between page writeback and truncate by Yan, Zheng · 11 years ago
  55. 3803da4 ceph: reset iov_len when discarding cap release messages by Yan, Zheng · 11 years ago
  56. bb137f8 ceph: fix cap release race by Yan, Zheng · 11 years ago
  57. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  58. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  59. d414153 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  60. 04bbc8e Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  61. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  62. af51a2a ext4: ->tmpfile() support by Al Viro · 11 years ago
  63. 46a1c2c vfs: export lseek_execute() to modules by Jie Liu · 11 years ago
  64. 1bc2774 net: convert lls to use time_in_range() by Eliezer Tamir · 11 years ago
  65. fc76a25 Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  66. bcd7351 Merge tag 'fscache-20130702' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 11 years ago
  67. 6072a93 Merge tag 'dlm-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 11 years ago
  68. 3f490f7 Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 11 years ago
  69. c4eb1b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 11 years ago
  70. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  71. 63580e5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  72. 7747bd4 sync: don't block the flusher thread waiting on IO by Dave Chinner · 11 years ago
  73. 0e267c4 Btrfs: wait ordered range before doing direct io by Josef Bacik · 11 years ago
  74. 7fb7d76f Btrfs: only do the tree_mod_log_free_eb if this is our last ref by Josef Bacik · 11 years ago
  75. f1ca7e98 Btrfs: hold the tree mod lock in __tree_mod_log_rewind by Josef Bacik · 11 years ago
  76. 261c84b Btrfs: make backref walking code handle skinny metadata by Josef Bacik · 11 years ago
  77. 35f0399 Btrfs: fix crash regarding to ulist_add_merge by Liu Bo · 11 years ago
  78. edd1400 Btrfs: fix several potential problems in copy_nocow_pages_for_inode by Miao Xie · 11 years ago
  79. 826aa0a Btrfs: cleanup the code of copy_nocow_pages_for_inode() by Miao Xie · 11 years ago
  80. 26b25891 Btrfs: fix oops when recovering the file data by scrub function by Miao Xie · 11 years ago
  81. 6df9a95 Btrfs: make the chunk allocator completely tree lockless by Josef Bacik · 11 years ago
  82. 68a7342 Btrfs: cleanup orphaned root orphan item by Josef Bacik · 11 years ago
  83. a70c617 Btrfs: fix wrong mirror number tuning by Miao Xie · 11 years ago
  84. e6da5d2 Btrfs: cleanup redundant code in btrfs_submit_direct() by Miao Xie · 11 years ago
  85. f51a4a1 Btrfs: remove btrfs_sector_sum structure by Miao Xie · 11 years ago
  86. 7ee9e44 Btrfs: check if we can nocow if we don't have data space by Josef Bacik · 11 years ago
  87. 925a6ef Btrfs: stop using try_to_writeback_inodes_sb_nr to flush delalloc by Josef Bacik · 11 years ago
  88. b150a4f Btrfs: use a percpu to keep track of possibly pinned bytes by Josef Bacik · 11 years ago
  89. f23b5a5 Btrfs: check for actual acls rather than just xattrs when caching no acl by Josef Bacik · 11 years ago
  90. 1d8b368 pstore: Add hsize argument in write_buf call of pstore_ftrace_call by Aruna Balakrishnaiah · 11 years ago
  91. a1dd3c1 f2fs: fix to recover i_size from roll-forward by Jaegeuk Kim · 11 years ago
  92. 5ebefc5 f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes() by Gu Zheng · 11 years ago
  93. 763bfe1 f2fs: remove reusing any prefree segments by Jaegeuk Kim · 11 years ago
  94. 6cc4af5 f2fs: code cleanup and simplify in func {find/add}_gc_inode by Gu Zheng · 11 years ago
  95. 8736fbf f2fs: optimize the init_dirty_segmap function by Namjae Jeon · 11 years ago
  96. 060dd67 f2fs: fix an endian conversion bug detected by sparse by Jaegeuk Kim · 11 years ago
  97. 7e586fa f2fs: fix crc endian conversion by Jaegeuk Kim · 11 years ago
  98. d08d32e nfsd4: return delegation immediately if lease fails by J. Bruce Fields · 11 years ago
  99. 0a262ff nfsd4: do not throw away 4.1 lock state on last unlock by J. Bruce Fields · 11 years ago
  100. 89f6c33 nfsd4: delegation-based open reclaims should bypass permissions by J. Bruce Fields · 11 years ago