summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2015-02-24Merge branch 'xfs-generic-sb-counters' into for-nextDave Chinner13-1129/+381
2015-02-24Merge branch 'xfs-misc-fixes-for-4.1' into for-nextDave Chinner18-254/+279
2015-02-24xfs: remove deprecated mount optionsEric Sandeen1-20/+0
2015-02-24xfs: xfs_alloc_fix_minleft can underflow near ENOSPCDave Chinner1-1/+3
2015-02-24xfs: cancel failed transaction in xfs_fs_commit_blocks()Eric Sandeen1-1/+3
2015-02-24xfs: remove old and redundant comment in xfs_mount_validate_sbWang Sheng-Hui1-8/+0
2015-02-24xfs: clarify async write failure ratelimit messageEric Sandeen1-2/+2
2015-02-24xfs: log unmount events on consoleEric Sandeen1-0/+1
2015-02-24xfs: Ensure we have target_ip for RENAME_EXCHANGEEric Sandeen1-0/+4
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen7-52/+59
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_GOTOEric Sandeen6-116/+124
2015-02-23xfs: inodes are new until the dentry cache is set upDave Chinner7-55/+90
2015-02-23xfs: ensure truncate forces zeroed blocks to diskDave Chinner3-30/+29
2015-02-23xfs: Fix quota type in quota structures when reusing quota fileJan Kara1-0/+5
2015-02-23xfs: lock out page faults from extent swap operationsDave Chinner1-16/+15
2015-02-23xfs: xfs_setattr_size no longer races with page faultsDave Chinner1-42/+14
2015-02-23xfs: take i_mmap_lock on extent manipulation operationsDave Chinner3-2/+13
2015-02-23xfs: use i_mmaplock on write faultsDave Chinner2-15/+25
2015-02-23xfs: use i_mmaplock on read faultsDave Chinner2-1/+29
2015-02-23xfs: introduce mmap/truncate lockDave Chinner3-38/+121
2015-02-23xfs: remove xfs_mod_incore_sb APIDave Chinner4-204/+1
2015-02-23xfs: replace xfs_mod_incore_sb_batchedDave Chinner3-134/+126
2015-02-23xfs: introduce xfs_mod_frextentsDave Chinner4-21/+34
2015-02-23xfs: Remove icsb infrastructureDave Chinner9-621/+72
2015-02-23xfs: use generic percpu counters for free block counterDave Chinner8-131/+134
2015-02-23xfs: use generic percpu counters for free inode counterDave Chinner6-48/+42
2015-02-23xfs: use generic percpu counters for inode counterDave Chinner7-52/+54
2015-02-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-1/+1
2015-02-22Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds10-8/+393
2015-02-16xfs: recall pNFS layouts on conflicting accessChristoph Hellwig5-7/+64
2015-02-16xfs: implement pNFS export operationsChristoph Hellwig8-1/+329
2015-02-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-16/+16
2015-02-13list_lru: add helpers to isolate itemsVladimir Davydov2-4/+7
2015-02-13fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov1-4/+3
2015-02-13list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov2-8/+6
2015-02-13Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2015-02-11Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds38-880/+807
2015-02-11mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2015-02-10Merge branch 'xfs-misc-fixes-for-3.20-4' into for-nextDave Chinner4-4/+11
2015-02-10xfs: only trace buffer items if they existDave Chinner1-2/+3
2015-02-06xfs: report proper f_files in statfs if we overshoot imaxpctEric Sandeen1-0/+5
2015-02-05xfs: xfs_ioctl_setattr_check_projid can be statickbuild test robot1-2/+2
2015-02-05xfs: growfs should use synchronous transactionsChristoph Hellwig1-0/+1
2015-02-02Merge branch 'xfs-ioctl-setattr-cleanup' into for-nextDave Chinner1-220/+231
2015-02-02xfs: fix behaviour of XFS_IOC_FSSETXATTR on directoriesIustin Pop1-14/+25
2015-02-02xfs: factor projid hint checking out of xfs_ioctl_setattrDave Chinner1-19/+31
2015-02-02xfs: factor extsize hint checking out of xfs_ioctl_setattrDave Chinner1-39/+51
2015-02-02xfs: XFS_IOCTL_SETXATTR can run in user namespacesDave Chinner1-9/+13