| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-09-04 | 1 | -1/+1 |
|\ |
|
| * | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. | Rusty Russell | 2013-07-15 | 1 | -1/+1 |
* | | btrfs: don't loop on large offsets in readdir | Zach Brown | 2013-08-09 | 1 | -8/+25 |
* | | Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extents | Liu Bo | 2013-08-09 | 1 | -4/+12 |
* | | btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specified | Jie Liu | 2013-08-09 | 1 | -3/+0 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-07-09 | 1 | -281/+220 |
|\ |
|
| * | Btrfs: wait ordered range before doing direct io | Josef Bacik | 2013-07-02 | 1 | -1/+9 |
| * | Btrfs: cleanup redundant code in btrfs_submit_direct() | Miao Xie | 2013-07-02 | 1 | -9/+1 |
| * | Btrfs: check if we can nocow if we don't have data space | Josef Bacik | 2013-07-02 | 1 | -15/+25 |
| * | Btrfs: check for actual acls rather than just xattrs when caching no acl | Josef Bacik | 2013-07-02 | 1 | -2/+16 |
| * | Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncate | Josef Bacik | 2013-07-01 | 1 | -5/+10 |
| * | Btrfs: unlock extent range on enospc in compressed submit | Josef Bacik | 2013-07-01 | 1 | -1/+5 |
| * | Btrfs: put our inode if orphan cleanup fails | Josef Bacik | 2013-06-14 | 1 | -1/+3 |
| * | Btrfs: add some missing iput()'s in btrfs_orphan_cleanup | Josef Bacik | 2013-06-14 | 1 | -1/+4 |
| * | Btrfs: simplify unlink reservations | Josef Bacik | 2013-06-14 | 1 | -190/+22 |
| * | Btrfs: introduce per-subvolume ordered extent list | Miao Xie | 2013-06-14 | 1 | -2/+2 |
| * | Btrfs: introduce per-subvolume delalloc inode list | Miao Xie | 2013-06-14 | 1 | -44/+123 |
| * | Btrfs: cleanup: don't check the same thing twice | Stefan Behrens | 2013-06-14 | 1 | -10/+0 |
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2013-07-02 | 1 | -1/+2 |
|\ \ |
|
| * | | mm: change invalidatepage prototype to accept length | Lukas Czerner | 2013-05-21 | 1 | -1/+2 |
* | | | [readdir] convert btrfs | Al Viro | 2013-06-29 | 1 | -33/+16 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-06-13 | 1 | -0/+3 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | btrfs: Drop inode if inode root is NULL | Naohiro Aota | 2013-06-08 | 1 | -0/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-05-18 | 1 | -28/+53 |
|\ \
| |/ |
|
| * | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos... | Chris Mason | 2013-05-17 | 1 | -7/+10 |
| |\ |
|
| | * | Btrfs: fix unprotected root node of the subvolume's inode rb-tree | Miao Xie | 2013-05-17 | 1 | -4/+3 |
| | * | Btrfs: fix accessing a freed tree root | Miao Xie | 2013-05-17 | 1 | -1/+1 |
| | * | Btrfs: return errno if possible when we fail to allocate memory | Liu Bo | 2013-05-17 | 1 | -2/+6 |
| * | | Btrfs: use a btrfs bioset instead of abusing bio internals | Chris Mason | 2013-05-17 | 1 | -21/+43 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-05-09 | 1 | -85/+98 |
|\ \
| |/ |
|
| * | btrfs: use unsigned long type for extent state bits | David Sterba | 2013-05-06 | 1 | -2/+3 |
| * | btrfs: make static code static & remove dead code | Eric Sandeen | 2013-05-06 | 1 | -4/+7 |
| * | Btrfs: return free space in cow error path | Liu Bo | 2013-05-06 | 1 | -3/+9 |
| * | Btrfs: fix extent logging with O_DIRECT into prealloc | Josef Bacik | 2013-05-06 | 1 | -9/+13 |
| * | Btrfs: cleanup of function where fixup_low_keys() is called | Tsutomu Itoh | 2013-05-06 | 1 | -2/+1 |
| * | btrfs: abort unlink trans in missed error case | Zach Brown | 2013-05-06 | 1 | -0/+2 |
| * | Btrfs: fix bad extent logging | Josef Bacik | 2013-05-06 | 1 | -26/+8 |
| * | Btrfs: log ram bytes properly | Josef Bacik | 2013-05-06 | 1 | -4/+17 |
| * | btrfs: make orphan cleanup less verbose | David Sterba | 2013-05-06 | 1 | -2/+2 |
| * | Btrfs: Include the device in most error printk()s | Simon Kirby | 2013-05-06 | 1 | -33/+37 |
| * | Btrfs: add a incompatible format change for smaller metadata extent refs | Josef Bacik | 2013-05-06 | 1 | -1/+1 |
| * | Btrfs: cleanup unused arguments of btrfs_csum_data | Liu Bo | 2013-05-06 | 1 | -3/+2 |
* | | aio: don't include aio.h in sched.h | Kent Overstreet | 2013-05-07 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-03-29 | 1 | -4/+18 |
|\ |
|
| * | Btrfs: fix wrong reservation of csums | Miao Xie | 2013-03-28 | 1 | -0/+2 |
| * | Btrfs: fix space accounting for unlink and rename | Josef Bacik | 2013-03-28 | 1 | -4/+2 |
| * | Btrfs: fix race between mmap writes and compression | Chris Mason | 2013-03-26 | 1 | -0/+14 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-03-17 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Btrfs: get better concurrency for snapshot-aware defrag work | Liu Bo | 2013-03-14 | 1 | -0/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-03-08 | 1 | -2/+4 |
|\ \
| |/ |
|