aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vnodeops.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-12xfs: kill xfs_vnodeops.[ch]Dave Chinner1-1872/+0
2013-08-12xfs: create xfs_bmap_util.[ch]Dave Chinner1-0/+1
2013-08-12xfs: reshuffle dir2 definitions around for userspaceDave Chinner1-1/+2
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner1-1/+1
2013-07-11xfs: Add pquota fields where gquota is used.Chandra Seetharaman1-4/+9
2013-06-19xfs: fix the symbolic link assert in xfs_ifreeMark Tinguely1-12/+3
2013-05-20xfs: fix rounding in xfs_free_file_spaceDave Chinner1-2/+2
2013-04-21xfs: split out symlink code into it's own file.Dave Chinner1-476/+2
2013-03-14xfs: take inode version into account in XFS_LITINOChristoph Hellwig1-1/+1
2013-01-17xfs: Remove boolean_t typedef completely.Thiago Farina1-6/+6
2012-11-29xfs: byte range granularity for XFS_IOC_ZERO_RANGEDave Chinner1-21/+75
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner1-1/+1
2012-11-14xfs: remove xfs_flushinval_pagesDave Chinner1-6/+5
2012-11-14xfs: remove xfs_flush_pagesDave Chinner1-2/+5
2012-11-14xfs: reverse the check on XFS_IOC_ZERO_RANGEAndrew Dahl1-1/+1
2012-11-14xfs: remove xfs_tosspagesDave Chinner1-5/+25
2012-11-08xfs: make xfs_free_eofblocks() non-static, return EAGAIN on trylock failureBrian Foster1-3/+3
2012-11-08xfs: create helper to check whether to free eofblocks on inodeBrian Foster1-12/+7
2012-11-08xfs: add EOFBLOCKS inode tagging/untaggingBrian Foster1-0/+2
2012-10-17xfs: remove xfs_iget.cDave Chinner1-0/+1
2012-10-17xfs: xfs_sync_data is redundant.Dave Chinner1-1/+1
2012-07-29xfs: avoid the iolock in xfs_free_eofblocks for evicted inodesChristoph Hellwig1-14/+10
2012-07-29xfs: do not take the iolock in xfs_inactiveChristoph Hellwig1-17/+12
2012-07-29xfs: remove xfs_inactive_attrsChristoph Hellwig1-61/+36
2012-07-29xfs: clean up xfs_inactiveChristoph Hellwig1-128/+43
2012-06-14xfs: make largest supported offset less shoutyDave Chinner1-5/+5
2012-05-21xfs: fix delalloc quota accounting on failureDave Chinner1-1/+1
2012-05-14xfs: make XBF_MAPPED the default behaviourDave Chinner1-2/+1
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner1-1/+0
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-05-14xfs: use iolock on XFS_IOC_ALLOCSP callsDave Chinner1-3/+19
2012-05-14xfs: kill XBF_DONTBLOCKDave Chinner1-2/+2
2012-05-14xfs: kill XBF_LOCKDave Chinner1-1/+1
2012-05-14xfs: clean up buffer get/read call APIDave Chinner1-1/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-16/+0
2012-01-25xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara1-1/+2
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig1-16/+15
2012-01-13xfs: remove xfs_itruncate_dataChristoph Hellwig1-2/+15
2012-01-03xfs: propagate umode_tAl Viro1-2/+2
2011-11-08xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino1-4/+10
2011-10-11xfs: clean up xfs_ioerror_alertChristoph Hellwig1-6/+5
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig1-17/+17
2011-10-11xfs: unlock the inode before log force in xfs_change_file_spaceChristoph Hellwig1-8/+2
2011-10-11xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner1-13/+6
2011-10-11xfs: introduce xfs_bmapi_read()Dave Chinner1-13/+11
2011-10-11xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman1-1/+8
2011-10-11xfs: remove i_iocountChristoph Hellwig1-3/+1
2011-08-12xfs: replace xfs_buf_geterror() with bp->b_errorChandra Seetharaman1-1/+1
2011-08-12xfs: Check the return value of xfs_buf_read() for NULLChandra Seetharaman1-0/+2
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder1-5/+5
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro1-5/+5
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman1-3/+3
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman1-2/+2
2011-07-08xfs: return the buffer locked from xfs_buf_get_uncachedChristoph Hellwig1-0/+2
2011-07-08xfs: split xfs_itruncate_finishChristoph Hellwig1-18/+6
2011-07-08xfs: kill xfs_itruncate_startChristoph Hellwig1-26/+1
2011-07-08xfs: split xfs_setattrChristoph Hellwig1-425/+1
2011-06-23xfs: clear XFS_IDIRTY_RELEASE on truncate downDave Chinner1-2/+5
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-26xfs: preallocation transactions do not need to be synchronousDave Chinner1-1/+2
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner1-3/+2
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner1-4/+4
2011-02-22xfs: more sensible inode refcounting for iallocChristoph Hellwig1-45/+16
2010-12-23xfs: don't truncate prealloc from frequently accessed inodesDave Chinner1-21/+40
2010-10-18xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz1-8/+8
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig1-2/+2
2010-10-18xfs: remove xfs_cred.hChristoph Hellwig1-7/+5
2010-10-18xfs: rename xfs_buf_get_nodaddr to be more appropriateDave Chinner1-3/+3
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsDave Chinner1-7/+10
2010-10-18xfs: Introduce XFS_IOC_ZERO_RANGEDave Chinner1-2/+8
2010-09-03xfs: prevent 32bit overflow in space reservationDave Chinner1-3/+10
2010-08-09xfs: new truncate sequenceChristoph Hellwig1-18/+20
2010-07-26xfs: fix unsigned underflow in xfs_free_eofblocksKulikov Vasiliy1-2/+2
2010-07-26xfs: split xfs_itrace_entryChristoph Hellwig1-15/+9
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig1-10/+10
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig1-50/+19
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-4/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-157/+15
2010-06-24xfs: remove block number from inode lookup codeDave Chinner1-1/+1
2010-05-28xfs: Check new inode size is OK before preallocatingDave Chinner1-1/+1
2010-03-01xfs: remove wrapper for the fsync file operationChristoph Hellwig1-107/+0
2010-02-12xfs: optimize log flushing in xfs_fsyncChristoph Hellwig1-2/+8
2010-02-02xfs: remove invalid barrier optimization from xfs_fsyncChristoph Hellwig1-10/+2
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig1-3/+2
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig1-2/+2
2010-01-20xfs: convert DM ops to use unsigned char namesDave Chinner1-2/+4
2010-01-10xfs: fix timestamp handling in xfs_setattrChristoph Hellwig1-54/+39
2009-12-14xfs: event tracing supportChristoph Hellwig1-7/+1
2009-12-11xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig1-3/+2
2009-12-11xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocksChristoph Hellwig1-8/+26
2009-12-11xfs: simplify inode teardownChristoph Hellwig1-40/+0
2009-10-08xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig1-6/+0
2009-09-09xfs: use correct log reservation when handling ENOSPC in xfs_createChristoph Hellwig1-2/+2
2009-09-01xfs: merge fsync and O_SYNC handlingChristoph Hellwig1-8/+3
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen1-1/+1
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_readlink_bmapChristoph Hellwig1-1/+3
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig1-1/+14
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig1-48/+51
2009-04-06xfs: flush delayed allcoation blocks on ENOSPC in createDave Chinner1-0/+7
2009-03-29xfs: fix various typosMalcolm Parsons1-1/+1
2009-03-16xfs: kill VN_BADChristoph Hellwig1-2/+2
2009-02-09xfs: merge xfs_mkdir into xfs_createChristoph Hellwig1-268/+83
2009-02-04xfs: merge xfs_inode_flush into xfs_fs_write_inodeChristoph Hellwig1-45/+0
2009-02-04xfs: tiny cleanup for xfs_linkChristoph Hellwig1-2/+4
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen1-10/+10
2008-12-11[XFS] use inode_change_ok for setattr permission checkingChristoph Hellwig1-113/+36
2008-12-05[XFS] Check return value of xfs_buf_get_noaddr()Lachlan McIlroy1-0/+2
2008-12-04move vn_iowait / vn_iowake into xfs_aops.cChristoph Hellwig1-3/+4
2008-12-01[XFS] remove i_gen from incore inodeDave Chinner1-27/+2
2008-12-01[XFS] fix error inversion problems with data flushingDave Chinner1-1/+1
2008-12-01[XFS] wire up ->open for directoriesChristoph Hellwig1-22/+0
2008-11-17[XFS] Fix double free of log ticketsDave Chinner1-0/+6
2008-10-30[XFS] remove restricted chown parameter from xfs linuxTim Shimmin1-11/+2
2008-10-30[XFS] kill sys_credChristoph Hellwig1-4/+2
2008-10-30[XFS] Trivial xfs_remove comment fixupChristoph Hellwig1-2/+2
2008-10-30[XFS] kill deleted inodes listDavid Chinner1-11/+1
2008-10-30[XFS] mark inodes for reclaim via a tag in the inode radix treeDavid Chinner1-0/+1
2008-10-30[XFS] rename inode reclaim functionsDavid Chinner1-1/+1
2008-10-30[XFS] move inode reclaim functions to xfs_sync.cDavid Chinner1-90/+0
2008-10-30[XFS] Combine the XFS and Linux inodesDavid Chinner1-10/+3
2008-10-30[XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()David Chinner1-24/+18
2008-09-17[XFS] Don't do I/O beyond eof when unreserving spaceLachlan McIlroy1-0/+18
2008-09-17[XFS] Prevent lockdep false positives when locking two inodes.David Chinner1-0/+8
2008-08-14CRED: Introduce credential access wrappersDavid Howells1-4/+4
2008-08-13[XFS] update timestamp in xfs_ialloc manuallyChristoph Hellwig1-1/+0
2008-08-13[XFS] kill bhv_vnode_tChristoph Hellwig1-1/+1
2008-08-13[XFS] remove some easy bhv_vnode_t instancesChristoph Hellwig1-13/+8
2008-08-13[XFS] kill xfs_lock_dir_and_entryChristoph Hellwig1-121/+41
2008-08-13[XFS] kill vn_to_inodeChristoph Hellwig1-2/+2
2008-08-13[XFS] Kill shouty XFS_ITOV() macroDavid Chinner1-6/+6
2008-08-13[XFS] kill shouty XFS_ITOV_NULL macroDavid Chinner1-1/+1
2008-07-28[XFS] Remove vn_revalidate calls in xfs.Christoph Hellwig1-0/+9
2008-07-28[XFS] Now that xfs_setattr is only used for attributes set from ->setattrChristoph Hellwig1-99/+73
2008-07-28[XFS] xfs_setattr currently doesn't just handle the attributes set throughChristoph Hellwig1-161/+8
2008-07-28[XFS] Merge xfs_rmdir into xfs_removeChristoph Hellwig1-240/+84
2008-07-28[XFS] make inode reclaim wait for log I/O to completeLachlan McIlroy1-22/+8
2008-07-28[XFS] Return case-insensitive match for dentry cacheBarry Naujok1-5/+14
2008-07-28[XFS] kill xfs_igrow_start and xfs_igrow_finishChristoph Hellwig1-3/+12
2008-05-23[XFS] Fix fsync() b0rkage.David Chinner1-70/+42
2008-04-29[XFS] kill usesless IHOLD calls in xfs_remove and xfs_rmdirChristoph Hellwig1-59/+4
2008-04-29[XFS] kill parent == child checks in xfs_remove and xfs_rmdirChristoph Hellwig1-19/+6
2008-04-29[XFS] remove manual lookup from xfs_rename and simplify lockingChristoph Hellwig1-10/+4
2008-04-29[XFS] shrink mrlock_tChristoph Hellwig1-2/+2
2008-04-29[XFS] simplify xfs_lookupChristoph Hellwig1-7/+15
2008-04-29[XFS] xfs_rename: pass resblks to xfs_dir_removenameChristoph Hellwig1-1/+1
2008-04-29[XFS] kill xfs_getattrChristoph Hellwig1-126/+0
2008-04-29[XFS] Remove VN_IS* macros and related cruft.Christoph Hellwig1-16/+4
2008-04-18[XFS] Don't allow silent errors in xfs_inactive().David Chinner1-4/+11
2008-04-18[XFS] Ensure errors from xfs_bdstrat() are correctly checked.David Chinner1-2/+4
2008-04-18[XFS] remove bhv_vname_t and xfs_rename codeBarry Naujok1-69/+52
2008-04-18[XFS] Propagate errors from xfs_trans_commit().David Chinner1-13/+15
2008-04-18[XFS] Don't validate symlink target component lengthChristoph Hellwig1-25/+0
2008-04-18[XFS] cleanup vnode use in xfs_lookupChristoph Hellwig1-2/+2
2008-04-18[XFS] cleanup vnode use in xfs_symlink and xfs_renameChristoph Hellwig1-11/+5
2008-04-18[XFS] cleanup vnode use in xfs_linkChristoph Hellwig1-7/+5
2008-04-18[XFS] cleanup vnode use in xfs_create/mknod/mkdirChristoph Hellwig1-16/+9
2008-04-18[XFS] cleanup vnode use in dmapi callsChristoph Hellwig1-29/+26
2008-04-18[XFS] Update c/mtime correctly on truncatesDavid Chinner1-4/+9
2008-04-18[XFS] kill xfs_rwlock/xfs_rwunlockChristoph Hellwig1-41/+0
2008-04-18[XFS] kill xfs_get_dir_entryChristoph Hellwig1-42/+9
2008-04-18[XFS] Use xfs_inode_clean() in more placesDavid Chinner1-3/+1
2008-04-18[XFS] Don't block pdflush when writing back inodesDavid Chinner1-43/+12
2008-04-18[XFS] Fix regression due to refcache removalLachlan McIlroy1-1/+3
2008-04-18[XFS] Remove the xfs_refcacheDonald Douwsma1-33/+1
2008-04-18[XFS] make inode reclaim synchronise with xfs_iflush_done()Lachlan McIlroy1-14/+8
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen1-1/+1
2008-02-07[XFS] stop updating inode->i_blocksChristoph Hellwig1-6/+0
2008-02-07[XFS] use generic_permissionChristoph Hellwig1-21/+0
2008-02-07[XFS] remove permission check from xfs_change_file_spaceChristoph Hellwig1-12/+0
2008-02-07[XFS] Cleanup various fid related bits:Christoph Hellwig1-21/+0
2008-02-07[XFS] Remove the BPCSHIFT and NB* based macros from XFS.Tim Shimmin1-6/+3
2008-02-07[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen1-6/+6
2008-02-07[XFS] kill xfs_iocore_tChristoph Hellwig1-8/+4
2008-02-07[XFS] Unwrap GRANT_LOCK.Eric Sandeen1-3/+3
2008-02-07[XFS] kill unnessecary ioops indirectionLachlan McIlroy1-6/+6
2008-02-07[XFS] clean up vnode/inode tracingLachlan McIlroy1-32/+28
2007-10-19[XFS] cleanup fid types messChristoph Hellwig1-11/+2
2007-10-16[XFS] simplify xfs_create/mknod/symlink prototypeChristoph Hellwig1-22/+11
2007-10-16[XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig1-3/+3
2007-10-16[XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig1-21/+21
2007-10-16[XFS] move v_iocount from bhv_vnode to xfs_inodeChristoph Hellwig1-3/+3
2007-10-16[XFS] Create xfs_iflags_test_and_clear helper functionChristoph Hellwig1-6/+1
2007-10-16[XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig1-2/+10
2007-10-16[XFS] kill v_vfsp member from struct bhv_vnodeChristoph Hellwig1-3/+3
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig1-24/+6
2007-10-15[XFS] decontaminate vnode operations from behavior detailsChristoph Hellwig1-303/+124
2007-10-15[XFS] Radix tree based inode cachingDavid Chinner1-4/+5
2007-10-15[XFS] stop using uio in the readlink codeChristoph Hellwig1-72/+60
2007-10-15[XFS] use filldir internallyChristoph Hellwig1-31/+0
2007-10-15[XFS] remove unessecary vfs argument to DM_EVENT_ENABLEDChristoph Hellwig1-30/+22
2007-09-18[XFS] Ensure file size updates have been completed before writing inode to disk.Lachlan McIlroy1-8/+12
2007-07-19[XFS] Fix inode size update before data write in xfs_setattrDavid Chinner1-1/+24
2007-07-19[XFS] Allow punching holes to free space when at ENOSPCDavid Chinner1-1/+4
2007-07-14[XFS] Fix lockdep annotations for xfs_lock_inodesDavid Chinner1-2/+2
2007-07-14[XFS] Concurrent Multi-File Data StreamsDavid Chinner1-2/+23
2007-07-14[XFS] XFS should not be looking at filp reference countsChristoph Hellwig1-31/+16
2007-07-14[XFS] Cancel transactions on xfs_itruncate_start error.Jesper Juhl1-0/+2
2007-07-14[XFS] Cleanup inode extent size hint extractionDavid Chinner1-12/+5
2007-07-14[XFS] Make hole punching at EOF atomic.David Chinner1-10/+18
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-3/+0