summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2016-01-13Merge tag 'xfs-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds45-443/+852
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+2
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds3-111/+59
2016-01-12Merge branch 'xfs-misc-fixes-for-4.5-2' into for-nextDave Chinner18-234/+159
2016-01-12xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner5-9/+41
2016-01-12xfs: inode recovery readahead can race with inode buffer creationDave Chinner2-5/+14
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen10-218/+68
2016-01-08xfs: bmapbt checking on debug kernels too expensiveDave Chinner1-2/+8
2016-01-08xfs: add tracepoints to readpage callsDave Chinner2-0/+28
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov1-6/+2
2016-01-05Merge branch 'xfs-dax-fixes-for-4.5' into for-nextDave Chinner2-12/+24
2016-01-05Merge branch 'xfs-misc-fixes-for-4.5' into for-nextDave Chinner28-83/+126
2016-01-05xfs: debug mode log record crc error injectionBrian Foster3-7/+77
2016-01-05xfs: detect and trim torn writes during log recoveryBrian Foster1-20/+289
2016-01-04xfs: fix recursive splice read locking with DAXDave Chinner1-9/+16
2016-01-04xfs: Don't use reserved blocks for data blocks with DAXDave Chinner1-3/+8
2016-01-04XFS: Use a signed return type for suffix_kstrtoint()Markus Elfring1-1/+1
2016-01-04libxfs: refactor short btree block verificationDarrick J. Wong4-54/+67
2016-01-04libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong1-1/+1
2016-01-04libxfs: use a convenience variable instead of open-coding the forkDarrick J. Wong1-11/+12
2016-01-04xfs: fix log ticket type printingDarrick J. Wong1-2/+4
2016-01-04libxfs: make xfs_alloc_fix_freelist non-staticDarrick J. Wong2-1/+2
2016-01-04xfs: make xfs_buf_ioend_async() staticAlexander Kuleshov1-1/+1
2016-01-04xfs: send warning of project quota to userspace via netlinkMasatake YAMATO1-5/+9
2016-01-04xfs: get mp from bma->ip in xfs_bmap codeEric Sandeen1-2/+2
2016-01-04xfs: print name of verifier if it failsEric Sandeen18-2/+24
2016-01-04libxfs: Optimize the loop for xfs_bitmap_emptyJia He1-3/+3
2016-01-04xfs: refactor log record start detection into a new helperBrian Foster1-35/+83
2016-01-04xfs: support a crc verification only log record passBrian Foster2-5/+20
2016-01-04xfs: return start block of first bad log record during recoveryBrian Foster1-4/+16
2016-01-04xfs: refactor and open code log record crc checkBrian Foster1-46/+26
2016-01-04xfs: refactor log record unpack and data processingBrian Foster1-12/+23
2016-01-04xfs: detect and handle invalid iclog size set by mkfsBrian Foster1-1/+25
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-3/+3
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-2/+6
2015-12-06xfs: Change how listxattr generates synthetic attributesAndreas Gruenbacher3-105/+59
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher1-6/+0
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher1-4/+4
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+6
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher1-4/+6
2015-11-11Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds61-411/+989
2015-11-11vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler1-1/+1
2015-11-10Merge branch 'xfs-misc-fixes-for-4.4-3' into for-nextDave Chinner4-5/+6
2015-11-10xfs: give all workqueues rescuer threadsChris Mason1-3/+4
2015-11-10xfs: fix log recovery op header validation assertBrian Foster1-1/+1
2015-11-10xfs: Fix error path in xfs_get_aclAndreas Gruenbacher2-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+1
2015-11-03Merge branch 'xfs-dax-updates' into for-nextDave Chinner11-65/+225
2015-11-03Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner14-16/+101
2015-11-03xfs: optimise away log forces on timestamp updates for fdatasyncDave Chinner5-5/+29