aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-21xfs: make inode quota check more generalMitsuo Hayasaka1-2/+4
2012-02-21xfs: change available ranges of softlimit and hardlimit in quota checkMitsuo Hayasaka4-19/+19
2012-02-13XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intendedJesper Juhl1-2/+2
2012-02-10xfs: use a normal shrinker for the dquot freelistChristoph Hellwig6-282/+141
2012-01-31xfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recover_add_to_cnt_trans()Mitsuo Hayasaka1-1/+1
2012-01-25xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara1-1/+2
2012-01-17xfs: cleanup xfs_file_aio_writeChristoph Hellwig1-45/+37
2012-01-17xfs: always return with the iolock held from xfs_file_aio_write_checksChristoph Hellwig1-3/+4
2012-01-17xfs: remove the i_new_size field in struct xfs_inodeChristoph Hellwig5-92/+30
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig12-82/+56
2012-01-17xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig4-9/+24
2012-01-17xfs: replace i_flock with a sleeping bitlockChristoph Hellwig6-46/+76
2012-01-17xfs: make i_flags an unsigned longChristoph Hellwig1-1/+1
2012-01-17xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig8-115/+81
2012-01-13xfs: remove the unused dm_attrs structureChristoph Hellwig1-7/+0
2012-01-13xfs: cleanup xfs_iomap_eof_align_last_fsbChristoph Hellwig1-18/+18
2012-01-13xfs: remove xfs_itruncate_dataChristoph Hellwig7-142/+65
2012-01-09Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-2/+2
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-5/+5
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2012-01-08Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds19-1333/+412
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03xfs: propagate umode_tAl Viro9-13/+13
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2012-01-03vfs: mnt_drop_write_file()Al Viro2-4/+4
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro2-4/+4
2012-01-03xfs: fix endian conversion issue in discard codeDave Chinner1-2/+2
2011-12-23xfs: log all dirty inodes in xfs_fs_sync_fsChristoph Hellwig3-24/+42
2011-12-23xfs: log the inode in ->write_inode calls for kupdateChristoph Hellwig1-1/+1
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki9-213/+274
2011-12-19xfs: mark the xfssyncd workqueue as non-reentrantChristoph Hellwig1-5/+5
2011-12-16xfs: simplify xfs_qm_detach_gdquotsChristoph Hellwig1-17/+5
2011-12-16xfs: fix acl count validation in xfs_acl_from_disk()Xi Wang1-1/+1
2011-12-16xfs: remove unused XBT_FORCE_SLEEP bitEric Sandeen2-7/+2
2011-12-15xfs: remove XFS_QMOPT_DQSUSERChristoph Hellwig4-34/+18
2011-12-15xfs: kill xfs_qm_idtodqChristoph Hellwig1-87/+50
2011-12-15xfs: merge xfs_qm_dqinit_core into the only callerChristoph Hellwig1-20/+7
2011-12-15xfs: add a xfs_dqhold helperChristoph Hellwig3-39/+21
2011-12-15xfs: simplify xfs_qm_dqattach_grouphintChristoph Hellwig1-48/+16
2011-12-14xfs: nest qm_dqfrlist_lock inside the dquot qlockChristoph Hellwig2-60/+41
2011-12-14xfs: flatten the dquot lock orderingChristoph Hellwig4-150/+103
2011-12-13xfs: implement lazy removal for the dquot freelistChristoph Hellwig4-65/+30
2011-12-13xfs: remove XFS_DQ_INACTIVEChristoph Hellwig3-69/+24
2011-12-13xfs: cleanup xfs_qm_dqlookupChristoph Hellwig1-20/+5
2011-12-12xfs: cleanup dquot locking helpersChristoph Hellwig4-35/+25
2011-12-12xfs: remove the sync_mode argument to xfs_qm_dqflush_allChristoph Hellwig1-4/+3
2011-12-12xfs: remove xfs_qm_syncChristoph Hellwig5-119/+3