summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2016-05-18xfs: remove xfs_fs_evict_inode()Dave Chinner1-21/+7
2016-05-18xfs: add "fail at unmount" error handling configurationCarlos Maiolino4-0/+64
2016-05-18xfs: add configuration handlers for specific errorsCarlos Maiolino2-1/+24
2016-05-18xfs: add configuration of error failure speedCarlos Maiolino4-7/+111
2016-05-18xfs: introduce table-based init for error behaviorsCarlos Maiolino1-12/+60
2016-05-18xfs: add configurable error support to metadata buffersCarlos Maiolino5-46/+88
2016-05-18xfs: introduce metadata IO error classCarlos Maiolino2-0/+37
2016-05-18xfs: configurable error behavior via sysfsCarlos Maiolino4-2/+84
2016-05-18xfs: buffer ->bi_end_io function requires irq-safe lockBrian Foster1-8/+4
2016-05-18Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-18/+12
2016-05-17xfs: Add alignment check for DAX mountToshi Kani1-7/+5
2016-05-17dax: Remove complete_unwritten argumentJan Kara1-4/+3
2016-05-03simple local filesystems: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-03Merge getxattr prototype change into work.lookupsAl Viro2-17/+9
2016-05-02fs: simplify the generic_write_sync prototypeChristoph Hellwig1-5/+1
2016-05-02fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-05-02direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2-5/+4
2016-05-02xfs: eliminate the pos variable in xfs_file_dio_aio_writeChristoph Hellwig1-9/+8
2016-04-11xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro1-3/+3
2016-04-06xfs: mute some sparse warningsEryu Guan3-2/+4
2016-04-06xfs: improve kmem_reallocChristoph Hellwig5-21/+20
2016-04-06xfs: Add caller function output to xfs_log_force tracepointCarlos Maiolino2-6/+8
2016-04-06xfs: remove transaction typesChristoph Hellwig8-162/+10
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig22-347/+191
2016-04-06xfs: optimize bio handling in the buffer writeback pathChristoph Hellwig3-165/+123
2016-04-06xfs: don't release bios on completion immediatelyDave Chinner2-29/+71
2016-04-06xfs: build bios directly in xfs_add_to_ioendDave Chinner2-38/+32
2016-04-06xfs: collapse cases in xfs_attr3_leaf_list_intEric Sandeen1-17/+17
2016-04-06xfs: remove put_value from attr ->put_listent contextEric Sandeen2-29/+3
2016-04-06xfs: don't pass value into attr ->put_listentEric Sandeen3-15/+8
2016-04-06xfs: only return -errno or success from attr ->put_listentEric Sandeen3-9/+14
2016-04-06xfs: optimize inline symlinksChristoph Hellwig4-15/+49
2016-04-06xfs: use ->readlink to implement the readlink_by_handle ioctlChristoph Hellwig1-16/+2
2016-04-06xfs: set up inode operation vectors laterChristoph Hellwig3-23/+42
2016-04-06xfs: factor out a helper to initialize a local format inode forkChristoph Hellwig4-34/+36
2016-04-06xfs: add missing break in xfs_parseargs()Eryu Guan1-0/+1
2016-04-06xfs: Don't wrap growfs AGFL indexesDave Chinner1-2/+2
2016-04-06xfs: disallow rw remount on fs with unknown ro-compat featuresEric Sandeen1-0/+10
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2-4/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov9-27/+27
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher1-14/+6
2016-03-25Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-3/+4
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds59-1562/+2061
2016-03-18nfsd: add SCSI layout supportChristoph Hellwig2-1/+2
2016-03-18nfsd: add a new config option for the block layout driverChristoph Hellwig3-3/+3
2016-03-16mm: simplify lock_page_memcg()Johannes Weiner1-4/+3
2016-03-16mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner1-4/+4
2016-03-15Merge branch 'xfs-misc-fixes-4.6-4' into for-nextDave Chinner6-56/+221
2016-03-15xfs: always set rvalp in xfs_dir2_node_trim_freeChristoph Hellwig1-1/+3
2016-03-15xfs: ensure committed is initialized in xfs_trans_rollEric Sandeen1-1/+3