Linux Filesystem Development
[Prev Page][Next Page]
- Per file OOM badness,
Christian König
- [PATCH 02/13] oom: take per file badness into account, Christian König
- [PATCH 01/13] fs: add OOM badness callback to file_operatrations struct, Christian König
- [PATCH 03/13] mm: shmem: provide oom badness for shmem files, Christian König
- [PATCH 05/13] drm/gem: adjust per file OOM badness on handling buffers, Christian König
- [PATCH 09/13] drm/i915: use drm_oom_badness, Christian König
- [PATCH 07/13] drm/amdgpu: Use drm_oom_badness for amdgpu, Christian König
- [PATCH 04/13] dma-buf: provide oom badness for DMA-buf files, Christian König
- [PATCH 06/13] drm/gma500: use drm_oom_badness, Christian König
- [PATCH 08/13] drm/radeon: use drm_oom_badness, Christian König
- [PATCH 13/13] drm/tegra: use drm_oom_badness, Christian König
- [PATCH 12/13] drm/vmwgfx: use drm_oom_badness, Christian König
- [PATCH 10/13] drm/nouveau: use drm_oom_badness, Christian König
- [PATCH 11/13] drm/omap: use drm_oom_badness, Christian König
- Re: Per file OOM badness, Alex Deucher
- [PATCH v2 0/3] Refactoring and bugfix,
Konstantin Komarov
- [PATCH] afs: Fix infinite loop found by xfstest generic/676,
David Howells
- [PATCH AUTOSEL 5.18 101/159] fs: hold writers when changing mount's idmapping, Sasha Levin
- [PATCH] ntfs3: provide block_invalidate_folio to fix memory leak,
Mikulas Patocka
- [GIT PULL] overlayfs update for 5.19,
Miklos Szeredi
- [syzbot] KASAN: use-after-free Read in filp_close,
syzbot
- [PATCH v3 0/2] Prevent re-use of FUSE superblock after force unmount,
Daniil Lunev
- [PATCH 00/24] Begin removing PageError,
Matthew Wilcox (Oracle)
- [PATCH 12/24] reiserfs: Remove check for PageError, Matthew Wilcox (Oracle)
- [PATCH 02/24] afs: Remove check of PageError, Matthew Wilcox (Oracle)
- [PATCH 14/24] remap_range: Remove check of uptodate flag, Matthew Wilcox (Oracle)
- [PATCH 13/24] ufs: Remove checks for PageError, Matthew Wilcox (Oracle)
- [PATCH 15/24] jfs: Remove check for PageUptodate, Matthew Wilcox (Oracle)
- [PATCH 16/24] iomap: Remove test for folio error, Matthew Wilcox (Oracle)
- [PATCH 20/24] btrfs: Use a folio in wait_dev_supers(), Matthew Wilcox (Oracle)
- [PATCH 19/24] nfs: Leave pages in the pagecache if readpage failed, Matthew Wilcox (Oracle)
- [PATCH 18/24] buffer: Remove check for PageError, Matthew Wilcox (Oracle)
- [PATCH 17/24] orangefs: Remove test for folio error, Matthew Wilcox (Oracle)
- [PATCH 23/24] hostfs: Handle page write errors correctly, Matthew Wilcox (Oracle)
- [PATCH 24/24] ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback(), Matthew Wilcox (Oracle)
- [PATCH 22/24] squashfs: Return the actual error from squashfs_read_folio(), Matthew Wilcox (Oracle)
- [PATCH 21/24] buffer: Don't test folio error in block_read_full_folio(), Matthew Wilcox (Oracle)
- [PATCH 09/24] nilfs2: Remove check for PageError, Matthew Wilcox (Oracle)
- [PATCH 10/24] ntfs: Remove check for PageError, Matthew Wilcox (Oracle)
- [PATCH 01/24] block: Remove check of PageError, Matthew Wilcox (Oracle)
- [PATCH 11/24] ntfs3: Remove check for PageError, Matthew Wilcox (Oracle)
- [PATCH 06/24] hfsplus: Remove check for PageError, Matthew Wilcox (Oracle)
- [PATCH 08/24] ext2: Remove check for PageError, Matthew Wilcox (Oracle)
- [PATCH 07/24] ntfs: Remove check for PageError, Matthew Wilcox (Oracle)
- [PATCH 04/24] gfs: Check PageUptodate instead of PageError, Matthew Wilcox (Oracle)
- [PATCH 05/24] hfs: Remove check for PageError, Matthew Wilcox (Oracle)
- [PATCH 03/24] freevxfs: Remove check of PageError, Matthew Wilcox (Oracle)
- Re: [PATCH 00/24] Begin removing PageError, Christoph Hellwig
- [PATCH 0/3] fs/ntfs3: Refactoring and bugfix,
Almaz Alexandrovich
- [PATCH] procfs: add syscall statistics,
Zhang Yuchen
- [PATCH v3 0/9] cifs: Use iov_iters down to the network transport,
David Howells
- [PATCH v3 1/9] iov_iter: Add a function to extract an iter's buffers to a bvec iter, David Howells
- [PATCH v3 2/9] iov_iter: Add a general purpose iteration function, David Howells
- [PATCH v3 3/9] cifs: Add some helper functions, David Howells
- [PATCH v3 4/9] cifs: Add a function to read into an iter from a socket, David Howells
- [PATCH v3 5/9] cifs: Change the I/O paths to use an iterator rather than a page list, David Howells
- [PATCH v3 6/9] cifs: Remove unused code, David Howells
- [PATCH v3 8/9] cifs: Add some RDMA send tracepoints, David Howells
- [PATCH v3 7/9] cifs: Trace writedata page wrangling, David Howells
- [PATCH v3 9/9] cifs, ksmbd: Fix MAX_SGE count for softiwarp, David Howells
- [PATCH] fs: eventfd: Directly use ida_alloc()/free(), keliu
- [PATCH v2 0/2] Allow to kexec with initramfs larger than 2G,
Pasha Tatashin
- [RFC PATCH 0/9] Convert JFS to use iomap,
Matthew Wilcox (Oracle)
- [RFC PATCH 5/9] jfs: Remove old direct_IO support, Matthew Wilcox (Oracle)
- [RFC PATCH 1/9] IOMAP_DIO_NOSYNC, Matthew Wilcox (Oracle)
- [RFC PATCH 7/9] jfs: Read quota through the page cache, Matthew Wilcox (Oracle)
- [RFC PATCH 3/9] jfs: Convert direct_IO read support to use iomap, Matthew Wilcox (Oracle)
- [RFC PATCH 2/9] jfs: Add jfs_iomap_begin(), Matthew Wilcox (Oracle)
- [RFC PATCH 8/9] jfs: Write quota through the page cache, Matthew Wilcox (Oracle)
- [RFC PATCH 9/9] jfs: Convert buffered IO paths to iomap, Matthew Wilcox (Oracle)
- [RFC PATCH 6/9] jfs: Handle bmap with iomap, Matthew Wilcox (Oracle)
- [RFC PATCH 4/9] jfs: Convert direct_IO write support to use iomap, Matthew Wilcox (Oracle)
- Re: [RFC PATCH 0/9] Convert JFS to use iomap, Dave Chinner
- [PATCH v6 00/16] io-uring/xfs: support async buffered writes,
Stefan Roesch
- [PATCH v6 03/16] mm: Add balance_dirty_pages_ratelimited_flags() function, Stefan Roesch
- [PATCH v6 02/16] mm: Move updates of dirty_exceeded into one place, Stefan Roesch
- [PATCH v6 01/16] mm: Move starting of background writeback into the main balancing loop, Stefan Roesch
- [PATCH v6 07/16] fs: add __remove_file_privs() with flags parameter, Stefan Roesch
- [PATCH v6 04/16] iomap: Add flags parameter to iomap_page_create(), Stefan Roesch
- [PATCH v6 06/16] fs: Add check for async buffered writes to generic_write_checks, Stefan Roesch
- [PATCH v6 08/16] fs: Split off inode_needs_update_time and __file_update_time, Stefan Roesch
- [PATCH v6 09/16] fs: Add async write file modification handling., Stefan Roesch
- [PATCH v6 10/16] fs: Optimization for concurrent file time updates., Stefan Roesch
- [PATCH v6 05/16] iomap: Add async buffered write support, Stefan Roesch
- [PATCH v6 14/16] xfs: Change function signature of xfs_ilock_iocb(), Stefan Roesch
- [PATCH v6 13/16] xfs: Specify lockmode when calling xfs_ilock_for_iomap(), Stefan Roesch
- [PATCH v6 11/16] io_uring: Add support for async buffered writes, Stefan Roesch
- [PATCH v6 15/16] xfs: Add async buffered write support, Stefan Roesch
- [PATCH v6 12/16] io_uring: Add tracepoint for short writes, Stefan Roesch
- [PATCH v6 16/16] xfs: Enable async buffered write support, Stefan Roesch
- Re: [PATCH v6 00/16] io-uring/xfs: support async buffered writes, Matthew Wilcox
- [GIT PULL] nfsd changes for 5.19,
Chuck Lever III
- [PATCH -next] fs: Fix one kernel-doc comment,
Yang Li
- ACLs permission check is slightly not aligned with the man page, Yoni Couriel
- [PATCH v6 0/2] ceph: wait async unlink to finish,
Xiubo Li
- [PATCHv4 0/9] direct io dma alignment,
Keith Busch
- [GIT PULL] sysctl changes for v5.19-rc1,
Luis Chamberlain
- [PATCH v5 00/16] io-uring/xfs: support async buffered writes,
Stefan Roesch
- [PATCH v5 03/16] mm: Add balance_dirty_pages_ratelimited_flags() function, Stefan Roesch
- [PATCH v5 04/16] iomap: Add flags parameter to iomap_page_create(), Stefan Roesch
- [PATCH v5 02/16] mm: Move updates of dirty_exceeded into one place, Stefan Roesch
- [PATCH v5 01/16] mm: Move starting of background writeback into the main balancing loop, Stefan Roesch
- [PATCH v5 05/16] iomap: Add async buffered write support, Stefan Roesch
- [PATCH v5 11/16] io_uring: Add support for async buffered writes, Stefan Roesch
- [PATCH v5 12/16] io_uring: Add tracepoint for short writes, Stefan Roesch
- [PATCH v5 06/16] fs: Add check for async buffered writes to generic_write_checks, Stefan Roesch
- [PATCH v5 15/16] xfs: Add async buffered write support, Stefan Roesch
- [PATCH v5 13/16] xfs: Specify lockmode when calling xfs_ilock_for_iomap(), Stefan Roesch
- [PATCH v5 14/16] xfs: Change function signature of xfs_ilock_iocb(), Stefan Roesch
- [PATCH v5 16/16] xfs: Enable async buffered write support, Stefan Roesch
- [PATCH v5 07/16] fs: add __remove_file_privs() with flags parameter, Stefan Roesch
- [PATCH v5 08/16] fs: Split off inode_needs_update_time and __file_update_time, Stefan Roesch
- [PATCH v5 09/16] fs: Add async write file modification handling., Stefan Roesch
- [PATCH v5 10/16] fs: Optimization for concurrent file time updates., Stefan Roesch
- [PATCH v2] cred: Propagate security_prepare_creds() error code,
Frederick Lawler
- [PATCH 0/7] cifs: Use iov_iters down to the network transport,
David Howells
- [GIT PULL] Fsnotify changes for 5.19-rc1,
Jan Kara
- [GIT PULL] Writeback and ext2 cleanups for 5.19-rc1,
Jan Kara
- [PATCH] XArray: handle XA_FLAGS_ACCOUNT in xas_split_alloc,
Vasily Averin
- [PATCH v3] sysctl: handle table->maxlen robustly for proc_dobool,
Muchun Song
- [GIT PULL] iomap: new code for 5.19,
Darrick J. Wong
- [GIT PULL] Page cache changes for 5.19,
Matthew Wilcox
- [PATCH v5] writeback: Fix inode->i_io_list not be protected by inode->i_lock error,
Jchao Sun
- Re: [syzbot] KASAN: use-after-free Write in udf_close_lvid,
Jan Kara
- [PATCH] MAINTAINERS: reciprocal co-maintainership for file locking and nfsd,
Jeff Layton
- [GIT PULL] zonefs fixes for 5.19-rc1-fix,
Damien Le Moal
- 379b0fd8ed: blktests.block/024.fail, kernel test robot
- Re: [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license,
Thomas Gleixner
- [PATCHv3 0/6] direct io dma alignment,
Keith Busch
- [PATCH] MAINTAINERS: move myself from ceph "Maintainer" to "Reviewer",
Jeff Layton
- [GIT PULL] fs idmapped mount updates for v5.19,
Christian Brauner
- [GIT PULL] fscrypt updates for 5.19,
Eric Biggers
- [GIT PULL] fsverity updates for 5.19,
Eric Biggers
- [GIT PULL] zonefs changes for 5.19-rc1,
Damien Le Moal
- [PATCH -next,v2] fuse: return the more nuanced writeback error on close(),
ChenXiaoSong
- [ANNOUNCE] CFP: Zoned Storage Microconference - Linux Plumbers Conference 2022,
Adam Manzanares
- [GIT PULL] Writeback fix for 5.19-rc,
Jens Axboe
- [GIT PULL] io_uring xattr support,
Jens Axboe
- [PATCH v3] fs/proc/base.c: fix incorrect fmode_t casts,
Vasily Averin
- [PATCH v3] fanotify: fix incorrect fmode_t casts,
Vasily Averin
- [PATCH v3] fs/open.c: fix incorrect fmode_t cast in build_open_how,
Vasily Averin
- [PATCH] kernel/sysctl.c: Clean up indentation, replace spaces with tab.,
bh1scw
- [PATCH v2] sysctl: handle table->maxlen properly for proc_dobool,
Muchun Song
- Re: [RFC] what to do with IOCB_DSYNC?,
Al Viro
- Re: [RFC] what to do with IOCB_DSYNC?, Jens Axboe
- Re: [RFC] what to do with IOCB_DSYNC?, Jens Axboe
- Re: [RFC] what to do with IOCB_DSYNC?, Christoph Hellwig
- Re: [RFC] what to do with IOCB_DSYNC?, Matthew Wilcox
- Re: [RFC] what to do with IOCB_DSYNC?, Al Viro
- Re: [RFC] what to do with IOCB_DSYNC?, Matthew Wilcox
- Re: [RFC] what to do with IOCB_DSYNC?, Christoph Hellwig
- Re: [RFC] what to do with IOCB_DSYNC?, Jens Axboe
- Re: [RFC] what to do with IOCB_DSYNC?, Al Viro
- Re: [RFC] what to do with IOCB_DSYNC?, Jens Axboe
- Re: [RFC] what to do with IOCB_DSYNC?, Al Viro
- Re: [RFC] what to do with IOCB_DSYNC?, Jens Axboe
- Re: [RFC] what to do with IOCB_DSYNC?, Jens Axboe
- Re: [RFC] what to do with IOCB_DSYNC?, Al Viro
- Re: [RFC] what to do with IOCB_DSYNC?, Jens Axboe
- Re: [RFC] what to do with IOCB_DSYNC?, Al Viro
- Re: [RFC] what to do with IOCB_DSYNC?, Jens Axboe
- Re: [RFC] what to do with IOCB_DSYNC?, Al Viro
- Re: [RFC] what to do with IOCB_DSYNC?, Jens Axboe
- Re: [RFC] what to do with IOCB_DSYNC?, Al Viro
- Re: [RFC] what to do with IOCB_DSYNC?, Jens Axboe
- Re: [RFC] what to do with IOCB_DSYNC?, Jens Axboe
- Re: [RFC] what to do with IOCB_DSYNC?, Jens Axboe
- Re: [RFC] what to do with IOCB_DSYNC?, Jens Axboe
- Re: [RFC] what to do with IOCB_DSYNC?, Al Viro
- Re: [RFC] what to do with IOCB_DSYNC?, Jens Axboe
- Re: [RFC] what to do with IOCB_DSYNC?, Al Viro
- Re: [RFC] what to do with IOCB_DSYNC?, Jens Axboe
- Re: [RFC] what to do with IOCB_DSYNC?, Jens Axboe
- Re: [RFC] what to do with IOCB_DSYNC?, Matthew Wilcox
- Re: [RFC] what to do with IOCB_DSYNC?, Jens Axboe
- Re: [RFC] what to do with IOCB_DSYNC?, Jens Axboe
- Re: [RFC] what to do with IOCB_DSYNC?, Jason A. Donenfeld
- Re: [RFC] what to do with IOCB_DSYNC?, Ingo Molnar
- Re: [RFC] what to do with IOCB_DSYNC?, Jason A. Donenfeld
- Re: [RFC] what to do with IOCB_DSYNC?, Samuel Neves
- Re: [RFC] what to do with IOCB_DSYNC?, Ingo Molnar
- Re: [RFC] what to do with IOCB_DSYNC?, Borislav Petkov
- Re: [RFC] what to do with IOCB_DSYNC?, Sedat Dilek
- Re: [RFC] what to do with IOCB_DSYNC?, Sedat Dilek
- Re: [RFC] what to do with IOCB_DSYNC?, Sedat Dilek
- Re: [RFC] what to do with IOCB_DSYNC?, Al Viro
- Re: [RFC] what to do with IOCB_DSYNC?, Matthew Wilcox
- Re: [RFC] what to do with IOCB_DSYNC?, Al Viro
- Re: [RFC] what to do with IOCB_DSYNC?, Al Viro
- Re: [RFC] what to do with IOCB_DSYNC?, Christoph Hellwig
- [GIT PULL] erofs updates for 5.19-rc1 (fscache part inclusive),
Gao Xiang
- [PATCH] writeback: fix typo in comment,
Julia Lawall
- [PATCH RESEND] watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths, David Disseldorp
- [PATCH] afs: Fix afs_getattr() to refetch file status if callback break occurred,
David Howells
- [PATCH] cred: Propagate security_prepare_creds() error code,
Frederick Lawler
- [RFC PATCH v4 00/17] io-uring/xfs: support async buffered writes,
Stefan Roesch
- [RFC PATCH v4 02/17] mm: Move updates of dirty_exceeded into one place, Stefan Roesch
- [RFC PATCH v4 01/17] mm: Move starting of background writeback into the main balancing loop, Stefan Roesch
- [RFC PATCH v4 04/17] mm: Add balance_dirty_pages_ratelimited_flags() function, Stefan Roesch
- [RFC PATCH v4 03/17] mm: Prepare balance_dirty_pages() for async buffered writes, Stefan Roesch
- [RFC PATCH v4 05/17] iomap: Add gfp parameter to iomap_page_create(), Stefan Roesch
- [RFC PATCH v4 07/17] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter, Stefan Roesch
- [RFC PATCH v4 06/17] iomap: Add async buffered write support, Stefan Roesch
- [RFC PATCH v4 09/17] fs: Split off remove_needs_file_privs() __remove_file_privs(), Stefan Roesch
- [RFC PATCH v4 08/17] fs: Add check for async buffered writes to generic_write_checks, Stefan Roesch
- [RFC PATCH v4 15/17] xfs: Add iomap async buffered write support, Stefan Roesch
- [RFC PATCH v4 13/17] io_uring: Add support for async buffered writes, Stefan Roesch
- [RFC PATCH v4 10/17] fs: Split off file_needs_update_time and __file_update_time, Stefan Roesch
- [RFC PATCH v4 16/17] xfs: Add async buffered write support, Stefan Roesch
- [RFC PATCH v4 11/17] fs: Add async write file modification handling., Stefan Roesch
- [RFC PATCH v4 17/17] xfs: Enable async buffered write support, Stefan Roesch
- [RFC PATCH v4 12/17] fs: Optimization for concurrent file time updates., Stefan Roesch
- [RFC PATCH v4 14/17] io_uring: Add tracepoint for short writes, Stefan Roesch
- RFC: Ioctl v2,
Kent Overstreet
- [PATCH v9 1/4] fs: add mode_strip_sgid() helper,
Yang Xu
- [PATCH v2] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context,
David Howells
- [PATCH 0/5] kallsyms: make kallsym APIs more safe with scnprintf,
Maninder Singh
- Message not available
- Message not available
- Message not available
- Message not available
- Re: [PATCH 0/5] kallsyms: make kallsym APIs more safe with scnprintf, Christoph Hellwig
[PATCH v13] vfs: fix copy_file_range regression in cross-fs copies,
Amir Goldstein
[PATCH v3 0/1] FUSE: Allow non-extending parallel direct writes,
Dharmendra Singh
[PATCHES] stuff from the last cycle that missed the window,
Al Viro
[RFC PATCH] procfs: Add file path and size to /proc/<pid>/fdinfo,
Kalesh Singh
[PATCH] jfs: Release even dirty metapages on invalidate, Matthew Wilcox (Oracle)
[ANNOUNCE] xfs-linux: iomap-for-next updated to e9c3a8e820ed, Darrick J. Wong
[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory,
Chao Peng
[RFC PATCH] vfs: allow ->atomic_open() on positive,
Miklos Szeredi
[Index of Archives]
[Linux Ext4 Filesystem]
[Union Filesystem]
[NTFS 3]
[Ceph Users]
[AutoFS]
[Kernel Announce]
[Kernel Newbies]
[Kernel Development]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]