summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: Introduce XFS_PTAG_VERIFIER_ERROR panic maskMarco Benatto2019-02-123-2/+4
* xfs: remove duplicated xfs_defer.hYueHaibing2019-02-124-4/+0
* xfs: check attribute name validityDarrick J. Wong2019-02-123-1/+24
* xfs: check directory name validityDarrick J. Wong2019-02-123-0/+24
* xfs: fix off-by-one error in rtbitmap cross-referenceDarrick J. Wong2019-02-121-3/+2
* xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong2019-02-123-0/+39
* xfs: abort xattr scrub if fatal signals are pendingDarrick J. Wong2019-02-121-0/+5
* xfs: consolidate scrub dinode mapping code into a single functionDarrick J. Wong2019-02-121-30/+32
* xfs: scrub big block inode btrees correctlyDarrick J. Wong2019-02-121-1/+9
* xfs: clean up the inode cluster checking in the inobt scrubDarrick J. Wong2019-02-122-58/+152
* xfs: hoist inode cluster checks out of loopDarrick J. Wong2019-02-121-54/+65
* xfs: check inobt record alignment on big block filesystemsDarrick J. Wong2019-02-121-0/+41
* xfs: check the ir_startino alignment directlyDarrick J. Wong2019-02-121-6/+50
* xfs: never try to scrub more than 64 inodes per inobt recordDarrick J. Wong2019-02-121-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
|\ \ \ \
| * | | | btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman2019-01-301-0/+3
| * | | | btrfs: clean up pending block groups when transaction commit abortsDavid Sterba2019-01-301-0/+16
| * | | | btrfs: fix potential oops in device_list_addAl Viro2019-01-301-2/+2
| * | | | btrfs: don't end the transaction for delayed refs in throttleJosef Bacik2019-01-281-8/+0
| * | | | Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana2019-01-281-28/+50
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-02-026-4/+36
|\ \ \ \ \
| * | | | | autofs: fix error return in autofs_fill_super()Ian Kent2019-02-021-1/+3
| * | | | | autofs: drop dentry reference only when it is never usedPan Bian2019-02-021-1/+2
| * | | | | fs/drop_caches.c: avoid softlockups in drop_pagecache_sb()Jan Kara2019-02-021-1/+7
| * | | | | proc: fix /proc/net/* after setns(2)Alexey Dobriyan2019-02-023-1/+24
* | | | | | Merge tag '5.0-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-02-025-29/+61
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | cifs: update internal module version numberSteve French2019-01-311-1/+1
| * | | | | CIFS: fix use-after-free of the lease keysAurelien Aptel2019-01-311-2/+2
| * | | | | CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky2019-01-301-1/+1
| * | | | | CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky2019-01-301-2/+2
| * | | | | CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky2019-01-301-16/+30
| * | | | | CIFS: Fix possible oops and memory leaks in async IOPavel Shilovsky2019-01-301-3/+8