search for: ulist

Displaying 9 results from an estimated 9 matches for "ulist".

Did you mean: list
2012 Oct 04
3
[PATCH] btrfs ulist use rbtree instead
From: Rock <zimilo@code-trick.com> --- fs/btrfs/backref.c | 10 ++-- fs/btrfs/qgroup.c | 16 +++--- fs/btrfs/send.c | 2 +- fs/btrfs/ulist.c | 154 +++++++++++++++++++++++++++++++++++++--------------- fs/btrfs/ulist.h | 45 ++++++++++++--- 5 files changed, 161 insertions(+), 66 deletions(-) diff --git a/fs/btrfs/backref.c b/fs/btrfs/backref.c index ff6475f..a5bebc8 100644 --- a/fs/btrfs/backref.c +++ b/fs/btrfs/backref.c @@ -3...
2011 Oct 06
26
[PATCH v0 00/18] btfs: Subvolume Quota Groups
...2 ++- fs/btrfs/locking.c | 51 ++- fs/btrfs/locking.h | 2 +- fs/btrfs/qgroup.c | 2151 ++++++++++++++++++++++++++++++++++++++++++++++++ fs/btrfs/relocation.c | 18 +- fs/btrfs/transaction.c | 45 +- fs/btrfs/transaction.h | 8 + fs/btrfs/tree-log.c | 2 +- fs/btrfs/ulist.c | 122 +++ fs/btrfs/ulist.h | 59 ++ 23 files changed, 3501 insertions(+), 176 deletions(-) create mode 100644 fs/btrfs/qgroup.c create mode 100644 fs/btrfs/ulist.c create mode 100644 fs/btrfs/ulist.h -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscrib...
2010 Feb 09
2
How can I rearange my dataframe
An embedded and charset-unspecified text was scrubbed... Name: ??????????? URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100209/db12d14b/attachment.pl>
2013 Apr 25
10
[PATCH v4 0/3] Btrfs: quota rescan for 3.10
...ject "[PATCH] Btrfs-progs: quota rescan". -- Changes v3->v4: (the first two should have been in v2 but got lost along the way) - take into account that mutex_unlock might schedule - fix calculation of the "exclusive" field for qgroups in level != 0 - don''t leak root ulist on ENOMEM from ulist add - removed unnecessary spinlock from update_qgroup_status_item - return -EINTR instread of EINTR from btrfs_qgroup_rescan_worker - in btrfs_run_qgroups don''t propagate error from btrfs_qgroup_rescan - rebased to current version of btrfs-next Changes v2->v3: - re...
2011 Apr 20
1
Pattern match
Hi ALL, I have very simple question regarding pattern matching. Could anyone tell me how to I can use R to retrieve string pattern from text file. for example my file contain following information SpeciesCommon=(Human);SpeciesScientific=(Homo sapiens);ReactiveCentres=(N,C,C,C,+ H,O,C,C,C,C,O,H);BondInvolved=(C-H);EzCatDBID=(S00343);BondFormed=(O-H,O-H);Bond+
2009 Nov 03
3
re ading tokens
Greetings, I am not familiar with processing text in R. Can someone tell me how to read each line of words as separate elements in a list? FE, I would like to turn: word1 word2 word3 word2 word4 into a list of length two with three character elements in the first list and two elements in the second. I know that this should be easy, but I am a little confused by the text functions. Thanks in
2012 Jan 22
0
Compiler warnings: cast from pointer to integer of different size
...space-cache.o CC fs/btrfs/zlib.o CC fs/btrfs/lzo.o CC fs/btrfs/compression.o CC fs/btrfs/delayed-ref.o CC fs/btrfs/relocation.o CC fs/btrfs/delayed-inode.o CC fs/btrfs/scrub.o CC fs/btrfs/reada.o CC fs/btrfs/backref.o CC fs/btrfs/ulist.o CC fs/btrfs/acl.o LD fs/btrfs/btrfs.o LD fs/btrfs/built-in.o ... --Swapnil -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info....
2012 Feb 13
10
[RFB] add LZ4 compression method to btrfs
Hi, so here it is, LZ4 compression method inside btrfs. The patchset is based on top of current Chris'' for-linus + Andi''s snappy implementation + the fixes from Li Zefan. Passes xfstests and stresstests. I haven''t measured performance on wide range of hardware or workloads, rather wanted to publish the patches before I get distracted again. I''d like to ask
2012 Jun 23
9
[PATCH 0/5] btrfs: lz4/lz4hc compression
WARNING: This is not compatible with the previous lz4 patchset. If you''re using experimental compression that isn''t in mainline kernels, be prepared to backup and restore or decompress before upgrading, and have backups in case it eats data (which appears not to be a problem any more, but has been during development). These patches add lz4 and lz4hc compression