| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-07-24 | 1 | -1/+2 |
|\ |
|
| * | Btrfs: fix typo in convert_extent_bit | Liu Bo | 2012-07-12 | 1 | -1/+2 |
* | | btrfs: switch btrfs_ioctl_balance() to mnt_want_write_file() | Al Viro | 2012-07-22 | 1 | -2/+2 |
* | | VFS: Pass mount flags to sget() | David Howells | 2012-07-14 | 1 | -2/+2 |
* | | don't pass nameidata to ->create() | Al Viro | 2012-07-14 | 1 | -1/+1 |
* | | stop passing nameidata to ->lookup() | Al Viro | 2012-07-14 | 1 | -1/+1 |
* | | vfs: switch i_dentry/d_alias to hlist | Al Viro | 2012-07-14 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2012-07-05 | 13 | -201/+258 |
|\ \ |
|
| * | | Btrfs: run delayed directory updates during log replay | Chris Mason | 2012-07-02 | 1 | -0/+6 |
| * | | Btrfs: hold a ref on the inode during writepages | Josef Bacik | 2012-07-02 | 1 | -0/+14 |
| * | | Btrfs: fix tree log remove space corner case | Josef Bacik | 2012-07-02 | 1 | -93/+52 |
| * | | Btrfs: fix wrong check during log recovery | Liu Bo | 2012-07-02 | 1 | -1/+1 |
| * | | Btrfs: use _IOR for BTRFS_IOC_SUBVOL_GETFLAGS | Alexander Block | 2012-07-02 | 1 | -1/+1 |
| * | | Btrfs: resume balance on rw (re)mounts properly | Ilya Dryomov | 2012-07-02 | 4 | -18/+47 |
| * | | Btrfs: restore restriper state on all mounts | Ilya Dryomov | 2012-07-02 | 3 | -25/+26 |
| * | | Btrfs: fix dio write vs buffered read race | Josef Bacik | 2012-07-02 | 2 | -18/+50 |
| * | | Btrfs: don't count I/O statistic read errors for missing devices | Stefan Behrens | 2012-07-02 | 1 | -10/+12 |
| * | | Btrfs: resolve tree mod log locking issue in btrfs_next_leaf | Jan Schmidt | 2012-06-27 | 1 | -0/+12 |
| * | | Btrfs: fix tree mod log rewind of ADD operations | Jan Schmidt | 2012-06-27 | 1 | -5/+1 |
| * | | Btrfs: leave critical region in btrfs_find_all_roots as soon as possible | Jan Schmidt | 2012-06-27 | 1 | -2/+1 |
| * | | Btrfs: always put insert_ptr modifications into the tree mod log | Jan Schmidt | 2012-06-27 | 1 | -7/+7 |
| * | | Btrfs: fix tree mod log for root replacements at leaf level | Jan Schmidt | 2012-06-27 | 1 | -13/+15 |
| * | | Btrfs: support root level changes in __resolve_indirect_ref | Jan Schmidt | 2012-06-27 | 1 | -4/+8 |
| * | | Btrfs: avoid waiting for delayed refs when we must not | Jan Schmidt | 2012-06-27 | 1 | -5/+6 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2012-06-21 | 4 | -46/+62 |
|\| | |
|
| * | | Btrfs: delay iput with async extents | Josef Bacik | 2012-06-21 | 1 | -2/+2 |
| * | | Btrfs: add a missing spin_lock | Josef Bacik | 2012-06-21 | 1 | -0/+1 |
| * | | Btrfs: don't assume to be on the correct extent in add_all_parents | Alexander Block | 2012-06-21 | 1 | -42/+52 |
| * | | Btrfs: introduce btrfs_next_old_item | Alexander Block | 2012-06-21 | 1 | -2/+7 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2012-06-17 | 2 | -2/+3 |
|\| | |
|
| * | | Btrfs: cast devid to unsigned long long for printk %llu | Chris Mason | 2012-06-16 | 1 | -1/+2 |
| * | | Btrfs: init old_generation in get_old_root | Chris Mason | 2012-06-16 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2012-06-16 | 18 | -189/+476 |
|\| | |
|
| * | | Btrfs: destroy the items of the delayed inodes in error handling routine | Miao Xie | 2012-06-15 | 3 | -0/+27 |
| * | | Btrfs: make sure that we've made everything in pinned tree clean | Liu Bo | 2012-06-15 | 1 | -0/+11 |
| * | | Btrfs: avoid memory leak of extent state in error handling routine | Liu Bo | 2012-06-15 | 1 | -0/+2 |
| * | | Btrfs: do not resize a seeding device | Liu Bo | 2012-06-15 | 1 | -0/+7 |
| * | | Btrfs: fix missing inherited flag in rename | Liu Bo | 2012-06-15 | 1 | -3/+6 |
| * | | Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l... | Chris Mason | 2012-06-15 | 3 | -35/+70 |
| |\ \ |
|
| | * | | Btrfs: fix race in tree mod log addition | Jan Schmidt | 2012-06-14 | 1 | -4/+19 |
| | * | | Btrfs: add btrfs_next_old_leaf | Jan Schmidt | 2012-06-14 | 3 | -4/+16 |
| | * | | Btrfs: fix return value for __tree_mod_log_oldest_root | Jan Schmidt | 2012-06-14 | 1 | -13/+20 |
| | * | | Btrfs: use btrfs_read_lock_root_node in get_old_root | Jan Schmidt | 2012-06-14 | 1 | -4/+16 |
| | * | | Btrfs: remove obsolete btrfs_next_leaf call from __resolve_indirect_ref | Jan Schmidt | 2012-06-14 | 1 | -9/+1 |
| | * | | Btrfs: remove call to btrfs_header_nritems with no effect | Jan Schmidt | 2012-06-04 | 1 | -3/+0 |
| * | | | Btrfs: fix incompat flags setting | Li Zefan | 2012-06-15 | 1 | -1/+1 |
| * | | | Btrfs: fix defrag regression | Li Zefan | 2012-06-15 | 1 | -48/+49 |
| * | | | Btrfs: call filemap_fdatawrite twice for compression | Josef Bacik | 2012-06-15 | 3 | -7/+31 |
| * | | | Btrfs: keep inode pinned when compressing writes | Josef Bacik | 2012-06-15 | 1 | -2/+6 |
| * | | | Btrfs: implement ->show_devname | Josef Bacik | 2012-06-15 | 1 | -0/+33 |