pandora-kernel.git
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-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 Josef BacikBtrfs: kfree correct pointer during mount option parsing
2010-03-08 Eric ParisBtrfs: use RB_ROOT to intialize rb_trees instead of...
2010-02-12 Shaohua LiBtrfs: btrfs_mark_extent_written uses the wrong slot
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()
2010-02-04 Yan, ZhengBtrfs: fix race between allocate and release extent...
2010-01-28 Josef BacikBtrfs: check total number of devices when removing...
2010-01-28 Josef BacikBtrfs: check return value of open_bdev_exclusive properly
2010-01-28 Josef BacikBtrfs: do not mark the chunk as readonly if in degraded...
2010-01-28 Josef BacikBtrfs: run orphan cleanup on default fs root
2010-01-28 Yang HongyangBtrfs: fix a memory leak in btrfs_init_acl
2010-01-28 Aneesh Kumar K.VBtrfs: Use correct values when updating inode i_size...
2010-01-28 Miao XieBtrfs: remove tree_search() in extent_map.c
2010-01-28 Chris MasonBtrfs: Add mount -o compress-force
2010-01-18 Josef BacikBtrfs: fix possible panic on unmount
2010-01-18 Chris MasonBtrfs: deal with NULL acl sent to btrfs_set_acl
2010-01-18 Josef BacikBtrfs: fix regression in orphan cleanup
2010-01-18 Yan, ZhengBtrfs: Fix race in btrfs_mark_extent_written
2010-01-18 Jiri SlabyBtrfs, fix memory leaks in error paths
2010-01-18 Yan, ZhengBtrfs: align offsets for btrfs_ordered_update_i_size
2010-01-18 Jan Engelhardtbtrfs: fix missing last-entry in readdir(3)
2009-12-17 Chris MasonBtrfs: make sure fallocate properly starts a transaction
2009-12-17 Josef BacikBtrfs: make metadata chunks smaller
2009-12-17 Matthew WilcoxBtrfs: Show discard option in /proc/mounts
2009-12-17 TARUISI HiroakiBtrfs: deny sys_link across subvolumes.
2009-12-17 Sage WeilBtrfs: fail mount on bad mount options
2009-12-17 Yan, ZhengBtrfs: don't add extent 0 to the free space cache v2
2009-12-17 Yan, ZhengBtrfs: Fix per root used space accounting
2009-12-17 Yan, ZhengBtrfs: Fix btrfs_drop_extent_cache for skip pinned...
2009-12-17 Yan, ZhengBtrfs: Add delayed iput
2009-12-17 Yan, ZhengBtrfs: Pass transaction handle to security and ACL...
2009-12-17 Yan, ZhengBtrfs: Make truncate(2) more ENOSPC friendly
2009-12-17 Yan, ZhengBtrfs: Make fallocate(2) more ENOSPC friendly
2009-12-17 Yan, ZhengBtrfs: Avoid orphan inodes cleanup during committing...
2009-12-17 Yan, ZhengBtrfs: Avoid orphan inodes cleanup while replaying log
2009-12-17 Yan, ZhengBtrfs: Fix disk_i_size update corner case
2009-12-16 Yan, ZhengBtrfs: Rewrite btrfs_drop_extents
2009-12-16 Yan, ZhengBtrfs: Add btrfs_duplicate_item
2009-12-16 Yan, ZhengBtrfs: Avoid superfluous tree-log writeout
2009-12-03 Linus TorvaldsLinux 2.6.32 v2.6.32
2009-12-02 Julia LawallVIDEO: Correct use of request_region/request_mem_region
2009-12-02 Atsushi NemotoSPI: spi_txx9: Fix bit rate calculation
2009-12-02 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-02 Anisse AstierInput: i8042 - add Dell Vostro 1320, 1520 and 1720...
2009-12-02 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2009-12-02 Rusty Russellparam: don't complain about unused module parameters.
2009-12-02 Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2009-12-02 Linus TorvaldsMerge git://git./linux/kernel/git/wim/linux-2.6-watchdog
2009-12-02 Helge Dellermodules: don't export section names of empty sections...
2009-12-02 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-02 Mark Brownregulator: Initialise wm831x structure pointor for...
2009-12-02 Florian FainelliMIPS: RB532: Fix devices.c compilation.
2009-12-02 Ralf BaechleMIPS: Fix MIPS I build.
2009-12-02 Linus TorvaldsMerge branch 'fix' of git://git./linux/kernel/git/ycmia...
next