summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: create a separate finobt verifierBrian Foster2019-02-115-5/+15
* xfs: always check magic values in on-disk byte orderBrian Foster2019-02-115-7/+8
* xfs: clarify documentation for the function to reverify buffersBrian Foster2019-02-113-22/+17
* xfs: cache unlinked pointers in an rhashtableDarrick J. Wong2019-02-117-7/+306
* xfs: add tracepoints for high level iunlink operationsDarrick J. Wong2019-02-112-0/+28
* xfs: refactor inode update in iunlink_removeDarrick J. Wong2019-02-111-21/+13
* xfs: refactor unlinked list search and mapping to a separate functionDarrick J. Wong2019-02-111-38/+96
* xfs: refactor inode unlinked pointer update functionsDarrick J. Wong2019-02-112-92/+125
* xfs: strengthen AGI unlinked inode bucket pointer checksDarrick J. Wong2019-02-111-11/+14
* xfs: refactor AGI unlinked bucket updatesDarrick J. Wong2019-02-112-20/+71
* xfs: add xfs_verify_agino_or_null helperDarrick J. Wong2019-02-114-7/+19
* xfs: clean up iunlink functionsDarrick J. Wong2019-02-111-47/+32
* xfs: use the latest extent at writeback delalloc conversion timeBrian Foster2019-02-113-124/+64
* xfs: create delalloc bmapi wrapper for full extent allocationBrian Foster2019-02-112-4/+59
* xfs: remove superfluous writeback mapping eof trimmingBrian Foster2019-02-113-27/+0
* xfs: validate writeback mapping using data fork seq counterBrian Foster2019-02-112-16/+49
* xfs: update fork seq counter on data fork changesBrian Foster2019-02-112-8/+7
* xfs: Introduce XFS_PTAG_VERIFIER_ERROR panic maskMarco Benatto2019-02-113-2/+4
* xfs: remove duplicated xfs_defer.hYueHaibing2019-02-114-4/+0
* xfs: check attribute name validityDarrick J. Wong2019-02-113-1/+24
* xfs: check directory name validityDarrick J. Wong2019-02-113-0/+24
* xfs: fix off-by-one error in rtbitmap cross-referenceDarrick J. Wong2019-02-111-3/+2
* xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong2019-02-113-0/+39
* xfs: abort xattr scrub if fatal signals are pendingDarrick J. Wong2019-02-111-0/+5
* xfs: consolidate scrub dinode mapping code into a single functionDarrick J. Wong2019-02-111-30/+32
* xfs: scrub big block inode btrees correctlyDarrick J. Wong2019-02-111-1/+9
* xfs: clean up the inode cluster checking in the inobt scrubDarrick J. Wong2019-02-112-58/+152
* xfs: hoist inode cluster checks out of loopDarrick J. Wong2019-02-111-54/+65
* xfs: check inobt record alignment on big block filesystemsDarrick J. Wong2019-02-111-0/+41
* xfs: check the ir_startino alignment directlyDarrick J. Wong2019-02-111-6/+50
* xfs: never try to scrub more than 64 inodes per inobt recordDarrick J. Wong2019-02-111-1/+2
* Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockLinus Torvalds2019-02-092-9/+11
|\
| * fs: ratelimit __find_get_block_slow() failure message.Tetsuo Handa2019-02-061-9/+10
| * aio: initialize kiocb private in case any filesystems expect it.Mike Marshall2019-02-061-0/+1
* | Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-02-081-12/+24
|\ \
| * | debugfs: debugfs_lookup() should return NULL if not foundGreg Kroah-Hartman2019-01-301-5/+5
| * | debugfs: return error values, not NULLGreg Kroah-Hartman2019-01-291-17/+22
| * | debugfs: fix debugfs_rename parameter checkingGreg Kroah-Hartman2019-01-251-0/+7
* | | Merge tag 'xfs-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-02-083-5/+27
|\ \ \
| * | | xfs: set buffer ops when repair probes for btree typeDarrick J. Wong2019-02-032-3/+24
| * | | xfs: end sync buffer I/O properly on shutdown errorBrian Foster2019-02-031-2/+1
| * | | xfs: eof trim writeback mapping as soon as it is cachedBrian Foster2019-02-031-0/+2
* | | | Merge tag 'nfsd-5.0-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-02-071-2/+4
|\ \ \ \
| * | | | nfsd: Fix error return values for nfsd4_clone_file_range()Trond Myklebust2019-02-061-2/+4
| |/ / /
* | | | Merge tag 'fuse-fixes-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-02-073-3/+5
|\ \ \ \ | |/ / / |/| | |
| * | | fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi2019-01-161-1/+1
| * | | fuse: call pipe_buf_release() under pipe lockJann Horn2019-01-161-0/+2
| * | | cuse: fix ioctlMiklos Szeredi2019-01-161-1/+1
| * | | fuse: handle zero sized retrieve correctlyMiklos Szeredi2019-01-161-1/+1
* | | | Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-02-034-38/+71
|\ \ \ \