1. 8308697 vmcore: support mmap() on /proc/vmcore by HATAYAMA Daisuke · 11 years ago
  2. 591ff71 vmcore: calculate vmcore file size from buffer size and total size of vmcore objects by HATAYAMA Daisuke · 11 years ago
  3. ef9e78f vmcore: allow user process to remap ELF note segment buffer by HATAYAMA Daisuke · 11 years ago
  4. 087350c vmcore: allocate ELF note segment in the 2nd kernel vmalloc memory by HATAYAMA Daisuke · 11 years ago
  5. 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
  6. f2bdacd vmcore: allocate buffer for ELF headers on page-size alignment by HATAYAMA Daisuke · 11 years ago
  7. b27eb18 vmcore: clean up read_vmcore() by HATAYAMA Daisuke · 11 years ago
  8. f919b19 fs: nfs: inform the VM about pages being committed or unstable by Mel Gorman · 11 years ago
  9. b459722 mm: vmscan: take page buffers dirty and locked state into account by Mel Gorman · 11 years ago
  10. ef9f515 ncpfs: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT by Libin · 11 years ago
  11. 541c237 pagemap: prepare to reuse constant bits with page-shift by Pavel Emelyanov · 11 years ago
  12. 0f8975e mm: soft-dirty bits for user memory changes tracking by Pavel Emelyanov · 11 years ago
  13. 2b0a9f0 pagemap: introduce pagemap_entry_t without pmshift bits by Pavel Emelyanov · 11 years ago
  14. af9de7e clear_refs: introduce private struct for mm_walk by Pavel Emelyanov · 11 years ago
  15. 040fa02 clear_refs: sanitize accepted commands declaration by Pavel Emelyanov · 11 years ago
  16. 4a184b4 ocfs2: fix NULL pointer dereference when traversing o2hb_all_regions by Xue jiufei · 11 years ago
  17. 44e89cb ocfs2: adjust switch_case syntax at o2net_state_change() by Jie Liu · 11 years ago
  18. b4d8ed4 ocfs2: fix a comments typo at o2quo_hb_still_up() by Jie Liu · 11 years ago
  19. 70f651e ocfs2: consolidate o2hb_global_hearbeat_mode_set() naming convention by Jie Liu · 11 years ago
  20. e873fdb ocfs2: submit disk heartbeat bio using WRITE_SYNC by Noboru Iwamatsu · 11 years ago
  21. ef962df ocfs2: xattr: fix inlined xattr reflink by Junxiao Bi · 11 years ago
  22. b5a8bb7 ocfs2: fix readonly issue in ocfs2_unlink() by Younger Liu · 11 years ago
  23. 25e2892 ocfs2: remove duplicated mlog_errno() in ocfs2_relink_block_group by Andrew Morton · 11 years ago
  24. 4930984 ocfs2: rework transaction rollback in ocfs2_relink_block_group() by Jie Liu · 11 years ago
  25. ea45466 ocfs2: need rollback when journal_access failed in ocfs2_orphan_add() by Younger Liu · 11 years ago
  26. 096b2ef ocfs2: dlmlock_master() should return DLM_NORMAL after adding lock to blocked list by Xue jiufei · 11 years ago
  27. b30f14c ocfs2: xattr: remove useless free space checking by Junxiao Bi · 11 years ago
  28. d3e3b41 fs/ocfs2/cluster/tcp.c: free sc->sc_page in sc_kref_release() by Younger Liu · 11 years ago
  29. 40bd62e fs/ocfs2/journal.h: add bits_wanted while calculating credits in ocfs2_calc_extend_credits by Goldwyn Rodrigues · 11 years ago
  30. 33add0e ocfs2: fix mutex_unlock and possible memory leak in ocfs2_remove_btree_range by Joseph Qi · 11 years ago
  31. 8fa9d17 ocfs2: remove unecessary variable needs_checkpoint by Goldwyn Rodrigues · 11 years ago
  32. 40c7f2e ocfs2: add missing dlm_put() in dlm_begin_reco_handler() by Xue jiufei · 11 years ago
  33. 13eb988 ocfs2: should not use le32_add_cpu to set ocfs2_dinode i_flags by Joseph Qi · 11 years ago
  34. 22ab901 fs/ocfs2/dlm/dlmrecovery.c:dlm_request_all_locks(): ret should be int instead of enum by Joseph Qi · 11 years ago
  35. 82d627c fs/ocfs2/dlm/dlmrecovery.c: remove duplicate declarations by Joseph Qi · 11 years ago
  36. 7121064 configfs: use capped length for ->store_attribute() by Dan Carpenter · 11 years ago
  37. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  38. af51a2a ext4: ->tmpfile() support by Al Viro · 11 years ago
  39. 46a1c2c vfs: export lseek_execute() to modules by Jie Liu · 11 years ago
  40. 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
  41. bcd7351 Merge tag 'fscache-20130702' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 11 years ago
  42. 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
  43. 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
  44. c4eb1b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 11 years ago
  45. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  46. 63580e5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  47. 7747bd4 sync: don't block the flusher thread waiting on IO by Dave Chinner · 11 years ago
  48. a1dd3c1 f2fs: fix to recover i_size from roll-forward by Jaegeuk Kim · 11 years ago
  49. 5ebefc5 f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes() by Gu Zheng · 11 years ago
  50. 763bfe1 f2fs: remove reusing any prefree segments by Jaegeuk Kim · 11 years ago
  51. 6cc4af5 f2fs: code cleanup and simplify in func {find/add}_gc_inode by Gu Zheng · 11 years ago
  52. 8736fbf f2fs: optimize the init_dirty_segmap function by Namjae Jeon · 11 years ago
  53. 060dd67 f2fs: fix an endian conversion bug detected by sparse by Jaegeuk Kim · 11 years ago
  54. 7e586fa f2fs: fix crc endian conversion by Jaegeuk Kim · 11 years ago
  55. 6ae06ff ext4: optimize starting extent in ext4_ext_rm_leaf() by Ashish Sangwan · 11 years ago
  56. 41a5b91 jbd2: invalidate handle if jbd2_journal_restart() fails by Theodore Ts'o · 11 years ago
  57. 21ddd56 ext4: translate flag bits to strings in tracepoints by Theodore Ts'o · 11 years ago
  58. cb53054 ext4: fix up error handling for mpage_map_and_submit_extent() by Theodore Ts'o · 11 years ago
  59. 39c0415 jbd2: fix theoretical race in jbd2__journal_restart by Theodore Ts'o · 11 years ago
  60. e1be3a9 ext4: only zero partial blocks in ext4_zero_partial_blocks() by Lukas Czerner · 11 years ago
  61. 42c832d ext4: check error return from ext4_write_inline_data_end() by Theodore Ts'o · 11 years ago
  62. 353eefd ext4: delete unnecessary C statements by jon ernst · 11 years ago
  63. 64cb927 ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree() by Al Viro · 11 years ago
  64. fe52d17 jbd2: move superblock checksum calculation to jbd2_write_superblock() by Theodore Ts'o · 11 years ago
  65. aeb2817 ext4: pass inode pointer instead of file pointer to punch hole by Ashish Sangwan · 11 years ago
  66. c4932db ext4: improve free space calculation for inline_data by boxi liu · 11 years ago
  67. e7c96e8 ext4: reduce object size when !CONFIG_PRINTK by Joe Perches · 11 years ago
  68. d3922a7 ext4: improve extent cache shrink mechanism to avoid to burn CPU time by Zheng Liu · 11 years ago
  69. 2c00ef3 ext4: implement error handling of ext4_mb_new_preallocation() by Alexey Khoroshilov · 11 years ago
  70. 6ca792e ext4: fix corruption when online resizing a fs with 1K block size by Maarten ter Huurne · 11 years ago
  71. 63edbce1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  72. 82d0b80 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  73. 2142914 lseek_execute() doesn't need an inode passed to it by Al Viro · 11 years ago
  74. 5d48f3a block_dev: switch to fixed_size_llseek() by Al Viro · 11 years ago
  75. 7b2296a locks: give the blocked_hash its own spinlock by Jeff Layton · 11 years ago
  76. 3999e49 locks: add a new "lm_owner_key" lock operation by Jeff Layton · 11 years ago
  77. 48f7418 locks: turn the blocked_list into a hashtable by Jeff Layton · 11 years ago
  78. 139ca04 locks: convert fl_link to a hlist_node by Jeff Layton · 11 years ago
  79. 4e8c765 locks: avoid taking global lock if possible when waking up blocked waiters by Jeff Layton · 11 years ago
  80. 1c8c601 locks: protect most of the file_lock handling with i_lock by Jeff Layton · 11 years ago
  81. 8897469 locks: encapsulate the fl_link list handling by Jeff Layton · 11 years ago
  82. b9746ef locks: make "added" in __posix_lock_file a bool by Jeff Layton · 11 years ago
  83. 1cb3601 locks: comment cleanups and clarifications by Jeff Layton · 11 years ago
  84. d4f22d1 locks: make generic_add_lease and generic_delete_lease static by Jeff Layton · 11 years ago
  85. 1a9e64a cifs: use posix_unblock_lock instead of locks_delete_block by Jeff Layton · 11 years ago
  86. f891a29 locks: drop the unused filp argument to posix_unblock_lock by Jeff Layton · 11 years ago
  87. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  88. 642b704 minix: bug widening a binary "not" operation by Dan Carpenter · 11 years ago
  89. 18c67cb splice: lift checks from do_splice_from() into callers by Al Viro · 11 years ago
  90. 68d70d0 constify rw_verify_area() by Al Viro · 11 years ago
  91. 1bf9d14 new helper: fixed_size_llseek() by Al Viro · 11 years ago
  92. 0747fdb ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb by Al Viro · 11 years ago
  93. cb5e05d fuse: another open-coded file_inode() by Al Viro · 11 years ago
  94. 6d0379e btrfs: more open-coded file_inode() by Al Viro · 11 years ago
  95. 3058dca fanotify: quit wanking with FASYNC in ->release() by Al Viro · 11 years ago
  96. 0b3fca1 kill find_inode_number() by Al Viro · 11 years ago
  97. 6b5e122 coda: don't bother with find_inode_number() by Al Viro · 11 years ago
  98. 1df98b8 proc_fill_cache(): clean up, get rid of pointless find_inode_number() use by Al Viro · 11 years ago
  99. c52a47a proc_fill_cache(): just make instantiate_t return int by Al Viro · 11 years ago
  100. db96316 proc_pid_readdir(): stop wanking with proc_fill_cache() for /proc/self by Al Viro · 11 years ago