Re: [git pull] a couple of fixes in vfs.git

2021-04-06 Thread pr-tracker-bot
The pull request you sent on Tue, 6 Apr 2021 17:15:11 +: > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/2d743660786ec51f5c1fefd5782bbdee7b227db0 Thank you! -- Deet-doot-dot, I am a bot. https://k

[git pull] a couple of fixes in vfs.git

2021-04-06 Thread Al Viro
Fairly old hostfs bug (in setups that are not used by anyone, apparently) + fix for this cycle regression: extra dput/mntput in LOOKUP_CACHED failure handling. The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are av

Re: [git pull] a couple of fixes for mount stuff

2019-06-17 Thread pr-tracker-bot
The pull request you sent on Mon, 17 Jun 2019 23:32:57 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/29f785ff76b65696800b75c3d8e0b58e603bb1d0 Thank you! -- Deet-doot-dot, I am a bot. https://

[git pull] a couple of fixes for mount stuff

2019-06-17 Thread Al Viro
MS_MOVE regression fix + breakage in fsmount(2) (also introduced in this cycle, along with fsmount(2) itself). I'm still digging through the piles of mail, so there might be more fixes to follow, but these two are obvious and self-contained, so there's no point delaying those... The follo

[git pull] a couple of fixes

2018-02-09 Thread Al Viro
The following changes since commit ce4bb04cae8924792ed92f4af2793b77fc986f0e: Fix a leak in socket(2) when we fail to allocate a file descriptor. (2018-01-10 18:47:05 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus for you

[git pull] a couple of fixes

2016-03-10 Thread Al Viro
Fix for my dumb braino in ncpfs and a long-standing breakage on recovery from failed rename() in jffs2. The following changes since commit a528aca7f359f4b0b1d72ae406097e491a5ba9ea: use ->d_seq to get coherency between ->d_inode and ->d_flags (2016-02-29 12:16:43 -0500) are available i

[git pull] a couple of fixes in vfs.git

2015-12-09 Thread Al Viro
A couple of fixes, both -stable fodder (9p one all way back to 2.6.32, dio - to all branches where "Fix negative return from dio read beyond eof" will end up it; it's a fixup to commit marked for -stable). Please, pull from the usual place - git://git.kernel.org/pub/scm/linux/kernel/git/vi

Re: [git pull] a couple of fixes for rc7

2013-10-25 Thread Al Viro
On Fri, Oct 25, 2013 at 03:33:46PM +0100, Linus Torvalds wrote: > On Fri, Oct 25, 2013 at 3:25 PM, Al Viro wrote: > > nfsd performance regression fix + seq_file lseek(2) fix. > > Please, pull from the usual place - > > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus > > Not a

Re: [git pull] a couple of fixes for rc7

2013-10-25 Thread Linus Torvalds
On Fri, Oct 25, 2013 at 3:25 PM, Al Viro wrote: > nfsd performance regression fix + seq_file lseek(2) fix. > Please, pull from the usual place - > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Not acceptable. fs/file_table.c: In function ‘fput’: fs/file_table.c:320:4: warn

[git pull] a couple of fixes for rc7

2013-10-25 Thread Al Viro
nfsd performance regression fix + seq_file lseek(2) fix. Please, pull from the usual place - git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (1): nfsd regression since delayed fput() Gu Zheng (1): seq_file: always update file->f_pos in seq_lseek(