summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xfs-buf-type-fixes' into for-nextDave Chinner2015-01-221-0/+2
|\
| * xfs: inode unlink does not set AGI buffer typeDave Chinner2015-01-221-0/+2
* | xfs: Add support to RENAME_EXCHANGE flagCarlos Maiolino2014-12-241-1/+133
|/
* Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner2014-12-041-10/+2
|\
| * xfs: fix set-but-unused warningsDave Chinner2014-12-041-10/+2
* | Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner2014-11-281-2/+0
|\ \ | |/ |/|
| * xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
| * xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* | xfs: replace on-stack xfs_trans_res with pointer in xfs_create()Brian Foster2014-11-281-9/+6
|/
* Merge branch 'xfs-misc-fixes-for-3.18-3' into for-nextDave Chinner2014-10-131-4/+4
|\
| * xfs: project id inheritance is a directory only flagDave Chinner2014-10-021-2/+2
| * xfs: kill time.hDave Chinner2014-10-021-2/+2
* | Merge branch 'xfs-buf-iosubmit' into for-nextDave Chinner2014-10-021-1/+1
|\ \ | |/ |/|
| * xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionalityDave Chinner2014-10-021-1/+1
* | xfs: check resblks before calling xfs_dir_canenterEric Sandeen2014-09-091-9/+15
|/
* xfs: kill VN_DIRTY()Dave Chinner2014-08-041-1/+1
* xfs: global error sign conversionDave Chinner2014-06-251-33/+33
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-15/+15
* Merge branch 'xfs-feature-bit-cleanup' into for-nextDave Chinner2014-05-201-100/+11
|\
| * xfs: turn NLINK feature on by defaultDave Chinner2014-05-201-100/+11
* | Merge branch 'xfs-free-inode-btree' into for-nextDave Chinner2014-05-151-2/+26
|\ \
| * | xfs: update inode allocation/free transaction reservations for finobtBrian Foster2014-04-241-2/+26
* | | Merge branch 'xfs-filestreams-lookup' into for-nextDave Chinner2014-05-151-34/+1
|\ \ \
| * | | xfs: remove xfs_filestream_associateChristoph Hellwig2014-04-231-15/+0
| * | | xfs: rewrite the filestream allocator using the dentry cacheChristoph Hellwig2014-04-231-20/+4
| * | | xfs: remove XFS_IFILESTREAMChristoph Hellwig2014-04-231-2/+0
| |/ /
* | | Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner2014-05-151-2/+2
|\ \ \ | |_|/ |/| |
| * | xfs: remove unused bp arg from xfs_iflush_fork()Eric Sandeen2014-04-141-2/+2
| |/
* | xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster2014-04-171-2/+3
|/
* Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner2014-03-131-6/+117
|\
| * xfs: allow linkat() on O_TMPFILE filesZhi Yong Wu2014-01-061-1/+9
| * xfs: add O_TMPFILE supportZhi Yong Wu2014-01-061-0/+107
| * xfs: factor prid related codes into xfs_get_initial_prid()Zhi Yong Wu2014-01-061-5/+1
* | Merge branch 'xfs-extent-list-locking-fixes' into for-nextBen Myers2014-01-091-33/+29
|\ \
| * | xfs: add xfs_ilock_attr_map_sharedChristoph Hellwig2013-12-181-10/+24
| * | xfs: rename xfs_ilock_map_sharedChristoph Hellwig2013-12-181-11/+6
| * | xfs: remove xfs_iunlock_map_sharedChristoph Hellwig2013-12-181-15/+2
| |/
* | xfs: use xfs_icluster_size_fsb in xfs_ifree_clusterJie Liu2013-12-131-13/+6
* | xfs: get rid of XFS_IALLOC_BLOCKS macrosJie Liu2013-12-131-2/+2
* | xfs: get rid of XFS_INODE_CLUSTER_SIZE macrosJie Liu2013-12-131-5/+5
|/
* xfs: xfs_remove deadlocks due to inverted AGF vs AGI lock orderingDave Chinner2013-11-041-28/+44
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-7/+3
* xfs: decouple log and transaction headersDave Chinner2013-10-231-5/+7
* xfs: unify directory/attribute format definitionsDave Chinner2013-10-231-1/+1
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-0/+1
* xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHEBrian Foster2013-10-081-17/+11
* xfs: push down inactive transaction mgmt for ifreeBrian Foster2013-10-081-50/+71
* xfs: push down inactive transaction mgmt for truncateBrian Foster2013-10-081-49/+68
* xfs: push down inactive transaction mgmt for remote symlinksBrian Foster2013-10-081-7/+8
* xfs: remove usage of is_bad_inodeBen Myers2013-10-011-1/+1
OpenPOWER on IntegriCloud