aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-48/+136
2018-01-08xfs: refactor the geometry structure filling functionDarrick J. Wong6-77/+91
2018-01-08xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong6-78/+84
2018-01-08xfs: trace log reservations at mount timeDarrick J. Wong4-1/+52
2018-01-08xfs: dump the first 128 bytes of any corrupt bufferDarrick J. Wong3-4/+9
2018-01-08xfs: teach error reporting functions to take xfs_failaddr_tDarrick J. Wong2-6/+7
2018-01-08xfs: standardize quota verification function outputsDarrick J. Wong5-122/+86
2018-01-08xfs: separate dquot repair into a separate functionDarrick J. Wong4-64/+22
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong17-21/+125
2018-01-08xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corruptDarrick J. Wong1-3/+6
2018-01-08xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong6-24/+99
2018-01-08xfs: refactor short form directory structure verifier functionDarrick J. Wong3-17/+16
2018-01-08xfs: create structure verifier function for short form symlinksDarrick J. Wong2-0/+35
2018-01-08xfs: create structure verifier function for shortform xattrsDarrick J. Wong2-0/+75
2018-01-08xfs: move inode fork verifiers to xfs_dinode_verifyDarrick J. Wong2-89/+69
2018-01-08xfs: verify dinode header firstDarrick J. Wong1-10/+13
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong20-102/+209
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong21-275/+323
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong23-151/+89
2018-01-08xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiersDarrick J. Wong3-53/+61
2018-01-08xfs: refactor short form btree pointer verificationDarrick J. Wong1-6/+6
2018-01-08xfs: refactor long-format btree header verification routinesDarrick J. Wong3-20/+50
2018-01-08xfs: remove XFS_FSB_SANITY_CHECKDarrick J. Wong4-9/+5
2018-01-08xfs: distinguish between corrupt inode and invalid inum in xfs_scrub_get_inodeDarrick J. Wong1-4/+28
2018-01-08xfs: always grab transaction when scrubbing inodeDarrick J. Wong1-1/+1
2018-01-08xfs: xfs_scrub_bmap should use for_each_xfs_iextDarrick J. Wong1-4/+1
2018-01-08xfs: catch a few more error codes when scrubbing secondary sbDarrick J. Wong1-0/+16
2018-01-08xfs: ignore agfl read errors when not scrubbing agflDarrick J. Wong1-1/+1
2018-01-08iomap: report collisions between directio and buffered writes to userspaceDarrick J. Wong2-3/+33
2018-01-08xfs: eliminate duplicate icreate tx reservation functionsBrian Foster1-46/+6
2018-01-08xfs: refactor inode chunk alloc/free tx reservationBrian Foster1-15/+49
2018-01-08xfs: include an allocfree res for inobt modificationsBrian Foster1-41/+43
2018-01-08xfs: truncate transaction does not modify the inobtBrian Foster1-8/+1
2018-01-08xfs: fix up agi unlinked list reservationsBrian Foster1-3/+4
2018-01-08xfs: include inobt buffers in ifree tx log reservationBrian Foster1-9/+6
2018-01-08xfs: print transaction log reservation on overrunBrian Foster1-1/+3
2018-01-08xfs: scrub inode nsec fieldsDarrick J. Wong1-0/+10
2018-01-08xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen7-57/+70
2018-01-08xfs: factor out scrub input checkingEric Sandeen1-31/+44
2018-01-08xfs: explicitly initialize meta_scrub_ops array by typeEric Sandeen1-25/+28
2018-01-08xfs: Show realtime device stats on statfs calls if realtime flags setRichard Wareing2-0/+10
2018-01-07ext4: fixed alignment and minor code cleanup in ext4.hPetros Koutoupis1-11/+9
2018-01-07ext4: fix ENOSPC handling in DAX page fault handlerJan Kara1-2/+8
2018-01-07dax: pass detailed error code from dax_iomap_fault()Jan Kara4-6/+9
2018-01-07mbcache: revert "fs/mbcache.c: make count_objects() more robust"Eric Biggers1-3/+0
2018-01-07mbcache: initialize entry->e_referenced in mb_cache_entry_create()Alexander Potapenko1-0/+1
2018-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+5
2018-01-06eventfd: fold eventfd_ctx_get() into eventfd_ctx_fileget()Eric Biggers1-15/+6
2018-01-06eventfd: fold eventfd_ctx_read() into eventfd_read()Eric Biggers1-38/+15
2018-01-06eventfd: convert to use anon_inode_getfd()Eric Biggers1-46/+7