aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-23Merge branch 'xfs-misc-fixes-for-4.2-3' into for-nextDave Chinner1-1/+1
2015-06-22xfs: return a void pointer from xfs_buf_offsetChristoph Hellwig1-1/+1
2015-06-04Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner1-129/+44
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig1-7/+7
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig1-60/+33
2015-06-04xfs: switch remaining xfs_trans_dup users to xfs_trans_rollChristoph Hellwig1-62/+4
2015-06-04Merge branch 'xfs-misc-fixes-for-4.2-2' into for-nextDave Chinner1-3/+4
2015-06-04xfs: fix sparse inodes 32-bit compile failureBrian Foster1-3/+4
2015-06-01Merge branch 'xfs-sparse-inode' into for-nextDave Chinner1-8/+20
2015-05-29xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster()Brian Foster1-8/+20
2015-05-29xfs: fix broken i_nlink accounting for whiteout tmpfile inodeBrian Foster1-2/+8
2015-05-29xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner1-8/+4
2015-03-25Merge branch 'xfs-misc-fixes-for-4.1-2' into for-nextDave Chinner1-2/+2
2015-03-25xfs: use bool instead of int in xfs_rename()Fabian Frederick1-2/+2
2015-03-25Merge branch 'xfs-rename-whiteout' into for-nextDave Chinner1-170/+238
2015-03-25xfs: add RENAME_WHITEOUT supportDave Chinner1-23/+106
2015-03-25xfs: make xfs_cross_rename() complete fullyDave Chinner1-20/+21
2015-03-25xfs: factor out xfs_finish_rename()Dave Chinner1-21/+27
2015-03-25xfs: cleanup xfs_rename error handlingDave Chinner1-33/+26
2015-03-25xfs: clean up inode locking for RENAME_WHITEOUTDave Chinner1-78/+67
2015-02-24Merge branch 'xfs-mmap-lock' into for-nextDave Chinner1-31/+97
2015-02-24Merge branch 'xfs-misc-fixes-for-4.1' into for-nextDave Chinner1-9/+13
2015-02-24xfs: Ensure we have target_ip for RENAME_EXCHANGEEric Sandeen1-0/+4
2015-02-23xfs: inodes are new until the dentry cache is set upDave Chinner1-9/+13
2015-02-23xfs: introduce mmap/truncate lockDave Chinner1-31/+97
2015-01-22Merge branch 'xfs-buf-type-fixes' into for-nextDave Chinner1-0/+2
2015-01-22xfs: inode unlink does not set AGI buffer typeDave Chinner1-0/+2
2014-12-24xfs: Add support to RENAME_EXCHANGE flagCarlos Maiolino1-1/+133
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner1-10/+2
2014-12-04xfs: fix set-but-unused warningsDave Chinner1-10/+2
2014-11-28Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner1-2/+0
2014-11-28xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: replace on-stack xfs_trans_res with pointer in xfs_create()Brian Foster1-9/+6
2014-10-13Merge branch 'xfs-misc-fixes-for-3.18-3' into for-nextDave Chinner1-4/+4
2014-10-02xfs: project id inheritance is a directory only flagDave Chinner1-2/+2
2014-10-02xfs: kill time.hDave Chinner1-2/+2
2014-10-02Merge branch 'xfs-buf-iosubmit' into for-nextDave Chinner1-1/+1
2014-10-02xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionalityDave Chinner1-1/+1
2014-09-09xfs: check resblks before calling xfs_dir_canenterEric Sandeen1-9/+15
2014-08-04xfs: kill VN_DIRTY()Dave Chinner1-1/+1
2014-06-25xfs: global error sign conversionDave Chinner1-33/+33
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-15/+15
2014-05-20Merge branch 'xfs-feature-bit-cleanup' into for-nextDave Chinner1-100/+11
2014-05-20xfs: turn NLINK feature on by defaultDave Chinner1-100/+11
2014-05-15Merge branch 'xfs-free-inode-btree' into for-nextDave Chinner1-2/+26
2014-05-15Merge branch 'xfs-filestreams-lookup' into for-nextDave Chinner1-34/+1
2014-05-15Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner1-2/+2
2014-04-24xfs: update inode allocation/free transaction reservations for finobtBrian Foster1-2/+26
2014-04-23xfs: remove xfs_filestream_associateChristoph Hellwig1-15/+0