Btrfs: fix page leak when allocing extent buffers
[linux-flexiantxendom0-3.2.10.git] / fs / xfs /
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-10 Christoph Hellwigxfs: use a normal shrinker for the dquot freelist
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
2011-12-15 Christoph Hellwigxfs: add a xfs_dqhold helper
2011-12-15 Christoph Hellwigxfs: simplify xfs_qm_dqattach_grouphint
2011-12-15 Christoph Hellwigxfs: nest qm_dqfrlist_lock inside the dquot qlock
2011-12-14 Christoph Hellwigxfs: flatten the dquot lock ordering
2011-12-13 Christoph Hellwigxfs: implement lazy removal for the dquot freelist
2011-12-13 Christoph Hellwigxfs: remove XFS_DQ_INACTIVE
2011-12-13 Christoph Hellwigxfs: cleanup xfs_qm_dqlookup
2011-12-12 Christoph Hellwigxfs: cleanup dquot locking helpers
2011-12-12 Christoph Hellwigxfs: remove the sync_mode argument to xfs_qm_dqflush_all
2011-12-12 Christoph Hellwigxfs: remove xfs_qm_sync
2011-12-12 Christoph Hellwigxfs: make sure to really flush all dquots in xfs_qm_quo...
2011-12-12 Christoph Hellwigxfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for...
2011-12-08 Christoph Hellwigxfs: remove the lid_size field in struct log_item_desc
2011-12-08 Christoph Hellwigxfs: cleanup the transaction commit path a bit
2011-12-08 Christoph Hellwigxfs: remove the deprecated nodelaylog option
2011-12-06 Christoph Hellwigxfs: fix the logspace waiting algorithm
2011-12-06 Christoph Hellwigxfs: fix nfs export of 64-bit inodes numbers on 32...
2011-12-06 Paul Bolletreewide: Fix comment and string typo 'bufer'
2011-12-02 Dave Chinnerxfs: fix allocation length overflow in xfs_bmapi_write()
2011-12-02 Justin P. Mattocktreewide: Fix typos in various parts of the kernel...
2011-11-29 Christoph Hellwigxfs: fix attr2 vs large data fork assert
2011-11-29 Christoph Hellwigxfs: force buffer writeback before blocking on the...
2011-11-29 Christoph Hellwigxfs: validate acl count
2011-11-21 Tejun Heofreezer: unexport refrigerator() and update try_to_free...
2011-11-15 Mitsuo Hayasakaxfs: use doalloc flag in xfs_qm_dqattach_one()
2011-11-08 Christoph Hellwigxfs: fix force shutdown handling in xfs_end_io
2011-11-08 Christoph Hellwigxfs: constify xfs_item_ops
2011-11-08 Carlos Maiolinoxfs: Fix possible memory corruption in xfs_readlink
2011-11-02 Miklos Szeredifilesystems: add set_nlink()
2011-11-01 Joe Perchestreewide: use __printf not __attribute__((format(printf...
2011-11-01 Mel Gormanxfs: warn if direct reclaim tries to writeback pages
2011-10-28 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2011-10-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-10-25 Linus TorvaldsMerge branch 'next' of git://selinuxproject.org/~jmorri...
2011-10-18 Christoph Hellwigxfs: add AIL pushing tracepoints
2011-10-18 Alex Elderxfs: put in missed fix for merge problem
2011-10-17 Alex ElderMerge branch 'master' of git://git./linux/kernel/git...
2011-10-12 Christoph Hellwigxfs: do not flush data workqueues in xfs_flush_buftarg
2011-10-12 Christoph Hellwigxfs: remove XFS_bflush
2011-10-12 Christoph Hellwigxfs: remove xfs_buf_target_name
2011-10-12 Christoph Hellwigxfs: use xfs_ioerror_alert in xfs_buf_iodone_callbacks
2011-10-12 Christoph Hellwigxfs: clean up xfs_ioerror_alert
2011-10-12 Christoph Hellwigxfs: clean up buffer allocation
2011-10-12 Christoph Hellwigxfs: remove buffers from the delwri list in xfs_buf_stale
2011-10-12 Christoph Hellwigxfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALE
2011-10-12 Christoph Hellwigxfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REF
2011-10-12 Christoph Hellwigxfs: remove XFS_BUF_FINISH_IOWAIT
2011-10-12 Christoph Hellwigxfs: remove xfs_get_buftarg_list
2011-10-12 Christoph Hellwigxfs: fix buffer flushing during unmount
2011-10-12 Christoph Hellwigxfs: optimize fsync on directories
2011-10-12 Dave Chinnerxfs: reduce the number of log forces from tail pushing
2011-10-12 Dave Chinnerxfs: Don't allocate new buffers on every call to _xfs_b...
2011-10-12 Christoph Hellwigxfs: simplify xfs_trans_ijoin* again
2011-10-12 Christoph Hellwigxfs: unlock the inode before log force in xfs_change_fi...
2011-10-12 Christoph Hellwigxfs: unlock the inode before log force in xfs_fs_nfs_co...
2011-10-12 Christoph Hellwigxfs: unlock the inode before log force in xfs_fsync
2011-10-12 Christoph Hellwigxfs: XFS_TRANS_SWAPEXT is not a valid flag for xfs_tran...
2011-10-12 Lukas Czernerxfs: fix possible overflow in xfs_ioc_trim()
2011-10-12 Christoph Hellwigxfs: cleanup xfs_bmap.h
2011-10-12 Christoph Hellwigxfs: dont ignore error code from xfs_bmbt_update
next