aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2016-02-27dax: move writeback calls into the filesystemsGravatar Ross Zwisler 1-0/+4
2016-02-27dax: give DAX clearing code correct bdevGravatar Ross Zwisler 3-2/+4
2016-02-08xfs: fix endianness error when checking log block crc on big endian platformsGravatar Darrick J. Wong 1-2/+2
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-5/+5
2016-01-22xfs: call dax_pfn_mkwrite() for DAX fsync/msyncGravatar Ross Zwisler 1-3/+4
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 2-5/+5
2016-01-22Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 7-102/+114
2016-01-19Merge branch 'xfs-misc-fixes-for-4.5-3' into for-nextGravatar Dave Chinner 2-1/+10
2016-01-19xfs: log mount failures don't wait for buffers to be releasedGravatar Dave Chinner 1-0/+10
2016-01-19Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"Gravatar Dave Chinner 1-1/+0
2016-01-19Merge branch 'xfs-setxattr-promotion' into for-nextGravatar Dave Chinner 5-101/+104
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 2-2/+3
2016-01-13Merge tag 'xfs-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 45-443/+852
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+2
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 3-111/+59
2016-01-12Merge branch 'xfs-misc-fixes-for-4.5-2' into for-nextGravatar Dave Chinner 18-234/+159
2016-01-12xfs: handle dquot buffer readahead in log recovery correctlyGravatar Dave Chinner 5-9/+41
2016-01-12xfs: inode recovery readahead can race with inode buffer creationGravatar Dave Chinner 2-5/+14
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishGravatar Eric Sandeen 10-218/+68
2016-01-08xfs: bmapbt checking on debug kernels too expensiveGravatar Dave Chinner 1-2/+8
2016-01-08xfs: add tracepoints to readpage callsGravatar Dave Chinner 2-0/+28
2016-01-06fs: use block_device name vsprintf helperGravatar Dmitry Monakhov 1-6/+2
2016-01-05Merge branch 'xfs-dax-fixes-for-4.5' into for-nextGravatar Dave Chinner 2-12/+24
2016-01-05Merge branch 'xfs-misc-fixes-for-4.5' into for-nextGravatar Dave Chinner 28-83/+126
2016-01-05xfs: debug mode log record crc error injectionGravatar Brian Foster 3-7/+77
2016-01-05xfs: detect and trim torn writes during log recoveryGravatar Brian Foster 1-20/+289
2016-01-04xfs: introduce per-inode DAX enablementGravatar Dave Chinner 4-12/+51
2016-01-04xfs: use FS_XFLAG definitions directlyGravatar Dave Chinner 4-74/+53
2016-01-04fs: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotionGravatar Dave Chinner 1-33/+18
2016-01-04xfs: fix recursive splice read locking with DAXGravatar Dave Chinner 1-9/+16
2016-01-04xfs: Don't use reserved blocks for data blocks with DAXGravatar Dave Chinner 1-3/+8
2016-01-04XFS: Use a signed return type for suffix_kstrtoint()Gravatar Markus Elfring 1-1/+1
2016-01-04libxfs: refactor short btree block verificationGravatar Darrick J. Wong 4-54/+67
2016-01-04libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctGravatar Darrick J. Wong 1-1/+1
2016-01-04libxfs: use a convenience variable instead of open-coding the forkGravatar Darrick J. Wong 1-11/+12
2016-01-04xfs: fix log ticket type printingGravatar Darrick J. Wong 1-2/+4
2016-01-04libxfs: make xfs_alloc_fix_freelist non-staticGravatar Darrick J. Wong 2-1/+2
2016-01-04xfs: make xfs_buf_ioend_async() staticGravatar Alexander Kuleshov 1-1/+1
2016-01-04xfs: send warning of project quota to userspace via netlinkGravatar Masatake YAMATO 1-5/+9
2016-01-04xfs: get mp from bma->ip in xfs_bmap codeGravatar Eric Sandeen 1-2/+2
2016-01-04xfs: print name of verifier if it failsGravatar Eric Sandeen 18-2/+24
2016-01-04libxfs: Optimize the loop for xfs_bitmap_emptyGravatar Jia He 1-3/+3
2016-01-04xfs: refactor log record start detection into a new helperGravatar Brian Foster 1-35/+83
2016-01-04xfs: support a crc verification only log record passGravatar Brian Foster 2-5/+20
2016-01-04xfs: return start block of first bad log record during recoveryGravatar Brian Foster 1-4/+16
2016-01-04xfs: refactor and open code log record crc checkGravatar Brian Foster 1-46/+26
2016-01-04xfs: refactor log record unpack and data processingGravatar Brian Foster 1-12/+23
2016-01-04xfs: detect and handle invalid iclog size set by mkfsGravatar Brian Foster 1-1/+25
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-3/+3
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-2/+6