1. 4b21763 ext4: fix the number of credits needed for ext4_ext_migrate() by Theodore Ts'o · 12 years ago
  2. 8dcfaad ext4: start handle at the last possible moment in ext4_rmdir() by Theodore Ts'o · 12 years ago
  3. 931b686 ext4: start handle at the last possible moment in ext4_unlink() by Theodore Ts'o · 12 years ago
  4. 47564bf ext4: grab page before starting transaction handle in write_begin() by Theodore Ts'o · 12 years ago
  5. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 12 years ago
  6. 722887d ext4: move the jbd2 wrapper functions out of super.c by Theodore Ts'o · 12 years ago
  7. 343d9c2 jbd2: add tracepoints which provide per-handle statistics by Theodore Ts'o · 12 years ago
  8. 9fff24a jbd2: track request delay statistics by Theodore Ts'o · 12 years ago
  9. 40ae348 ext4: optimize mballoc for large allocations by Theodore Ts'o · 12 years ago
  10. 8dc0aa8 ext4: check incompatible mount options while mounting ext2/3 by Theodore Ts'o · 12 years ago
  11. e33e60e ext4: print error when argument of inode_readahead_blk is invalid by Jan Kara · 12 years ago
  12. 5f3633e ext4: make mount option parsing loop more logical by Jan Kara · 12 years ago
  13. 0efb3b2 ext4: move several mount options to standard handling loop by Jan Kara · 12 years ago
  14. 0e79537 ext4: reduce one "if" comparison in ext4_dirhash() by Cong Ding · 12 years ago
  15. f116700 ext4: fix race in ext4_mb_add_n_trim() by Niu Yawei · 12 years ago
  16. 87e6987 ext4: fix smatch warning in move_extent.c's mext_replace_branches() by Akria Fujita · 12 years ago
  17. 524c19e ext4: use WARN in ext4_alloc_blocks by Julia Lawall · 12 years ago
  18. e7b04ac jbd2: don't wake kjournald unnecessarily by Eric Sandeen · 12 years ago
  19. 091e26d ext4: fix possible use-after-free with AIO by Jan Kara · 12 years ago
  20. b1deefc ext4: remove unnecessary NULL pointer check by Guo Chao · 12 years ago
  21. 41be871 ext4: remove useless assignment in dx_probe() by Guo Chao · 12 years ago
  22. 2bbbee2 ext4: remove unused variable in add_dirent_to_buf() by Guo Chao · 12 years ago
  23. d5ac777 ext4: release buffer when checksum failed by Guo Chao · 12 years ago
  24. b06acd3 ext4: remove explicit WARN_ON when ext4_map_blocks() fails by Lukas Czerner · 12 years ago
  25. cfa7275 ext4: remove unused variable flags by Lukas Czerner · 12 years ago
  26. fe38613 ext4: fix ext4_writepage() to achieve data=ordered guarantees by Jan Kara · 12 years ago
  27. 8a850c3 ext4: Make ext4_bio_writepage() handle unprepared buffers by Jan Kara · 12 years ago
  28. b6a8e62 ext4: simplify mpage_add_bh_to_extent() by Jan Kara · 12 years ago
  29. f8bec37 ext4: dirty page has always buffers attached by Jan Kara · 12 years ago
  30. 002bd7f ext4: simplify list handling in ext4_do_flush_completed_IO() by Jan Kara · 12 years ago
  31. 84c1754 ext4: move work from io_end to inode by Jan Kara · 12 years ago
  32. fe089c7 ext4: remove __ext4_journalled_writepage() from mpage_da_submit_io() by Jan Kara · 12 years ago
  33. 1ae48a6 ext4: use redirty_page_for_writepage() in ext4_bio_write_page() by Jan Kara · 12 years ago
  34. 36ade45 ext4: Always use ext4_bio_write_page() for writeout by Jan Kara · 12 years ago
  35. 8bad6fc ext4: add punching hole support for non-extent-mapped files by Zheng Liu · 12 years ago
  36. 03dafb5 ext4: fix memory leak when quota options are specified multiple times by Chen Gang · 12 years ago
  37. 72ba745 ext4: release sysfs kobject when failing to enable quotas on mount by Theodore Ts'o · 12 years ago
  38. aaddea8 ext4: add tracepoint in punching hole by Zheng Liu · 12 years ago
  39. 7f51186 ext4: trigger the lazy inode table initialization after resize by Theodore Ts'o · 12 years ago
  40. 15b4913 ext4: check bh in ext4_read_block_bitmap() by Eryu Guan · 12 years ago
  41. aebf024 ext4: use unlikely to improve the efficiency of the kernel by Wang Shilong · 12 years ago
  42. 860d21e ext4: return ENOMEM if sb_getblk() fails by Theodore Ts'o · 12 years ago
  43. 5c33d9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  44. 127aa930 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  45. f776372 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  46. 4c9014f Merge tag 'nfs-for-3.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  47. ae62ca7 tcp: fix MSG_SENDPAGE_NOTLAST logic by Eric Dumazet · 12 years ago
  48. fef0ebd ext4: remove duplicate call to ext4_bread() in ext4_init_new_dir() by Guo Chao · 12 years ago
  49. 0ecaef0 ext4: release buffer in failed path in dx_probe() by Guo Chao · 12 years ago
  50. 96465ef ext4: fix configuration dependencies for ext4 ACLs and security labels by Valerie Aurora · 12 years ago
  51. ecf0eb9 nfs: avoid dereferencing null pointer in initiate_bulk_draining by Nickolai Zeldovich · 12 years ago
  52. 6db6dd7 NFS: Ensure that we free the rpc_task after read and write cleanups are done by Trond Myklebust · 12 years ago
  53. e25fbe3 nfs: fix null checking in nfs_get_option_str() by Xi Wang · 12 years ago
  54. 39e88fc pnfs: Increase the refcount when LAYOUTGET fails the first time by Yanchuan Nian · 12 years ago
  55. 4956964 Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  56. 6ae1417 misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  57. f568f6c pstore: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  58. f8d9a89 NFS: Fix access to suid/sgid executables by Weston Andros Adamson · 12 years ago
  59. 2318aa2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 12 years ago
  60. ed4e6a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes by Linus Torvalds · 12 years ago
  61. 007f6c3 Merge tag 'ecryptfs-3.8-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
  62. 5439ca6 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  63. a7a88b2 mempolicy: remove arg from mpol_parse_str, mpol_to_str by Hugh Dickins · 12 years ago
  64. 128dd17 epoll: prevent missed events on EPOLL_CTL_MOD by Eric Wong · 12 years ago
  65. 13d2eb0 GFS2: Reset rd_last_alloc when it reaches the end of the rgrp by Bob Peterson · 12 years ago
  66. 15bd50a GFS2: Stop looking for free blocks at end of rgrp by Bob Peterson · 12 years ago
  67. f1213ca GFS2: Fix race in gfs2_rs_alloc by Abhijith Das · 12 years ago
  68. ec14875 GFS2: Initialize hex string to '0' by Nathan Straz · 12 years ago
  69. 63b7d3a CIFS: Don't let read only caching for mandatory byte-range locked files by Pavel Shilovsky · 12 years ago
  70. 88cf75a CIFS: Fix write after setting a read lock for read oplock files by Pavel Shilovsky · 12 years ago
  71. ca8aa29 Revert "CIFS: Fix write after setting a read lock for read oplock files" by Pavel Shilovsky · 12 years ago
  72. 31efee6 cifs: adjust sequence number downward after signing NT_CANCEL request by Jeff Layton · 12 years ago
  73. ea702b8 cifs: move check for NULL socket into smb_send_rqst by Jeff Layton · 12 years ago
  74. 9836b8b f2fs: unify string length declarations and usage by Leon Romanovsky · 12 years ago
  75. 2b50638 f2fs: clean up unused variables and return values by Jaegeuk Kim · 12 years ago
  76. ce19a5d f2fs: clean up the start_bidx_of_node function by Jaegeuk Kim · 12 years ago
  77. 64c576f f2fs: remove unneeded variable from f2fs_sync_fs by Namjae Jeon · 12 years ago
  78. fd8bb65 f2fs: fix fsync_inode list addition logic and avoid invalid access to memory by Namjae Jeon · 12 years ago
  79. 344324f f2fs: remove unneeded initialization of nr_dirty in dirty_seglist_info by Namjae Jeon · 12 years ago
  80. 06025f4 f2fs: handle error from f2fs_iget_nowait by Namjae Jeon · 12 years ago
  81. 029cd28 f2fs: fix equation of has_not_enough_free_secs() by Jaegeuk Kim · 12 years ago
  82. 12a6714 f2fs: return a default value for non-void function by Jaegeuk Kim · 12 years ago
  83. 71e9fec f2fs: invalidate the node page if allocation is failed by Jaegeuk Kim · 12 years ago
  84. 690e4a3 f2fs: add missing #include <linux/prefetch.h> by Geert Uytterhoeven · 12 years ago
  85. 0e9a9a1 ext4: avoid hang when mounting non-journal filesystems with orphan list by Theodore Ts'o · 12 years ago
  86. 721e3eb ext4: lock i_mutex when truncating orphan inodes by Theodore Ts'o · 12 years ago
  87. 48c6d12 f2fs: Don't assign e_id in f2fs_acl_from_disk by Eric W. Biederman · 12 years ago
  88. 1efef83 f2fs: do f2fs_balance_fs in front of dir operations by Jaegeuk Kim · 12 years ago
  89. 30f0c75 f2fs: should recover orphan and fsync data by Jaegeuk Kim · 12 years ago
  90. 398b1ac f2fs: fix handling errors got by f2fs_write_inode by Jaegeuk Kim · 12 years ago
  91. 38e0abd f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode number by Namjae Jeon · 12 years ago
  92. 1362b5e f2fs: fix wrong calculation on f_files in statfs by Jaegeuk Kim · 12 years ago
  93. dfb7c0c f2fs: remove set_page_dirty for atomic f2fs_end_io_write by Jaegeuk Kim · 12 years ago
  94. dfb2ea4 proc: Allow proc_free_inum to be called from any context by Eric W. Biederman · 12 years ago
  95. d096ad0 ext4: do not try to write superblock on ro remount w/o journal by Michael Tokarev · 12 years ago
  96. 0875a2b ext4: include journal blocks in df overhead calcs by Eric Sandeen · 12 years ago
  97. a28a917 ext4: remove unaligned AIO warning printk by Eric Sandeen · 12 years ago
  98. ad96f71 ext4: fix an incorrect comment about i_mutex by Andy Lutomirski · 12 years ago
  99. 53e8726 ext4: fix deadlock in journal_unmap_buffer() by Jan Kara · 12 years ago
  100. 4520fb3 ext4: split off ext4_journalled_invalidatepage() by Jan Kara · 12 years ago