Show patches with: none      |   40764 patches
« 1 2 ... 405 406 407 408 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[V3,10/18] Btrfs: add direct I/O helper to process inline compressed extents. - - - --- 2010-03-22 jim owens New
[V3,09/18] Btrfs: add direct I/O helper routines to decode em map_lookup. - - - --- 2010-03-22 jim owens New
[V3,08/18] Btrfs: split btrfs_map_block into two parts for direct I/O. - - - --- 2010-03-22 jim owens New
[V3,07/18] Btrfs: reduce memory use in compress/decompress workspace. - - - --- 2010-03-22 jim owens New
[V3,06/18] Btrfs: remove dead code for unplugging pages. - - - --- 2010-03-22 jim owens New
[V3,05/18] Btrfs: btrfs_discard_extent must use WRITE with btrfs_map_block. - - - --- 2010-03-22 jim owens New
[V3,04/18] Btrfs: Reorder __btrfs_map_block to make code more efficient. - - - --- 2010-03-22 jim owens New
[V3,03/18] Btrfs: __btrfs_map_block should not set length more than input - - - --- 2010-03-22 jim owens New
[V3,02/18] Btrfs: Do not limit RAID1 and DUP transfer length to one stripe. - - - --- 2010-03-22 jim owens New
[V3,01/18] mm: export use_mm and unuse_mm for filesystem modules. - - - --- 2010-03-22 jim owens Not Applicable
Btrfs: change direct I/O read to not use i_mutex. - - - --- 2010-03-22 jim owens New
Btrfs: fix direct I/O handling of extent map errors. - - - --- 2010-03-22 jim owens New
Btrfs: change ordered data tree search to use start and length. - - - --- 2010-03-21 jim owens New
Btrfs: change btrfs_get_extent for direct I/O merges. - - - --- 2010-03-21 jim owens New
Btrfs: fix unaligned access at btrfs_csum_final() - - - --- 2010-03-21 Alexander Beregalov New
[3/3] btrfs cleanup: unneeded null check - - - --- 2010-03-20 Dan Carpenter New
[2/3] btrfs cleanup: remove more dead code - - - --- 2010-03-20 Dan Carpenter New
[1/3] btrfs cleanup: remove dead code - - - --- 2010-03-20 Dan Carpenter New
[3/3] btrfs: dereferencing freed memory - - - --- 2010-03-20 Dan Carpenter New
[2/3] btrfs: handle kmalloc() failure - - - --- 2010-03-20 Dan Carpenter New
[1/3] btrfs: checking for NULL instead of IS_ERR() - - - --- 2010-03-20 Dan Carpenter New
[4/4] btrfs-convert: split into convert/. - - - --- 2010-03-20 Sean Bartell New
[3/4] btrfs-convert: permit support for non-ext2 FSs - - - --- 2010-03-20 Sean Bartell New
[2/4] btrfs-convert: Add extent iteration functions. - - - --- 2010-03-20 Sean Bartell New
[1/4] btrfs-convert: make more use of cache_free_extents - - - --- 2010-03-20 Sean Bartell New
Btrfs: fail to mount if we have problems reading the block groups - - - --- 2010-03-19 Josef Bacik New
Btrfs: kill max_extent mount option - - - --- 2010-03-19 Josef Bacik New
[1/2] Btrfs: remove duplicated #include - - - --- 2010-03-19 Huang Weiyi Superseded
Btrfs: fix data enospc check overflow - - - --- 2010-03-19 Josef Bacik New
Btrfs: fix ENOSPC accounting when max_extent is not maxed out V2 - - - --- 2010-03-18 Josef Bacik Superseded
Btrfs: fix chunk allocate size calculation - - - --- 2010-03-17 Josef Bacik New
btrfs: use add_to_page_cache_lru, use __page_cache_alloc - - - --- 2010-03-17 Nick Piggin New
btrfs: use add_to_page_cache_lru, use __page_cache_alloc - - - --- 2010-03-17 Nick Piggin Superseded
[2/2] Btrfs: use __u64 types in ioctl.h - - - --- 2010-03-16 Sage Weil Accepted
[1/2] Btrfs: fix search_ioctl key advance - - - --- 2010-03-16 Sage Weil Accepted
Btrfs: create snapshot references in same commit as snapshot - - - --- 2010-03-15 Sage Weil New
[2/2] Btrfs: warn when partial user transactions commit - - - --- 2010-03-15 Sage Weil New
[1/2] Btrfs: remove bad fsync transaction check - - - --- 2010-03-15 Sage Weil New
btrfs: fix gfp flags masking - - - --- 2010-03-15 Nick Piggin Accepted
Btrfs: force delalloc flushing when things get desperate - - - --- 2010-03-12 Josef Bacik New
Btrfs: fix ENOSPC accounting when max_extent is not maxed out - - - --- 2010-03-12 Josef Bacik Superseded
Btrfs: fix small race with delalloc flushing waitqueue's - - - --- 2010-03-12 Josef Bacik New
[2/2] Re: New btrfs command pushed into the btrfs-progs subvol branch - man pages - - - --- 2010-03-11 Goffredo Baroncelli Accepted
[1/2] Re: New btrfs command pushed into the btrfs-progs subvol branch - commands - - - --- 2010-03-11 Goffredo Baroncelli Accepted
Add .gitignore - - - --- 2010-03-11 Andrew Lutomirski New
Cross-subvolume link causes kernel BUG - - - --- 2010-03-08 Chris Ball Accepted
Btrfs: make df be a little bit more understandable - - - --- 2010-03-05 Josef Bacik Accepted
[2/2] Btrfs: change dio.c to use dio_min_blocksize instead of 512. - - - --- 2010-03-05 jim owens Under Review
[2/2] Btrfs: change dio.c to use dio_min_blocksize instead of 512. - - - --- 2010-03-05 jim owens Under Review
[1/2] Btrfs: add multi-device minimum logical block size for direct I/O. - - - --- 2010-03-05 jim owens Under Review
[dio.c,V2,6/6] Btrfs: fix goto fail mistakes in btrfs_dio_read. - - - --- 2010-03-03 jim owens Under Review
[dio.c,V2,5/6] Btrfs: remove lockend from diocb. - - - --- 2010-03-03 jim owens Under Review
[dio.c,V2,4/6] Btrfs: remove blocksize from diocb. - - - --- 2010-03-03 jim owens Under Review
[dio.c,V2,3/6] Btrfs: minor code corrections in dio.c from Josef. - - - --- 2010-03-03 jim owens Under Review
[dio.c,V2,2/6] Btrfs: change size_t to u32 in dio.c for 32-bit compile. - - - --- 2010-03-03 jim owens Under Review
[dio.c,V2,1/6] Btrfs: fix indents and checkpatch issues in dio.c. - - - --- 2010-03-03 jim owens Under Review
[V2] Btrfs: add direct I/O helper to process inline compressed extents. - - - --- 2010-03-03 jim owens Under Review
[V2] Btrfs: split btrfs_map_block into two parts for direct I/O. - - - --- 2010-03-03 jim owens Under Review
[V2] Btrfs: add decompression code for direct I/O. - - - --- 2010-03-03 jim owens Under Review
[V2] Btrfs: add direct I/O helper to return mirror count from extent_map. - - - --- 2010-03-03 jim owens Under Review
PATCH V2] Btrfs: add direct I/O checksum option to btrfs_lookup_csums_range. - - - --- 2010-03-03 jim owens Under Review
[V2] Btrfs: add direct I/O helper to process inline compressed extents. - - - --- 2010-03-03 jim owens Under Review
[V2] Btrfs: remove dead code for unplugging pages. - - - --- 2010-03-03 jim owens Under Review
btrfs: make a definition of a flag more consistent - - - --- 2010-03-02 Tero Roponen New
btrfs: use memparse - - - --- 2010-02-28 Akinobu Mita Accepted
btrfs no csum found for inode X start 0 - - - --- 2010-02-25 Leszek Ciesielski Rejected
[RFC] remove delalloc accounting for __btrfs_remove_ordered_extent - - - --- 2010-02-25 Josef Bacik New
[2.6.33,regression] btrfs mount causes memory corruption - - - --- 2010-02-25 Josef Bacik Accepted
Kernel BUG on mounting BtrFS / after reboot - - - --- 2010-02-25 Chris Mason New
[RFC] remove delalloc accounting for __btrfs_remove_ordered_extent - - - --- 2010-02-24 Shaohua Li New
Reporting free space to userspace programs - - - --- 2010-02-23 Leszek Ciesielski Accepted
btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL - - - --- 2010-02-23 Eric Paris Accepted
[3/3,V3] btrfs, a new tool to manage a btrfs filesystem - man page - - - --- 2010-02-21 Goffredo Baroncelli Accepted
[2/3,V3] btrfs, a new tool to manage a btrfs filesystem - commands - - - --- 2010-02-21 Goffredo Baroncelli Accepted
[1/3,V3] btrfs, a new tool to manage a btrfs filesystem - commands - - - --- 2010-02-21 Goffredo Baroncelli Accepted
zero-length files in snapshots - - - --- 2010-02-19 Sage Weil Accepted
[1/1] mm: invalidate_mapping_pages checks boundaries when lock fails - - - --- 2010-02-19 Yehuda Sadeh Not Applicable
[0/2,V2] btrfs: a new tool to manage a btrfs filesystem - - - --- 2010-02-17 Andreas Philipp Accepted
[2/2,V2] btrfs, a new tool to manage a btrfs filesystem; man page - - - --- 2010-02-17 Goffredo Baroncelli Accepted
[1/2,V2] btrfs, a new tool to manage a btrfs filesystem; source code - - - --- 2010-02-17 Goffredo Baroncelli Accepted
[04/19] btrfs: replace inode uid,gid,mode initialization with helper function - - - --- 2010-02-17 Dmitry Monakhov Accepted
bcp: fix off-by-one errors in path handling - - - --- 2010-02-14 Eduard - Gabriel Munteanu New
[2/2] btrfs: a new tool to manage a btrfs filesystem - man page - - - --- 2010-02-12 Goffredo Baroncelli Accepted
[1/2] btrfs: a new tool to manage a btrfs filesystem - - - --- 2010-02-12 Goffredo Baroncelli Accepted
Patch: Allow options to be passed to btrfsck - - - --- 2010-02-11 Sten Heinze New
[4/4] btrfs: add discard_compat support - - - --- 2010-02-11 Dmitry Monakhov Accepted
btrfs: fix problem of wrong jump after the error occured - - - --- 2010-02-11 Miao Xie Accepted
btrfs: btrfs_mark_extent_written writes correctly slot - - - --- 2010-02-11 Shaohua Li Accepted
[1/1] FS: btrfs, use helpers for rlimits - - - --- 2010-02-10 Jiri Slaby Accepted
[V2] Btrfs: Full direct I/O and AIO read implementation. - - - --- 2010-02-10 jim owens Under Review
[bug] Reclaim space. - - - --- 2010-02-09 Chris Ball New
[bug] Reclaim space. - - - --- 2010-02-09 Chris Ball New
[v2] btrfs: Update existing btrfs_device for renaming device - - - --- 2010-02-09 TARUISI Hiroaki Accepted
btrfs: Update existing btrfs_device for renaming device - - - --- 2010-02-09 TARUISI Hiroaki Superseded
Kernel unaligned access at TPC[10101f18] btrfs_csum_final+0x38/0x60 - - - --- 2010-02-06 David Miller New
Kernel unaligned access at TPC[10101f18] btrfs_csum_final+0x38/0x60 - - - --- 2010-02-05 David Miller New
[-V2,6/6] debug-btrfs: Add print_inode command - - - --- 2010-02-04 Aneesh Kumar K.V New
[-V2,5/6] debug-btrfs: Add pager support - - - --- 2010-02-04 Aneesh Kumar K.V New
[-V2,4/6] debug-btrfs: Add command to dump each of the btrfs trees - - - --- 2010-02-04 Aneesh Kumar K.V New
[-V2,3/6] debug-btrfs: Add open file system command - - - --- 2010-02-04 Aneesh Kumar K.V New
« 1 2 ... 405 406 407 408 »