Show patches with: none      |   40746 patches
« 1 2 3 4407 408 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[01/10] btrfs: fix btrfs_read_block_groups return value - - - --- 2009-11-04 Jeff Mahoney Deferred
[02/10] btrfs: fix memleak in btrfs_init_new_device - - - --- 2009-11-04 Jeff Mahoney Deferred
[03/10] btrfs: fix btrfs_read_fs_root* return values - - - --- 2009-11-04 Jeff Mahoney Deferred
[04/10] btrfs: btrfs_sync_file should return -EIO not EIO - - - --- 2009-11-04 Jeff Mahoney Deferred
[05/10] btrfs: Add BTRFS_UERROR for unhandled errors - - - --- 2009-11-04 Jeff Mahoney Deferred
[06/10] btrfs: annotate kmalloc failures - - - --- 2009-11-04 Jeff Mahoney Deferred
[07/10] btrfs: handle kmalloc call path failures - - - --- 2009-11-04 Jeff Mahoney Deferred
[08/10] btrfs: annotate btrfs_{start,join}_transaction failures - - - --- 2009-11-04 Jeff Mahoney Deferred
[09/10] btrfs: handle btrfs_{start,join}_transaction call path failures - - - --- 2009-11-04 Jeff Mahoney Deferred
[10/10] btrfs: annotate btrfs_alloc_path failures - - - --- 2009-11-04 Jeff Mahoney Deferred
btrfs: Remove a extra condition - - - --- 2010-01-06 liu weni Deferred
[RFC,1/2] btrq: uplevel the btrfs thread pool for md/raid456 usage - - - --- 2010-03-24 Dan Williams Deferred
[RFC,2/2] md/raid456: switch to btrq for multicore operation - - - --- 2010-03-24 Dan Williams Deferred
[1/6] Btrfs: subpagesize-blocksize: Get rid of whole page reads. - - - --- 2014-03-12 Chandan Rajendra Deferred
[2/6] Btrfs: subpagesize-blocksize: Get rid of whole page writes. - - - --- 2014-03-12 Chandan Rajendra Deferred
[3/6] Btrfs: subpagesize-blocksize: Work with extents aligned to blocksize. - - - --- 2014-03-12 Chandan Rajendra Deferred
[4/6] Btrfs: subpagesize-blocksize: Define extent_buffer_head - - - --- 2014-03-12 Chandan Rajendra Deferred
[5/6] Btrfs: subpagesize-blocksize: Hardcode MAX_EXTENT_BUFFERS_PER_PAGE to 2. - - - --- 2014-03-12 Chandan Rajendra Deferred
[6/6] Btrfs: subpagesize-blocksize: Allow mounting filesystems where sectorsize != PAGE_SIZE - - - --- 2014-03-12 Chandan Rajendra Deferred
[v2] btrfs-progs: allow use of subvolume id to create snapshots - - - --- 2014-03-25 Jeff Mahoney kdave Deferred
btrfs send/receive still gets out of sync in 3.14.0 - - - --- 2014-04-22 David Brown Deferred
Btrfs: make log message easier to grep for - - - --- 2014-04-29 Liu Bo Deferred
Btrfs: fix leak of block group cache objects - - - --- 2014-05-16 Filipe Manana Deferred
[1/8] Btrfs: Add kernel config options for LZ4 - - - --- 2014-05-31 Philip Worrall Deferred
[2/8] Btrfs: Add lz4.c to the Makefile - - - --- 2014-05-31 Philip Worrall Deferred
[3/8] Btrfs: Add lz4 compression to avaialble compression ops - - - --- 2014-05-31 Philip Worrall Deferred
[4/8] Btrfs: Add definition for external lz4 compression struct - - - --- 2014-05-31 Philip Worrall Deferred
[5/8] Btrfs: Add feature flags for LZ4 support - - - --- 2014-05-31 Philip Worrall Deferred
[6/8] Btrfs: Ensure LZ4 feature flags are set when mounting with LZ4 - - - --- 2014-05-31 Philip Worrall Deferred
[7/8] Btrfs: Add lz4 compression/decompression struct ops - - - --- 2014-05-31 Philip Worrall Deferred
[8/8] Btrfs: Check for compress=lz4 in mount options - - - --- 2014-05-31 Philip Worrall Deferred
btrfs: reada: Remove unused function - - - --- 2015-01-04 Rickard Strandqvist Deferred
Btrfs: fix possible panic on unmount - - - --- 2009-11-13 Josef Bacik Superseded
Btrfs: don't add extent 0 to the free space cache - - - --- 2009-11-25 Yan, Zheng Superseded
[RFC] Btrfs: add ioctl to set the default mount subvol - - - --- 2009-12-04 Josef Bacik Superseded
[RFC] Btrfs-progs: add command to set default subvol - - - --- 2009-12-04 Josef Bacik Superseded
Btrfs: fix various things with the listing ioctl - - - --- 2009-12-14 Josef Bacik Superseded
Btrfs: fix various things with the listing ioctl - - - --- 2009-12-15 TARUISI Hiroaki Superseded
Btrfs: add a "df" ioctl for btrfs - - - --- 2010-01-12 Josef Bacik Superseded
Btrfs: add a "df" ioctl for btrfs - - - --- 2010-01-12 Josef Bacik Superseded
panic during rebalance, and now upon mount - - - --- 2010-01-30 Yan, Zheng Superseded
panic during rebalance, and now upon mount - - - --- 2010-01-31 Yan, Zheng Superseded
panic during rebalance, and now upon mount - - - --- 2010-01-31 Yan, Zheng Superseded
Btrfs: cache the extent state everywhere we possibly can - - - --- 2010-02-03 Josef Bacik Superseded
btrfs: Update existing btrfs_device for renaming device - - - --- 2010-02-09 TARUISI Hiroaki Superseded
Btrfs: fix ENOSPC accounting when max_extent is not maxed out - - - --- 2010-03-12 Josef Bacik Superseded
btrfs: use add_to_page_cache_lru, use __page_cache_alloc - - - --- 2010-03-17 Nick Piggin Superseded
Btrfs: fix ENOSPC accounting when max_extent is not maxed out V2 - - - --- 2010-03-18 Josef Bacik Superseded
[1/2] Btrfs: remove duplicated #include - - - --- 2010-03-19 Huang Weiyi Superseded
Btrfs: fix error check of btrfs_lookup_dentry() - - - --- 2011-06-28 Tsutomu Itoh Superseded
[v2] Btrfs: fix error check of btrfs_lookup_dentry() - - - --- 2011-06-28 Tsutomu Itoh Superseded
[v3] Btrfs: fix error check of btrfs_lookup_dentry() - - - --- 2011-06-29 Tsutomu Itoh Superseded
[6/8] btrfs: fix error check of btrfs_lookup_dentry() - - - --- 2011-08-18 Mark Fasheh Superseded
Btrfs: Add code to support file creation time. - - - --- 2012-07-04 chandan r Superseded
Btrfs-progs: put find_mount_root() in commands.h - - - --- 2012-09-28 Anand Jain Superseded
[2/3] btrfs-progs: btrfsck: Print which filesystem to be checked to stdout - - - --- 2012-09-30 Dieter Ries Superseded
[2/4] btrfs-progs: btrfsck: Print which filesystem to be checked to stdout - - - --- 2012-10-08 Dieter Ries Superseded
btrfs-progs: Fix the receive code pathing - - - --- 2012-10-17 Alex Lyakas Superseded
Btrfs-progs: filter the deleted subvolumes when listing snapshots - - - --- 2012-10-18 Miao Xie Superseded
[3/4] Btrfs-progs: add method to filter snapshots by parent uuid - - - --- 2012-10-19 Anand Jain Superseded
[1/9] Btrfs-progs: restructure show_qgroups - - - --- 2012-12-06 Miao Xie Superseded
[2/9] Btrfs-progs: introduces '-p' option to print the ID of the parent qgroups - - - --- 2012-12-06 Miao Xie Superseded
[3/9] Btrfs-progs: introduces '-c' option to print the ID of the child qgroups - - - --- 2012-12-06 Miao Xie Superseded
[5/9] Btrfs-progs: introduce '-e' option to print max exclusive size of qgroups - - - --- 2012-12-06 Miao Xie Superseded
[6/9] Btrfs-progs: list all qgroups impact given path(include ancestral qgroups) - - - --- 2012-12-06 Miao Xie Superseded
[7/9] Btrfs-progs: list all qgroups impact given path(exclude ancestral qgroups) - - - --- 2012-12-06 Miao Xie Superseded
[8/9] Btrfs-progs: enhance btrfs qgroup show to sort qgroups - - - --- 2012-12-06 Miao Xie Superseded
[9/9] Btrfs-progs: enhance btrfs qgroup to print the result as a table - - - --- 2012-12-06 Miao Xie Superseded
[v4,3/3] Btrfs-progs: fix cmd_label_usage to reflect this change. - - - --- 2012-12-12 jeff.liu Superseded
[4/8] Btrfs-progs: move struct root_info to btrfs-list.h - - - --- 2012-12-28 Anand Jain Superseded
[7/8] Btrfs-progs: add method to filter snapshots by parent uuid - - - --- 2012-12-28 Anand Jain Superseded
Btrfs: replace simple_strtoull() with kstrtoull() in btrfs_ioctl_resize() - - - --- 2013-01-06 jeff.liu Superseded
[17/21] btrfs-progs: libify some parts of btrfs-progs - - - --- 2013-01-07 Mark Fasheh Superseded
Btrfs: replace simple_strtoull() with kstrtoull() in btrfs_ioctl_resize() - - - --- 2013-01-08 jeff.liu Superseded
[1/3] btrfs-progs: Add support for BTRFS_SEND_FLAG_NO_FILE_DATA - - - --- 2013-01-08 Mark Fasheh Superseded
[2/3] btrfs-progs: libify some parts of btrfs-progs - - - --- 2013-01-08 Mark Fasheh Superseded
[3/3] btrfs-progs: add send-test - - - --- 2013-01-08 Mark Fasheh Superseded
Btrfs: fix sparse warning related to drop_delayed_ref() - - - --- 2013-01-09 jeff.liu Superseded
[04/11] Btrfs-progs: move struct root_info to btrfs-list.h - - - --- 2013-01-10 Anand Jain Superseded
[07/11] Btrfs-progs: add method to filter snapshots by parent uuid - - - --- 2013-01-10 Anand Jain Superseded
[08/11] Btrfs-progs: put find_mount_root() in commands.h - - - --- 2013-01-10 Anand Jain Superseded
[2/3] btrfs-progs: libify some parts of btrfs-progs - - - --- 2013-01-14 Arvin Schnell Superseded
[1/4] btrfs-progs: Add support for BTRFS_SEND_FLAG_NO_FILE_DATA - - - --- 2013-01-16 Mark Fasheh Superseded
[2/4] btrfs-progs: libify some parts of btrfs-progs - - - --- 2013-01-16 Mark Fasheh Superseded
[3/4] btrfs-progs: add send-test - - - --- 2013-01-16 Mark Fasheh Superseded
[4/4] btrfs-progs: make libbtrfs usable from C++ - - - --- 2013-01-16 Mark Fasheh Superseded
[04/10] Btrfs-progs: move struct root_info to btrfs-list.h - - - --- 2013-01-23 Anand Jain Superseded
[05/10] Btrfs-progs: add function btrfs_get_subvol to get root_info of a subvol - - - --- 2013-01-23 Anand Jain Superseded
[06/10] Btrfs-progs: add method to filter snapshots by parent uuid - - - --- 2013-01-23 Anand Jain Superseded
[07/10] Btrfs-progs: put find_mount_root() in commands.h - - - --- 2013-01-23 Anand Jain Superseded
[08/10] Btrfs-progs: make printing subvol extensible to newer layouts - - - --- 2013-01-23 Anand Jain Superseded
[09/10] Btrfs-progs: make get_subvol_name non cmds-send specific - - - --- 2013-01-23 Anand Jain Superseded
[10/10] Btrfs-progs: add show subcommand to subvol cli - - - --- 2013-01-23 Anand Jain Superseded
[04/10] Btrfs-progs: move struct root_info to btrfs-list.h - - - --- 2013-01-25 Anand Jain Superseded
[05/10] Btrfs-progs: add function btrfs_get_subvol to get root_info of a subvol - - - --- 2013-01-25 Anand Jain Superseded
[06/10] Btrfs-progs: add method to filter snapshots by parent uuid - - - --- 2013-01-25 Anand Jain Superseded
[07/10] Btrfs-progs: put find_mount_root() in commands.h - - - --- 2013-01-25 Anand Jain Superseded
[08/10] Btrfs-progs: make printing subvol extensible to newer layouts - - - --- 2013-01-25 Anand Jain Superseded
[09/10] Btrfs-progs: make get_subvol_name non cmds-send specific - - - --- 2013-01-25 Anand Jain Superseded
[10/10] Btrfs-progs: add show subcommand to subvol cli - - - --- 2013-01-25 Anand Jain Superseded
« 1 2 3 4407 408 »