Age | Commit message (Expand) | Author |
2012-07-14 | VFS: Pass mount flags to sget() | David Howells |
2012-07-14 | don't pass nameidata to ->create() | Al Viro |
2012-07-14 | stop passing nameidata to ->lookup() | Al Viro |
2012-07-14 | vfs: switch i_dentry/d_alias to hlist | Al Viro |
2012-07-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2012-07-02 | Btrfs: run delayed directory updates during log replay | Chris Mason |
2012-07-02 | Btrfs: hold a ref on the inode during writepages | Josef Bacik |
2012-07-02 | Btrfs: fix tree log remove space corner case | Josef Bacik |
2012-07-02 | Btrfs: fix wrong check during log recovery | Liu Bo |
2012-07-02 | Btrfs: use _IOR for BTRFS_IOC_SUBVOL_GETFLAGS | Alexander Block |
2012-07-02 | Btrfs: resume balance on rw (re)mounts properly | Ilya Dryomov |
2012-07-02 | Btrfs: restore restriper state on all mounts | Ilya Dryomov |
2012-07-02 | Btrfs: fix dio write vs buffered read race | Josef Bacik |
2012-07-02 | Btrfs: don't count I/O statistic read errors for missing devices | Stefan Behrens |
2012-06-27 | Btrfs: resolve tree mod log locking issue in btrfs_next_leaf | Jan Schmidt |
2012-06-27 | Btrfs: fix tree mod log rewind of ADD operations | Jan Schmidt |
2012-06-27 | Btrfs: leave critical region in btrfs_find_all_roots as soon as possible | Jan Schmidt |
2012-06-27 | Btrfs: always put insert_ptr modifications into the tree mod log | Jan Schmidt |
2012-06-27 | Btrfs: fix tree mod log for root replacements at leaf level | Jan Schmidt |
2012-06-27 | Btrfs: support root level changes in __resolve_indirect_ref | Jan Schmidt |
2012-06-27 | Btrfs: avoid waiting for delayed refs when we must not | Jan Schmidt |
2012-06-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2012-06-21 | Btrfs: delay iput with async extents | Josef Bacik |
2012-06-21 | Btrfs: add a missing spin_lock | Josef Bacik |
2012-06-21 | Btrfs: don't assume to be on the correct extent in add_all_parents | Alexander Block |
2012-06-21 | Btrfs: introduce btrfs_next_old_item | Alexander Block |
2012-06-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2012-06-15 | Btrfs: cast devid to unsigned long long for printk %llu | Chris Mason |
2012-06-15 | Btrfs: init old_generation in get_old_root | Chris Mason |
2012-06-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2012-06-15 | Btrfs: destroy the items of the delayed inodes in error handling routine | Miao Xie |
2012-06-15 | Btrfs: make sure that we've made everything in pinned tree clean | Liu Bo |
2012-06-15 | Btrfs: avoid memory leak of extent state in error handling routine | Liu Bo |
2012-06-15 | Btrfs: do not resize a seeding device | Liu Bo |
2012-06-15 | Btrfs: fix missing inherited flag in rename | Liu Bo |
2012-06-15 | Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l... | Chris Mason |
2012-06-14 | Btrfs: fix incompat flags setting | Li Zefan |
2012-06-14 | Btrfs: fix defrag regression | Li Zefan |
2012-06-14 | Btrfs: call filemap_fdatawrite twice for compression | Josef Bacik |
2012-06-14 | Btrfs: keep inode pinned when compressing writes | Josef Bacik |
2012-06-14 | Btrfs: implement ->show_devname | Josef Bacik |
2012-06-14 | Btrfs: use rcu to protect device->name | Josef Bacik |
2012-06-14 | Btrfs: unlock everything properly in the error case for nocow | Josef Bacik |
2012-06-14 | Btrfs: fix btrfs_destroy_marked_extents | Josef Bacik |
2012-06-14 | Btrfs: abort the transaction if the commit fails | Josef Bacik |
2012-06-14 | Btrfs: wake up transaction waiters when aborting a transaction | Josef Bacik |
2012-06-14 | Btrfs: fix locking in btrfs_destroy_delayed_refs | Josef Bacik |
2012-06-14 | Btrfs: pass locked_page into extent_clear_unlock_delalloc if theres an error | Josef Bacik |
2012-06-14 | Btrfs: fix race in tree mod log addition | Jan Schmidt |
2012-06-14 | Btrfs: add btrfs_next_old_leaf | Jan Schmidt |