summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: cancel failed transaction in xfs_fs_commit_blocks()Eric Sandeen2015-02-241-1/+3
* xfs: Ensure we have target_ip for RENAME_EXCHANGEEric Sandeen2015-02-241-0/+4
* xfs: ensure truncate forces zeroed blocks to diskDave Chinner2015-02-233-30/+29Star
* xfs: Fix quota type in quota structures when reusing quota fileJan Kara2015-02-231-0/+5
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-02-231-1/+1
|\
| * VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-1/+1
* | Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-02-2110-8/+393
|\ \ | |/ |/|
| * xfs: recall pNFS layouts on conflicting accessChristoph Hellwig2015-02-165-7/+64
| * xfs: implement pNFS export operationsChristoph Hellwig2015-02-168-1/+329
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-133-16/+16
|\ \
| * | list_lru: add helpers to isolate itemsVladimir Davydov2015-02-132-4/+7
| * | fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov2015-02-131-4/+3Star
| * | list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov2015-02-132-8/+6Star
* | | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-1/+1
|\ \ \ | |/ / |/| |
| * | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-111-1/+0Star
|\ \ \
| * | | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-101-1/+0Star
* | | | Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-1138-880/+807Star
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'xfs-misc-fixes-for-3.20-4' into for-nextDave Chinner2015-02-094-4/+11
| |\ \ \
| | * | | xfs: only trace buffer items if they existDave Chinner2015-02-091-2/+3
| | * | | xfs: report proper f_files in statfs if we overshoot imaxpctEric Sandeen2015-02-051-0/+5
| | * | | xfs: xfs_ioctl_setattr_check_projid can be statickbuild test robot2015-02-051-2/+2
| | * | | xfs: growfs should use synchronous transactionsChristoph Hellwig2015-02-051-0/+1
| * | | | Merge branch 'xfs-ioctl-setattr-cleanup' into for-nextDave Chinner2015-02-021-220/+231
| |\| | |
| | * | | xfs: fix behaviour of XFS_IOC_FSSETXATTR on directoriesIustin Pop2015-02-021-14/+25
| | * | | xfs: factor projid hint checking out of xfs_ioctl_setattrDave Chinner2015-02-021-19/+31
| | * | | xfs: factor extsize hint checking out of xfs_ioctl_setattrDave Chinner2015-02-021-39/+51
| | * | | xfs: XFS_IOCTL_SETXATTR can run in user namespacesDave Chinner2015-02-021-9/+13
| | * | | xfs: kill xfs_ioctl_setattr behaviour maskDave Chinner2015-02-021-103/+65Star
| | * | | xfs: disaggregate xfs_ioctl_setattrDave Chinner2015-02-021-5/+18
| | * | | xfs: factor out xfs_ioctl_setattr transaciton preambleDave Chinner2015-02-021-46/+55
| | * | | xfs: separate xflags from xfs_ioctl_setattrDave Chinner2015-02-021-48/+41Star
| | * | | xfs: FSX_NONBLOCK is not usedDave Chinner2015-02-021-5/+0Star
| * | | | Merge branch 'xfs-misc-fixes-for-3.20-3' into for-nextDave Chinner2015-02-028-163/+129Star
| |\ \ \ \
| | * | | | xfs: don't allocate an ioend for direct I/O completionsChristoph Hellwig2015-02-022-91/+61Star
| | * | | | xfs: change kmem_free to use generic kvfree()Wang, Yalin2015-02-012-11/+4Star
| | * | | | xfs: factor out a xfs_update_prealloc_flags() helperChristoph Hellwig2015-02-013-60/+63
| | * | | | xfs: remove incorrect error negation in attr_multi ioctlBrian Foster2015-01-221-1/+1
| | | |_|/ | | |/| |
| * | | | 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/+226Star
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | xfs: sanitise sb_bad_features2 handlingDave Chinner2015-01-213-20/+25
| | * | | xfs: consolidate superblock logging functionsDave Chinner2015-01-2115-181/+101Star
| | * | | xfs: remove bitfield based superblock updatesDave Chinner2015-01-2111-246/+130Star
| | |/ /
| * | | Merge branch 'xfs-misc-fixes-for-3.20-2' into for-nextDave Chinner2015-01-098-57/+37Star
| |\ \ \
| | * | | 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