Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / fs / exofs /
2012-03-29 Linus TorvaldsMerge branch 'for-linus' of git://git.open-osd.org...
2012-03-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-03-21 Al Viroswitch open-coded instances of d_make_root() to new...
2012-03-21 Al Virovfs: check i_nlink limits in vfs_{mkdir,rename_dir...
2012-03-20 Cong Wangexofs: remove the second argument of k[un]map_atomic()
2012-03-19 Dan Carpenterexofs: Cap on the memcpy() size
2012-03-19 Masanari Iidaexofs: (trivial) Fix typo in super.c
2012-03-19 Dan Carpenterexofs: fix endian conversion in exofs_sync_fs()
2012-01-09 Linus TorvaldsMerge branch 'for-linus' of git://git.open-osd.org...
2012-01-09 Al Viroexofs: oops after late failure in mount
2012-01-08 Boaz Harroshore: Must support none-PAGE-aligned IO
2012-01-06 Boaz Harroshore: fix BUG_ON, too few sgs when reading
2012-01-06 Boaz Harroshore: Fix crash in case of an IO error.
2012-01-06 Boaz Harroshore: FIX breakage when MISC_FILESYSTEMS is not set
2012-01-04 Al Viroexofs: propagate umode_t
2012-01-04 Al Viroswitch ->mknod() to umode_t
2012-01-04 Al Viroswitch ->create() to umode_t
2012-01-04 Al Viroswitch vfs_mkdir() and ->mkdir() to umode_t
2012-01-04 Al Virovfs: fix the stupidity with i_dentry in inode destructors
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-04 Linus TorvaldsMerge branch 'nfs-for-3.2' of git://git.linux-nfs.org...
2011-11-03 Boaz Harroshpnfs-obj: move to ore 02: move to ORE
2011-11-02 Miklos Szeredifilesystems: add set_nlink()
2011-10-31 Paul Gortmakerfs: add module.h to files that were implicitly using it
2011-10-25 Boaz Harroshore: Enable RAID5 mounts
2011-10-25 Boaz Harroshexofs: Support for RAID5 read-4-write interface.
2011-10-25 Boaz Harroshore: RAID5 Write
2011-10-24 Boaz Harroshore: RAID5 read
2011-10-24 Boaz Harroshore: Make ore_calc_stripe_info EXPORT_SYMBOL
2011-10-14 Boaz Harroshore/exofs: Change ore_check_io API
2011-10-14 Boaz Harroshore/exofs: Define new ore_verify_layout
2011-10-14 Boaz Harroshore: Support for partial component table
2011-10-14 Boaz Harroshore: Support for short read/writes
2011-10-14 Boaz Harroshexofs: Support for short read/writes
2011-10-14 Boaz Harroshore: Remove check for ios->kern_buff in _prepare_for_st...
2011-10-14 Boaz Harroshore: cleanup: Embed an ore_striping_info inside ore_io_...
2011-10-14 Boaz Harroshore: Only IO one group at a time (API change)
2011-10-04 Boaz Harroshore/exofs: Change the type of the devices array (API...
2011-10-03 Boaz Harroshore: Make ore_striping_info and ore_calc_stripe_info...
2011-10-03 Boaz Harroshexofs: Remove unused data_map member from exofs_sb_info
2011-10-03 Boaz Harroshexofs: Rename struct ore_components comps => oc
2011-10-03 H Hartley Sweetenexofs/super.c: local functions should be static
2011-10-03 H Hartley Sweetenexofs/ore.c: local functions should be static
2011-08-07 Linus TorvaldsMerge branch 'for-linus' of git://git.open-osd.org...
2011-08-07 Boaz Harroshore: Make ore its own module
2011-08-07 Boaz Harroshexofs: Rename raid engine from exofs/ios.c => ore
2011-08-07 Boaz Harroshexofs: ios: Move to a per inode components & device...
2011-08-07 Boaz Harroshexofs: Move exofs specific osd operations out of ios.c
2011-08-07 Boaz Harroshexofs: Add offset/length to exofs_get_io_state
2011-08-04 Boaz Harroshexofs: Fix truncate for the raid-groups case
2011-08-04 Boaz Harroshexofs: Small cleanup of exofs_fill_super
2011-08-04 Boaz Harroshexofs: BUG: Avoid sbi realloc
2011-08-04 Boaz Harroshexofs: Remove pnfs-osd private definitions
2011-07-21 Josef Bacikfs: push i_mutex and filemap_write_and_wait down into...
2011-07-20 Al Viromake d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR...
2011-07-18 Al Virofix exofs ->get_parent()
2011-05-26 Sage Weilexofs: remove unnecessary dentry_unhash on rmdir/rename_dir
2011-05-26 Sage Weilvfs: push dentry_unhash on rename_dir into file systems
2011-05-26 Sage Weilvfs: push dentry_unhash on rmdir into file systems
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-24 Linus TorvaldsMerge branch 'for-2.6.39/core' of git://git.kernel...
2011-03-15 Boaz Harroshexofs: deprecate the commands pending counter
2011-03-15 Boaz Harroshexofs: Write sbi->s_nextid as part of the Create command
2011-03-15 Boaz Harroshexofs: Add option to mount by osdname
2011-03-15 bharrosh@panasas.comexofs: Override read-ahead to align on stripe_size
2011-03-15 Nick Pigginexofs: simple fsync race fix
2011-03-15 Boaz Harroshexofs: Optimize read_4_write
2011-03-15 Boaz Harroshexofs: Trivial: fix some indentation and debug prints
2011-03-15 Tobias Klauserexofs: Remove redundant unlikely()
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-03-03 Al Viroexofs: i_nlink races in rename()
2011-02-03 Boaz HarroshRevert "exofs: Set i_mapping->backing_dev_info anyway"
2011-01-07 Nick Pigginfs: icache RCU free inodes
2010-10-29 Al Viroconvert get_sb_nodev() users
2010-10-26 Al Vironew helper: ihold()
2010-10-26 Christoph Hellwigfs: add sync_inode_metadata
2010-10-25 Boaz Harroshexofs: Remove inode->i_count manipulation in exofs_new_...
2010-10-25 Joe Perchesfs/exofs: typo fix of faild to failed
2010-10-24 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2010-10-18 Boaz Harroshexofs: Set i_mapping->backing_dev_info anyway
2010-10-18 Boaz Harroshexofs: Cleaup read path in regard with read_for_write
2010-10-08 Boaz Harroshexofs: Fix double page_unlock BUG in write_begin/end
2010-08-11 Linus TorvaldsMerge branch 'for-linus' of git://git.open-osd.org...
2010-08-11 Jiri KosinaMerge branch 'master' into for-next
2010-08-10 Linus TorvaldsMerge branch 'for-2.6.36' of git://git.kernel.dk/linux...
2010-08-09 Al Viroconvert exofs to ->evict_inode()
2010-08-09 Boaz Harroshexofs: New truncate sequence
2010-08-09 Christoph Hellwigremove inode_setattr
2010-08-09 Paul Bollefix printk typo 'faild'
2010-08-07 Christoph Hellwigblock: unify flags for struct bio and struct request
2010-08-04 Boaz Harroshexofs: Fix groups code when num_devices is not divisibl...
2010-08-04 Boaz Harroshexofs: Remove useless optimization
2010-08-04 Boaz Harroshexofs: exofs_file_fsync and exofs_file_flush correctness
2010-08-04 Boaz Harroshexofs: Remove superfluous dependency on buffer_head...
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-28 Christoph Hellwigdrop unused dentry argument to ->fsync
2010-05-24 Linus TorvaldsMerge branch 'for-linus' of git://git.open-osd.org...
2010-05-21 Dmitry Monakhovexofs: replace inode uid,gid,mode initialization with...
2010-05-17 Dan Carpenterexofs: confusion between kmap() and kmap_atomic() api
2010-05-17 Boaz Harroshexofs: Add default address_space_operations
next