Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / fs / btrfs /
2010-05-28 Christoph Hellwigdrop unused dentry argument to ->fsync
2010-05-27 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2010-05-27 Chris MasonBtrfs: add more error checking to btrfs_dirty_inode
2010-05-27 Chris MasonBtrfs: allow unaligned DIO
2010-05-27 Chris MasonBtrfs: drop verbose enospc printk
2010-05-27 Yan, ZhengBtrfs: Fix block generation verification race
2010-05-27 Chris MasonBtrfs: fix preallocation and nodatacow checks in O_DIRECT
2010-05-26 Chris MasonBtrfs: avoid ENOSPC errors in btrfs_dirty_inode
2010-05-26 Chris MasonBtrfs: move O_DIRECT space reservation to btrfs_direct_IO
2010-05-26 Chris MasonBtrfs: rework O_DIRECT enospc handling
2010-05-25 Kay Sieversdriver core: add devname module aliases to allow module...
2010-05-25 Chris MasonBtrfs: use async helpers for DIO write checksumming
2010-05-25 Chris MasonBtrfs: don't walk around with task->state != TASK_RUNNING
2010-05-25 Josef BacikBtrfs: do aio_write instead of write
2010-05-25 Josef BacikBtrfs: add basic DIO read/write support
2010-05-25 Yan, ZhengBtrfs: Metadata ENOSPC handling for balance
2010-05-25 Yan, ZhengBtrfs: Pre-allocate space for data relocation
2010-05-25 Yan, ZhengBtrfs: Metadata ENOSPC handling for tree log
2010-05-25 Yan, ZhengBtrfs: Metadata reservation for orphan inodes
2010-05-25 Yan, ZhengBtrfs: Introduce global metadata reservation
2010-05-25 Yan, ZhengBtrfs: Update metadata reservation for delayed allocation
2010-05-25 Yan, ZhengBtrfs: Integrate metadata reservation with start_transa...
2010-05-25 Yan, ZhengBtrfs: Introduce contexts for metadata reservation
2010-05-25 Yan, ZhengBtrfs: Kill init_btrfs_i()
2010-05-25 Yan, ZhengBtrfs: Shrink delay allocated space in a synchronized
2010-05-25 Yan, ZhengBtrfs: Kill allocate_wait in space_info
2010-05-25 Yan, ZhengBtrfs: Link block groups of different raid types
2010-05-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-05-21 Dmitry Monakhovbtrfs: replace inode uid,gid,mode initialization with...
2010-05-21 Stephen Hemmingerbtrfs: constify xattr_handler
2010-05-21 Jens AxboeMerge branch 'master' into for-2.6.35
2010-05-15 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2010-05-15 Dan RosenbergBtrfs: check for read permission on src file in the...
2010-04-29 Jens AxboeMerge branch 'master' into for-2.6.35
2010-04-28 Dmitry Monakhovblkdev: generalize flags for blkdev_issue_fn functions
2010-04-26 Jens Axboebtrfs: convert to using bdi_setup_and_register()
2010-04-13 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2010-04-06 Chris MasonBtrfs: make sure the chunk allocator doesn't create...
2010-04-05 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2010-04-05 Josef BacikBtrfs: fix data enospc check overflow
2010-04-05 Chris MasonBtrfs: add check for changed leaves in setup_leaf_for_split
2010-04-05 Sage WeilBtrfs: create snapshot references in same commit as...
2010-04-05 Josef BacikBtrfs: fix small race with delalloc flushing waitqueue's
2010-04-05 Nick PigginBtrfs: use add_to_page_cache_lru, use __page_cache_alloc
2010-03-31 Josef BacikBtrfs: fix chunk allocate size calculation
2010-03-31 Josef BacikBtrfs: kill max_extent mount option
2010-03-31 Josef BacikBtrfs: fail to mount if we have problems reading the...
2010-03-31 Dan CarpenterBtrfs: check btrfs_get_extent return for IS_ERR()
2010-03-31 Dan CarpenterBtrfs: handle kmalloc() failure in inode lookup ioctl
2010-03-31 Dan CarpenterBtrfs: dereferencing freed memory
2010-03-31 Zhao LeiBtrfs: Simplify num_stripes's calculation logical for...
2010-03-31 Zhao LeiBtrfs: Add error handle for btrfs_search_slot() in...
2010-03-31 Zhao LeiBtrfs: Remove unnecessary finish_wait() in wait_current...
2010-03-31 Miao XieBtrfs: add NULL check for do_walk_down()
2010-03-31 Andrea GelminiBtrfs: remove duplicate include in ioctl.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-18 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2010-03-18 Chris MasonBtrfs: fix the inode ref searches done by btrfs_search_...
2010-03-18 Chris MasonBtrfs: allow treeid==0 in the inode lookup ioctl
2010-03-18 Chris MasonBtrfs: return keys for large items to the search ioctl
2010-03-18 Chris MasonBtrfs: fix key checks and advance in the search ioctl
2010-03-16 Chris MasonBtrfs: buffer results in the space_info ioctl
2010-03-16 Sage WeilBtrfs: use __u64 types in ioctl.h
2010-03-16 Sage WeilBtrfs: fix search_ioctl key advance
2010-03-15 Nick PigginBtrfs: fix gfp flags masking in the compression code
2010-03-15 Chris MasonBtrfs: don't look at bio flags after submit_bio
2010-03-15 Xiao Guangrongbtrfs: using btrfs_stack_device_id() get devid
2010-03-15 Akinobu Mitabtrfs: use memparse
2010-03-15 Josef BacikBtrfs: add a "df" ioctl for btrfs
2010-03-15 Josef BacikBtrfs: cache the extent state everywhere we possibly...
2010-03-15 Josef BacikBtrfs: cache ordered extent when completing io
2010-03-15 Josef BacikBtrfs: cache extent state in find_delalloc_range
2010-03-15 Josef BacikBtrfs: change the ordered tree to use a spinlock instea...
2010-03-15 Chris MasonBtrfs: finish read pages in the order they are submitted
2010-03-15 Miao Xiebtrfs: fix btrfs_mkdir goto for no free objectids
2010-03-15 Sage WeilBtrfs: flush data on snapshot creation
2010-03-15 Josef BacikBtrfs: make df be a little bit more understandable
2010-03-15 TARUISI Hiroakibtrfs: Update existing btrfs_device for renaming device
2010-03-15 Chris MasonBtrfs: add new defrag-range ioctl.
2010-03-15 Chris MasonBtrfs: be more selective in the defrag ioctl
2010-03-15 Chris MasonBtrfs: run the backing dev more often in the submit_bio...
2010-03-15 Josef BacikBtrfs: make subvolid=0 mount the original default root
2010-03-15 Josef BacikBtrfs: add ioctl and incompat flag to set the default...
2010-03-15 Josef BacikBtrfs: change how we mount subvolumes
2010-03-15 Josef BacikBtrfs: make set/get functions for the super compat_ro...
2010-03-15 Chris MasonBtrfs: add search and inode lookup ioctls
2010-03-15 TARUISI HiroakiBtrfs: add a function to lookup a directory path by...
2010-03-08 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2010-03-08 Josef BacikBtrfs: kfree correct pointer during mount option parsing
2010-03-08 Eric ParisBtrfs: use RB_ROOT to intialize rb_trees instead of...
2010-03-08 Emese RevfyDriver core: Constify struct sysfs_ops in struct kobj_type
2010-03-05 Christoph Hellwigpass writeback_control to ->write_inode
2010-02-16 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2010-02-12 Shaohua LiBtrfs: btrfs_mark_extent_written uses the wrong slot
2010-02-05 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2010-02-04 Aneesh Kumar K.VBtrfs: apply updated fallocate i_size fix
2010-02-04 Josef BacikBtrfs: do not try and lookup the file extent when finis...
2010-02-04 Yan, ZhengBtrfs: Fix oopsen when dropping empty tree.
2010-02-04 Miao XieBtrfs: remove BUG_ON() due to mounting bad filesystem
2010-02-04 Roel KluinBtrfs: make error return negative in btrfs_sync_file()
next