Show patches with: none      |   41905 patches
« 1 2 ... 406 407 408419 420 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[02/12] btrfs: remove nested duplicate variable declarations - - - --- 2011-04-22 David Sterba New
[01/12] btrfs: rename variables clashing with global function names - - - --- 2011-04-22 David Sterba New
Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log() - - - --- 2011-04-22 Tsutomu Itoh New
[v2] Btrfs: check return value of kmalloc() - - - --- 2011-04-22 Tsutomu Itoh New
[2/2] Btrfs: implement our own ->llseek - - - --- 2011-04-21 Josef Bacik New
[1/2] fs: add SEEK_HOLE and SEEK_DATA flags - - - --- 2011-04-21 Josef Bacik Not Applicable
Btrfs: remove trans and root argument from fixup_low_keys() - - - --- 2011-04-21 Tsutomu Itoh New
[RFC] Btrfs: do not flush csum items of unchanged file data during treelog - - - --- 2011-04-21 liubo New
[RFC] Btrfs: do io in the task context when fsyncing small files - - - --- 2011-04-20 Josef Bacik New
[1/1] btrfs: add missing spin_unlock to a rare exit path - - - --- 2011-04-20 David Sterba New
[5/5] Btrfs: using rcu lock in the reader side of devices list - - - --- 2011-04-20 Xiao Guangrong New
[4/5] Btrfs: drop unnecessary device lock - - - --- 2011-04-20 Xiao Guangrong New
[3/5] Btrfs: fix the race between remove dev and alloc chunk - - - --- 2011-04-20 Xiao Guangrong New
[2/5] Btrfs: fix the race between reading and updating devices - - - --- 2011-04-20 Xiao Guangrong New
[1/5] Btrfs: fix bh leak on __btrfs_open_devices path - - - --- 2011-04-20 Xiao Guangrong New
Btrfs: Free free_space item properly in btrfs_trim_block_group() - - - --- 2011-04-20 Li Zefan New
[v2,2/2] Btrfs: fix unsafe usage of merge_state - - - --- 2011-04-20 Xiao Guangrong New
[v2,1/2] Btrfs: allocate extent state and check the result properly - - - --- 2011-04-20 Xiao Guangrong New
Btrfs: fix easily get into ENOSPC in mixed case - - - --- 2011-04-19 Sergei Trofimovich New
Btrfs: put the right bio if we have an error - - - --- 2011-04-19 Josef Bacik New
Btrfs: check return value of kmalloc() - - - --- 2011-04-19 Tsutomu Itoh New
Btrfs: cleanup error handling in inode.c - - - --- 2011-04-19 Tsutomu Itoh New
[2/2] tracing: update btrfs's tracepoints to use u64 interface - - - --- 2011-04-19 liubo New
[1/2] tracing: add __print_symbolic_u64 to avoid warnings on 32bit machine - - - --- 2011-04-19 liubo New
Btrfs: free bitmaps properly when evicting the cache - - - --- 2011-04-18 Josef Bacik New
fs: push flush and i_mutex lock in fsync down into the filesystems - - - --- 2011-04-18 Josef Bacik New
[2/2] E2fsprogs: add compress and cow support in chattr, lsattr - - - --- 2011-04-18 liubo New
[1/2] E2fsprogs: use the generic inode flags - - - --- 2011-04-18 liubo New
[2/2] Btrfs: switch to the ->fsync_nolock helper - - - --- 2011-04-15 Josef Bacik New
[1/2] fs: add a ->fsync_nolock file op - - - --- 2011-04-15 Josef Bacik Not Applicable
[RFC] Btrfs: kill trans_mutex PLEASE TEST - - - --- 2011-04-15 Josef Bacik New
Btrfs: if we've already started a trans handle, use that one - - - --- 2011-04-15 Josef Bacik New
[3/3] Btrfs: fix FS_IOC_SETFLAGS ioctl - - - --- 2011-04-15 Li Zefan New
[2/3] Btrfs: fix FS_IOC_GETFLAGS ioctl - - - --- 2011-04-15 Li Zefan New
[1/3] fs: remove FS_COW_FL - - - --- 2011-04-15 Li Zefan Not Applicable
xen: cleancache shim to Xen Transcendent Memory - - - --- 2011-04-14 Dan Magenheimer Not Applicable
[V8,8/8] ocfs2: add cleancache support - - - --- 2011-04-14 Dan Magenheimer Not Applicable
[V8,7/8] ext4: add cleancache support - - - --- 2011-04-14 Dan Magenheimer Not Applicable
[V8,6/8] btrfs: add cleancache support - - - --- 2011-04-14 Dan Magenheimer New
[V8,5/8] ext3: add cleancache support - - - --- 2011-04-14 Dan Magenheimer New
[V8,4/8] mm/fs: add hooks to support cleancache - - - --- 2011-04-14 Dan Magenheimer New
[V8,3/8] mm: cleancache core ops functions and config - - - --- 2011-04-14 Dan Magenheimer Not Applicable
[V8,2/8] fs: add field to superblock to support cleancache - - - --- 2011-04-14 Dan Magenheimer Not Applicable
[V8,1/8] mm/fs: cleancache documentation - - - --- 2011-04-14 Dan Magenheimer New
Fix address space annotation (fixed) - - - --- 2011-04-14 Daniel J Blueman New
mark internal functions static (fixed) - - - --- 2011-04-14 Daniel J Blueman New
Btrfs: if we've already started a trans handle, use that one - - - --- 2011-04-13 Josef Bacik New
Btrfs: do not release delalloc space until after we end the transaction - - - --- 2011-04-13 Josef Bacik New
Btrfs: take away the num_items argument from btrfs_join_transaction - - - --- 2011-04-13 Josef Bacik New
Btrfs: make sure to use the delalloc reserve when filling delalloc - - - --- 2011-04-13 Josef Bacik New
Btrfs: don't reserve metadata when we're using the delalloc reserve - - - --- 2011-04-13 Josef Bacik New
btrfs: separate superblock items out of fs_info - - - --- 2011-04-13 David Sterba New
[5/5] Updated documentation for btrfs subvolume snapshot. - - - --- 2011-04-13 Andreas Philipp New
[4/5] Test the additional ioctl. - - - --- 2011-04-13 Andreas Philipp New
[3/5] Added support for an additional ioctl. - - - --- 2011-04-13 Andreas Philipp New
[2/5] Support the new parameters in do_clone(int argc, char** argv). - - - --- 2011-04-13 Andreas Philipp New
[1/5] Add support for read-only subvolumes. - - - --- 2011-04-13 Andreas Philipp New
[4/4] Btrfs: Check validity before setting an acl - - - --- 2011-04-13 Li Zefan New
[3/4] Btrfs: Fix incorrect inode nlink in btrfs_link() - - - --- 2011-04-13 Li Zefan New
[2/4] Btrfs: Check if btrfs_next_leaf() returns error in btrfs_real_readdir() - - - --- 2011-04-13 Li Zefan New
[1/4] Btrfs: Check if btrfs_next_leaf() returns error in btrfs_listxattr() - - - --- 2011-04-13 Li Zefan New
Btrfs: avoid taking the chunk_mutex in do_chunk_alloc V2 - - - --- 2011-04-12 Josef Bacik New
[v2,3/3] btrfs: quasi-round-robin for chunk allocation - - - --- 2011-04-12 Arne Jansen New
[v2,2/3] btrfs: heed alloc_start - - - --- 2011-04-12 Arne Jansen New
[v2,1/3] btrfs: move btrfs_cmp_device_free_bytes to super.c - - - --- 2011-04-12 Arne Jansen New
[2/2] Btrfs: fix unsafe usage of merge_state - - - --- 2011-04-12 Xiao Guangrong New
[1/2] Btrfs: allocate extent state and check the result properly - - - --- 2011-04-12 Xiao Guangrong New
Btrfs: avoid taking the chunk_mutex in do_chunk_alloc - - - --- 2011-04-12 Josef Bacik New
Btrfs: cleanup btrfs_alloc_path()'s caller code - - - --- 2011-04-11 Yoshinori Sano New
[v4] btrfs: properly handle overlapping areas in memmove_extent_buffer - - - --- 2011-04-11 Sergei Trofimovich New
Btrfs: only drop the trans_mutex in join_transaction if we have to - - - --- 2011-04-11 Josef Bacik New
Btrfs: avoid taking the trans_mutex in btrfs_end_transaction V2 - - - --- 2011-04-11 Josef Bacik New
Btrfs: avoid taking the trans_mutex in btrfs_end_transaction - - - --- 2011-04-11 Josef Bacik New
[v3] Re: btrfs does not work on usermode linux - - - --- 2011-04-11 Sergei Trofimovich New
fix user annotation in ioctl.c - - - --- 2011-04-11 Daniel J Blueman New
mark internal functions static - - - --- 2011-04-11 Daniel J Blueman New
[v5,8/8] Interface for device range balance filter - - - --- 2011-04-10 Hugo Mills New
[v5,7/8] Balance filter for virtual address range - - - --- 2011-04-10 Hugo Mills New
[v5,6/8] Balance filter by device ID - - - --- 2011-04-10 Hugo Mills New
[v5,5/8] Initial implementation of userspace interface for filtered balancing. - - - --- 2011-04-10 Hugo Mills New
[v5,4/8] Run userspace tool in background for balances. - - - --- 2011-04-10 Hugo Mills New
[v5,3/8] User-space tool for cancelling balance operations. - - - --- 2011-04-10 Hugo Mills New
[v5,2/8] Add --monitor option to btrfs balance progress. - - - --- 2011-04-10 Hugo Mills New
[v5,1/8] Balance progress monitoring. - - - --- 2011-04-10 Hugo Mills New
[v5,8/8] btrfs: Balance filter for physical device address - - - --- 2011-04-10 Hugo Mills New
[v5,7/8] btrfs: Replication-type information - - - --- 2011-04-10 Hugo Mills New
[v5,6/8] btrfs: Balance filter for virtual address ranges - - - --- 2011-04-10 Hugo Mills New
[v5,5/8] btrfs: Balance filter for device ID - - - --- 2011-04-10 Hugo Mills New
[v5,4/8] btrfs: Implement filtered balance ioctl - - - --- 2011-04-10 Hugo Mills New
[v5,3/8] btrfs: Factor out enumeration of chunks to a separate function - - - --- 2011-04-10 Hugo Mills New
[v5,2/8] btrfs: Cancel filesystem balance - - - --- 2011-04-10 Hugo Mills New
[v5,1/8] btrfs: Balance progress monitoring - - - --- 2011-04-10 Hugo Mills New
[v2] Re: btrfs does not work on usermode linux - - - --- 2011-04-10 Sergei Trofimovich New
Re: btrfs does not work on usermode linux - - - --- 2011-04-10 Sergei Trofimovich New
btrfs does not work on usermode linux - - - --- 2011-04-10 Sergei Trofimovich New
btrfs scrub - restore bios properly after media errors - - - --- 2011-04-09 Ilya Dryomov New
[v2] btrfs scrub - make fixups sync, don't reuse fixup bios - - - --- 2011-04-09 Ilya Dryomov New
Btrfs: fix memory leaks in btrfs_new_inode() - - - --- 2011-04-09 Yoshinori Sano New
Btrfs: cleanup btrfs_alloc_path()'s caller code - - - --- 2011-04-09 Yoshinori Sano New
Btrfs: check for duplicate iov_base's when doing dio reads - - - --- 2011-04-08 Josef Bacik New
« 1 2 ... 406 407 408419 420 »