summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-02-11xfs: refactor AGI unlinked bucket updatesDarrick J. Wong2-20/+71
2019-02-11xfs: add xfs_verify_agino_or_null helperDarrick J. Wong4-7/+19
2019-02-11xfs: clean up iunlink functionsDarrick J. Wong1-47/+32
2019-02-11xfs: use the latest extent at writeback delalloc conversion timeBrian Foster3-124/+64
2019-02-11xfs: create delalloc bmapi wrapper for full extent allocationBrian Foster2-4/+59
2019-02-11xfs: remove superfluous writeback mapping eof trimmingBrian Foster3-27/+0
2019-02-11xfs: validate writeback mapping using data fork seq counterBrian Foster2-16/+49
2019-02-11xfs: update fork seq counter on data fork changesBrian Foster2-8/+7
2019-02-11xfs: Introduce XFS_PTAG_VERIFIER_ERROR panic maskMarco Benatto3-2/+4
2019-02-11xfs: remove duplicated xfs_defer.hYueHaibing4-4/+0
2019-02-11xfs: check attribute name validityDarrick J. Wong3-1/+24
2019-02-11xfs: check directory name validityDarrick J. Wong3-0/+24
2019-02-11xfs: fix off-by-one error in rtbitmap cross-referenceDarrick J. Wong1-3/+2
2019-02-11xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong3-0/+39
2019-02-11xfs: abort xattr scrub if fatal signals are pendingDarrick J. Wong1-0/+5
2019-02-11xfs: consolidate scrub dinode mapping code into a single functionDarrick J. Wong1-30/+32
2019-02-11xfs: scrub big block inode btrees correctlyDarrick J. Wong1-1/+9
2019-02-11xfs: clean up the inode cluster checking in the inobt scrubDarrick J. Wong2-58/+152
2019-02-11xfs: hoist inode cluster checks out of loopDarrick J. Wong1-54/+65
2019-02-11xfs: check inobt record alignment on big block filesystemsDarrick J. Wong1-0/+41
2019-02-11xfs: check the ir_startino alignment directlyDarrick J. Wong1-6/+50
2019-02-11xfs: never try to scrub more than 64 inodes per inobt recordDarrick J. Wong1-1/+2
2019-02-09Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+11
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-12/+24
2019-02-08Merge tag 'xfs-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-5/+27
2019-02-07Merge tag 'nfsd-5.0-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+4
2019-02-07Merge tag 'fuse-fixes-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+5
2019-02-06nfsd: Fix error return values for nfsd4_clone_file_range()Trond Myklebust1-2/+4
2019-02-06fs: ratelimit __find_get_block_slow() failure message.Tetsuo Handa1-9/+10
2019-02-06aio: initialize kiocb private in case any filesystems expect it.Mike Marshall1-0/+1
2019-02-03xfs: set buffer ops when repair probes for btree typeDarrick J. Wong2-3/+24
2019-02-03xfs: end sync buffer I/O properly on shutdown errorBrian Foster1-2/+1
2019-02-03xfs: eof trim writeback mapping as soon as it is cachedBrian Foster1-0/+2
2019-02-03Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-38/+71
2019-02-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-4/+36
2019-02-01Merge tag '5.0-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-29/+61
2019-02-01autofs: fix error return in autofs_fill_super()Ian Kent1-1/+3
2019-02-01autofs: drop dentry reference only when it is never usedPan Bian1-1/+2
2019-02-01fs/drop_caches.c: avoid softlockups in drop_pagecache_sb()Jan Kara1-1/+7
2019-02-01proc: fix /proc/net/* after setns(2)Alexey Dobriyan3-1/+24
2019-02-01Merge tag 'iomap-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-7/+30
2019-01-31gfs2: Revert "Fix loop in gfs2_rbm_find"Andreas Gruenbacher1-1/+1
2019-01-31Merge tag 'nfs-for-5.0-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-4/+10
2019-01-31cifs: update internal module version numberSteve French1-1/+1
2019-01-31CIFS: fix use-after-free of the lease keysAurelien Aptel1-2/+2
2019-01-30fs/dcache: Track & report number of negative dentriesWaiman Long1-0/+32
2019-01-30fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long1-5/+1
2019-01-30btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman1-0/+3
2019-01-30btrfs: clean up pending block groups when transaction commit abortsDavid Sterba1-0/+16
2019-01-30btrfs: fix potential oops in device_list_addAl Viro1-2/+2