Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / fs / xfs /
2012-03-28 Linus TorvaldsMerge tag 'split-asm_system_h-for-linus-20120328' of...
2012-03-28 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2012-03-28 David HowellsRemove all #inclusions of asm/system.h
2012-03-27 Dave Chinnerxfs: add lots of attribute trace points
2012-03-27 Jan Karaxfs: Fix oops on IO error during xlog_recover_process_i...
2012-03-27 Dave Chinnerxfs: fix fstrim offset calculations
2012-03-26 Dave Chinnerxfs: Account log unmount transaction correctly
2012-03-26 Dave Chinnerxfs: don't cache inodes read through bulkstat
2012-03-26 Christoph Hellwigxfs: trace xfs_name strings correctly
2012-03-23 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2012-03-22 Dave Chinnerxfs: introduce an allocation workqueue
2012-03-22 Dave Chinnerxfs: Fix open flag handling in open_by_handle code
2012-03-22 Kamal Dasuxfs: fix deadlock in xfs_rtfree_extent
2012-03-22 Gerard Snitselaarfs: xfs: fix section mismatch in linux-next
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-15 Dave Chinnerxfs: fallback to vmalloc for large buffers in xfs_getbmap
2012-03-15 Dave Chinnerxfs: fallback to vmalloc for large buffers in xfs_attrm...
2012-03-15 Dave Chinnerxfs: remove remaining scraps of struct xfs_iomap
2012-03-15 Dave Chinnerxfs: fix inode lookup race
2012-03-14 Dave Chinnerxfs: clean up minor sparse warnings
2012-03-14 Christoph Hellwigxfs: remove the global xfs_Gqm structure
2012-03-14 Christoph Hellwigxfs: remove the per-filesystem list of dquots
2012-03-14 Christoph Hellwigxfs: use per-filesystem radix trees for dquot lookup
2012-03-14 Christoph Hellwigxfs: per-filesystem dquot LRU lists
2012-03-14 Christoph Hellwigxfs: use common code for quota statistics
2012-03-13 Christoph Hellwigxfs: reimplement fdatasync support
2012-03-13 Christoph Hellwigxfs: split in-core and on-disk inode log item fields
2012-03-13 Christoph Hellwigxfs: make xfs_inode_item_size idempotent
2012-03-13 Christoph Hellwigxfs: log timestamp updates
2012-03-13 Christoph Hellwigxfs: log file size updates at I/O completion time
2012-03-05 Christoph Hellwigxfs: log file size updates as part of unwritten extent...
2012-03-05 Christoph Hellwigxfs: do not require an ioend for new EOF calculation
2012-03-05 Christoph Hellwigxfs: use per-filesystem I/O completion workqueues
2012-02-29 Christoph Hellwigxfs: include reservations in quota reporting
2012-02-29 Christoph Hellwigxfs: merge xfs_qm_export_dquot into xfs_qm_scall_getquota
2012-02-25 Alex Elderxfs: only take the ILOCK in xfs_reclaim_inode()
2012-02-23 Christoph Hellwigxfs: split and cleanup xfs_log_reserve
2012-02-23 Christoph Hellwigxfs: share code for grant head availability checks
2012-02-23 Christoph Hellwigxfs: share code for grant head wakeups
2012-02-23 Christoph Hellwigxfs: share code for grant head waiting
2012-02-23 Christoph Hellwigxfs: add xlog_grant_head_wake_all
2012-02-23 Christoph Hellwigxfs: add xlog_grant_head_init
2012-02-23 Christoph Hellwigxfs: add the xlog_grant_head structure
2012-02-23 Christoph Hellwigxfs: remove log space waitqueues
2012-02-23 Christoph Hellwigxfs: cleanup xfs_log_space_wake
2012-02-23 Christoph Hellwigxfs: remove xfs_trans_unlocked_item
2012-02-23 Christoph Hellwigxfs: do exact log space wakeups in xlog_ungrant_log_space
2012-02-23 Christoph Hellwigxfs: split tail_lsn assignments from log space wakeups
2012-02-23 Mitsuo Hayasakaxfs: cleanup quota check on disk blocks and inodes...
2012-02-21 Mitsuo Hayasakaxfs: make inode quota check more general
2012-02-21 Mitsuo Hayasakaxfs: change available ranges of softlimit and hardlimit...
2012-02-21 Mitsuo Hayasakaxfs: make inode quota check more general
2012-02-21 Mitsuo Hayasakaxfs: change available ranges of softlimit and hardlimit...
2012-02-13 Jesper JuhlXFS: xfs_trans_add_item() - don't assign in ASSERT...
2012-02-13 Jesper JuhlXFS: xfs_trans_add_item() - don't assign in ASSERT...
2012-02-10 Christoph Hellwigxfs: use a normal shrinker for the dquot freelist
2012-02-10 Christoph Hellwigxfs: use a normal shrinker for the dquot freelist
2012-02-03 Chandra SeetharamanDefine new macro XFS_ALL_QUOTA_ACTIVE and simply some...
2012-02-03 Chandra SeetharamanChange xfs_sb_from_disk() interface to take a mount...
2012-02-03 Chandra SeetharamanDefine a new function xfs_inode_dquot()
2012-02-03 Chandra SeetharamanDefine a new function xfs_this_quota_on()
2012-02-02 Amit Sahrawatxfs: kill the unused XFS_BB_FSB_OFFSET macro
2012-01-31 Mitsuo Hayasakaxfs: show uuid when mount fails due to duplicate uuid
2012-01-31 Mitsuo Hayasakaxfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recov...
2012-01-25 Jan Karaxfs: Fix missing xfs_iunlock() on error recovery path...
2012-01-17 Christoph Hellwigxfs: cleanup xfs_file_aio_write
2012-01-17 Christoph Hellwigxfs: always return with the iolock held from xfs_file_a...
2012-01-17 Christoph Hellwigxfs: remove the i_new_size field in struct xfs_inode
2012-01-17 Christoph Hellwigxfs: remove the i_size field in struct xfs_inode
2012-01-17 Christoph Hellwigxfs: replace i_pin_wait with a bit waitqueue
2012-01-17 Christoph Hellwigxfs: replace i_flock with a sleeping bitlock
2012-01-17 Christoph Hellwigxfs: make i_flags an unsigned long
2012-01-17 Christoph Hellwigxfs: remove the if_ext_max field in struct xfs_ifork
2012-01-13 Christoph Hellwigxfs: remove the unused dm_attrs structure
2012-01-13 Christoph Hellwigxfs: cleanup xfs_iomap_eof_align_last_fsb
2012-01-13 Christoph Hellwigxfs: remove xfs_itruncate_data
2012-01-09 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2012-01-08 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-01-08 Linus TorvaldsMerge branch 'pm-for-linus' of git://git./linux/kernel...
2012-01-08 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2012-01-07 Al Virovfs: switch ->show_options() to struct dentry *
2012-01-04 Al Viroxfs: 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
2012-01-04 Al Virovfs: mnt_drop_write_file()
2012-01-04 Al Viroswitch a bunch of places to mnt_want_write_file()
2012-01-03 Dave Chinnerxfs: fix endian conversion issue in discard code
2011-12-23 Christoph Hellwigxfs: log all dirty inodes in xfs_fs_sync_fs
2011-12-23 Christoph Hellwigxfs: log the inode in ->write_inode calls for kupdate
2011-12-21 Rafael J. WysockiMerge branch 'master' into pm-sleep
2011-12-20 Christoph Hellwigxfs: mark the xfssyncd workqueue as non-reentrant
2011-12-16 Christoph Hellwigxfs: simplify xfs_qm_detach_gdquots
2011-12-16 Xi Wangxfs: fix acl count validation in xfs_acl_from_disk()
2011-12-16 Eric Sandeenxfs: remove unused XBT_FORCE_SLEEP bit
2011-12-15 Christoph Hellwigxfs: remove XFS_QMOPT_DQSUSER
2011-12-15 Christoph Hellwigxfs: kill xfs_qm_idtodq
2011-12-15 Christoph Hellwigxfs: merge xfs_qm_dqinit_core into the only caller
next