| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: make inode quota check more general | Mitsuo Hayasaka | 2012-02-21 | 1 | -2/+4 |
* | xfs: change available ranges of softlimit and hardlimit in quota check | Mitsuo Hayasaka | 2012-02-21 | 4 | -19/+19 |
* | XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intended | Jesper Juhl | 2012-02-14 | 1 | -2/+2 |
* | xfs: use a normal shrinker for the dquot freelist | Christoph Hellwig | 2012-02-10 | 6 | -282/+141 |
* | xfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recover_add_to_cnt_trans() | Mitsuo Hayasaka | 2012-01-31 | 1 | -1/+1 |
* | xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink() | Jan Kara | 2012-01-25 | 1 | -1/+2 |
* | xfs: cleanup xfs_file_aio_write | Christoph Hellwig | 2012-01-17 | 1 | -45/+37 |
* | xfs: always return with the iolock held from xfs_file_aio_write_checks | Christoph Hellwig | 2012-01-17 | 1 | -3/+4 |
* | xfs: remove the i_new_size field in struct xfs_inode | Christoph Hellwig | 2012-01-17 | 5 | -92/+30 |
* | xfs: remove the i_size field in struct xfs_inode | Christoph Hellwig | 2012-01-17 | 12 | -82/+56 |
* | xfs: replace i_pin_wait with a bit waitqueue | Christoph Hellwig | 2012-01-17 | 4 | -9/+24 |
* | xfs: replace i_flock with a sleeping bitlock | Christoph Hellwig | 2012-01-17 | 6 | -46/+76 |
* | xfs: make i_flags an unsigned long | Christoph Hellwig | 2012-01-17 | 1 | -1/+1 |
* | xfs: remove the if_ext_max field in struct xfs_ifork | Christoph Hellwig | 2012-01-17 | 8 | -115/+81 |
* | xfs: remove the unused dm_attrs structure | Christoph Hellwig | 2012-01-13 | 1 | -7/+0 |
* | xfs: cleanup xfs_iomap_eof_align_last_fsb | Christoph Hellwig | 2012-01-13 | 1 | -18/+18 |
* | xfs: remove xfs_itruncate_data | Christoph Hellwig | 2012-01-13 | 7 | -142/+65 |
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2012-01-09 | 1 | -2/+2 |
|\ |
|
| * | xfs: fix endian conversion issue in discard code | Dave Chinner | 2012-01-03 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-01-08 | 3 | -5/+5 |
|\ \ |
|
| * | | treewide: Fix comment and string typo 'bufer' | Paul Bolle | 2011-12-06 | 1 | -1/+1 |
| * | | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock | 2011-12-02 | 2 | -4/+4 |
* | | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-01-08 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' into pm-sleep | Rafael J. Wysocki | 2011-12-21 | 9 | -213/+274 |
| |\ \ \ |
|
| * | | | | freezer: unexport refrigerator() and update try_to_freeze() slightly | Tejun Heo | 2011-11-21 | 1 | -1/+1 |
* | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2012-01-08 | 19 | -1333/+412 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | xfs: mark the xfssyncd workqueue as non-reentrant | Christoph Hellwig | 2011-12-20 | 1 | -5/+5 |
| * | | | | xfs: simplify xfs_qm_detach_gdquots | Christoph Hellwig | 2011-12-16 | 1 | -17/+5 |
| * | | | | xfs: fix acl count validation in xfs_acl_from_disk() | Xi Wang | 2011-12-16 | 1 | -1/+1 |
| * | | | | xfs: remove unused XBT_FORCE_SLEEP bit | Eric Sandeen | 2011-12-16 | 2 | -7/+2 |
| * | | | | xfs: remove XFS_QMOPT_DQSUSER | Christoph Hellwig | 2011-12-15 | 4 | -34/+18 |
| * | | | | xfs: kill xfs_qm_idtodq | Christoph Hellwig | 2011-12-15 | 1 | -87/+50 |
| * | | | | xfs: merge xfs_qm_dqinit_core into the only caller | Christoph Hellwig | 2011-12-15 | 1 | -20/+7 |
| * | | | | xfs: add a xfs_dqhold helper | Christoph Hellwig | 2011-12-15 | 3 | -39/+21 |
| * | | | | xfs: simplify xfs_qm_dqattach_grouphint | Christoph Hellwig | 2011-12-15 | 1 | -48/+16 |
| * | | | | xfs: nest qm_dqfrlist_lock inside the dquot qlock | Christoph Hellwig | 2011-12-15 | 2 | -60/+41 |
| * | | | | xfs: flatten the dquot lock ordering | Christoph Hellwig | 2011-12-14 | 4 | -150/+103 |
| * | | | | xfs: implement lazy removal for the dquot freelist | Christoph Hellwig | 2011-12-13 | 4 | -65/+30 |
| * | | | | xfs: remove XFS_DQ_INACTIVE | Christoph Hellwig | 2011-12-13 | 3 | -69/+24 |
| * | | | | xfs: cleanup xfs_qm_dqlookup | Christoph Hellwig | 2011-12-13 | 1 | -20/+5 |
| * | | | | xfs: cleanup dquot locking helpers | Christoph Hellwig | 2011-12-13 | 4 | -35/+25 |
| * | | | | xfs: remove the sync_mode argument to xfs_qm_dqflush_all | Christoph Hellwig | 2011-12-12 | 1 | -4/+3 |
| * | | | | xfs: remove xfs_qm_sync | Christoph Hellwig | 2011-12-12 | 5 | -119/+3 |
| * | | | | xfs: make sure to really flush all dquots in xfs_qm_quotacheck | Christoph Hellwig | 2011-12-12 | 1 | -1/+1 |
| * | | | | xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflush | Christoph Hellwig | 2011-12-12 | 3 | -4/+4 |
| * | | | | xfs: remove the lid_size field in struct log_item_desc | Christoph Hellwig | 2011-12-08 | 5 | -10/+6 |
| * | | | | xfs: cleanup the transaction commit path a bit | Christoph Hellwig | 2011-12-08 | 3 | -99/+63 |
| * | | | | xfs: remove the deprecated nodelaylog option | Christoph Hellwig | 2011-12-08 | 6 | -486/+26 |
| | |/ /
| |/| | |
|
* | | | | vfs: switch ->show_options() to struct dentry * | Al Viro | 2012-01-07 | 1 | -2/+2 |
* | | | | xfs: propagate umode_t | Al Viro | 2012-01-04 | 9 | -13/+13 |