1. 1245799 jbd2: jbd2_log_wait_for_space improve error detetcion by Dmitry Monakhov · 10 years ago
  2. 064d838 jbd2: free bh when descriptor block checksum fails by Darrick J. Wong · 10 years ago
  3. a0626e75 ext4: check EA value offset when loading by Darrick J. Wong · 10 years ago
  4. 684de574 ext4: don't keep using page if inline conversion fails by Darrick J. Wong · 10 years ago
  5. df4763b ext4: validate external journal superblock checksum by Darrick J. Wong · 10 years ago
  6. feb8c6d jbd2: fix journal checksum feature flag handling by Darrick J. Wong · 10 years ago
  7. c7f7254 ext4: provide separate operations for sysfs feature files by Lukas Czerner · 10 years ago
  8. 52c198c ext4: add sysfs entry showing whether the fs contains errors by Lukas Czerner · 10 years ago
  9. a2d4a64 ext4: don't use MAXQUOTAS value by Jan Kara · 10 years ago
  10. a49058f jbd/jbd2: use non-movable memory for the jbd superblock by Gioh Kim · 10 years ago
  11. a8ac900 ext4: use non-movable memory for the ext4 superblock by Gioh Kim · 10 years ago
  12. 3b5e645 fs/buffer.c: support buffer cache allocations with gfp modifiers by Gioh Kim · 10 years ago
  13. d26e2c4 ext4: renumber EXT4_EX_* flags to avoid flag aliasing problems by Theodore Ts'o · 10 years ago
  14. 0e5ecf0a jbd2: optimize jbd2_log_do_checkpoint() a bit by Jan Kara · 10 years ago
  15. dc6e8d6 jbd2: don't call get_bh() before calling __jbd2_journal_remove_checkpoint() by Theodore Ts'o · 10 years ago
  16. 754cfed ext4: drop the EXT4_STATE_DELALLOC_RESERVED flag by Theodore Ts'o · 10 years ago
  17. e3cf5d5 ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVED by Theodore Ts'o · 10 years ago
  18. a521100 ext4: pass allocation_request struct to ext4_(alloc,splice)_branch by Theodore Ts'o · 10 years ago
  19. eb68d0e ext4: track extent status tree shrinker delay statictics by Zheng Liu · 10 years ago
  20. e963bb1 ext4: improve extents status tree trace point by Zheng Liu · 10 years ago
  21. d91bd2c ext4: fix comments about get_blocks by Seunghun Lee · 10 years ago
  22. 45f1a9c ext4: enable block_validity by default by Darrick J. Wong · 10 years ago
  23. 88fe1ac jbd2: fold __wait_cp_io into jbd2_log_do_checkpoint() by Theodore Ts'o · 10 years ago
  24. be1158c jbd2: fold __process_buffer() into jbd2_log_do_checkpoint() by Theodore Ts'o · 10 years ago
  25. ed8a1a7 ext4: rename ext4_ext_find_extent() to ext4_find_extent() by Theodore Ts'o · 10 years ago
  26. 3bdf14b ext4: reuse path object in ext4_move_extents() by Theodore Ts'o · 10 years ago
  27. ee4bd0d9 ext4: reuse path object in ext4_ext_shift_extents() by Theodore Ts'o · 10 years ago
  28. 10809df8 ext4: teach ext4_ext_find_extent() to realloc path if necessary by Theodore Ts'o · 10 years ago
  29. b7ea89a ext4: allow a NULL argument to ext4_ext_drop_refs() by Theodore Ts'o · 10 years ago
  30. 523f431 ext4: call ext4_ext_drop_refs() from ext4_ext_find_extent() by Theodore Ts'o · 10 years ago
  31. dfe5080 ext4: drop EXT4_EX_NOFREE_ON_ERR from rest of extents handling code by Theodore Ts'o · 10 years ago
  32. 4f224b8 ext4: drop EXT4_EX_NOFREE_ON_ERR in convert_initialized_extent() by Theodore Ts'o · 10 years ago
  33. e8b83d93 ext4: collapse ext4_convert_initialized_extents() by Theodore Ts'o · 10 years ago
  34. 705912c ext4: teach ext4_ext_find_extent() to free path on error by Theodore Ts'o · 10 years ago
  35. bd30d70 ext4: fix accidental flag aliasing in ext4_map_blocks flags by Theodore Ts'o · 10 years ago
  36. 713e8dd ext4: fix ZERO_RANGE bug hidden by flag aliasing by Theodore Ts'o · 10 years ago
  37. 19008f6 ext4: fix ext4_swap_extents() error handling by Theodore Ts'o · 10 years ago
  38. fcf6b1b7 ext4: refactor ext4_move_extents code base by Dmitry Monakhov · 10 years ago
  39. f8fb4f4 ext4: use ext4_ext_next_allocated_block instead of mext_next_extent by Dmitry Monakhov · 10 years ago
  40. ee124d2 ext4: use ext4_update_i_disksize instead of opencoded ones by Dmitry Monakhov · 10 years ago
  41. 52c826d ext4: remove a duplicate call in ext4_init_new_dir() by Wang Shilong · 10 years ago
  42. f8b3b59 ext4: convert do_split() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  43. dd73b5d ext4: convert dx_probe() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  44. 1c21502 ext4: convert ext4_bread() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  45. 1056008 ext4: convert ext4_getblk() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  46. 537d8f9 ext4: convert ext4_dx_find_entry() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  47. d4f0318 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  48. d80d448 ext4: fix same-dir rename when inline data directory overflows by Darrick J. Wong · 10 years ago
  49. db9ee22 jbd2: fix descriptor block size handling errors with journal_csum by Darrick J. Wong · 10 years ago
  50. 022eaa7 jbd2: fix infinite loop when recovering corrupt journal blocks by Darrick J. Wong · 10 years ago
  51. 6603120 ext4: update i_disksize coherently with block allocation on error path by Dmitry Monakhov · 10 years ago
  52. c174e6d ext4: fix transaction issues for ext4_fallocate and ext_zero_range by Dmitry Monakhov · 10 years ago
  53. 69dc953 ext4: fix incorect journal credits reservation in ext4_zero_range by Dmitry Monakhov · 10 years ago
  54. 1fb00cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  55. f01bfc9 Merge tag 'nfs-for-3.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  56. d856f32 aio: fix reqs_available handling by Benjamin LaHaise · 10 years ago
  57. 9e0af23 Btrfs: fix task hang under heavy compressed write by Liu Bo · 10 years ago
  58. 4631dbf ext4: move i_size,i_disksize update routines to helper function by Dmitry Monakhov · 10 years ago
  59. c99d1e6 ext4: fix BUG_ON in mb_free_blocks() by Theodore Ts'o · 10 years ago
  60. 36de928 ext4: propagate errors up to ext4_find_entry()'s callers by Theodore Ts'o · 10 years ago
  61. 92a5655 nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_wait by David Jeffery · 10 years ago
  62. 78270e8 nfs: can_coalesce_requests must enforce contiguity by Weston Andros Adamson · 10 years ago
  63. bba5c18 nfs: disallow duplicate pages in pgio page vectors by Weston Andros Adamson · 10 years ago
  64. 7c3af97 nfs: don't sleep with inode lock in lock_and_join_requests by Weston Andros Adamson · 10 years ago
  65. 9497001 nfs: fix error handling in lock_and_join_requests by Weston Andros Adamson · 10 years ago
  66. bfd484a nfs: use blocking page_group_lock in add_request by Weston Andros Adamson · 10 years ago
  67. bc8a309 nfs: fix nonblocking calls to nfs_page_group_lock by Weston Andros Adamson · 10 years ago
  68. fd2f3a0 nfs: change nfs_page_group_lock argument by Weston Andros Adamson · 10 years ago
  69. f6dc45c Btrfs: fix filemap_flush call in btrfs_file_release by Chris Mason · 10 years ago
  70. 38c1c2e Btrfs: fix crash on endio of reading corrupted block by Liu Bo · 10 years ago
  71. a3c1089 btrfs: fix leak in qgroup_subtree_accounting() error path by Eric Sandeen · 10 years ago
  72. 51f395a btrfs: Use right extent length when inserting overlap extent map. by Qu Wenruo · 10 years ago
  73. 62e2390 Btrfs: clone, don't create invalid hole extent map by Filipe Manana · 10 years ago
  74. 7064dd5 Btrfs: don't monopolize a core when evicting inode by Filipe Manana · 10 years ago
  75. 74121f7 Btrfs: fix hole detection during file fsync by Filipe Manana · 10 years ago
  76. 5762b5c Btrfs: ensure tmpfile inode is always persisted with link count of 0 by Filipe Manana · 10 years ago
  77. 9c3b306 Btrfs: race free update of commit root for ro snapshots by Filipe Manana · 10 years ago
  78. 87fa3bb Btrfs: fix regression of btrfs device replace by Liu Bo · 10 years ago
  79. 372b1db Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  80. e6d8fb3 ext3: Count internal journal as bsddf overhead in ext3_statfs by Chin-Tsung Cheng · 10 years ago
  81. 410dd3c isofs: Fix unbounded recursion when processing relocated directories by Jan Kara · 10 years ago
  82. 85cd083 udf: avoid unneeded up_write when fail to add entry in ->symlink by Chao Yu · 10 years ago
  83. 9566997 Btrfs: don't consider the missing device when allocating new chunks by Miao Xie · 10 years ago
  84. 7df69d3 Btrfs: Fix wrong device size when we are resizing the device by Miao Xie · 10 years ago
  85. 5d68da3 Btrfs: don't write any data into a readonly device when scrub by Miao Xie · 10 years ago
  86. ff61d17 Btrfs: Fix the problem that the replace destroys the seed filesystem by Miao Xie · 10 years ago
  87. 2c91943 btrfs: Return right extent when fiemap gives unaligned offset and len. by Qu Wenruo · 10 years ago
  88. e2eca69 Btrfs: fix wrong extent mapping for DirectIO by Wang Shilong · 10 years ago
  89. 9a025a0 Btrfs: fix wrong write range for filemap_fdatawrite_range() by Wang Shilong · 10 years ago
  90. 3a7d55c Btrfs: fix wrong missing device counter decrease by Miao Xie · 10 years ago
  91. 69611ac Btrfs: fix unzeroed members in fs_devices when creating a fs from seed fs by Miao Xie · 10 years ago
  92. 77bdae4 btrfs: check generation as replace duplicates devid+uuid by Anand Jain · 10 years ago
  93. b96de00 Btrfs: device_list_add() should not update list when mounted by Anand Jain · 10 years ago
  94. 1707e26 Btrfs: fill_holes: Fix slot number passed to hole_mergeable() call. by chandan · 10 years ago
  95. 7a5c3c9 Btrfs: fix put dio bio twice when we submit dio bio fail by Miao Xie · 10 years ago
  96. 3017562 [SMB3] Enable fallocate -z support for SMB3 mounts by Steve French · 10 years ago
  97. 31742c5 enable fallocate punch hole ("fallocate -p") for SMB3 by Steve French · 10 years ago
  98. ad3829c Incorrect error returned on setting file compressed on SMB2 by Steve French · 10 years ago
  99. b46799a CIFS: Fix wrong directory attributes after rename by Pavel Shilovsky · 10 years ago
  100. 5275580 CIFS: Fix SMB2 readdir error handling by Pavel Shilovsky · 10 years ago