| Commit message (Expand) | Author | Age | Files | Lines |
* | Btrfs: convert printk to btrfs_ and fix BTRFS prefix | Frank Holton | 2014-01-28 | 1 | -2/+2 |
* | btrfs: expand btrfs_find_item() to include find_root_ref functionality | Kelley Nielsen | 2014-01-28 | 1 | -15/+0 |
* | Btrfs: insert orphan roots into fs radix tree | Miao Xie | 2013-10-10 | 1 | -5/+3 |
* | Btrfs: Remove superfluous casts from u64 to unsigned long long | Geert Uytterhoeven | 2013-09-01 | 1 | -2/+1 |
* | btrfs: mark some local function as 'static' | Sergei Trofimovich | 2013-09-01 | 1 | -2/+2 |
* | btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert | Qu Wenruo | 2013-09-01 | 1 | -7/+7 |
* | Btrfs: cleanup orphaned root orphan item | Josef Bacik | 2013-07-02 | 1 | -2/+29 |
* | Btrfs: remove unused code in btrfs_del_root | Liu Bo | 2013-06-14 | 1 | -4/+0 |
* | Btrfs: cleanup the similar code of the fs root read | Miao Xie | 2013-06-14 | 1 | -117/+53 |
* | Btrfs: delete unused parameter to btrfs_read_root_item() | Stefan Behrens | 2013-05-06 | 1 | -4/+3 |
* | Btrfs: rename root_times_lock to root_item_lock | Anand Jain | 2012-12-16 | 1 | -2/+2 |
* | btrfs: move transaction aborts to the point of failure | David Sterba | 2012-10-08 | 1 | -12/+17 |
* | Btrfs: fix some endian bugs handling the root times | Dan Carpenter | 2012-08-28 | 1 | -2/+2 |
* | Btrfs: introduce subvol uuids and times | Alexander Block | 2012-07-25 | 1 | -6/+101 |
* | btrfs: replace many BUG_ONs with proper error handling | Jeff Mahoney | 2012-03-22 | 1 | -2/+10 |
* | btrfs: btrfs_update_root error push-up | Jeff Mahoney | 2012-03-22 | 1 | -1/+3 |
* | btrfs: Simplify btrfs_insert_root | Jeff Mahoney | 2012-03-22 | 1 | -6/+3 |
* | btrfs: make btrfs_set_root_node void | Mark Fasheh | 2011-08-01 | 1 | -3/+2 |
* | Merge branch 'cleanups_and_fixes' into inode_numbers | Chris Mason | 2011-05-23 | 1 | -1/+5 |
|\ |
|
| * | Btrfs: return error code to caller when btrfs_del_item fails | Tsutomu Itoh | 2011-05-23 | 1 | -1/+5 |
* | | btrfs: remove all unused functions | David Sterba | 2011-05-06 | 1 | -47/+0 |
* | | btrfs: drop unused parameter from btrfs_release_path | David Sterba | 2011-05-02 | 1 | -5/+5 |
|/ |
|
* | Btrfs: Fix uninitialized root flags for subvolumes | Li Zefan | 2011-04-05 | 1 | -0/+18 |
* | Btrfs: cleanup some BUG_ON() | Tsutomu Itoh | 2011-03-28 | 1 | -2/+4 |
* | Btrfs: cleanup warnings from gcc 4.6 (nonbugs) | Andi Kleen | 2010-10-29 | 1 | -2/+0 |
* | Btrfs: avoid BUG when dropping root and reference in same transaction | Sage Weil | 2010-06-11 | 1 | -3/+0 |
* | Btrfs: Metadata reservation for orphan inodes | Yan, Zheng | 2010-05-25 | 1 | -3/+20 |
* | Btrfs: skip btrfs_release_path in btrfs_update_root and btrfs_del_root | Li Dongyang | 2009-11-11 | 1 | -2/+0 |
* | Btrfs: add snapshot/subvolume destroy ioctl | Yan, Zheng | 2009-09-21 | 1 | -5/+64 |
* | Btrfs: change how subvolumes are organized | Yan, Zheng | 2009-09-21 | 1 | -18/+51 |
* | Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE) | Yan Zheng | 2009-06-10 | 1 | -6/+11 |
* | Btrfs: Fix checkpatch.pl warnings | Chris Mason | 2009-01-05 | 1 | -10/+7 |
* | Btrfs: make things static and include the right headers | Christoph Hellwig | 2008-12-02 | 1 | -0/+2 |
* | Btrfs: prevent loops in the directory tree when creating snapshots | Chris Mason | 2008-11-17 | 1 | -0/+16 |
* | Btrfs: Add backrefs and forward refs for subvols and snapshots | Chris Mason | 2008-11-17 | 1 | -1/+75 |
* | Btrfs: add and improve comments | Chris Mason | 2008-09-29 | 1 | -2/+19 |
* | Btrfs: update space balancing code | Zheng Yan | 2008-09-26 | 1 | -1/+4 |
* | Btrfs: Add a write ahead tree log to optimize synchronous operations | Chris Mason | 2008-09-25 | 1 | -2/+3 |
* | Btrfs: Various small fixes. | Yan Zheng | 2008-09-25 | 1 | -2/+1 |
* | Btrfs: Fix deadlock while searching for dead roots on mount | Chris Mason | 2008-09-25 | 1 | -1/+9 |
* | Btrfs: Properly find the root for snapshotted blocks during chunk relocation | Chris Mason | 2008-09-25 | 1 | -1/+45 |
* | Btrfs: Change st_blocksize to 4k | Chris Mason | 2008-09-25 | 1 | -1/+8 |
* | Btrfs: Support for online FS resize (grow and shrink) | Chris Mason | 2008-09-25 | 1 | -0/+5 |
* | Btrfs: Create extent_buffer interface for large blocksizes | Chris Mason | 2008-09-25 | 1 | -24/+27 |
* | Btrfs: Find and remove dead roots the first time a root is loaded. | Chris Mason | 2007-09-11 | 1 | -3/+13 |
* | Btrfs: Some code cleanups | Aneesh | 2007-07-11 | 1 | -2/+2 |
* | Btrfs: trivial include fixups | Zach Brown | 2007-07-11 | 1 | -1/+0 |
* | Btrfs: Documentation update | Chris Mason | 2007-06-22 | 1 | -2/+0 |
* | Btrfs: Add the ability to find and remove dead roots after a crash. | Chris Mason | 2007-06-22 | 1 | -9/+66 |
* | Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stack | Chris Mason | 2007-06-22 | 1 | -1/+0 |