Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | btrfs: fix minor typo in comment | Nathaniel Yazdani | 2013-05-06 | 1 | -1/+1 | |
| * | | | | | | | | | Btrfs: cleanup to remove reduplicate code in transaction.c | Wang Shilong | 2013-05-06 | 1 | -12/+2 | |
| * | | | | | | | | | Btrfs: fix unlock after free on rewinded tree blocks | Jan Schmidt | 2013-05-06 | 1 | -7/+11 | |
| * | | | | | | | | | Btrfs: fix accessing the root pointer in tree mod log functions | Jan Schmidt | 2013-05-06 | 1 | -20/+20 | |
| * | | | | | | | | | Btrfs: fix tree mod log regression on root split operations | Jan Schmidt | 2013-05-06 | 1 | -26/+29 | |
| * | | | | | | | | | Btrfs: use a lock to protect incompat/compat flag of the super block | Miao Xie | 2013-05-06 | 3 | -11/+26 | |
| * | | | | | | | | | Btrfs: fix unblocked autodefraggers when remount | Miao Xie | 2013-05-06 | 1 | -3/+7 | |
| * | | | | | | | | | Btrfs: add a rb_tree to improve performance of ulist search | Wang Shilong | 2013-05-06 | 2 | -8/+56 | |
| * | | | | | | | | | Btrfs: allow omitting stream header and end-cmd for btrfs send | Stefan Behrens | 2013-05-06 | 1 | -10/+14 | |
| * | | | | | | | | | Btrfs: make __merge_refs() return type be void | Wang Shilong | 2013-05-06 | 1 | -8/+3 | |
| * | | | | | | | | | Btrfs: remove some BUG_ONs() when walking backref tree | Wang Shilong | 2013-05-06 | 1 | -3/+7 | |
| * | | | | | | | | | Btrfs: use tree_root to avoid edquot when disabling quota | Wang Shilong | 2013-05-06 | 1 | -2/+2 | |
| * | | | | | | | | | Btrfs: fix a warning when updating qgroup limit | Wang Shilong | 2013-05-06 | 1 | -5/+5 | |
| * | | | | | | | | | Btrfs: fix missing check in the btrfs_qgroup_inherit() | Wang Shilong | 2013-05-06 | 1 | -0/+15 | |
| * | | | | | | | | | Btrfs: fix missing check before creating a qgroup relation | Wang Shilong | 2013-05-06 | 1 | -0/+8 | |
| * | | | | | | | | | Btrfs: remove some unnecessary spin_lock usages | Wang Shilong | 2013-05-06 | 1 | -21/+6 | |
| * | | | | | | | | | Btrfs: introduce a mutex lock for btrfs quota operations | Wang Shilong | 2013-05-06 | 3 | -25/+61 | |
| * | | | | | | | | | Btrfs: creating the subvolume qgroup automatically when enabling quota | Wang Shilong | 2013-05-06 | 2 | -0/+57 | |
| * | | | | | | | | | btrfs: abort unlink trans in missed error case | Zach Brown | 2013-05-06 | 1 | -0/+2 | |
| * | | | | | | | | | btrfs: ignore device open failures in __btrfs_open_devices | Eric Sandeen | 2013-05-06 | 1 | -3/+3 | |
| * | | | | | | | | | Btrfs: improve the performance of the csums lookup | Miao Xie | 2013-05-06 | 5 | -31/+111 | |
| * | | | | | | | | | Btrfs: fix bad extent logging | Josef Bacik | 2013-05-06 | 10 | -324/+40 | |
| * | | | | | | | | | Btrfs: log ram bytes properly | Josef Bacik | 2013-05-06 | 4 | -5/+22 | |
| * | | | | | | | | | Btrfs: don't wait on ordered extents if we have a trans open | Josef Bacik | 2013-05-06 | 1 | -1/+2 | |
| * | | | | | | | | | Btrfs: fix error handling in make/read block group | Josef Bacik | 2013-05-06 | 1 | -8/+33 | |
| * | | | | | | | | | Btrfs: fix double free in the iterate_extent_inodes() | Wang Shilong | 2013-05-06 | 1 | -2/+0 | |
| * | | | | | | | | | Btrfs: kill some BUG_ONs() in the find_parent_nodes() | Wang Shilong | 2013-05-06 | 1 | -2/+4 | |
| * | | | | | | | | | Btrfs: compare relevant parts of delayed tree refs | Josef Bacik | 2013-05-06 | 1 | -10/+14 | |
| * | | | | | | | | | Btrfs: fix infinite loop when we abort on mount | Josef Bacik | 2013-05-06 | 2 | -3/+6 | |
| * | | | | | | | | | Btrfs: fix a warning when disabling quota | Wang Shilong | 2013-05-06 | 1 | -2/+0 | |
| * | | | | | | | | | Btrfs: pass NULL instead of 0 | Liu Bo | 2013-05-06 | 1 | -1/+1 | |
| * | | | | | | | | | btrfs: make subvol creation/deletion killable in the early stages | David Sterba | 2013-05-06 | 1 | -2/+6 | |
| * | | | | | | | | | btrfs: cover more error codes in btrfs_decode_error | David Sterba | 2013-05-06 | 1 | -0/+6 | |
| * | | | | | | | | | btrfs: make orphan cleanup less verbose | David Sterba | 2013-05-06 | 1 | -2/+2 | |
| * | | | | | | | | | btrfs: deprecate subvolrootid mount option | David Sterba | 2013-05-06 | 1 | -13/+4 | |
| * | | | | | | | | | Btrfs: Include the device in most error printk()s | Simon Kirby | 2013-05-06 | 8 | -109/+133 | |
| * | | | | | | | | | btrfs: update kconfig title | David Sterba | 2013-05-06 | 1 | -1/+1 | |
| * | | | | | | | | | btrfs: clean snapshots one by one | David Sterba | 2013-05-06 | 5 | -29/+57 | |
| * | | | | | | | | | btrfs: Cleanup some redundant codes in btrfs_log_inode() | Zhi Yong Wu | 2013-05-06 | 1 | -2/+0 | |
| * | | | | | | | | | btrfs: Cleanup some redundant codes in btrfs_lookup_csums_range() | Zhi Yong Wu | 2013-05-06 | 1 | -5/+2 | |
| * | | | | | | | | | Btrfs: share stop worker code | Liu Bo | 2013-05-06 | 1 | -32/+23 | |
| * | | | | | | | | | Btrfs: add a incompatible format change for smaller metadata extent refs | Josef Bacik | 2013-05-06 | 7 | -67/+290 | |
| * | | | | | | | | | Btrfs: use helper to cleanup tree roots | Liu Bo | 2013-05-06 | 1 | -14/+1 | |
| * | | | | | | | | | Btrfs: cleanup unused arguments of btrfs_csum_data | Liu Bo | 2013-05-06 | 7 | -21/+15 | |
| * | | | | | | | | | btrfs: clean up transaction abort messages | David Sterba | 2013-05-06 | 3 | -28/+25 | |
| * | | | | | | | | | btrfs: merge save_error_info helpers into one | David Sterba | 2013-05-06 | 1 | -6/+1 | |
| * | | | | | | | | | Btrfs: add some free space cache tests | Josef Bacik | 2013-05-06 | 4 | -0/+540 | |
| * | | | | | | | | | Btrfs: cleanup unused function | Liu Bo | 2013-04-29 | 1 | -1/+0 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'for-linus-v3.10-rc1-2' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2013-05-09 | 15 | -32/+83 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | xfs: fallback to vmalloc for large buffers in xfs_compat_attrlist_by_handle | Eric Sandeen | 2013-05-07 | 1 | -4/+10 |