1. 789c899 UBIFS: fix budget leak in error path by Artem Bityutskiy · 10 years ago
  2. e5e7ea3 f2fs: control the memory footprint used by ino entries by Jaegeuk Kim · 10 years ago
  3. 8c40294 f2fs: introduce the number of inode entries by Jaegeuk Kim · 10 years ago
  4. 0027589 xfs: track bulkstat progress by agino by Dave Chinner · 10 years ago
  5. febe3cb xfs: bulkstat error handling is broken by Dave Chinner · 10 years ago
  6. 6e57c542 xfs: bulkstat main loop logic is a mess by Dave Chinner · 10 years ago
  7. 2b831ac xfs: bulkstat chunk-formatter has issues by Dave Chinner · 10 years ago
  8. bf4a5af xfs: bulkstat chunk formatting cursor is broken by Dave Chinner · 10 years ago
  9. afa947c xfs: bulkstat btree walk doesn't terminate by Dave Chinner · 10 years ago
  10. 9af94fc lockd: ratelimit "lockd: cannot monitor" messages by Jeff Layton · 10 years ago
  11. 835f252 aio: fix uncorrent dirty pages accouting when truncating AIO ring buffer by Gu Zheng · 10 years ago
  12. a344b9f f2fs: disable roll-forward when active_logs = 2 by Jaegeuk Kim · 10 years ago
  13. 7e8631e fix breakage in o2net_send_tcp_msg() by Al Viro · 10 years ago
  14. 9761536 debugfs: Have debugfs_print_regs32() return void by Joe Perches · 10 years ago
  15. a3816ab fs: Convert show_fdinfo functions to void by Joe Perches · 10 years ago
  16. f365ef9 dlm: Use seq_puts() instead of seq_printf() for constant strings by Joe Perches · 10 years ago
  17. d6d906b dlm: Remove seq_printf() return checks and use seq_has_overflowed() by Joe Perches · 10 years ago
  18. 68c4a4f pstore: Honor dmesg_restrict sysctl on dmesg dumps by Sebastian Schmidt · 10 years ago
  19. a28726b pstore/ram: Strip ramoops header for correct decompression by Ben Zhang · 10 years ago
  20. 88c6b61 ext4: move_extent improve bh vanishing success factor by Dmitry Monakhov · 10 years ago
  21. 3f822c6 ovl: don't poison cursor by Miklos Szeredi · 10 years ago
  22. dca78001 Revert "NFS: nfs4_do_open should add negative results to the dcache." by Trond Myklebust · 10 years ago
  23. 7488cbc Revert "NFS: remove BUG possibility in nfs4_open_and_get_state" by Trond Myklebust · 10 years ago
  24. 809fd14 NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENT by Trond Myklebust · 10 years ago
  25. d5053a34 f2fs: introduce -o fastboot for reducing booting time only by Jaegeuk Kim · 10 years ago
  26. 6a8f8ca f2fs: avoid race condition in handling wait_io by Jaegeuk Kim · 10 years ago
  27. adf4983 f2fs: send discard commands in larger extent by Jaegeuk Kim · 10 years ago
  28. b3d208f f2fs: revisit inline_data to avoid data races and potential bugs by Jaegeuk Kim · 10 years ago
  29. 9c6ac78 writeback: fix a subtle race condition in I_DIRTY clearing by Tejun Heo · 10 years ago
  30. 6e5aafb Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanup by Chris Mason · 10 years ago
  31. 19858e7 quota: Add log level to printk by Anton Blanchard · 10 years ago
  32. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  33. 1f7732f f2fs: remove pointless bit testing in f2fs_delete_entry() by Jan Kara · 10 years ago
  34. e3fb1b7 f2fs: do not discard data protected by the previous checkpoint by Jaegeuk Kim · 10 years ago
  35. 427a45c f2fs: flush_dcache_page for inline data by Jaegeuk Kim · 10 years ago
  36. ca4b02e f2fs: call write_checkpoint under disabled gc by Jaegeuk Kim · 10 years ago
  37. 9234f31 f2fs: fix possible data corruption in f2fs_write_begin() by Jan Kara · 10 years ago
  38. 2cc2218 f2fs: use current_sit_addr to replace the open code by Gu Zheng · 10 years ago
  39. 52aca07 f2fs: rename f2fs_set/clear_bit to f2fs_test_and_set/clear_bit by Gu Zheng · 10 years ago
  40. 1730663 f2fs: set raw_super default to NULL to avoid compile warning by Gu Zheng · 10 years ago
  41. c6ac4c0 f2fs: introduce f2fs_change_bit to simplify the change bit logic by Gu Zheng · 10 years ago
  42. fa52872 f2fs: remove the redundant function cond_clear_inode_flag by Gu Zheng · 10 years ago
  43. 8a2d0ac f2fs: remove the seems unneeded argument 'type' from __get_victim by Gu Zheng · 10 years ago
  44. 9bd27ae f2fs: avoid returning uninitialized value to userspace from f2fs_trim_fs() by Jan Kara · 10 years ago
  45. d64948a f2fs: declare f2fs_convert_inline_dir as a static function by Jaegeuk Kim · 10 years ago
  46. f1e33a0 f2fs: use kmap_atomic instead of kmap by Jaegeuk Kim · 10 years ago
  47. 062a3e7 f2fs: reuse make_empty_dir code for inline_dentry by Jaegeuk Kim · 10 years ago
  48. 7b3cd7d f2fs: introduce f2fs_dentry_ptr structure for code clean-up by Jaegeuk Kim · 10 years ago
  49. 5ab1857 f2fs: should not truncate any inline_dentry by Jaegeuk Kim · 10 years ago
  50. 38594de f2fs: reuse core function in f2fs_readdir for inline_dentry by Jaegeuk Kim · 10 years ago
  51. e7a2bf2 f2fs: fix counting inline_data inode numbers by Jaegeuk Kim · 10 years ago
  52. 3289c06 f2fs: add stat info for inline_dentry inodes by Jaegeuk Kim · 10 years ago
  53. bce8d11 f2fs: avoid deadlock on init_inode_metadata by Jaegeuk Kim · 10 years ago
  54. 59a0615 f2fs: fix to wait correct block type by Jaegeuk Kim · 10 years ago
  55. 4e6ebf6 f2fs: reuse find_in_block code for find_in_inline_dir by Jaegeuk Kim · 10 years ago
  56. a82afa2 f2fs: reuse room_for_filename for inline dentry operation by Jaegeuk Kim · 10 years ago
  57. 622f28a f2fs: enable inline dir handling by Chao Yu · 10 years ago
  58. 201a05b f2fs: add key function to handle inline dir by Chao Yu · 10 years ago
  59. dbeacf0 f2fs: export dir operations for inline dir by Chao Yu · 10 years ago
  60. 5efd3c6 f2fs: add a new mount option for inline dir by Chao Yu · 10 years ago
  61. 34d67de f2fs: add infra struct and helper for inline dir by Chao Yu · 10 years ago
  62. af41d3e f2fs: avoid infinite loop at cp_error by Jaegeuk Kim · 10 years ago
  63. 4a257ed f2fs: avoid build warning by Jaegeuk Kim · 10 years ago
  64. 13fd8f8 f2fs: fix to call f2fs_unlock_op by Jaegeuk Kim · 10 years ago
  65. 9ba69cf f2fs: avoid to allocate when inline_data was written by Jaegeuk Kim · 10 years ago
  66. a78186e f2fs: use highmem for directory pages by Jaegeuk Kim · 10 years ago
  67. 1ce86bf f2fs: fix race conditon on truncation with inline_data by Jaegeuk Kim · 10 years ago
  68. c08a690 f2fs: should truncate any allocated block for inline_data write by Jaegeuk Kim · 10 years ago
  69. cbcb287 f2fs: invalidate inmemory page by Jaegeuk Kim · 10 years ago
  70. 34ba94b f2fs: do not make dirty any inmemory pages by Jaegeuk Kim · 10 years ago
  71. ca5358e deal with deadlock in d_walk() by Al Viro · 10 years ago
  72. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  73. 1a85503 GFS2: If we use up our block reservation, request more next time by Bob Peterson · 10 years ago
  74. 33ad5d5 GFS2: Only increase rs_sizehint by Bob Peterson · 10 years ago
  75. 0e27c18 GFS2: Set of distributed preferences for rgrps by Bob Peterson · 10 years ago
  76. 37975f1 GFS2: directly return gfs2_dir_check() by Fabian Frederick · 10 years ago
  77. 7e05b80 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  78. 4f4274a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  79. 32e8fd2 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  80. e2488ab Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  81. a740022 new helper: is_root_inode() by Al Viro · 10 years ago
  82. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  83. 9f2f7d4c ovl: initialize ->is_cursor by Miklos Szeredi · 10 years ago
  84. b2de525 Return short read or 0 at end of a raw device, not EIO by David Jeffery · 10 years ago
  85. b0afd8e isofs: don't bother with ->d_op for normal case by Al Viro · 10 years ago
  86. 69a91c2 fs: allow open(dir, O_TMPFILE|..., 0) with mode 0 by Eric Rannaud · 10 years ago
  87. ae9e9c6a ext4: make ext4_ext_convert_to_initialized() return proper number of blocks by Jan Kara · 10 years ago
  88. 4f879ca ext4: bail early when clearing inode journal flag fails by Jan Kara · 10 years ago
  89. 6050d47 ext4: bail out from make_indexed_dir() on first error by Jan Kara · 10 years ago
  90. d48458d jbd2: use a better hash function for the revoke table by Theodore Ts'o · 10 years ago
  91. a41537e ext4: prevent bugon on race between write/fcntl by Dmitry Monakhov · 10 years ago
  92. 50460fe ext4: remove extent status procfs files if journal load fails by Darrick J. Wong · 10 years ago
  93. 6b992ff ext4: disallow changing journal_csum option during remount by Darrick J. Wong · 10 years ago
  94. 98c1a75 ext4: enable journal checksum when metadata checksum feature enabled by Darrick J. Wong · 10 years ago
  95. 599a9b7 ext4: fix oops when loading block bitmap failed by Jan Kara · 10 years ago
  96. 9378c67 ext4: fix overflow when updating superblock backups after resize by Jan Kara · 10 years ago
  97. 1f33c41 seq_file: Rename seq_overflow() to seq_has_overflowed() and make public by Joe Perches · 10 years ago
  98. a7ca10f Merge branch 'akpm' (incoming from Andrew Morton) by Linus Torvalds · 10 years ago
  99. 5d11fb4 xfs: rework zero range to prevent invalid i_size updates by Brian Foster · 10 years ago
  100. 7a19dee xfs: Check error during inode btree iteration in xfs_bulkstat() by Jan Kara · 10 years ago