Linux Filesystem Development
[Prev Page][Next Page]
- [PATCH 07/24] ntfs: Remove check for PageError
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 08/24] ext2: Remove check for PageError
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 06/24] hfsplus: Remove check for PageError
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 00/24] Begin removing PageError
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 11/24] ntfs3: Remove check for PageError
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 01/24] block: Remove check of PageError
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 10/24] ntfs: Remove check for PageError
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 09/24] nilfs2: Remove check for PageError
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 21/24] buffer: Don't test folio error in block_read_full_folio()
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 22/24] squashfs: Return the actual error from squashfs_read_folio()
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 24/24] ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback()
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 23/24] hostfs: Handle page write errors correctly
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 17/24] orangefs: Remove test for folio error
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 18/24] buffer: Remove check for PageError
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 19/24] nfs: Leave pages in the pagecache if readpage failed
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 20/24] btrfs: Use a folio in wait_dev_supers()
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 16/24] iomap: Remove test for folio error
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 15/24] jfs: Remove check for PageUptodate
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 13/24] ufs: Remove checks for PageError
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 14/24] remap_range: Remove check of uptodate flag
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 02/24] afs: Remove check of PageError
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 12/24] reiserfs: Remove check for PageError
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- Re: [Jfs-discussion] [RFC PATCH 2/9] jfs: Add jfs_iomap_begin()
- From: Dave Kleikamp <dave.kleikamp@xxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Samuel Neves <sneves@xxxxxxxxx>
- Re: [PATCH v3 2/9] iov_iter: Add a general purpose iteration function
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] procfs: add syscall statistics
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH 0/3] fs/ntfs3: Refactoring and bugfix
- From: Almaz Alexandrovich <almaz.alexandrovich@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 3/3] fs/ntfs3: Refactor ni_try_remove_attr_list function
- From: Almaz Alexandrovich <almaz.alexandrovich@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 2/3] fs/ntfs3: Fix double free on remount
- From: Almaz Alexandrovich <almaz.alexandrovich@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 1/3] fs/ntfs3: Refactoring of indx_find function
- From: Almaz Alexandrovich <almaz.alexandrovich@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] procfs: add syscall statistics
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [RFC PATCH 7/9] jfs: Read quota through the page cache
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC PATCH 2/9] jfs: Add jfs_iomap_begin()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC PATCH 1/9] IOMAP_DIO_NOSYNC
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] procfs: add syscall statistics
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH] procfs: add syscall statistics
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH] procfs: add syscall statistics
- From: Zhang Yuchen <zhangyuchen.lcr@xxxxxxxxxxxxx>
- [PATCH v3 9/9] cifs, ksmbd: Fix MAX_SGE count for softiwarp
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 7/9] cifs: Trace writedata page wrangling
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 8/9] cifs: Add some RDMA send tracepoints
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 6/9] cifs: Remove unused code
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 5/9] cifs: Change the I/O paths to use an iterator rather than a page list
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 4/9] cifs: Add a function to read into an iter from a socket
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 3/9] cifs: Add some helper functions
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 2/9] iov_iter: Add a general purpose iteration function
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 1/9] iov_iter: Add a function to extract an iter's buffers to a bvec iter
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 0/9] cifs: Use iov_iters down to the network transport
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Ingo Molnar <mingo@xxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: "Jason A. Donenfeld" <Jason@xxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Ingo Molnar <mingo@xxxxxxxxxx>
- Re: [RFC PATCH v2 1/7] statx: add I/O alignment information
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH v6 05/16] iomap: Add async buffered write support
- From: Jan Kara <jack@xxxxxxx>
- [PATCH] fs: eventfd: Directly use ida_alloc()/free()
- From: keliu <liuke94@xxxxxxxxxx>
- Re: [RFC PATCH 8/9] jfs: Write quota through the page cache
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH 7/9] jfs: Read quota through the page cache
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH 2/9] jfs: Add jfs_iomap_begin()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH 1/9] IOMAP_DIO_NOSYNC
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [GIT PULL] nfsd changes for 5.19
- From: pr-tracker-bot@xxxxxxxxxx
- [PATCH v2 1/2] fs/kernel_read_file: Allow to read files up-to ssize_t
- From: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>
- [PATCH v2 2/2] kexec_file: Increase maximum file size to 4G
- From: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>
- [PATCH v2 0/2] Allow to kexec with initramfs larger than 2G
- From: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>
- Re: [PATCH] XArray: handle XA_FLAGS_ACCOUNT in xas_split_alloc
- From: Shakeel Butt <shakeelb@xxxxxxxxxx>
- Re: [PATCH] XArray: handle XA_FLAGS_ACCOUNT in xas_split_alloc
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [GIT PULL] sysctl changes for v5.19-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6 05/16] iomap: Add async buffered write support
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v2] cred: Propagate security_prepare_creds() error code
- From: Jeff Moyer <jmoyer@xxxxxxxxxx>
- Re: [PATCHv4 8/9] block: relax direct io memory alignment
- From: Keith Busch <kbusch@xxxxxxxxxx>
- [RFC PATCH 4/9] jfs: Convert direct_IO write support to use iomap
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [RFC PATCH 6/9] jfs: Handle bmap with iomap
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [RFC PATCH 0/9] Convert JFS to use iomap
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [RFC PATCH 9/9] jfs: Convert buffered IO paths to iomap
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [RFC PATCH 8/9] jfs: Write quota through the page cache
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [RFC PATCH 2/9] jfs: Add jfs_iomap_begin()
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [RFC PATCH 3/9] jfs: Convert direct_IO read support to use iomap
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [RFC PATCH 7/9] jfs: Read quota through the page cache
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [RFC PATCH 1/9] IOMAP_DIO_NOSYNC
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [RFC PATCH 5/9] jfs: Remove old direct_IO support
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- Re: [PATCHv4 8/9] block: relax direct io memory alignment
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCH v6 04/16] iomap: Add flags parameter to iomap_page_create()
- From: Stefan Roesch <shr@xxxxxx>
- Re: [PATCH v6 05/16] iomap: Add async buffered write support
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH v6 04/16] iomap: Add flags parameter to iomap_page_create()
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH v3 1/1] FUSE: Allow non-extending parallel direct writes on the same file.
- From: Vivek Goyal <vgoyal@xxxxxxxxxx>
- Re: [PATCHv4 8/9] block: relax direct io memory alignment
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v6 00/16] io-uring/xfs: support async buffered writes
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v5 04/16] iomap: Add flags parameter to iomap_page_create()
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v6 16/16] xfs: Enable async buffered write support
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v6 12/16] io_uring: Add tracepoint for short writes
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v6 15/16] xfs: Add async buffered write support
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v6 11/16] io_uring: Add support for async buffered writes
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v6 13/16] xfs: Specify lockmode when calling xfs_ilock_for_iomap()
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v6 14/16] xfs: Change function signature of xfs_ilock_iocb()
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v6 05/16] iomap: Add async buffered write support
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v6 10/16] fs: Optimization for concurrent file time updates.
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v6 09/16] fs: Add async write file modification handling.
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v6 08/16] fs: Split off inode_needs_update_time and __file_update_time
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v6 06/16] fs: Add check for async buffered writes to generic_write_checks
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v6 04/16] iomap: Add flags parameter to iomap_page_create()
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v6 07/16] fs: add __remove_file_privs() with flags parameter
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v6 01/16] mm: Move starting of background writeback into the main balancing loop
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v6 00/16] io-uring/xfs: support async buffered writes
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v6 02/16] mm: Move updates of dirty_exceeded into one place
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v6 03/16] mm: Add balance_dirty_pages_ratelimited_flags() function
- From: Stefan Roesch <shr@xxxxxx>
- Re: [PATCH] MAINTAINERS: reciprocal co-maintainership for file locking and nfsd
- From: Chuck Lever III <chuck.lever@xxxxxxxxxx>
- [GIT PULL] nfsd changes for 5.19
- From: Chuck Lever III <chuck.lever@xxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: "Jason A. Donenfeld" <Jason@xxxxxxxxx>
- Re: [PATCHv4 8/9] block: relax direct io memory alignment
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCH v5 04/16] iomap: Add flags parameter to iomap_page_create()
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v5 05/16] iomap: Add async buffered write support
- From: Jan Kara <jack@xxxxxxx>
- [PATCH -next] fs: Fix one kernel-doc comment
- From: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx>
- Re: procfs: open("/proc/self/fd/...") allows bypassing O_RDONLY
- From: Aleksa Sarai <cyphar@xxxxxxxxxx>
- Re: procfs: open("/proc/self/fd/...") allows bypassing O_RDONLY
- From: Aleksa Sarai <cyphar@xxxxxxxxxx>
- Re: procfs: open("/proc/self/fd/...") allows bypassing O_RDONLY
- From: Pavel Machek <pavel@xxxxxx>
- ACLs permission check is slightly not aligned with the man page
- From: Yoni Couriel <yonic@xxxxxxxxxx>
- Re: [PATCHv4 3/9] block: export dma_alignment attribute
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCHv4 8/9] block: relax direct io memory alignment
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [GIT PULL] Writeback and ext2 cleanups for 5.19-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] Fsnotify changes for 5.19-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCHv4 8/9] block: relax direct io memory alignment
- From: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx>
- Re: [PATCHv4 9/9] fs: add support for dma aligned direct-io
- From: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx>
- Re: [PATCHv4 7/9] block/bounce: count bytes instead of sectors
- From: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx>
- Re: [PATCHv4 6/9] block/merge: count bytes instead of sectors
- From: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx>
- Re: [PATCHv4 5/9] block: add a helper function for dio alignment
- From: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx>
- Re: [PATCHv4 1/9] block: fix infiniate loop for invalid zone append
- From: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx>
- [PATCH v6 2/2] ceph: wait the first reply of inflight async unlink
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [PATCH v6 1/2] fs/dcache: export d_same_name() helper
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [PATCH v6 0/2] ceph: wait async unlink to finish
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [PATCHv4 8/9] block: relax direct io memory alignment
- From: Keith Busch <kbusch@xxxxxx>
- [PATCHv4 9/9] fs: add support for dma aligned direct-io
- From: Keith Busch <kbusch@xxxxxx>
- [PATCHv4 4/9] block: introduce bdev_dma_alignment helper
- From: Keith Busch <kbusch@xxxxxx>
- [PATCHv4 6/9] block/merge: count bytes instead of sectors
- From: Keith Busch <kbusch@xxxxxx>
- [PATCHv4 7/9] block/bounce: count bytes instead of sectors
- From: Keith Busch <kbusch@xxxxxx>
- [PATCHv4 3/9] block: export dma_alignment attribute
- From: Keith Busch <kbusch@xxxxxx>
- [PATCHv4 2/9] block/bio: remove duplicate append pages code
- From: Keith Busch <kbusch@xxxxxx>
- [PATCHv4 5/9] block: add a helper function for dio alignment
- From: Keith Busch <kbusch@xxxxxx>
- [PATCHv4 1/9] block: fix infiniate loop for invalid zone append
- From: Keith Busch <kbusch@xxxxxx>
- [PATCHv4 0/9] direct io dma alignment
- From: Keith Busch <kbusch@xxxxxx>
- Re: [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license
- From: J Lovejoy <opensource@xxxxxxxxxxx>
- Re: [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [GIT PULL] sysctl changes for v5.19-rc1
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license
- From: "Bradley M. Kuhn" <bkuhn@xxxxxxx>
- [PATCH v5 10/16] fs: Optimization for concurrent file time updates.
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v5 09/16] fs: Add async write file modification handling.
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v5 08/16] fs: Split off inode_needs_update_time and __file_update_time
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v5 07/16] fs: add __remove_file_privs() with flags parameter
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v5 16/16] xfs: Enable async buffered write support
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v5 14/16] xfs: Change function signature of xfs_ilock_iocb()
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v5 13/16] xfs: Specify lockmode when calling xfs_ilock_for_iomap()
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v5 15/16] xfs: Add async buffered write support
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v5 06/16] fs: Add check for async buffered writes to generic_write_checks
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v5 12/16] io_uring: Add tracepoint for short writes
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v5 11/16] io_uring: Add support for async buffered writes
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v5 05/16] iomap: Add async buffered write support
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v5 01/16] mm: Move starting of background writeback into the main balancing loop
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v5 02/16] mm: Move updates of dirty_exceeded into one place
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v5 04/16] iomap: Add flags parameter to iomap_page_create()
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v5 03/16] mm: Add balance_dirty_pages_ratelimited_flags() function
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v5 00/16] io-uring/xfs: support async buffered writes
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v4 10/17] fs: Split off file_needs_update_time and __file_update_time
- From: Stefan Roesch <shr@xxxxxx>
- RE: [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [RFC PATCH v4 12/17] fs: Optimization for concurrent file time updates.
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v4 16/17] xfs: Add async buffered write support
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v4 16/17] xfs: Add async buffered write support
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v4 15/17] xfs: Add iomap async buffered write support
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v4 11/17] fs: Add async write file modification handling.
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v4 09/17] fs: Split off remove_needs_file_privs() __remove_file_privs()
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v4 07/17] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v4 03/17] mm: Prepare balance_dirty_pages() for async buffered writes
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v4 05/17] iomap: Add gfp parameter to iomap_page_create()
- From: Stefan Roesch <shr@xxxxxx>
- RE: [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license
- From: "Bird, Tim" <Tim.Bird@xxxxxxxx>
- Re: RFC: Ioctl v2
- From: Andrew Lunn <andrew@xxxxxxx>
- Re: [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH v3 1/1] FUSE: Allow non-extending parallel direct writes on the same file.
- From: Bernd Schubert <bschubert@xxxxxxx>
- Re: [PATCH v3 1/1] FUSE: Allow non-extending parallel direct writes on the same file.
- From: Vivek Goyal <vgoyal@xxxxxxxxxx>
- Re: [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license
- From: "Bradley M. Kuhn" <bkuhn@xxxxxxx>
- Re: [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH v3 1/1] FUSE: Allow non-extending parallel direct writes on the same file.
- From: Vivek Goyal <vgoyal@xxxxxxxxxx>
- Re: [PATCH v3 1/1] FUSE: Allow non-extending parallel direct writes on the same file.
- From: Bernd Schubert <bschubert@xxxxxxx>
- Re: [PATCH v3 1/1] FUSE: Allow non-extending parallel direct writes on the same file.
- From: Vivek Goyal <vgoyal@xxxxxxxxxx>
- [PATCH v2] cred: Propagate security_prepare_creds() error code
- From: Frederick Lawler <fred@xxxxxxxxxxxxxx>
- Re: [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [GIT PULL] io_uring xattr support
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: RFC: Ioctl v2
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- RE: [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license
- From: "Bird, Tim" <Tim.Bird@xxxxxxxx>
- Re: RFC: Ioctl v2
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 0/7] cifs: Use iov_iters down to the network transport
- From: Tom Talpey <tom@xxxxxxxxxx>
- Re: [PATCH v3] fs/ufs: Replace kmap() with kmap_local_page()
- From: Ira Weiny <ira.weiny@xxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH 7/7] cifs, ksmbd: Fix MAX_SGE count for softiwarp
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 6/7] cifs: Remove unused code
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 5/7] cifs: Change the I/O paths to use an iterator rather than a page list
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 3/7] cifs: Add some helper functions
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 4/7] cifs: Add a function to read into an iter from a socket
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 2/7] iov_iter: Add a general purpose iteration function
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 1/7] iov_iter: Add a function to extract an iter's buffers to a bvec iter
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 0/7] cifs: Use iov_iters down to the network transport
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCHv3 1/6] block/bio: remove duplicate append pages code
- From: Pankaj Raghav <pankydev8@xxxxxxxxx>
- Re: [PATCHv3 5/6] block/bounce: count bytes instead of sectors
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCHv3 5/6] block/bounce: count bytes instead of sectors
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCHv3 1/6] block/bio: remove duplicate append pages code
- From: Keith Busch <kbusch@xxxxxxxxxx>
- [GIT PULL] Fsnotify changes for 5.19-rc1
- From: Jan Kara <jack@xxxxxxx>
- [GIT PULL] Writeback and ext2 cleanups for 5.19-rc1
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v5] writeback: Fix inode->i_io_list not be protected by inode->i_lock error
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCHv3 1/6] block/bio: remove duplicate append pages code
- From: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx>
- [PATCH] XArray: handle XA_FLAGS_ACCOUNT in xas_split_alloc
- From: Vasily Averin <vvs@xxxxxxxxxx>
- Re: [PATCHv3 1/6] block/bio: remove duplicate append pages code
- From: Pankaj Raghav <pankydev8@xxxxxxxxx>
- [PATCH v3] sysctl: handle table->maxlen robustly for proc_dobool
- From: Muchun Song <songmuchun@xxxxxxxxxxxxx>
- Re: [PATCH v2] sysctl: handle table->maxlen properly for proc_dobool
- From: Muchun Song <songmuchun@xxxxxxxxxxxxx>
- Re: [GIT PULL] Page cache changes for 5.19
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] iomap: new code for 5.19
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] Page cache changes for 5.19
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] Page cache changes for 5.19
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] zonefs fixes for 5.19-rc1-fix
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] erofs updates for 5.19-rc1 (fscache part inclusive)
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] fs idmapped mount updates for v5.19
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH v2 2/2] FUSE: Retire superblock on force unmount
- From: Daniil Lunev <dlunev@xxxxxxxxxxxx>
- [GIT PULL] iomap: new code for 5.19
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [GIT PULL] fsverity updates for 5.19
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] fscrypt updates for 5.19
- From: pr-tracker-bot@xxxxxxxxxx
- [GIT PULL] Page cache changes for 5.19
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v2] sysctl: handle table->maxlen properly for proc_dobool
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH] fuse: allow CAP_SYS_ADMIN in root userns to access allow_other mount
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCHv3 1/6] block/bio: remove duplicate append pages code
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCHv3 6/6] block: relax direct io memory alignment
- From: Pankaj Raghav <pankydev8@xxxxxxxxx>
- Re: [PATCH] fuse: allow CAP_SYS_ADMIN in root userns to access allow_other mount
- From: Rik van Riel <riel@xxxxxxxxxxx>
- [PATCH v5] writeback: Fix inode->i_io_list not be protected by inode->i_lock error
- From: Jchao Sun <sunjunchao2870@xxxxxxxxx>
- Re: [syzbot] KASAN: use-after-free Write in udf_close_lvid
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCHv3 5/6] block/bounce: count bytes instead of sectors
- From: Pankaj Raghav <pankydev8@xxxxxxxxx>
- Re: [PATCH v2 2/2] FUSE: Retire superblock on force unmount
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [PATCHv3 1/6] block/bio: remove duplicate append pages code
- From: Pankaj Raghav <pankydev8@xxxxxxxxx>
- Re: [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license
- From: Richard Fontana <rfontana@xxxxxxxxxx>
- Re: [syzbot] KASAN: use-after-free Write in udf_close_lvid
- From: Jan Kara <jack@xxxxxxx>
- Re: [syzbot] INFO: task hung in jbd2_journal_commit_transaction (3)
- From: Jan Kara <jack@xxxxxxx>
- Re: [syzbot] KASAN: use-after-free Write in udf_close_lvid
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [syzbot] KASAN: use-after-free Write in udf_close_lvid
- From: Jan Kara <jack@xxxxxxx>
- [PATCH] MAINTAINERS: reciprocal co-maintainership for file locking and nfsd
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v2] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [ovs-dev] [PATCH RFC 4/5] net/tls: Add support for PF_TLSH (a TLS handshake listener)
- From: Ilya Maximets <i.maximets@xxxxxxx>
- Re: [PATCH v2] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH v2] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [GIT PULL] zonefs fixes for 5.19-rc1-fix
- From: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] fuse: allow CAP_SYS_ADMIN in root userns to access allow_other mount
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [PATCHv3 3/6] block: introduce bdev_dma_alignment helper
- From: Johannes Thumshirn <Johannes.Thumshirn@xxxxxxx>
- Re: [PATCHv3 2/6] block: export dma_alignment attribute
- From: Johannes Thumshirn <Johannes.Thumshirn@xxxxxxx>
- Re: [PATCHv3 1/6] block/bio: remove duplicate append pages code
- From: Johannes Thumshirn <Johannes.Thumshirn@xxxxxxx>
- Re: [PATCHv3 6/6] block: relax direct io memory alignment
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCHv3 5/6] block/bounce: count bytes instead of sectors
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCHv3 4/6] block/merge: count bytes instead of sectors
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCHv3 3/6] block: introduce bdev_dma_alignment helper
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH RFC v6 07/21] dept: Apply Dept to seqlock
- From: Byungchul Park <byungchul.park@xxxxxxx>
- Re: [PATCHv3 2/6] block: export dma_alignment attribute
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCHv3 1/6] block/bio: remove duplicate append pages code
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] cred: Propagate security_prepare_creds() error code
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH] fuse: allow CAP_SYS_ADMIN in root userns to access allow_other mount
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH 0/4] ceph: convert to netfs_direct_read_iter for DIO reads
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH v2] sysctl: handle table->maxlen properly for proc_dobool
- From: Muchun Song <songmuchun@xxxxxxxxxxxxx>
- 379b0fd8ed: blktests.block/024.fail
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [PATCH v2] sysctl: handle table->maxlen properly for proc_dobool
- From: Muchun Song <songmuchun@xxxxxxxxxxxxx>
- Re: [PATCH v5 1/2] fs/dcache: add d_compare() helper support
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH v5 1/2] fs/dcache: add d_compare() helper support
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] MAINTAINERS: move myself from ceph "Maintainer" to "Reviewer"
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [GIT PULL] zonefs changes for 5.19-rc1
- From: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] zonefs changes for 5.19-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] zonefs changes for 5.19-rc1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH v9 3/6] selftests: add tests_sysfs module
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [GIT PULL] Writeback fix for 5.19-rc
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- [PATCHv3 6/6] block: relax direct io memory alignment
- From: Keith Busch <kbusch@xxxxxx>
- [PATCHv3 2/6] block: export dma_alignment attribute
- From: Keith Busch <kbusch@xxxxxx>
- [PATCHv3 5/6] block/bounce: count bytes instead of sectors
- From: Keith Busch <kbusch@xxxxxx>
- [PATCHv3 4/6] block/merge: count bytes instead of sectors
- From: Keith Busch <kbusch@xxxxxx>
- [PATCHv3 3/6] block: introduce bdev_dma_alignment helper
- From: Keith Busch <kbusch@xxxxxx>
- [PATCHv3 1/6] block/bio: remove duplicate append pages code
- From: Keith Busch <kbusch@xxxxxx>
- [PATCHv3 0/6] direct io dma alignment
- From: Keith Busch <kbusch@xxxxxx>
- Re: [GIT PULL] io_uring xattr support
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH v2] sysctl: handle table->maxlen properly for proc_dobool
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH v5 1/2] fs/dcache: add d_compare() helper support
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 3/4] playbooks: add a common playbook a git reset task for kdevops
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH v5 1/2] fs/dcache: add d_compare() helper support
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [GIT PULL] io_uring xattr support
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] cred: Propagate security_prepare_creds() error code
- From: "Serge E. Hallyn" <serge@xxxxxxxxxx>
- Re: [PATCH v2] sysctl: handle table->maxlen properly for proc_dobool
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [GIT PULL] io_uring xattr support
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/5] kallsyms: make kallsym APIs more safe with scnprintf
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v5 1/2] fs/dcache: add d_compare() helper support
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH] MAINTAINERS: move myself from ceph "Maintainer" to "Reviewer"
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH RFC v25 0/7] NFSD: Initial implementation of NFSv4 Courteous Server
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] writeback: fix typo in comment
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH RFC v25 0/7] NFSD: Initial implementation of NFSv4 Courteous Server
- From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v6 4/8] KVM: Extend the memslot to support fd-based private memory
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 8/8] NFSD: Instantiate a struct file when creating a regular NFSv4 file
- From: Chuck Lever III <chuck.lever@xxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6 4/8] KVM: Extend the memslot to support fd-based private memory
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- Re: [syzbot] INFO: task hung in jbd2_journal_commit_transaction (3)
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH v2] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [RFC PATCH v4 12/17] fs: Optimization for concurrent file time updates.
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [RFC PATCH v4 04/17] mm: Add balance_dirty_pages_ratelimited_flags() function
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v3] fanotify: fix incorrect fmode_t casts
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v4] fs/proc/base.c: fix incorrect fmode_t casts
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [GIT PULL] fs idmapped mount updates for v5.19
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices
- From: Pankaj Raghav <p.raghav@xxxxxxxxxxx>
- Re: Freeing page flags
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [GIT PULL] fscrypt updates for 5.19
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [GIT PULL] fsverity updates for 5.19
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH 1/2] netfs: ->cleanup() op is always given a rreq pointer now
- From: David Howells <dhowells@xxxxxxxxxx>
- [GIT PULL] zonefs changes for 5.19-rc1
- From: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4] fs/proc/base.c: fix incorrect fmode_t casts
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH v4] fs/proc/base.c: fix incorrect fmode_t casts
- From: Vasily Averin <vvs@xxxxxxxxxx>
- Re: [PATCH RFC v6 00/21] DEPT(Dependency Tracker)
- From: Byungchul Park <byungchul.park@xxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH -next,v2] fuse: return the more nuanced writeback error on close()
- From: ChenXiaoSong <chenxiaosong2@xxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH -next] fuse: return the more nuanced writeback error on close()
- From: "chenxiaosong (A)" <chenxiaosong2@xxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/2] netfs: ->cleanup() op is always given a rreq pointer now
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [REPORT] syscall reboot + umh + firmware fallback
- From: Byungchul Park <byungchul.park@xxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] FUSE: Retire superblock on force unmount
- From: Daniil Lunev <dlunev@xxxxxxxxxxxx>
- Re: [PATCH v3] fs/proc/base.c: fix incorrect fmode_t casts
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [ANNOUNCE] CFP: Zoned Storage Microconference - Linux Plumbers Conference 2022
- From: Adam Manzanares <a.manzanares@xxxxxxxxxxx>
- [GIT PULL] Writeback fix for 5.19-rc
- From: Jens Axboe <axboe@xxxxxxxxx>
- [GIT PULL] io_uring xattr support
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC PATCH v4 16/17] xfs: Add async buffered write support
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH v9 3/6] selftests: add tests_sysfs module
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH v9 3/6] selftests: add tests_sysfs module
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v9 3/6] selftests: add tests_sysfs module
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3] fs/proc/base.c: fix incorrect fmode_t casts
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v3] fanotify: fix incorrect fmode_t casts
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [PATCH v3] fs/proc/base.c: fix incorrect fmode_t casts
- From: Vasily Averin <vvs@xxxxxxxxxx>
- Re: [PATCH v3] fs/open.c: fix incorrect fmode_t cast in build_open_how
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [PATCH v3] fanotify: fix incorrect fmode_t casts
- From: Vasily Averin <vvs@xxxxxxxxxx>
- [PATCH v3] fs/open.c: fix incorrect fmode_t cast in build_open_how
- From: Vasily Averin <vvs@xxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 1/5] kallsyms: pass buffer size in sprint_* APIs
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC PATCH v4 16/17] xfs: Add async buffered write support
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH v4 15/17] xfs: Add iomap async buffered write support
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH v4 09/17] fs: Split off remove_needs_file_privs() __remove_file_privs()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH v4 10/17] fs: Split off file_needs_update_time and __file_update_time
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH v4 11/17] fs: Add async write file modification handling.
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH v4 05/17] iomap: Add gfp parameter to iomap_page_create()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH v4 07/17] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH v4 03/17] mm: Prepare balance_dirty_pages() for async buffered writes
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 0/5] kallsyms: make kallsym APIs more safe with scnprintf
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [PATCH] kernel/sysctl.c: Clean up indentation, replace spaces with tab.
- [PATCH v2] sysctl: handle table->maxlen properly for proc_dobool
- From: Muchun Song <songmuchun@xxxxxxxxxxxxx>
- Re: [PATCH v6 4/8] KVM: Extend the memslot to support fd-based private memory
- From: "Andy Lutomirski" <luto@xxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: RFC: Ioctl v2
- From: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: RFC: Ioctl v2
- From: Andrew Lunn <andrew@xxxxxxx>
- Re: [RFC] what to do with IOCB_DSYNC?
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: RFC: Ioctl v2
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- [GIT PULL] erofs updates for 5.19-rc1 (fscache part inclusive)
- From: Gao Xiang <xiang@xxxxxxxxxx>
- [PATCH] writeback: fix typo in comment
- From: Julia Lawall <Julia.Lawall@xxxxxxxx>
- [PATCH] afs: Fix afs_getattr() to refetch file status if callback break occurred
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH] afs: Fix afs_getattr() to refetch file status if callback break occurred
- From: markus.suvanto@xxxxxxxxx
- Re: [PATCH RFC v6 07/21] dept: Apply Dept to seqlock
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- Re: [PATCH RFC v6 02/21] dept: Implement Dept(Dependency Tracker)
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- Re: RFC: Ioctl v2
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- [PATCH RESEND] watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths
- From: David Disseldorp <ddiss@xxxxxxx>
- [PATCH] afs: Fix afs_getattr() to refetch file status if callback break occurred
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [syzbot] INFO: task hung in jbd2_journal_commit_transaction (3)
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- [PATCH] cred: Propagate security_prepare_creds() error code
- From: Frederick Lawler <fred@xxxxxxxxxxxxxx>
- Re: RFC: Ioctl v2
- From: Andrew Lunn <andrew@xxxxxxx>
- Re: [PATCH 1/5] kallsyms: pass buffer size in sprint_* APIs
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH] blob_to_mnt(): kern_unmount() is needed to undo kern_mount()
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [RFC PATCH v4 14/17] io_uring: Add tracepoint for short writes
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v4 12/17] fs: Optimization for concurrent file time updates.
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v4 17/17] xfs: Enable async buffered write support
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v4 11/17] fs: Add async write file modification handling.
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v4 16/17] xfs: Add async buffered write support
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v4 10/17] fs: Split off file_needs_update_time and __file_update_time
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v4 13/17] io_uring: Add support for async buffered writes
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v4 15/17] xfs: Add iomap async buffered write support
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v4 08/17] fs: Add check for async buffered writes to generic_write_checks
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v4 09/17] fs: Split off remove_needs_file_privs() __remove_file_privs()
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v4 06/17] iomap: Add async buffered write support
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v4 07/17] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v4 05/17] iomap: Add gfp parameter to iomap_page_create()
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v4 03/17] mm: Prepare balance_dirty_pages() for async buffered writes
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v4 04/17] mm: Add balance_dirty_pages_ratelimited_flags() function
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v4 00/17] io-uring/xfs: support async buffered writes
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v4 01/17] mm: Move starting of background writeback into the main balancing loop
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v4 02/17] mm: Move updates of dirty_exceeded into one place
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v3 15/18] mm: Add balance_dirty_pages_ratelimited_async() function
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v3 18/18] xfs: Enable async buffered write support
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v3 16/18] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter
- From: Stefan Roesch <shr@xxxxxx>
- Re: [PATCH v6 4/8] KVM: Extend the memslot to support fd-based private memory
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [RFC PATCH v3 15/18] mm: Add balance_dirty_pages_ratelimited_async() function
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v3 04/18] iomap: Add async buffered write support
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v3 03/18] iomap: Use iomap_page_create_gfp() in __iomap_write_begin
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v3 02/18] iomap: Add iomap_page_create_gfp to allocate iomap_pages
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v3 01/18] block: Add check for async buffered writes to generic_write_checks
- From: Stefan Roesch <shr@xxxxxx>
- Re: [PATCH v6 4/8] KVM: Extend the memslot to support fd-based private memory
- From: Andy Lutomirski <luto@xxxxxxxxxx>
- Re: [dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices
- From: David Sterba <dsterba@xxxxxxx>
- Re: [PATCH RFC 2/5] tls: build proto after context has been initialized
- From: Chuck Lever III <chuck.lever@xxxxxxxxxx>
- RFC: Ioctl v2
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [RFC PATCH] procfs: Add file path and size to /proc/<pid>/fdinfo
- From: Kalesh Singh <kaleshsingh@xxxxxxxxxx>
- [PATCH v9 3/4] fs: move S_ISGID stripping into the vfs
- From: Yang Xu <xuyang2018.jy@xxxxxxxxxxx>
- [PATCH v9 4/4] ceph: rely on vfs for setgid stripping
- From: Yang Xu <xuyang2018.jy@xxxxxxxxxxx>
- [PATCH v9 2/4] fs: Add missing umask strip in vfs_tmpfile
- From: Yang Xu <xuyang2018.jy@xxxxxxxxxxx>
- [PATCH v9 1/4] fs: add mode_strip_sgid() helper
- From: Yang Xu <xuyang2018.jy@xxxxxxxxxxx>
- Re: kernel BUG in ext4_writepages
- From: Tadeusz Struk <tadeusz.struk@xxxxxxxxxx>
- [PATCH v2] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH 3/4] playbooks: add a common playbook a git reset task for kdevops
- From: Pankaj Raghav <pankydev8@xxxxxxxxx>
- Re: [syzbot] INFO: task hung in jbd2_journal_commit_transaction (3)
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH] move mount-related externs from fs.h to mount.h
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [RFC PATCH v2 1/7] statx: add I/O alignment information
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] fs/namei.c:reserve_stack(): tidy up the call of try_to_unlazy()
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] linux/mount.h: trim includes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] get rid of dead code in legitimize_root()
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v13] vfs: fix copy_file_range regression in cross-fs copies
- From: Luís Henriques <lhenriques@xxxxxxx>
- Re: [dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices
- From: Javier González <javier.gonz@xxxxxxxxxxx>
- Re: kernel BUG in ext4_writepages
- From: Jan Kara <jack@xxxxxxx>
- Re: [dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices
- From: Johannes Thumshirn <Johannes.Thumshirn@xxxxxxx>
- Re: [dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices
- From: Pankaj Raghav <p.raghav@xxxxxxxxxxx>
- Re: [PATCH v4 08/13] btrfs:zoned: make sb for npo2 zone devices align with sb log offsets
- From: Johannes Thumshirn <Johannes.Thumshirn@xxxxxxx>
- Re: [PATCH v4 08/13] btrfs:zoned: make sb for npo2 zone devices align with sb log offsets
- From: Pankaj Raghav <p.raghav@xxxxxxxxxxx>
- Re: [PATCH v4 08/13] btrfs:zoned: make sb for npo2 zone devices align with sb log offsets
- From: Pankaj Raghav <p.raghav@xxxxxxxxxxx>
- [PATCH 2/5] kallsyms: replace sprintf with scnprintf
- From: Maninder Singh <maninder1.s@xxxxxxxxxxx>
- [PATCH 3/5] arch:hexagon/powerpc: use KSYM_NAME_LEN as array size
- From: Maninder Singh <maninder1.s@xxxxxxxxxxx>
- [PATCH 4/5] kallsyms: pass buffer size argument in *lookup* APIs
- From: Maninder Singh <maninder1.s@xxxxxxxxxxx>
- [PATCH 5/5] kallsyms: remove unsed API lookup_symbol_attrs
- From: Maninder Singh <maninder1.s@xxxxxxxxxxx>
- [PATCH 1/5] kallsyms: pass buffer size in sprint_* APIs
- From: Maninder Singh <maninder1.s@xxxxxxxxxxx>
- [PATCH 0/5] kallsyms: make kallsym APIs more safe with scnprintf
- From: Maninder Singh <maninder1.s@xxxxxxxxxxx>
- [PATCH v13] vfs: fix copy_file_range regression in cross-fs copies
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: warning for EOPNOTSUPP vfs_copy_file_range
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices
- From: Javier González <javier.gonz@xxxxxxxxxxx>
- Re: [RFC PATCH] vfs: allow ->atomic_open() on positive
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [RFC PATCH] vfs: allow ->atomic_open() on positive
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices
- From: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v2 1/7] statx: add I/O alignment information
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [RFC PATCH] procfs: Add file path and size to /proc/<pid>/fdinfo
- From: Christian König <christian.koenig@xxxxxxx>
- Re: [dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices
- From: Javier González <javier.gonz@xxxxxxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Christoph Hellwig <hch@xxxxxx>
- [RFC PATCH v2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
- From: Shiyang Ruan <ruansy.fnst@xxxxxxxxxxx>
- Re: [RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
- From: Shiyang Ruan <ruansy.fnst@xxxxxxxxxxx>
- Re: warning for EOPNOTSUPP vfs_copy_file_range
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: warning for EOPNOTSUPP vfs_copy_file_range
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- [PATCH v3 1/1] FUSE: Allow non-extending parallel direct writes on the same file.
- From: Dharmendra Singh <dharamhans87@xxxxxxxxx>
- [PATCH v3 0/1] FUSE: Allow non-extending parallel direct writes
- From: Dharmendra Singh <dharamhans87@xxxxxxxxx>
- Re: [RFC PATCH] vfs: allow ->atomic_open() on positive
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH] procfs: Add file path and size to /proc/<pid>/fdinfo
- From: Kalesh Singh <kaleshsingh@xxxxxxxxxx>
- Re: warning for EOPNOTSUPP vfs_copy_file_range
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices
- From: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v2 1/7] statx: add I/O alignment information
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH] move mount-related externs from fs.h to mount.h
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH] blob_to_mnt(): kern_unmount() is needed to undo kern_mount()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH] m->mnt_root->d_inode->i_sb is a weird way to spell m->mnt_sb...
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH] linux/mount.h: trim includes
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH] uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH] get rid of dead code in legitimize_root()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH] fs/namei.c:reserve_stack(): tidy up the call of try_to_unlazy()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCHES] stuff from the last cycle that missed the window
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: warning for EOPNOTSUPP vfs_copy_file_range
- From: Paul Gortmaker <paul.gortmaker@xxxxxxxxxxxxx>
- Re: warning for EOPNOTSUPP vfs_copy_file_range
- From: He Zhe <zhe.he@xxxxxxxxxxxxx>
- Re: [RFC PATCH] procfs: Add file path and size to /proc/<pid>/fdinfo
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: kernel BUG in ext4_writepages
- From: Tadeusz Struk <tadeusz.struk@xxxxxxxxxx>
- Re: [RFC PATCH v2 1/7] statx: add I/O alignment information
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [RFC PATCH] procfs: Add file path and size to /proc/<pid>/fdinfo
- From: Kalesh Singh <kaleshsingh@xxxxxxxxxx>
- Re: [RFC PATCH] procfs: Add file path and size to /proc/<pid>/fdinfo
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- [RFC PATCH] procfs: Add file path and size to /proc/<pid>/fdinfo
- From: Kalesh Singh <kaleshsingh@xxxxxxxxxx>
- Re: [PATCH v4] fcntl: Add 32bit filesystem mode
- From: Linus Walleij <linus.walleij@xxxxxxxxxx>
- Re: [RFC PATCH] vfs: allow ->atomic_open() on positive
- From: Vivek Goyal <vgoyal@xxxxxxxxxx>
- Re: [fuse-devel] [PATCH v5 0/3] FUSE: Implement atomic lookup + open/create
- From: Bernd Schubert <bernd.schubert@xxxxxxxxxxx>
- Re: [RFC PATCH] vfs: allow ->atomic_open() on positive
- From: Bernd Schubert <bschubert@xxxxxxx>
- Re: [PATCH] nfs: Fix fscache volume key rendering for endianness
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [RFC PATCH] vfs: allow ->atomic_open() on positive
- From: Vivek Goyal <vgoyal@xxxxxxxxxx>
- [PATCH] jfs: Release even dirty metapages on invalidate
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- Re: [PATCH v5 0/3] FUSE: Implement atomic lookup + open/create
- From: Vivek Goyal <vgoyal@xxxxxxxxxx>
- Re: [PATCH v2 5/6] userfaultfd: selftests: make /dev/userfaultfd testing configurable
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- Re: [PATCH v2 4/6] userfaultfd: update documentation to describe /dev/userfaultfd
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- Re: [PATCH v5 0/3] FUSE: Implement atomic lookup + open/create
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [PATCH] nfs: Fix fscache volume key rendering for endianness
- From: David Wysochanski <dwysocha@xxxxxxxxxx>
- Re: [PATCH v2 3/6] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCH v5 0/3] FUSE: Implement atomic lookup + open/create
- From: Bernd Schubert <bschubert@xxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [RFC: kdevops] Standardizing on failure rate nomenclature for expunges
- From: Zorro Lang <zlang@xxxxxxxxxx>
- [ANNOUNCE] xfs-linux: iomap-for-next updated to e9c3a8e820ed
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [RFC: kdevops] Standardizing on failure rate nomenclature for expunges
- From: Zorro Lang <zlang@xxxxxxxxxx>
- Re: [RFC: kdevops] Standardizing on failure rate nomenclature for expunges
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC: kdevops] Standardizing on failure rate nomenclature for expunges
- From: Zorro Lang <zlang@xxxxxxxxxx>
- [PATCH v6 8/8] memfd_create.2: Describe MFD_INACCESSIBLE flag
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- [PATCH v6 5/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- Re: kernel BUG in ext4_writepages
- From: Tadeusz Struk <tadeusz.struk@xxxxxxxxxx>
- [PATCH v6 3/8] mm/memfd: Introduce MFD_INACCESSIBLE flag
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- [PATCH v6 2/8] mm/shmem: Support memfile_notifier
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- [PATCH v6 4/8] KVM: Extend the memslot to support fd-based private memory
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- [PATCH v6 6/8] KVM: Handle page fault for private memory
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- [PATCH v6 1/8] mm: Introduce memfile_notifier
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- [PATCH v6 7/8] KVM: Enable and expose KVM_MEM_PRIVATE
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- [PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] netfs: ->cleanup() op is always given a rreq pointer now
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [RFC: kdevops] Standardizing on failure rate nomenclature for expunges
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- Re: [PATCH v4 00/13] support non power of 2 zoned devices
- From: Javier González <javier@xxxxxxxxxxx>
- Re: [RFC: kdevops] Standardizing on failure rate nomenclature for expunges
- From: Zorro Lang <zlang@xxxxxxxxxx>
- Re: [RFC: kdevops] Standardizing on failure rate nomenclature for expunges
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [RFC PATCH] vfs: allow ->atomic_open() on positive
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [PATCH v4] fcntl: Add 32bit filesystem mode
- From: Icenowy Zheng <uwu@xxxxxxxxxx>
- [writeback] b47372dac9: BUG:soft_lockup-CPU##stuck_for#s![kworker/u16:#:#]
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: warning for EOPNOTSUPP vfs_copy_file_range
- From: Luís Henriques <lhenriques@xxxxxxx>
- Re: [PATCHv2 1/3] block/bio: remove duplicate append pages code
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [RFC: kdevops] Standardizing on failure rate nomenclature for expunges
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- [PATCH 1/2] netfs: ->cleanup() op is always given a rreq pointer now
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH] sysctl: handle table->maxlen properly for proc_dobool
- From: Muchun Song <songmuchun@xxxxxxxxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: warning for EOPNOTSUPP vfs_copy_file_range
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH v5 0/3] FUSE: Implement atomic lookup + open/create
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [PATCH] sysctl: handle table->maxlen properly for proc_dobool
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH] sysctl: handle table->maxlen properly for proc_dobool
- From: Muchun Song <songmuchun@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/1] Allow non-extending parallel direct writes
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [PATCHv2 0/3] direct io alignment relax
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v3 1/1] fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pages
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC PATCH 0/8] signals: Support more than 64 signals
- From: Pavel Machek <pavel@xxxxxx>
- Re: [PATCH v3 1/1] fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pages
- From: Jan Kara <jack@xxxxxxx>
- Re: kernel BUG in ext4_writepages
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v4] writeback: Fix inode->i_io_list not be protected by inode->i_lock error
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v5 2/2] ceph: wait the first reply of inflight async unlink
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [RFC: kdevops] Standardizing on failure rate nomenclature for expunges
- From: Zorro Lang <zlang@xxxxxxxxxx>
- [PATCH v5 0/2] ceph: wait async unlink to finish
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [PATCH v5 1/2] fs/dcache: add d_compare() helper support
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [PATCH v5 2/2] ceph: wait the first reply of inflight async unlink
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH RFC v6 00/21] DEPT(Dependency Tracker)
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH v3 2/3] fanotify: define struct members to hold response decision context
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v5 0/3] FUSE: Implement atomic lookup + open/create
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [RFC: kdevops] Standardizing on failure rate nomenclature for expunges
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH v8 1/4] fs: add mode_strip_sgid() helper
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] fuse: allow CAP_SYS_ADMIN in root userns to access allow_other mount
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [RFC PATCH v3 15/18] mm: Add balance_dirty_pages_ratelimited_async() function
- From: Jan Kara <jack@xxxxxxx>
- Re: [RFC PATCH v3 18/18] xfs: Enable async buffered write support
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH v3 16/18] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH v3 15/18] mm: Add balance_dirty_pages_ratelimited_async() function
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH v3 04/18] iomap: Add async buffered write support
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- warning for EOPNOTSUPP vfs_copy_file_range
- From: He Zhe <zhe.he@xxxxxxxxxxxxx>
- Re: [RFC PATCH v3 03/18] iomap: Use iomap_page_create_gfp() in __iomap_write_begin
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH v3 02/18] iomap: Add iomap_page_create_gfp to allocate iomap_pages
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH v3 01/18] block: Add check for async buffered writes to generic_write_checks
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v4 08/13] btrfs:zoned: make sb for npo2 zone devices align with sb log offsets
- From: Naohiro Aota <Naohiro.Aota@xxxxxxx>
- Re: [RFC: kdevops] Standardizing on failure rate nomenclature for expunges
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v4 08/13] btrfs:zoned: make sb for npo2 zone devices align with sb log offsets
- From: Johannes Thumshirn <Johannes.Thumshirn@xxxxxxx>
- [PATCH] nfs: Fix fscache volume key rendering for endianness
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCHv2 0/3] direct io alignment relax
- From: "hch@xxxxxx" <hch@xxxxxx>
- Re: [PATCHv2 0/3] direct io alignment relax
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices
- From: Johannes Thumshirn <Johannes.Thumshirn@xxxxxxx>
- Re: [PATCHv2 2/3] block: export dma_alignment attribute
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCHv2 1/3] block/bio: remove duplicate append pages code
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC PATCH v2 1/7] statx: add I/O alignment information
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx>
- Re: [RFC: kdevops] Standardizing on failure rate nomenclature for expunges
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH v3 2/3] fanotify: define struct members to hold response decision context
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH] fuse: allow CAP_SYS_ADMIN in root userns to access allow_other mount
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCHv2 2/3] block: export dma_alignment attribute
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCHv2 1/3] block/bio: remove duplicate append pages code
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v4 07/13] btrfs: zoned: use generic btrfs zone helpers to support npo2 zoned devices
- From: Naohiro Aota <Naohiro.Aota@xxxxxxx>
- Re: [PATCH] sysctl: Merge adjacent CONFIG_TREE_RCU blocks
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH] sysctl: Merge adjacent CONFIG_TREE_RCU blocks
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices
- From: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx>
- Re: [dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices
- From: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx>
- [RFC: kdevops] Standardizing on failure rate nomenclature for expunges
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCHv2 0/3] direct io alignment relax
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH -next] exec: Remove redundant check in do_open_execat/uselib
- From: Zhihao Cheng <chengzhihao1@xxxxxxxxxx>
- Re: [PATCH v8 1/4] fs: add mode_strip_sgid() helper
- From: "xuyang2018.jy@xxxxxxxxxxx" <xuyang2018.jy@xxxxxxxxxxx>
- Re: [PATCHv2 0/3] direct io alignment relax
- From: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCH] fs/ntfs3: Don't clear upper bits accidentally in log_replay()
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- Re: [PATCHv2 0/3] direct io alignment relax
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCH 3/3] ksmbd: fix racy issue from using ->d_parent and ->d_name
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- Re: [git pull] a couple of fixes
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH v4 2/2] ceph: wait the first reply of inflight async unlink
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v4 2/2] ceph: wait the first reply of inflight async unlink
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCHv2 3/3] block: relax direct io memory alignment
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v3 2/3] fanotify: define struct members to hold response decision context
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- Re: [git pull] a couple of fixes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v2 7/7] f2fs: support STATX_IOALIGN
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 6/7] f2fs: simplify f2fs_force_buffered_io()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 4/7] f2fs: move f2fs_force_buffered_io() into file.c
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 3/7] ext4: support STATX_IOALIGN
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 2/7] fscrypt: change fscrypt_dio_supported() to prepare for STATX_IOALIGN
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 5/7] f2fs: don't allow DIO reads but not DIO writes
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 1/7] statx: add I/O alignment information
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 0/7] make statx() return I/O alignment information
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v3 18/18] xfs: Enable async buffered write support
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v3 12/18] mm: Move starting of background writeback into the main balancing loop
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v3 14/18] mm: Prepare balance_dirty_pages() for async buffered writes
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v3 15/18] mm: Add balance_dirty_pages_ratelimited_async() function
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v3 16/18] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v3 17/18] io_uring: Add tracepoint for short writes
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v3 11/18] io_uring: Add support for async buffered writes
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v3 03/18] iomap: Use iomap_page_create_gfp() in __iomap_write_begin
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v3 07/18] fs: Split off file_needs_update_time and __file_update_time
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v3 10/18] xfs: Add async buffered write support
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v3 06/18] fs: Split off remove_needs_file_privs() __remove_file_privs()
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v3 09/18] fs: Optimization for concurrent file time updates.
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v3 08/18] xfs: Enable async write file modification handling.
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v3 13/18] mm: Move updates of dirty_exceeded into one place
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v3 04/18] iomap: Add async buffered write support
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v3 02/18] iomap: Add iomap_page_create_gfp to allocate iomap_pages
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v3 05/18] xfs: Add iomap async buffered write support
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v3 00/18] io-uring/xfs: support async buffered writes
- From: Stefan Roesch <shr@xxxxxx>
- [RFC PATCH v3 01/18] block: Add check for async buffered writes to generic_write_checks
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v2 12/16] mm: factor out _balance_dirty_pages() from balance_dirty_pages()
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v2 13/16] mm: add balance_dirty_pages_ratelimited_flags() function
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v2 07/16] fs: split off need_file_update_time and do_file_update_time
- From: Stefan Roesch <shr@xxxxxx>
- Re: [PATCHv2 0/3] direct io alignment relax
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [RFC PATCH v2 06/16] fs: split off need_remove_file_privs() do_remove_file_privs()
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v2 08/16] fs: add pending file update time flag.
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v2 07/16] fs: split off need_file_update_time and do_file_update_time
- From: Stefan Roesch <shr@xxxxxx>
- Re: [RFC PATCH v2 03/16] iomap: use iomap_page_create_gfp() in __iomap_write_begin
- From: Stefan Roesch <shr@xxxxxx>
[Index of Archives]
[Linux Ext4 Filesystem]
[Union Filesystem]
[Linux XFS]
[Kernel Announce]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]