flow: delayed deletion of flow cache entries
[safe/jmp/linux-2.6] / fs / btrfs /
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()
2010-02-04 Yan, ZhengBtrfs: fix race between allocate and release extent...
2010-01-29 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
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-21 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
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-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-17 Linus TorvaldsRevert "task_struct: make journal_info conditional"
2009-12-17 Chris MasonMerge branch 'master' of ssh:///linux/kernel/git/mason...
2009-12-17 Chris MasonBtrfs: make sure fallocate properly starts a transaction
2009-12-17 Chris MasonMerge branch btrfs-master into for-linus
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 Christoph Hellwigsanitize xattr handler prototypes
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-15 Hiroshi Shimamototask_struct: make journal_info conditional
2009-12-10 Christoph Hellwigvfs: Implement proper O_SYNC semantics
2009-12-07 Jiri KosinaMerge branch 'for-next' into for-linus
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-11-11 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-11-11 Josef BacikBtrfs: fix panic when trying to destroy a newly allocated
2009-11-11 Chris MasonBtrfs: allow more metadata chunk preallocation
2009-11-11 Josef BacikBtrfs: fallback on uncompressed io if compressed io...
2009-11-11 Josef BacikBtrfs: find ideal block group for caching
2009-11-11 Dan CarpenterBtrfs: avoid null deref in unpin_extent_cache()
2009-11-11 Li DongyangBtrfs: skip btrfs_release_path in btrfs_update_root...
2009-11-11 Josef BacikBtrfs: fix some metadata enospc issues
2009-11-11 Josef BacikBtrfs: fix how we set max_size for free space clusters
2009-11-11 Josef BacikBtrfs: cleanup transaction starting and fix journal_inf...
2009-11-11 Josef BacikBtrfs: fix data allocation hint start
next