summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2012-09-26xfs: add inode64->inode32 transition into xfs_set_inode32()Carlos Maiolino
2012-09-26xfs: Fix mp->m_maxagi update during inode64 remountCarlos Maiolino
2012-09-26xfs: reduce code duplication handling inode32/64 optionsCarlos Maiolino
2012-09-26xfs: make inode64 as the default allocation modeCarlos Maiolino
2012-09-26xfs: Fix m_agirotor reset during AG selectionCarlos Maiolino
2012-09-26Make inode64 a remountable optionCarlos Maiolino
2012-09-18xfs: stop the sync worker before xfs_unmountfsBen Myers
2012-09-18userns: Convert quota netlink aka quota_send_warningEric W. Biederman
2012-09-18userns: Convert qutoactlEric W. Biederman
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman
2012-09-17xfs: stop the sync worker before xfs_unmountfsBen Myers
2012-08-29xfs: fix race while discarding buffers [V4]Carlos Maiolino
2012-08-24xfs: xfs_seek_hole() refinement with hole searching from page cache for unwri...Jeff Liu
2012-08-24xfs: xfs_seek_data() refinement with unwritten extents check up from page cacheJeff Liu
2012-08-24xfs: Introduce a helper routine to probe data or hole offset from page cacheJeff Liu
2012-08-24xfs: Remove type argument from xfs_seek_data()/xfs_seek_hole()Jeff Liu
2012-08-24xfs: fix race while discarding buffers [V4]Carlos Maiolino
2012-08-23xfs: check for possible overflow in xfs_ioc_trimTomas Racek
2012-08-23xfs: unlock the AGI buffer when looping in xfs_diallocChristoph Hellwig
2012-08-23xfs: fix uninitialised variable in xfs_rtbuf_get()Dave Chinner
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-08-16xfs: check for possible overflow in xfs_ioc_trimTomas Racek
2012-08-16xfs: unlock the AGI buffer when looping in xfs_diallocChristoph Hellwig
2012-08-16xfs: kill struct declarations in xfs_mount.hAlex Elder
2012-08-16xfs: fix uninitialised variable in xfs_rtbuf_get()Dave Chinner
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-31xfs: Convert to new freezing codeJan Kara
2012-07-30Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2012-07-29xfs: wait for the write the superblock on unmountMark Tinguely
2012-07-29xfs: re-enable xfsaild idle mode and fix associated racesBrian Foster
2012-07-29xfs: remove iolock lock classesChristoph Hellwig
2012-07-29xfs: avoid the iolock in xfs_free_eofblocks for evicted inodesChristoph Hellwig
2012-07-29xfs: do not take the iolock in xfs_inactiveChristoph Hellwig
2012-07-29xfs: remove xfs_inactive_attrsChristoph Hellwig
2012-07-29xfs: clean up xfs_inactiveChristoph Hellwig
2012-07-29xfs: do not read the AGI buffer in xfs_dialloc until nessecaryChristoph Hellwig
2012-07-29xfs: refactor xfs_ialloc_ag_selectChristoph Hellwig
2012-07-29xfs: add a short cut to xfs_dialloc for the non-NULL agbp caseChristoph Hellwig
2012-07-29xfs: remove the alloc_done argument to xfs_diallocChristoph Hellwig
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