summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xfs-buf-type-fixes' into for-nextDave Chinner2015-01-215-1/+14
|\
| * xfs: set superblock buffer type correctlyDave Chinner2015-01-211-0/+1
| * xfs: set buf types when converting extent formatsDave Chinner2015-01-212-1/+7
| * xfs: inode unlink does not set AGI buffer typeDave Chinner2015-01-211-0/+2
| * xfs: ensure buffer types are set correctlyDave Chinner2015-01-211-0/+4
* | Merge branch 'xfs-sb-logging-rework' into for-nextDave Chinner2015-01-2116-416/+226
|\ \
| * | xfs: sanitise sb_bad_features2 handlingDave Chinner2015-01-213-20/+25
| * | xfs: consolidate superblock logging functionsDave Chinner2015-01-2115-181/+101
| * | xfs: remove bitfield based superblock updatesDave Chinner2015-01-2111-246/+130
| |/
* | Merge branch 'xfs-misc-fixes-for-3.20-2' into for-nextDave Chinner2015-01-098-57/+37
|\ \
| * | xfs: fix implicit bool to int conversionNicholas Mc Guire2015-01-091-1/+1
| * | xfs: pass a 64-bit count argument to xfs_iomap_write_unwrittenChristoph Hellwig2015-01-092-2/+2
| * | xfs: remove deprecated sysctlsDave Chinner2015-01-091-18/+0
| * | xfs: move xfs_bmap_finish prototypeDave Chinner2015-01-092-2/+2
| * | xfs: move struct xfs_bmalloca to libxfsDave Chinner2015-01-092-34/+32
| * | xfs: move xfs_types.h to libxfsDave Chinner2015-01-091-0/+0
| * | xfs: move xfs_fs.h to libxfsDave Chinner2015-01-091-0/+0
| |/
* | Merge branch 'xfs-misc-fixes-for-3.20-1' into for-nextDave Chinner2014-12-235-15/+14
|\ \
| * | xfs: Keep sb_bad_features2 consistent with sb_features2Jan Kara2014-12-232-8/+7
| * | xfs: remove extra newlines from xfs messagesEric Sandeen2014-12-233-3/+3
| * | xfs: initialize log buf I/O completion wq on log allocBrian Foster2014-12-231-4/+4
| |/
* | xfs: Add support to RENAME_EXCHANGE flagCarlos Maiolino2014-12-233-6/+142
* | xfs: Make xfs_vn_rename compliant with renameat2() syscallCarlos Maiolino2014-12-231-5/+10
|/
* Merge tag 'xfs-for-linus-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-1289-1835/+1467
|\
| * Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner2014-12-0324-386/+271
| |\
| | * xfs: split metadata and log buffer completion to separate workqueuesBrian Foster2014-12-034-7/+18
| | * xfs: fix set-but-unused warningsDave Chinner2014-12-039-60/+2
| | * xfs: move type conversion functions to xfs_dir.hDave Chinner2014-12-035-134/+137
| | * xfs: move ftype conversion functions to libxfsDave Chinner2014-12-035-24/+24
| | * xfs: lobotomise xfs_trans_read_buf_map()Dave Chinner2014-12-031-102/+33
| | * xfs: active inodes stat is brokenDave Chinner2014-12-032-1/+2
| | * xfs: cleanup xfs_bmse_merge returnsDave Chinner2014-12-031-15/+8
| | * xfs: cleanup xfs_bmse_shift_one goto messDave Chinner2014-12-031-26/+17
| | * xfs: fix premature enospc on inode allocationDave Chinner2014-12-031-10/+24
| | * xfs: overflow in xfs_iomap_eof_align_last_fsbPeter Watkins2014-12-031-7/+6
| | * Merge branch 'xfs-coccinelle-cleanups' into xfs-misc-fixes-for-3.19-2Dave Chinner2014-12-035-24/+9
| | |\
| * | \ Merge branch 'xfs-coccinelle-cleanups' into for-nextDave Chinner2014-11-305-24/+9
| |\ \ \ | | | |/ | | |/|
| | * | xfs: fix simple_return.cocci warning in xfs_bmse_shift_onekbuild test robot2014-11-301-5/+1
| | * | xfs: fix simple_return.cocci warning in xfs_file_readdirkbuild test robot2014-11-301-5/+1
| | * | libxfs: fix simple_return.cocci warningskbuild test robot2014-11-301-5/+1
| | * | xfs: remove unnecessary null checksMarkus Elfring2014-11-302-9/+6
| * | | Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner2014-11-2886-1380/+1138
| |\ \ \
| | * | | xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig2014-11-2813-71/+35
| | * | | xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-2856-638/+579
| | * | | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-2879-358/+267
| | * | | xfs: move acl structures to xfs_format.hChristoph Hellwig2014-11-282-36/+36
| | * | | xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-2836-277/+221
| | |/ /
| * | | Merge branch 'xfs-misc-fixes-for-3.19-1' into for-nextDave Chinner2014-11-287-48/+52
| |\ \ \ | | | |/ | | |/|
| | * | xfs: catch invalid negative blknos in _xfs_buf_find()Eric Sandeen2014-11-281-1/+1
| | * | xfs: allow lazy sb counter sync during filesystem freeze sequenceBrian Foster2014-11-283-10/+23