summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: use a normal shrinker for the dquot freelistChristoph Hellwig2012-02-106-282/+141
* xfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recover_add_to_cnt_trans()Mitsuo Hayasaka2012-01-311-1/+1
* xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara2012-01-251-1/+2
* xfs: cleanup xfs_file_aio_writeChristoph Hellwig2012-01-171-45/+37
* xfs: always return with the iolock held from xfs_file_aio_write_checksChristoph Hellwig2012-01-171-3/+4
* xfs: remove the i_new_size field in struct xfs_inodeChristoph Hellwig2012-01-175-92/+30
* xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig2012-01-1712-82/+56
* xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig2012-01-174-9/+24
* xfs: replace i_flock with a sleeping bitlockChristoph Hellwig2012-01-176-46/+76
* xfs: make i_flags an unsigned longChristoph Hellwig2012-01-171-1/+1
* xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig2012-01-178-115/+81
* xfs: remove the unused dm_attrs structureChristoph Hellwig2012-01-131-7/+0
* xfs: cleanup xfs_iomap_eof_align_last_fsbChristoph Hellwig2012-01-131-18/+18
* xfs: remove xfs_itruncate_dataChristoph Hellwig2012-01-137-142/+65
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-01-091-2/+2
|\
| * xfs: fix endian conversion issue in discard codeDave Chinner2012-01-031-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-083-5/+5
|\ \
| * | treewide: Fix comment and string typo 'bufer'Paul Bolle2011-12-061-1/+1
| * | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-022-4/+4
* | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-1/+1
|\ \ \
| * \ \ Merge branch 'master' into pm-sleepRafael J. Wysocki2011-12-219-213/+274
| |\ \ \
| * | | | freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo2011-11-211-1/+1
* | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-01-0819-1333/+412
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | xfs: mark the xfssyncd workqueue as non-reentrantChristoph Hellwig2011-12-191-5/+5
| * | | | xfs: simplify xfs_qm_detach_gdquotsChristoph Hellwig2011-12-161-17/+5
| * | | | xfs: fix acl count validation in xfs_acl_from_disk()Xi Wang2011-12-161-1/+1
| * | | | xfs: remove unused XBT_FORCE_SLEEP bitEric Sandeen2011-12-162-7/+2
| * | | | xfs: remove XFS_QMOPT_DQSUSERChristoph Hellwig2011-12-154-34/+18
| * | | | xfs: kill xfs_qm_idtodqChristoph Hellwig2011-12-151-87/+50
| * | | | xfs: merge xfs_qm_dqinit_core into the only callerChristoph Hellwig2011-12-151-20/+7
| * | | | xfs: add a xfs_dqhold helperChristoph Hellwig2011-12-153-39/+21
| * | | | xfs: simplify xfs_qm_dqattach_grouphintChristoph Hellwig2011-12-151-48/+16
| * | | | xfs: nest qm_dqfrlist_lock inside the dquot qlockChristoph Hellwig2011-12-142-60/+41
| * | | | xfs: flatten the dquot lock orderingChristoph Hellwig2011-12-144-150/+103
| * | | | xfs: implement lazy removal for the dquot freelistChristoph Hellwig2011-12-134-65/+30
| * | | | xfs: remove XFS_DQ_INACTIVEChristoph Hellwig2011-12-133-69/+24
| * | | | xfs: cleanup xfs_qm_dqlookupChristoph Hellwig2011-12-131-20/+5
| * | | | xfs: cleanup dquot locking helpersChristoph Hellwig2011-12-124-35/+25
| * | | | xfs: remove the sync_mode argument to xfs_qm_dqflush_allChristoph Hellwig2011-12-121-4/+3
| * | | | xfs: remove xfs_qm_syncChristoph Hellwig2011-12-125-119/+3
| * | | | xfs: make sure to really flush all dquots in xfs_qm_quotacheckChristoph Hellwig2011-12-121-1/+1
| * | | | xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflushChristoph Hellwig2011-12-123-4/+4
| * | | | xfs: remove the lid_size field in struct log_item_descChristoph Hellwig2011-12-085-10/+6
| * | | | xfs: cleanup the transaction commit path a bitChristoph Hellwig2011-12-083-99/+63
| * | | | xfs: remove the deprecated nodelaylog optionChristoph Hellwig2011-12-086-486/+26
| | |/ / | |/| |
* | | | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-2/+2
* | | | xfs: propagate umode_tAl Viro2012-01-039-13/+13
* | | | switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* | | | switch ->create() to umode_tAl Viro2012-01-031-1/+1
* | | | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1