aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2012-07-29xfs: split xfs_diallocChristoph Hellwig
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro
2012-07-22xfs: remove xfs_ialloc_find_freeChristoph Hellwig
2012-07-22Prefix IO_XX flags with XFS_IO_XX to avoid namespace colision.Alain Renaud
2012-07-22xfs: remove xfs_inotobpChristoph Hellwig
2012-07-22xfs: merge xfs_itobp into xfs_imap_to_bpChristoph Hellwig
2012-07-22xfs: handle EOF correctly in xfs_vm_writepageChristoph Hellwig
2012-07-22xfs: implement ->update_timeChristoph Hellwig
2012-07-22xfs: fix comment typo of struct xfs_da_blkinfo.Chen Baozi
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-13xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacksChristoph Hellwig
2012-07-13xfs: prevent recursion in xfs_buf_iorequestChristoph Hellwig
2012-07-13xfs: don't defer metadata allocation to the workqueueDave Chinner
2012-07-13xfs: really fix the cursor leak in xfs_alloc_ag_vextent_nearDave Chinner
2012-07-13xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacksChristoph Hellwig
2012-07-13xfs: prevent recursion in xfs_buf_iorequestChristoph Hellwig
2012-07-13xfs: don't defer metadata allocation to the workqueueDave Chinner
2012-07-13xfs: really fix the cursor leak in xfs_alloc_ag_vextent_nearDave Chinner
2012-07-01xfs: factor buffer reading from xfs_dir2_leaf_getdentsDave Chinner
2012-07-01xfs: remove struct xfs_dabuf and infrastructureDave Chinner
2012-07-01xfs: use discontiguous xfs_buf support in dabuf wrappersDave Chinner
2012-07-01xfs: support discontiguous buffers in the xfs_buf_log_itemDave Chinner
2012-07-01xfs: add discontiguous buffer support to transactionsDave Chinner
2012-07-01xfs: add discontiguous buffer map interfaceDave Chinner
2012-07-01xfs: convert internal buffer functions to pass mapsDave Chinner
2012-07-01xfs: separate buffer indexing from block mapDave Chinner
2012-07-01xfs: struct xfs_buf_log_format isn't variable sized.Dave Chinner
2012-06-21xfs: remove xlog_t typedefMark Tinguely
2012-06-21xfs: rename log structure to xlogMark Tinguely
2012-06-21xfs: shutdown xfs_sync_worker before the logBen Myers
2012-06-21xfs: Fix overallocation in xfs_buf_allocate_memory()Jan Kara
2012-06-21xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_nearDave Chinner
2012-06-21xfs: check for stale inode before acquiring iflock on pushBrian Foster
2012-06-21xfs: rename log structure to xlogMark Tinguely
2012-06-21xfs: shutdown xfs_sync_worker before the logBen Myers
2012-06-21xfs: Fix overallocation in xfs_buf_allocate_memory()Jan Kara
2012-06-21xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_nearDave Chinner
2012-06-21xfs: check for stale inode before acquiring iflock on pushBrian Foster
2012-06-20xfs: fix debug_object WARN at xfs_alloc_vextent()Jeff Liu
2012-06-20xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2)Alain Renaud
2012-06-14xfs: fix typo in comment of xfs_dinode_t.Chen Baozi
2012-06-14xfs: kill copy and paste segment checks in xfs_file_aio_readDave Chinner
2012-06-14xfs: make largest supported offset less shoutyDave Chinner
2012-06-14xfs: m_maxioffset is redundantDave Chinner
2012-06-14xfs: fix debug_object WARN at xfs_alloc_vextent()Jeff Liu
2012-06-14xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2)Alain Renaud
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik
2012-05-29->encode_fh() API changeAl Viro