Linux Filesystem Development
[Prev Page][Next Page]
- [PATCH 17/44] ITER_PIPE: fold push_pipe() into __pipe_get_pages(), (continued)
- [PATCH 17/44] ITER_PIPE: fold push_pipe() into __pipe_get_pages(), Al Viro
- [PATCH 26/44] unify pipe_get_pages() and pipe_get_pages_alloc(), Al Viro
- [PATCH 28/44] unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() guts, Al Viro
- [PATCH 38/44] iter_to_pipe(): switch to advancing variant of iov_iter_get_pages(), Al Viro
- [PATCH 14/44] ITER_PIPE: helper for getting pipe buffer by index, Al Viro
- [PATCH 13/44] splice: stop abusing iov_iter_advance() to flush a pipe, Al Viro
- [PATCH 06/44] iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNC, Al Viro
- [PATCH 18/44] ITER_PIPE: lose iter_head argument of __pipe_get_pages(), Al Viro
- [PATCH 33/44] found_iovec_segment(): just return address, Al Viro
- [PATCH 36/44] iov_iter: advancing variants of iov_iter_get_pages{,_alloc}(), Al Viro
- [PATCH 05/44] struct file: use anonymous union member for rcuhead and llist, Al Viro
- [PATCH 37/44] block: convert to advancing variants of iov_iter_get_pages{,_alloc}(), Al Viro
- [PATCH 39/44] af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages(), Al Viro
- [PATCH 19/44] ITER_PIPE: clean pipe_advance() up, Al Viro
- [PATCH 40/44] 9p: convert to advancing variant of iov_iter_get_pages_alloc(), Al Viro
- [PATCH 27/44] unify xarray_get_pages() and xarray_get_pages_alloc(), Al Viro
- [PATCH 21/44] ITER_PIPE: cache the type of last buffer, Al Viro
- [PATCH 15/44] ITER_PIPE: helpers for adding pipe buffers, Al Viro
- [PATCH 12/44] fix short copy handling in copy_mc_pipe_to_iter(), Al Viro
- [PATCH 20/44] ITER_PIPE: clean iov_iter_revert(), Al Viro
- [PATCH 42/44] get rid of non-advancing variants, Al Viro
- [PATCH 07/44] keep iocb_flags() result cached in struct file, Al Viro
- [PATCH 04/44] btrfs: use IOMAP_DIO_NOSYNC, Al Viro
- [PATCH 35/44] iov_iter: saner helper for page array allocation, Al Viro
- [PATCH 08/44] copy_page_{to,from}_iter(): switch iovec variants to generic, Al Viro
- Re: [PATCH 01/44] 9p: handling Rerror without copy_from_iter_full(), Dominique Martinet
- Re: [PATCH 01/44] 9p: handling Rerror without copy_from_iter_full(), Dominique Martinet
- Re: [PATCH 09/44] new iov_iter flavour - ITER_UBUF, David Howells
- Re: [RFC][CFT][PATCHSET] iov_iter stuff, David Howells
- Re: [RFC][CFT][PATCHSET] iov_iter stuff, Jeff Layton
- [PATCH] coredump: Fix typo, Zhang Jiaming
- [viro-vfs:work.iov_iter_get_pages 32/34] fs/splice.c:1170:24: error: implicit declaration of function 'iov_iter_get_pages'; did you mean 'iov_iter_get_pages2'?, kernel test robot
- [viro-vfs:work.iov_iter_get_pages 33/34] lib/iov_iter.c:1225:58: error: passing argument 3 of 'append_pipe' from incompatible pointer type, kernel test robot
- [PATCH v2 0/8] introduce dedicated type for idmapped mounts,
Christian Brauner
- [PATCH v2 1/8] mnt_idmapping: add vfs{g,u}id_t, Christian Brauner
- [PATCH v2 2/8] fs: add two type safe mapping helpers, Christian Brauner
- [PATCH v2 4/8] fs: introduce tiny iattr ownership update helpers, Christian Brauner
- [PATCH v2 5/8] fs: port to iattr ownership update helpers, Christian Brauner
- [PATCH v2 8/8] attr: port attribute changes to new types, Christian Brauner
- [PATCH v2 3/8] fs: use mount types in iattr, Christian Brauner
- [PATCH v2 7/8] security: pass down mount idmapping to setattr hook, Christian Brauner
- [PATCH v2 6/8] quota: port quota helpers mount ids, Christian Brauner
- Re: [PATCH v2 0/8] introduce dedicated type for idmapped mounts, Seth Forshee
- [PATCH] fuse: force sync attr when inode is invalidated,
wubo
- [PATCH 0/2] fs/ntfs3: FALLOC_FL_INSERT_RANGE support,
Konstantin Komarov
- [PATCH 0/8] introduce dedicated type for idmapped mounts,
Christian Brauner
- [PATCH 0/2] New fanotify API for ignoring events,
Amir Goldstein
- [PATCH 5.18 125/141] fs: account for group membership, Greg Kroah-Hartman
- [PATCH 5.18 134/141] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context, Greg Kroah-Hartman
- [syzbot] general protection fault in do_mpage_readpage,
syzbot
- [PATCH] ext4, doc: Fix malformed table, Wang Jianjian
- [PATCHv2 0/4] submit_bh: Drop unnecessary return values and API users,
Ritesh Harjani
- [PATCH v2] mm/smaps: add Pss_Dirty,
Vincent Whitchurch
- [RFC 0/3] submit_bh: Drop unnecessary return values and API users,
Ritesh Harjani
- Re: [PATCH v9 03/14] mm: Add balance_dirty_pages_ratelimited_flags() function, kernel test robot
- [viro-vfs:work.iov_iter_get_pages 24/33] lib/iov_iter.c:1295 iter_xarray_get_pages() warn: unsigned 'count' is never less than zero.,
kernel test robot
- [PATCH 0/3] Fixes for 5.19b,
Matthew Wilcox (Oracle)
- [GIT PULL] xfs: bug fixes for 5.19-rc3,
Darrick J. Wong
- Re: [PATCH] ceph: switch back to testing for NULL folio->private in ceph_dirty_folio,
Matthew Wilcox
- [PATCH] fs: use call_read_iter(file, &kiocb, &iter); for __kernel_{read|write},
Li Chen
- [PATCH RFC] iov_iter: import single segments iovecs as ITER_UBUF,
Jens Axboe
- [PATCH] iov_iter: fix bad parenthesis placement for iter_type check, Jens Axboe
- Re: [PATCH v2] Implement close-on-fork,
Ralph Corderoy
- [viro-vfs:work.iov_iter_get_pages 21/33] lib/iov_iter.c:1392:24: warning: variable 'len' is uninitialized when used here, kernel test robot
- [PATCH] filemap: obey mapping->invalidate_lock lock/unlock order,
Miaohe Lin
- [PATCH v4] fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_other,
Dave Marchevsky
- [BUG] filemap_get_read_batch(),
Brian Foster
- Re: [POC][PATCH] xfs: reduce ilock contention on buffered randrw workload,
Amir Goldstein
- [PATCH v16] vfs: fix copy_file_range() regression in cross-fs copies,
Amir Goldstein
- [GIT PULL] writeback and ext2 fixes for 5.19-rc3,
Jan Kara
- [PATCH -next] exec: remove recheck path_noexec in do_open_execat and uselib, Ye Bin
- [PATCH v5 0/1] FUSE: Allow non-extending parallel direct writes,
Dharmendra Singh
- [PATCH 0/6] autofs: misc patches,
Ian Kent
- [PATCH 0/2] vfs: fix a couple of mount table handling problems,
Ian Kent
- [PATCH v3] fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_other,
Dave Marchevsky
- [PATCH v9 00/14] io-uring/xfs: support async buffered writes,
Stefan Roesch
- [PATCH] selftests/proc: Fix proc-pid-vm for vsyscall=xonly.,
Dylan Hatch
[man-pages RFC PATCH] statx.2, open.2: document STATX_DIOALIGN,
Eric Biggers
[PATCH v3 0/8] make statx() return DIO alignment information,
Eric Biggers
Re: [PATCH v4 3/3] gen_init_cpio: add support for file metadata,
Eugeniu Rosca
[syzbot] memory leak in __register_sysctl_table, syzbot
[PATCH v2 0/2] fix the improper assignment for did_zero,
xiakaixu1987
[RFC PATCH] epoll: autoremove wakers even more aggressively, Benjamin Segall
Re: [PATCH v4 1/3] initramfs: add file metadata, Eugeniu Rosca
[PATCH v2 0/2] Introduce CABA helper process tree,
Pavel Tikhomirov
[PATCH v3 5/8] fs: use new capable_any functionality,
Christian Göttsche
Reserving a dedicated space inside UBI volume, Pintu Agarwal
[PATCH v15] vfs: fix copy_file_range() regression in cross-fs copies,
Amir Goldstein
[RFC PATCH v3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind,
Shiyang Ruan
[vfs] 0b398f980a: ltp.copy_file_range01.fail,
kernel test robot
[PATCH] mm/smaps: add Pss_Dirty,
Vincent Whitchurch
Re: [LKP] Re: [mm/readahead] 793917d997: fio.read_iops -18.8% regression,
Yin Fengwei
[PATCH] vboxsf: Directly use ida_alloc()/free(),
Bo Liu
[PATCH] eventfd: Directly use ida_alloc()/free(),
Bo Liu
[PATCH v2 0/2] Allow skipping abort interface for virtiofs,
Xie Yongji
Maintainer's / Kernel Summit 2022 CFP, Theodore Ts'o
Apply commit "9p: missing chunk of fs/9p: Don't update file type when updating file attributes" to stable,
Tadeusz Struk
[PATCH 0/3] proc: improve root readdir latency with many threads,
Brian Foster
[PATCH] writeback: Avoid grabbing the wb if the we don't add it to dirty list,
Suzuki K Poulose
[PATCH] iomap: set did_zero to true when zeroing successfully,
xiakaixu1987
[PATCH 1/1] cachefiles: Add a command to restore on-demand requests, Jia Zhu
[PATCH 0/1] cachefiles: Add a command to restore on-demand requests, Jia Zhu
[man-pages PATCH] statx.2: correctly document STATX_ALL, Eric Biggers
[PATCH] 9p: fix EBADF errors in cached mode,
Dominique Martinet
[PATCH RFC 00/12] Allow concurrent directory updates.,
NeilBrown
- [PATCH 02/12] VFS: move EEXIST and ENOENT tests into lookup_hash_update(), NeilBrown
- [PATCH 01/12] VFS: support parallel updates in the one directory., NeilBrown
- [PATCH 03/12] VFS: move want_write checks into lookup_hash_update(), NeilBrown
- [PATCH 04/12] VFS: move dput() and mnt_drop_write() into done_path_update(), NeilBrown
- [PATCH 05/12] VFS: export done_path_update(), NeilBrown
- [PATCH 06/12] VFS: support concurrent renames., NeilBrown
- [PATCH 08/12] nfsd: allow parallel creates from nfsd, NeilBrown
- [PATCH 07/12] NFS: support parallel updates in the one directory., NeilBrown
- [PATCH 10/12] nfsd: reduce locking in nfsd_lookup(), NeilBrown
- [PATCH 11/12] nfsd: use (un)lock_inode instead of fh_(un)lock, NeilBrown
- [PATCH 12/12] nfsd: discard fh_locked flag and fh_lock/fh_unlock, NeilBrown
- [PATCH 09/12] nfsd: support concurrent renames., NeilBrown
- Re: [PATCH RFC 00/12] Allow concurrent directory updates., Daire Byrne
Re: [PATCHv6 00/11] direct-io dma alignment, Jens Axboe
[BUG] rockpro64 board hangs in console_init() after commit 10e14073107d,
Alexandru Elisei
fs/dcache: Resolve the last RT woes.,
Sebastian Andrzej Siewior
Re: [PATCHv6 07/11] block/bounce: count bytes instead of sectors,
Christoph Hellwig
[PATCH 5.18 222/339] iov_iter: Fix iter_xarray_get_pages{,_alloc}(), Greg Kroah-Hartman
[PATCH 5.17 195/298] iov_iter: Fix iter_xarray_get_pages{,_alloc}(), Greg Kroah-Hartman
[PATCH] fs: account for group membership,
Christian Brauner
[PATCH 5.15 164/247] iov_iter: Fix iter_xarray_get_pages{,_alloc}(), Greg Kroah-Hartman
[syzbot] WARNING: locking bug in inode_insert5, syzbot
Re: LTP test for fanotify evictable marks,
Amir Goldstein
remove the nobh helpers v2,
Christoph Hellwig
[RFC][PATCH] fix short copy handling in copy_mc_pipe_to_iter(),
Al Viro
[ANNOUNCE] erofs-utils: release 1.5, Gao Xiang
[git pull] build fix,
Al Viro
mainline build failure due to 6c77676645ad ("iov_iter: Fix iter_xarray_get_pages{,_alloc}()"),
Sudip Mukherjee
[git pull] iov_iter fix,
Al Viro
[RFC][PATCH 0/3] netfs, afs: Cleanups,
David Howells
[GIT PULL] Folio fixes for 5.19,
Matthew Wilcox
[PATCH 0/2] Introduce CABA helper process tree,
Pavel Tikhomirov
[GIT PULL] zonefs fixes for 5.19-rc2,
Damien Le Moal
Re: [PATCH] [fuse] alloc_page nofs avoid deadlock,
Ed Tsai
[PATCH] virtiofs: delete unused parameter for virtio_fs_cleanup_vqs,
Deming Wang
[PATCH] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context,
David Howells
[GIT PULL] ext2, writeback, quota fixes and cleanups for 5.19-rc2,
Jan Kara
[PATCH] xfs: fail dax mount if reflink is enabled on a partition,
Shiyang Ruan
[PATCH v2] mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGE,
Muchun Song
Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk,
Eugeniu Rosca
[fs] e1bbcd277a: xfstests.generic.633.fail,
kernel test robot
[PATCH] iov_iter: Fix iter_xarray_get_pages{,_alloc}(),
David Howells
[PATCH] mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGE,
Muchun Song
Re: [LSF/MM/BPF TOPIC] block drivers in user space,
Ming Lei
[RFC][CFT] handling Rerror without copy_from_iter_full(),
Al Viro
[PATCH v8 00/14] io-uring/xfs: support async buffered writes,
Stefan Roesch
- [PATCH v8 02/14] mm: Move updates of dirty_exceeded into one place, Stefan Roesch
- [PATCH v8 01/14] mm: Move starting of background writeback into the main balancing loop, Stefan Roesch
- [PATCH v8 06/14] iomap: Return -EAGAIN from iomap_write_iter(), Stefan Roesch
- [PATCH v8 03/14] mm: Add balance_dirty_pages_ratelimited_flags() function, Stefan Roesch
- [PATCH v8 09/14] fs: Split off inode_needs_update_time and __file_update_time, Stefan Roesch
- [PATCH v8 05/14] iomap: Add async buffered write support, Stefan Roesch
- [PATCH v8 10/14] fs: Add async write file modification handling., Stefan Roesch
- [PATCH v8 11/14] io_uring: Add support for async buffered writes, Stefan Roesch
- [PATCH v8 07/14] fs: Add check for async buffered writes to generic_write_checks, Stefan Roesch
- [PATCH v8 12/14] io_uring: Add tracepoint for short writes, Stefan Roesch
- [PATCH v8 08/14] fs: add __remove_file_privs() with flags parameter, Stefan Roesch
- [PATCH v8 14/14] xfs: Add async buffered write support, Stefan Roesch
- Message not available
[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio,
Matthew Wilcox (Oracle)
- [PATCH v2 05/19] mm/migrate: Convert writeout() to take a folio, Matthew Wilcox (Oracle)
- [PATCH v2 01/19] secretmem: Remove isolate_page, Matthew Wilcox (Oracle)
- [PATCH v2 03/19] fs: Add aops->migrate_folio, Matthew Wilcox (Oracle)
- [PATCH v2 08/19] btrfs: Convert btree_migratepage to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH v2 02/19] mm: Convert all PageMovable users to movable_operations, Matthew Wilcox (Oracle)
- [PATCH v2 11/19] mm/migrate: Add filemap_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 10/19] mm/migrate: Convert migrate_page() to migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 07/19] mm/migrate: Convert expected_page_refs() to folio_expected_refs(), Matthew Wilcox (Oracle)
- [PATCH v2 14/19] f2fs: Convert to filemap_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 04/19] mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio(), Matthew Wilcox (Oracle)
[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]