Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[safe/jmp/linux-2.6] / fs /
2009-09-23 Tao Maocfs2: Use proper parameter for some inode operation.
2009-09-23 Tao Maocfs2: Make transaction extend more efficient.
2009-09-23 Tao Maocfs2: Don't merge in 1st refcount ops of reflink.
2009-09-23 Tao Maocfs2: Modify removing xattr process for refcount.
2009-09-23 Tao Maocfs2: Add reflink support for xattr.
2009-09-23 Tao Maocfs2: Create an xattr indexed block if needed.
2009-09-23 Tao Maocfs2: Call refcount tree remove process properly.
2009-09-23 Tao Maocfs2: Attach xattr clusters to refcount tree.
2009-09-23 Tao Maocfs2: Abstract ocfs2 xattr tree extend rec iteration...
2009-09-23 Tao Maocfs2: Abstract the creation of xattr block.
2009-09-23 Tao Maocfs2: Remove inode from ocfs2_xattr_bucket_get_name_value.
2009-09-23 Tao Maocfs2: Add CoW support for xattr.
2009-09-23 Tao Maocfs2: Abstract duplicate clusters process in CoW.
2009-09-23 Tao Maocfs2: Return extent flags for xattr value tree.
2009-09-23 Tao Maocfs2: handle file attributes issue for reflink.
2009-09-23 Tao Maocfs2: Add normal functions for reflink a normal file...
2009-09-23 Tao Maocfs2: CoW a reflinked cluster when it is truncated.
2009-09-23 Tao Maocfs2: Integrate CoW in file write.
2009-09-23 Tao Maocfs2: CoW refcount tree improvement.
2009-09-23 Tao Maocfs2: Add CoW support.
2009-09-23 Tao Maocfs2: Decrement refcount when truncating refcounted...
2009-09-23 Tao Maocfs2: Add functions for extents refcounted.
2009-09-23 Tao Maocfs2: Add support of decrementing refcount for delete.
2009-09-23 Tao Maocfs2: Add support for incrementing refcount in the...
2009-09-23 Tao Maocfs2: move tree path functions to alloc.h.
2009-09-23 Tao Maocfs2: Add refcount b-tree as a new extent tree.
2009-09-23 Tao Maocfs2: Abstract extent split process.
2009-09-23 Tao Maocfs2: Wrap ocfs2_extent_contig in ocfs2_extent_tree.
2009-09-23 Tao Maocfs2: Basic tree root operation.
2009-09-23 Tao Maocfs2: Add refcount tree lock mechanism.
2009-09-23 Tao Maocfs2: Add caching info for refcount tree.
2009-09-23 Tao Maocfs2: Add new refcount tree lock resource in dlmglue.
2009-09-23 Tao Maocfs2: Abstract caching info checkpoint.
2009-09-23 Tao Maocfs2: Add ocfs2_read_refcount_block.
2009-09-23 Tao Maocfs2: Add metaecc for ocfs2_refcount_block.
2009-09-23 Tao Maocfs2: Define refcount tree structure.
2009-09-22 Chris MasonBtrfs: fix early enospc during balancing
2009-09-22 Chris MasonBtrfs: deal with NULL space info
2009-09-22 Linus TorvaldsMerge branch 'for-2.6.32' of git://linux-nfs.org/~bfiel...
2009-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-22 Michael S. Tsirkinmm: move use_mm/unuse_mm from aio.c to mm/
2009-09-22 Eric B Munsonhugetlbfs: allow the creation of files suitable for...
2009-09-22 Hugh Dickinstmpfs: depend on shmem
2009-09-22 Hugh Dickinsmm: add get_dump_page
2009-09-22 KOSAKI Motohirooom: fix oom_adjust_write() input sanity check
2009-09-22 KOSAKI Motohirooom: make oom_score to per-process value
2009-09-22 KOSAKI Motohirooom: move oom_adj value from task_struct to signal_struct
2009-09-22 Jan Beulichmm: replace various uses of num_physpages by totalram_pages
2009-09-22 KAMEZAWA Hiroyukikcore: /proc/kcore should use vread
2009-09-22 Moussa A. Bapagemap clear_refs: modify to specify anon or mapped...
2009-09-22 Hugh Dickinsksm: identify PageKsm pages
2009-09-22 KOSAKI Motohiromm: oom analysis: add shmem vmstat
2009-09-22 KOSAKI Motohiromm: oom analysis: Show kernel stack usage in /proc...
2009-09-22 Alexey Dobriyanconst: make block_device_operations const
2009-09-22 Alexey Dobriyanconst: make lock_manager_operations const
2009-09-22 Alexey Dobriyanconst: make file_lock_operations const
2009-09-22 Alexey Dobriyanconst: mark remaining inode_operations as const
2009-09-22 Alexey Dobriyanconst: mark remaining address_space_operations const
2009-09-22 Alexey Dobriyanconst: mark remaining export_operations const
2009-09-22 Alexey Dobriyanconst: mark remaining super_operations const
2009-09-22 Alexey Dobriyanconst: make struct super_block::s_qcop const
2009-09-22 Alexey Dobriyanconst: make struct super_block::dq_op const
2009-09-22 Jan Karafs: make sure data stored into inode is properly seen...
2009-09-21 Josef BacikBtrfs: account for space used by the super mirrors
2009-09-21 Josef BacikBtrfs: fix extent entry threshold calculation
2009-09-21 Josef BacikBtrfs: remove dead code
2009-09-21 Josef BacikBtrfs: fix bitmap size tracking
2009-09-21 Josef BacikBtrfs: don't keep retrying a block group if we fail...
2009-09-21 Josef BacikBtrfs: make balance code choose more wisely when relocating
2009-09-21 Steve Dicksonnfsd4: nfsv4 clients should cross mountpoints
2009-09-21 Sage WeilBtrfs: fix arithmetic error in clone ioctl
2009-09-21 Yan, ZhengBtrfs: add snapshot/subvolume destroy ioctl
2009-09-21 Yan, ZhengBtrfs: change how subvolumes are organized
2009-09-21 Yan, ZhengBtrfs: do not reuse objectid of deleted snapshot/subvol
2009-09-21 Yan, ZhengBtrfs: speed up snapshot dropping
2009-09-21 Linus TorvaldsMerge branch 'perfcounters-rename-for-linus' of git...
2009-09-21 Linus TorvaldsMerge branch 'writeback' of git://git.kernel.dk/linux...
2009-09-21 Jens Axboenfs: initialize the backing_dev_info when creating...
2009-09-21 Jens Axboenfs: nfs_kill_super() should call bdi_unregister()...
2009-09-21 Joe Perchestrivial: remove unnecessary semicolons
2009-09-21 Anand Gadiyartrivial: fix typo "to to" in multiple files
2009-09-21 Anand Gadiyartrivial: fix typo "for for" in multiple files
2009-09-21 Ingo Molnarperf: Do the big rename: Performance Counters -> Perfor...
2009-09-21 Artem BityutskiyMerge branch 'master' of git://git./linux/kernel/git...
2009-09-20 David WoodhouseMerge branch 'master' of git://git./linux/kernel/git...
2009-09-19 David Woodhousejffs2: Use SLAB_HWCACHE_ALIGN for jffs2_raw_{dirent...
2009-09-18 Chris MasonBtrfs: search for an allocation hint while filling...
2009-09-18 Chris MasonBtrfs: properly honor wbc->nr_to_write changes
2009-09-18 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-09-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-18 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-09-17 Yan ZhengBtrfs: improve async block group caching
2009-09-17 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2009-09-17 Eric Sandeenext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCK
2009-09-17 Theodore Ts'oext4: Fix the alloc on close after a truncate hueristic
2009-09-17 Artem BityutskiyUBIFS: fix debugging dump
2009-09-16 Theodore Ts'oext4: Add a tracepoint for ext4_alloc_da_blocks()
2009-09-17 Theodore Ts'oext4: store EXT4_EXT_MIGRATE in i_state instead of...
2009-09-16 Eric Sandeenext4: limit block allocations for indirect-block files...
next