| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-11-17 | xfs: drop buffer io reference when a bad bio is built | Dave Chinner | 1 | -2/+12 |
| 2012-11-17 | xfs: fix broken error handling in xfs_vm_writepage | Dave Chinner | 1 | -15/+39 |
| 2012-11-17 | xfs: fix attr tree double split corruption | Dave Chinner | 1 | -2/+18 |
| 2012-11-08 | xfs: fix reading of wrapped log data | Dave Chinner | 1 | -1/+1 |
| 2012-11-08 | xfs: fix buffer shudown reference count mismatch | Dave Chinner | 1 | -0/+18 |
| 2012-11-08 | xfs: don't vmap inode cluster buffers during free | Dave Chinner | 1 | -1/+2 |
| 2012-11-08 | xfs: invalidate allocbt blocks moved to the free list | Dave Chinner | 1 | -0/+2 |
| 2012-11-08 | xfs: silence uninitialised f.file warning. | Dave Chinner | 1 | -1/+1 |
| 2012-11-08 | xfs: growfs: don't read garbage for new secondary superblocks | Dave Chinner | 1 | -2/+19 |
| 2012-11-08 | xfs: move allocation stack switch up to xfs_bmapi_allocate | Dave Chinner | 4 | -56/+54 |
| 2012-11-08 | xfs: introduce XFS_BMAPI_STACK_SWITCH | Dave Chinner | 5 | -3/+13 |
| 2012-11-08 | xfs: zero allocation_args on the kernel stack | Mark Tinguely | 3 | -0/+5 |
| 2012-11-08 | xfs: only update the last_sync_lsn when a transaction completes | Dave Chinner | 1 | -3/+16 |
| 2012-10-09 | tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking | Hugh Dickins | 1 | -0/+3 |
| 2012-10-09 | mm: kill vma flag VM_CAN_NONLINEAR | Konstantin Khlebnikov | 1 | -1/+1 |
| 2012-10-02 | Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 7 | -80/+447 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -22/+27 |
| 2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 1 | -0/+5 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 3 | -11/+13 |
| 2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2 | -2/+2 |
| 2012-09-26 | switch simple cases of fget_light to fdget | Al Viro | 2 | -24/+24 |
| 2012-09-26 | switch xfs_find_handle() to fget_light() | Al Viro | 1 | -3/+3 |
| 2012-09-26 | switch xfs_swapext() to fget_light() | Al Viro | 1 | -5/+5 |
| 2012-09-26 | xfs: Make inode32 a remountable option | Carlos Maiolino | 1 | -1/+9 |
| 2012-09-26 | xfs: add inode64->inode32 transition into xfs_set_inode32() | Carlos Maiolino | 1 | -3/+12 |
| 2012-09-26 | xfs: Fix mp->m_maxagi update during inode64 remount | Carlos Maiolino | 1 | -1/+1 |
| 2012-09-26 | xfs: reduce code duplication handling inode32/64 options | Carlos Maiolino | 3 | -62/+72 |
| 2012-09-26 | xfs: make inode64 as the default allocation mode | Carlos Maiolino | 1 | -0/+7 |
| 2012-09-26 | xfs: Fix m_agirotor reset during AG selection | Carlos Maiolino | 1 | -1/+1 |
| 2012-09-26 | Make inode64 a remountable option | Carlos Maiolino | 1 | -1/+29 |
| 2012-09-18 | xfs: stop the sync worker before xfs_unmountfs | Ben Myers | 1 | -0/+1 |
| 2012-09-18 | userns: Convert quota netlink aka quota_send_warning | Eric W. Biederman | 1 | -3/+5 |
| 2012-09-18 | userns: Convert qutoactl | Eric W. Biederman | 1 | -6/+6 |
| 2012-09-18 | userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr | Eric W. Biederman | 1 | -2/+2 |
| 2012-09-17 | xfs: stop the sync worker before xfs_unmountfs | Ben Myers | 1 | -0/+1 |
| 2012-08-29 | xfs: fix race while discarding buffers [V4] | Carlos Maiolino | 2 | -18/+28 |
| 2012-08-24 | xfs: xfs_seek_hole() refinement with hole searching from page cache for unwri... | Jeff Liu | 1 | -11/+67 |
| 2012-08-24 | xfs: xfs_seek_data() refinement with unwritten extents check up from page cache | Jeff Liu | 1 | -18/+54 |
| 2012-08-24 | xfs: Introduce a helper routine to probe data or hole offset from page cache | Jeff Liu | 1 | -0/+219 |
| 2012-08-24 | xfs: Remove type argument from xfs_seek_data()/xfs_seek_hole() | Jeff Liu | 1 | -6/+4 |
| 2012-08-24 | xfs: fix race while discarding buffers [V4] | Carlos Maiolino | 2 | -18/+28 |
| 2012-08-23 | xfs: check for possible overflow in xfs_ioc_trim | Tomas Racek | 1 | -2/+4 |
| 2012-08-23 | xfs: unlock the AGI buffer when looping in xfs_dialloc | Christoph Hellwig | 1 | -8/+9 |
| 2012-08-23 | xfs: fix uninitialised variable in xfs_rtbuf_get() | Dave Chinner | 1 | -1/+1 |
| 2012-08-20 | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 2 | -2/+2 |
| 2012-08-16 | xfs: check for possible overflow in xfs_ioc_trim | Tomas Racek | 1 | -2/+4 |
| 2012-08-16 | xfs: unlock the AGI buffer when looping in xfs_dialloc | Christoph Hellwig | 1 | -8/+9 |
| 2012-08-16 | xfs: kill struct declarations in xfs_mount.h | Alex Elder | 2 | -5/+1 |
| 2012-08-16 | xfs: fix uninitialised variable in xfs_rtbuf_get() | Dave Chinner | 1 | -1/+1 |
| 2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 10 | -16/+109 |
| 2012-07-31 | xfs: Convert to new freezing code | Jan Kara | 10 | -16/+109 |
| 2012-07-30 | Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 46 | -2415/+2457 |
| 2012-07-29 | xfs: wait for the write the superblock on unmount | Mark Tinguely | 2 | -0/+18 |
| 2012-07-29 | xfs: re-enable xfsaild idle mode and fix associated races | Brian Foster | 2 | -3/+33 |
| 2012-07-29 | xfs: remove iolock lock classes | Christoph Hellwig | 3 | -33/+2 |
| 2012-07-29 | xfs: avoid the iolock in xfs_free_eofblocks for evicted inodes | Christoph Hellwig | 1 | -14/+10 |
| 2012-07-29 | xfs: do not take the iolock in xfs_inactive | Christoph Hellwig | 2 | -18/+15 |
| 2012-07-29 | xfs: remove xfs_inactive_attrs | Christoph Hellwig | 1 | -61/+36 |
| 2012-07-29 | xfs: clean up xfs_inactive | Christoph Hellwig | 1 | -128/+43 |
| 2012-07-29 | xfs: do not read the AGI buffer in xfs_dialloc until nessecary | Christoph Hellwig | 1 | -58/+69 |
| 2012-07-29 | xfs: refactor xfs_ialloc_ag_select | Christoph Hellwig | 1 | -51/+44 |
| 2012-07-29 | xfs: add a short cut to xfs_dialloc for the non-NULL agbp case | Christoph Hellwig | 1 | -21/+26 |
| 2012-07-29 | xfs: remove the alloc_done argument to xfs_dialloc | Christoph Hellwig | 5 | -19/+10 |
| 2012-07-29 | xfs: split xfs_dialloc | Christoph Hellwig | 1 | -175/+174 |
| 2012-07-23 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2 | -5/+8 |
| 2012-07-23 | switch dentry_open() to struct path, make it grab references itself | Al Viro | 1 | -2/+5 |
| 2012-07-22 | xfs: remove xfs_ialloc_find_free | Christoph Hellwig | 1 | -8/+1 |
| 2012-07-22 | Prefix IO_XX flags with XFS_IO_XX to avoid namespace colision. | Alain Renaud | 2 | -31/+31 |
| 2012-07-22 | xfs: remove xfs_inotobp | Christoph Hellwig | 2 | -54/+19 |
| 2012-07-22 | xfs: merge xfs_itobp into xfs_imap_to_bp | Christoph Hellwig | 5 | -91/+54 |
| 2012-07-22 | xfs: handle EOF correctly in xfs_vm_writepage | Christoph Hellwig | 1 | -2/+17 |
| 2012-07-22 | xfs: implement ->update_time | Christoph Hellwig | 3 | -57/+46 |
| 2012-07-22 | xfs: fix comment typo of struct xfs_da_blkinfo. | Chen Baozi | 1 | -1/+1 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 1 | -1/+1 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -2/+2 |
| 2012-07-13 | xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacks | Christoph Hellwig | 3 | -31/+23 |
| 2012-07-13 | xfs: prevent recursion in xfs_buf_iorequest | Christoph Hellwig | 1 | -1/+1 |
| 2012-07-13 | xfs: don't defer metadata allocation to the workqueue | Dave Chinner | 1 | -3/+12 |
| 2012-07-13 | xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near | Dave Chinner | 1 | -2/+2 |
| 2012-07-13 | xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacks | Christoph Hellwig | 3 | -31/+23 |
| 2012-07-13 | xfs: prevent recursion in xfs_buf_iorequest | Christoph Hellwig | 1 | -1/+1 |
| 2012-07-13 | xfs: don't defer metadata allocation to the workqueue | Dave Chinner | 1 | -3/+12 |
| 2012-07-13 | xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near | Dave Chinner | 1 | -2/+2 |
| 2012-07-01 | xfs: factor buffer reading from xfs_dir2_leaf_getdents | Dave Chinner | 1 | -202/+232 |
| 2012-07-01 | xfs: remove struct xfs_dabuf and infrastructure | Dave Chinner | 13 | -779/+602 |
| 2012-07-01 | xfs: use discontiguous xfs_buf support in dabuf wrappers | Dave Chinner | 2 | -305/+239 |
| 2012-07-01 | xfs: support discontiguous buffers in the xfs_buf_log_item | Dave Chinner | 2 | -93/+244 |
| 2012-07-01 | xfs: add discontiguous buffer support to transactions | Dave Chinner | 2 | -39/+79 |
| 2012-07-01 | xfs: add discontiguous buffer map interface | Dave Chinner | 2 | -25/+58 |
| 2012-07-01 | xfs: convert internal buffer functions to pass maps | Dave Chinner | 2 | -54/+191 |
| 2012-07-01 | xfs: separate buffer indexing from block map | Dave Chinner | 2 | -13/+35 |
| 2012-07-01 | xfs: struct xfs_buf_log_format isn't variable sized. | Dave Chinner | 5 | -43/+40 |
| 2012-06-21 | xfs: remove xlog_t typedef | Mark Tinguely | 3 | -157/+224 |
| 2012-06-21 | xfs: rename log structure to xlog | Mark Tinguely | 6 | -88/+116 |
| 2012-06-21 | xfs: shutdown xfs_sync_worker before the log | Ben Myers | 2 | -16/+17 |
| 2012-06-21 | xfs: Fix overallocation in xfs_buf_allocate_memory() | Jan Kara | 1 | -14/+2 |
| 2012-06-21 | xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_near | Dave Chinner | 1 | -0/+1 |
| 2012-06-21 | xfs: check for stale inode before acquiring iflock on push | Brian Foster | 1 | -9/+8 |
| 2012-06-21 | xfs: rename log structure to xlog | Mark Tinguely | 6 | -88/+116 |
| 2012-06-21 | xfs: shutdown xfs_sync_worker before the log | Ben Myers | 2 | -16/+17 |
| 2012-06-21 | xfs: Fix overallocation in xfs_buf_allocate_memory() | Jan Kara | 1 | -14/+2 |
| 2012-06-21 | xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_near | Dave Chinner | 1 | -0/+1 |
| 2012-06-21 | xfs: check for stale inode before acquiring iflock on push | Brian Foster | 1 | -9/+8 |
| 2012-06-20 | xfs: fix debug_object WARN at xfs_alloc_vextent() | Jeff Liu | 1 | -1/+1 |
| 2012-06-20 | xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2) | Alain Renaud | 1 | -3/+8 |
| 2012-06-14 | xfs: fix typo in comment of xfs_dinode_t. | Chen Baozi | 1 | -1/+1 |
| 2012-06-14 | xfs: kill copy and paste segment checks in xfs_file_aio_read | Dave Chinner | 1 | -14/+3 |
| 2012-06-14 | xfs: make largest supported offset less shouty | Dave Chinner | 7 | -12/+10 |
| 2012-06-14 | xfs: m_maxioffset is redundant | Dave Chinner | 4 | -12/+9 |
| 2012-06-14 | xfs: fix debug_object WARN at xfs_alloc_vextent() | Jeff Liu | 1 | -1/+1 |
| 2012-06-14 | xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2) | Alain Renaud | 1 | -3/+8 |
| 2012-06-01 | fs: introduce inode operation ->update_time | Josef Bacik | 1 | -2/+5 |
| 2012-05-29 | ->encode_fh() API change | Al Viro | 1 | -14/+9 |
| 2012-05-29 | xfs: switch to proper __bitwise type for KM_... flags | Al Viro | 6 | -19/+20 |
| 2012-05-28 | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 1 | -1/+1 |
| 2012-05-21 | xfs: add trace points for log forces | Dave Chinner | 2 | -0/+18 |
| 2012-05-21 | xfs: fix memory reclaim deadlock on agi buffer | Peter Watkins | 1 | -2/+3 |
| 2012-05-21 | xfs: fix delalloc quota accounting on failure | Dave Chinner | 3 | -3/+3 |
| 2012-05-15 | xfs: protect xfs_sync_worker with s_umount semaphore | Ben Myers | 1 | -13/+16 |
| 2012-05-14 | xfs: introduce SEEK_DATA/SEEK_HOLE support | Jeff Liu | 1 | -1/+142 |
| 2012-05-14 | xfs: make xfs_extent_busy_trim not static | Ben Myers | 3 | -3/+5 |
| 2012-05-14 | xfs: make XBF_MAPPED the default behaviour | Dave Chinner | 7 | -32/+24 |
| 2012-05-14 | xfs: flush outstanding buffers on log mount failure | Dave Chinner | 1 | -2/+6 |
| 2012-05-14 | xfs: Properly exclude IO type flags from buffer flags | Dave Chinner | 1 | -2/+3 |
| 2012-05-14 | xfs: clean up xfs_bit.h includes | Dave Chinner | 28 | -35/+7 |
| 2012-05-14 | xfs: move xfs_do_force_shutdown() and kill xfs_rw.c | Dave Chinner | 3 | -91/+60 |
| 2012-05-14 | xfs: move xfs_get_extsz_hint() and kill xfs_rw.h | Dave Chinner | 16 | -57/+16 |
| 2012-05-14 | xfs: move xfs_fsb_to_db to xfs_bmap.h | Dave Chinner | 3 | -14/+16 |
| 2012-05-14 | xfs: clean up busy extent naming | Dave Chinner | 8 | -73/+73 |
| 2012-05-14 | xfs: move busy extent handling to it's own file | Dave Chinner | 10 | -617/+674 |
| 2012-05-14 | xfs: move xfsagino_t to xfs_types.h | Dave Chinner | 51 | -54/+5 |
| 2012-05-14 | xfs: use iolock on XFS_IOC_ALLOCSP calls | Dave Chinner | 1 | -3/+19 |
| 2012-05-14 | xfs: kill XBF_DONTBLOCK | Dave Chinner | 5 | -38/+14 |
| 2012-05-14 | xfs: kill xfs_read_buf() | Dave Chinner | 6 | -63/+11 |
| 2012-05-14 | xfs: kill XBF_LOCK | Dave Chinner | 11 | -49/+29 |
| 2012-05-14 | xfs: kill xfs_buf_btoc | Dave Chinner | 2 | -23/+21 |
| 2012-05-14 | xfs: use blocks for storing the desired IO size | Dave Chinner | 7 | -41/+41 |
| 2012-05-14 | xfs: use blocks for counting length of buffers | Dave Chinner | 6 | -34/+34 |
| 2012-05-14 | xfs: kill b_file_offset | Dave Chinner | 2 | -14/+8 |
| 2012-05-14 | xfs: clean up buffer get/read call API | Dave Chinner | 8 | -74/+84 |
| 2012-05-14 | xfs: use kmem_zone_zalloc for buffers | Dave Chinner | 1 | -2/+1 |
| 2012-05-14 | xfs: fix incorrect b_offset initialisation | Dave Chinner | 1 | -1/+0 |
| 2012-05-14 | xfs: check for buffer errors before waiting | Dave Chinner | 3 | -13/+13 |
| 2012-05-14 | xfs: fix buffer lookup race on allocation failure | Dave Chinner | 1 | -7/+9 |
| 2012-05-14 | xfs: Use preallocation for inodes with extsz hints | Dave Chinner | 1 | -1/+1 |
| 2012-05-14 | xfs: limit specualtive delalloc to maxioffset | Dave Chinner | 1 | -0/+9 |
| 2012-05-14 | xfs: don't assert on delalloc regions beyond EOF | Dave Chinner | 1 | -2/+14 |
| 2012-05-14 | xfs: prevent needless mount warning causing test failures | Dave Chinner | 1 | -0/+4 |
| 2012-05-14 | xfs: punch new delalloc blocks out of failed writes inside EOF. | Dave Chinner | 1 | -46/+127 |
| 2012-05-14 | xfs: page type check in writeback only checks last buffer | Dave Chinner | 1 | -6/+6 |
| 2012-05-14 | xfs: Do background CIL flushes via a workqueue | Dave Chinner | 4 | -94/+160 |
| 2012-05-14 | xfs: pass shutdown method into xfs_trans_ail_delete_bulk | Dave Chinner | 11 | -26/+35 |
| 2012-05-14 | xfs: remove some obsolete comments in xfs_trans_ail.c | Christoph Hellwig | 1 | -14/+0 |
| 2012-05-14 | xfs: on-stack delayed write buffer lists | Christoph Hellwig | 19 | -918/+442 |
| 2012-05-14 | xfs: do not add buffers to the delwri queue until pushed | Christoph Hellwig | 2 | -5/+8 |
| 2012-05-14 | xfs: do not write the buffer from xfs_qm_dqflush | Christoph Hellwig | 4 | -38/+53 |
| 2012-05-14 | xfs: do not write the buffer from xfs_iflush | Christoph Hellwig | 4 | -54/+48 |
| 2012-05-14 | xfs: don't flush inodes from background inode reclaim | Christoph Hellwig | 1 | -60/+42 |
| 2012-05-14 | xfs: implement freezing by emptying the AIL | Christoph Hellwig | 5 | -135/+56 |
| 2012-05-14 | xfs: allow assigning the tail lsn with the AIL lock held | Christoph Hellwig | 4 | -15/+40 |
| 2012-05-14 | xfs: remove log item from AIL in xfs_iflush after a shutdown | Christoph Hellwig | 4 | -27/+12 |
| 2012-05-14 | xfs: remove log item from AIL in xfs_qm_dqflush after a shutdown | Christoph Hellwig | 1 | -1/+13 |
| 2012-05-14 | xfs: using GFP_NOFS for blkdev_issue_flush | Shaohua Li | 1 | -1/+1 |
| 2012-05-14 | xfs: punch all delalloc blocks beyond EOF on write failure. | Dave Chinner | 1 | -1/+1 |
| 2012-05-14 | xfs: use shared ilock mode for direct IO writes by default | Dave Chinner | 2 | -30/+45 |
| 2012-05-14 | xfs: push the ilock into xfs_zero_eof | Christoph Hellwig | 2 | -102/+63 |
| 2012-05-14 | xfs: reduce ilock hold times in xfs_setattr_size | Christoph Hellwig | 1 | -7/+7 |
| 2012-05-14 | xfs: reduce ilock hold times in xfs_file_aio_write_checks | Christoph Hellwig | 1 | -14/+9 |
| 2012-05-14 | xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattach | Christoph Hellwig | 1 | -5/+21 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-04-17 | xfs: Ensure inode reclaim can run during quotacheck | Dave Chinner | 2 | -21/+19 |
| 2012-04-16 | xfs: don't fill statvfs with project quota for a directory if it was not enab... | Jie Liu | 1 | -1/+1 |
| 2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 1 | -1/+0 |
| 2012-03-28 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 17 | -76/+317 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
| 2012-03-27 | xfs: add lots of attribute trace points | Dave Chinner | 4 | -6/+144 |
| 2012-03-27 | xfs: Fix oops on IO error during xlog_recover_process_iunlinks() | Jan Kara | 1 | -22/+11 |
| 2012-03-27 | xfs: fix fstrim offset calculations | Dave Chinner | 3 | -24/+46 |
| 2012-03-26 | xfs: Account log unmount transaction correctly | Dave Chinner | 1 | -1/+2 |
| 2012-03-26 | xfs: don't cache inodes read through bulkstat | Dave Chinner | 4 | -4/+28 |
| 2012-03-26 | xfs: trace xfs_name strings correctly | Christoph Hellwig | 1 | -3/+13 |
| 2012-03-23 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 50 | -2248/+1374 |
| 2012-03-22 | xfs: introduce an allocation workqueue | Dave Chinner | 3 | -1/+54 |
| 2012-03-22 | xfs: Fix open flag handling in open_by_handle code | Dave Chinner | 1 | -9/+5 |
| 2012-03-22 | xfs: fix deadlock in xfs_rtfree_extent | Kamal Dasu | 2 | -5/+13 |
| 2012-03-22 | fs: xfs: fix section mismatch in linux-next | Gerard Snitselaar | 1 | -1/+1 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -4/+2 |
| 2012-03-20 | vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} | Al Viro | 4 | -29/+1 |
| 2012-03-15 | xfs: fallback to vmalloc for large buffers in xfs_getbmap | Dave Chinner | 1 | -3/+10 |
| 2012-03-15 | xfs: fallback to vmalloc for large buffers in xfs_attrmulti_attr_get | Dave Chinner | 1 | -4/+10 |
| 2012-03-15 | xfs: remove remaining scraps of struct xfs_iomap | Dave Chinner | 2 | -4/+0 |
| 2012-03-15 | xfs: fix inode lookup race | Dave Chinner | 1 | -6/+12 |
| 2012-03-14 | xfs: clean up minor sparse warnings | Dave Chinner | 3 | -6/+10 |
| 2012-03-14 | xfs: remove the global xfs_Gqm structure | Christoph Hellwig | 7 | -174/+46 |
| 2012-03-14 | xfs: remove the per-filesystem list of dquots | Christoph Hellwig | 5 | -304/+226 |
| 2012-03-14 | xfs: use per-filesystem radix trees for dquot lookup | Christoph Hellwig | 6 | -263/+66 |
| 2012-03-14 | xfs: per-filesystem dquot LRU lists | Christoph Hellwig | 4 | -78/+74 |
| 2012-03-14 | xfs: use common code for quota statistics | Christoph Hellwig | 9 | -187/+110 |
| 2012-03-13 | xfs: reimplement fdatasync support | Christoph Hellwig | 4 | -5/+18 |
| 2012-03-13 | xfs: split in-core and on-disk inode log item fields | Christoph Hellwig | 5 | -92/+92 |