1. 0abd5b1 Btrfs: return error when we specify wrong start to defrag by Liu Bo · 11 years ago
  2. 3c59ccd Btrfs: fix reada debug code compilation by Vincent · 11 years ago
  3. fd279fa Btrfs: cleanup of function where btrfs_extend_item() is called by Tsutomu Itoh · 11 years ago
  4. 4b90c68 Btrfs: remove unused argument of btrfs_extend_item() by Tsutomu Itoh · 11 years ago
  5. afe5fea Btrfs: cleanup of function where fixup_low_keys() is called by Tsutomu Itoh · 11 years ago
  6. d6a0a12 Btrfs: remove unused argument of fixup_low_keys() by Tsutomu Itoh · 11 years ago
  7. b4fcd6b Btrfs: fix confusing edquot happening case by Wang Shilong · 11 years ago
  8. e36902d Btrfs: do not continue if out of memory happens by Wang Shilong · 11 years ago
  9. 9c931c5 btrfs: fix minor typo in comment by Nathaniel Yazdani · 11 years ago
  10. 98ad43be Btrfs: cleanup to remove reduplicate code in transaction.c by Wang Shilong · 11 years ago
  11. 47fb091 Btrfs: fix unlock after free on rewinded tree blocks by Jan Schmidt · 11 years ago
  12. 30b0463 Btrfs: fix accessing the root pointer in tree mod log functions by Jan Schmidt · 11 years ago
  13. 90f8d62 Btrfs: fix tree mod log regression on root split operations by Jan Schmidt · 11 years ago
  14. ceda086 Btrfs: use a lock to protect incompat/compat flag of the super block by Miao Xie · 11 years ago
  15. f42a34b Btrfs: fix unblocked autodefraggers when remount by Miao Xie · 11 years ago
  16. f7f82b8 Btrfs: add a rb_tree to improve performance of ulist search by Wang Shilong · 11 years ago
  17. c2c7132 Btrfs: allow omitting stream header and end-cmd for btrfs send by Stefan Behrens · 11 years ago
  18. 692206b Btrfs: make __merge_refs() return type be void by Wang Shilong · 11 years ago
  19. 1149ab6 Btrfs: remove some BUG_ONs() when walking backref tree by Wang Shilong · 11 years ago
  20. 92f183a Btrfs: use tree_root to avoid edquot when disabling quota by Wang Shilong · 12 years ago
  21. ddb47af Btrfs: fix a warning when updating qgroup limit by Wang Shilong · 12 years ago
  22. 3f5e2d3 Btrfs: fix missing check in the btrfs_qgroup_inherit() by Wang Shilong · 12 years ago
  23. b7fef4f Btrfs: fix missing check before creating a qgroup relation by Wang Shilong · 12 years ago
  24. 58400fc Btrfs: remove some unnecessary spin_lock usages by Wang Shilong · 12 years ago
  25. f2f6ed3 Btrfs: introduce a mutex lock for btrfs quota operations by Wang Shilong · 12 years ago
  26. 7708f02 Btrfs: creating the subvolume qgroup automatically when enabling quota by Wang Shilong · 12 years ago
  27. d4e3991 btrfs: abort unlink trans in missed error case by Zach Brown · 12 years ago
  28. f63e0cc btrfs: ignore device open failures in __btrfs_open_devices by Eric Sandeen · 12 years ago
  29. e4100d9 Btrfs: improve the performance of the csums lookup by Miao Xie · 12 years ago
  30. 09a2a8f9 Btrfs: fix bad extent logging by Josef Bacik · 12 years ago
  31. cc95bef Btrfs: log ram bytes properly by Josef Bacik · 12 years ago
  32. 98ad69c Btrfs: don't wait on ordered extents if we have a trans open by Josef Bacik · 12 years ago
  33. 8c579fe Btrfs: fix error handling in make/read block group by Josef Bacik · 12 years ago
  34. 5c2d867 Btrfs: fix double free in the iterate_extent_inodes() by Wang Shilong · 12 years ago
  35. f172393 Btrfs: kill some BUG_ONs() in the find_parent_nodes() by Wang Shilong · 12 years ago
  36. 41b0fc4 Btrfs: compare relevant parts of delayed tree refs by Josef Bacik · 12 years ago
  37. cf79ffb Btrfs: fix infinite loop when we abort on mount by Josef Bacik · 12 years ago
  38. c9a9dbf Btrfs: fix a warning when disabling quota by Wang Shilong · 12 years ago
  39. 6b67a32 Btrfs: pass NULL instead of 0 by Liu Bo · 12 years ago
  40. 5c50c9b btrfs: make subvol creation/deletion killable in the early stages by David Sterba · 12 years ago
  41. 94ef728 btrfs: cover more error codes in btrfs_decode_error by David Sterba · 12 years ago
  42. 4884b47 btrfs: make orphan cleanup less verbose by David Sterba · 12 years ago
  43. 5e2a4b2 btrfs: deprecate subvolrootid mount option by David Sterba · 12 years ago
  44. c2cf52e Btrfs: Include the device in most error printk()s by Simon Kirby · 12 years ago
  45. aa825914 btrfs: update kconfig title by David Sterba · 12 years ago
  46. 9d1a2a3 btrfs: clean snapshots one by one by David Sterba · 12 years ago
  47. 6841ebe btrfs: Cleanup some redundant codes in btrfs_log_inode() by Zhi Yong Wu · 12 years ago
  48. 628c828 btrfs: Cleanup some redundant codes in btrfs_lookup_csums_range() by Zhi Yong Wu · 12 years ago
  49. 7abadb6 Btrfs: share stop worker code by Liu Bo · 12 years ago
  50. 3173a18 Btrfs: add a incompatible format change for smaller metadata extent refs by Josef Bacik · 12 years ago
  51. be283b2 Btrfs: use helper to cleanup tree roots by Liu Bo · 12 years ago
  52. b049668 Btrfs: cleanup unused arguments of btrfs_csum_data by Liu Bo · 12 years ago
  53. 0874881 btrfs: clean up transaction abort messages by David Sterba · 12 years ago
  54. bbece8a btrfs: merge save_error_info helpers into one by David Sterba · 12 years ago
  55. 74255aa Btrfs: add some free space cache tests by Josef Bacik · 12 years ago
  56. e615573 ext4: limit group search loop for non-extent files by Lachlan McIlroy · 11 years ago
  57. 1950267 hfs: SMP race on directory close() by Al Viro · 11 years ago
  58. b13ce4b cifs: small variable name cleanup by Dan Carpenter · 11 years ago
  59. efb79f2 CIFS: fix error return code in cifs_atomic_open() by Wei Yongjun · 12 years ago
  60. 0124cc4 cifs: store the real expected sequence number in the mid by Jeff Layton · 12 years ago
  61. ad313cb cifs: on send failure, readjust server sequence number downward by Jeff Layton · 12 years ago
  62. ce6c44e cifs: remove ENOSPC handling in smb_sendv by Jeff Layton · 12 years ago
  63. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 11 years ago
  64. f7f7c18 fs: cifs: use kmemdup instead of kmalloc + memcpy by Silviu-Mihai Popescu · 12 years ago
  65. d455b72 cifs: replaced kmalloc + memset with kzalloc by Dia Vasile · 12 years ago
  66. 73a999f cifs: ignore the unc= and prefixpath= mount options by Jeff Layton · 12 years ago
  67. bd932ae Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  68. 371fdab hostfs: use kmalloc instead of kzalloc by James Hogan · 12 years ago
  69. 2b3b9bb hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h> by James Hogan · 12 years ago
  70. 9dcc5e8 hostfs: remove "will unlock" comment by James Hogan · 12 years ago
  71. 9ed53b1 vfs: use list_move instead of list_del/list_add by Wei Yongjun · 12 years ago
  72. 75fc0cf proc_devtree: Replace include linux/module.h with linux/export.h by Syam Sidhardhan · 12 years ago
  73. b1983cd create_mnt_ns: unidiomatic use of list_add() by Al Viro · 11 years ago
  74. 61572bb fs: remove dentry_lru_prune() by Yan, Zheng · 11 years ago
  75. 6b13eb1 Removed unused typedef to avoid "unused local typedef" warnings. by Han Shen · 11 years ago
  76. c0bd14af kill fs/read_write.h by Al Viro · 11 years ago
  77. e86d35c do_coredump(): don't wait for thaw if coredump has already been interrupted by Al Viro · 11 years ago
  78. 0d5cadb do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission checks") by Al Viro · 11 years ago
  79. 9f415eb nfsd4: don't allow owner override on 4.1 CLAIM_FH opens by J. Bruce Fields · 11 years ago
  80. 1db7722 Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  81. 8665218 Merge tag 'jfs-3.10' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 11 years ago
  82. 14a9e5c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  83. c5a2a15 NFSv4.x: Fix handling of partially delegated locks by Trond Myklebust · 11 years ago
  84. 00fdffb5 Merge tag 'for-v3.10' of git://git.infradead.org/users/cbou/linux-pstore by Linus Torvalds · 11 years ago
  85. fb1c2d8 Merge branch 'for_next' into for_linus by Jan Kara · 11 years ago
  86. e30b5dc ext4: fix fio regression by Yan, Zheng · 11 years ago
  87. c8d8566 Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  88. 5a148af Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  89. 812164f8 ceph: use ceph_create_snap_context() by Alex Elder · 11 years ago
  90. 406e2c9 libceph: kill off osd data write_request parameters by Alex Elder · 11 years ago
  91. ac7f29b ceph: fix printk format warnings in file.c by Randy Dunlap · 11 years ago
  92. 1ac0fc8 ceph: fix race between writepages and truncate by Yan, Zheng · 11 years ago
  93. 03d254e ceph: apply write checks in ceph_aio_write by Yan, Zheng · 11 years ago
  94. 37505d5 ceph: take i_mutex before getting Fw cap by Yan, Zheng · 11 years ago
  95. 26be880 libceph: change how "safe" callback is used by Alex Elder · 11 years ago
  96. 7d7d51c ceph: let osd client clean up for interrupted request by Alex Elder · 11 years ago
  97. 0b93267 ceph: fix symlink inode operations by Yan, Zheng · 12 years ago
  98. a84cd29 ceph: Use pseudo-random numbers to choose mds by Sam Lang · 12 years ago
  99. 90af360 libceph: add, don't set data for a message by Alex Elder · 12 years ago
  100. a4ce40a libceph: combine initializing and setting osd data by Alex Elder · 12 years ago