Linux Filesystem Development
[Prev Page][Next Page]
- [PATCH 31/50] shm: Slim down dependencies, (continued)
- [PATCH 33/50] Split out irqflags_types.h, Kent Overstreet
- [PATCH 34/50] mm_types_task.h: Trim dependencies, Kent Overstreet
- [PATCH 35/50] cpumask: Split out cpumask_types.h, Kent Overstreet
- [PATCH 36/50] syscall_user_dispatch.h: split out *_types.h, Kent Overstreet
- [PATCH 37/50] x86/signal: kill dependency on time.h, Kent Overstreet
- [PATCH 38/50] uapi/linux/resource.h: fix include, Kent Overstreet
- [PATCH 39/50] refcount: Split out refcount_types.h, Kent Overstreet
- [PATCH 40/50] seccomp: Split out seccomp_types.h, Kent Overstreet
- [PATCH 41/50] uidgid: Split out uidgid_types.h, Kent Overstreet
- [PATCH 42/50] sem: Split out sem_types.h, Kent Overstreet
- [PATCH 43/50] lockdep: move held_lock to lockdep_types.h, Kent Overstreet
- [PATCH 44/50] restart_block: Trim includes, Kent Overstreet
- Why doesn't FUSE use stable writes?,
Matthew Wilcox
- [PATCH v2 0/8] Revert setting casefolding dentry operations through s_d_op,
Gabriel Krisman Bertazi
- [PATCH] nfs: Remove writepage, Matthew Wilcox (Oracle)
- [PATCH 00/14] Clean up the writeback paths,
Matthew Wilcox (Oracle)
- [PATCH 01/14] fs: Remove clean_page_buffers(), Matthew Wilcox (Oracle)
- [PATCH 08/14] hfsplus: Really remove hfsplus_writepage, Matthew Wilcox (Oracle)
- [PATCH 09/14] minix: Remove writepage implementation, Matthew Wilcox (Oracle)
- [PATCH 12/14] ufs: Remove writepage implementation, Matthew Wilcox (Oracle)
- [PATCH 04/14] fs: Reduce stack usage in do_mpage_readpage, Matthew Wilcox (Oracle)
- [PATCH 10/14] ocfs2: Remove writepage implementation, Matthew Wilcox (Oracle)
- [PATCH 06/14] bfs: Remove writepage implementation, Matthew Wilcox (Oracle)
- [PATCH 13/14] fs: Convert block_write_full_page to block_write_full_folio, Matthew Wilcox (Oracle)
- [PATCH 14/14] fs: Remove the bh_end_io argument from __block_write_full_folio, Matthew Wilcox (Oracle)
- [PATCH 03/14] fs: Reduce stack usage in __mpage_writepage, Matthew Wilcox (Oracle)
- [PATCH 05/14] adfs: Remove writepage implementation, Matthew Wilcox (Oracle)
- [PATCH 07/14] hfs: Really remove hfs_writepage, Matthew Wilcox (Oracle)
- [PATCH 11/14] sysv: Remove writepage implementation, Matthew Wilcox (Oracle)
- [PATCH 02/14] fs: Convert clean_buffers() to take a folio, Matthew Wilcox (Oracle)
- Re: [PATCH 00/14] Clean up the writeback paths, Jens Axboe
- [syzbot] [ext4?] WARNING in lock_two_nondirectories,
syzbot
- [PATCH] fs: fix doc comment typo fs tree wide,
Alexander Mikhalitsyn
- Re: [RFC] HACK: overlayfs: Optimize overlay/restore creds,
Amir Goldstein
- Why does mpage_writepage() not handle locked buffers?,
Matthew Wilcox
- [PATCH v6 00/20] Pass data lifetime information to SCSI disk devices,
Bart Van Assche
- [PATCH v6 01/20] fs: Fix rw_hint validation, Bart Van Assche
- [PATCH v6 02/20] fs: Verify write lifetime constants at compile time, Bart Van Assche
- [PATCH v6 03/20] fs: Split fcntl_rw_hint(), Bart Van Assche
- [PATCH v6 04/20] fs: Move enum rw_hint into a new header file, Bart Van Assche
- [PATCH v6 05/20] fs: Restore F_[GS]ET_FILE_RW_HINT support, Bart Van Assche
- [PATCH v6 06/20] block, fs: Restore the per-bio/request data lifetime fields, Bart Van Assche
- [PATCH v6 07/20] block, fs: Propagate write hints to the block device inode, Bart Van Assche
- [PATCH v6 08/20] fs/f2fs: Restore the whint_mode mount option, Bart Van Assche
- [PATCH v6 09/20] fs/f2fs: Restore support for tracing data lifetimes, Bart Van Assche
- [PATCH v6 10/20] scsi: core: Query the Block Limits Extension VPD page, Bart Van Assche
- [PATCH v6 11/20] scsi: scsi_proto: Add structures and constants related to I/O groups and streams, Bart Van Assche
- [PATCH v6 12/20] scsi: sd: Translate data lifetime information, Bart Van Assche
- [PATCH v6 13/20] scsi: scsi_debug: Reduce code duplication, Bart Van Assche
- [PATCH v6 14/20] scsi: scsi_debug: Support the block limits extension VPD page, Bart Van Assche
- [PATCH v6 15/20] scsi: scsi_debug: Rework page code error handling, Bart Van Assche
- [PATCH v6 16/20] scsi: scsi_debug: Rework subpage code error handling, Bart Van Assche
- [PATCH v6 17/20] scsi: scsi_debug: Allocate the MODE SENSE response from the heap, Bart Van Assche
- [PATCH v6 18/20] scsi: scsi_debug: Implement the IO Advice Hints Grouping mode page, Bart Van Assche
- [PATCH v6 19/20] scsi: scsi_debug: Implement GET STREAM STATUS, Bart Van Assche
- [PATCH v6 20/20] scsi: scsi_debug: Maintain write statistics per group number, Bart Van Assche
- [syzbot] [mm?] [hfs?] KASAN: slab-out-of-bounds Write in shmem_file_read_iter, syzbot
- [PATCH RERESEND 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK,
Ahelenia Ziemiańska
- [PATCH RERESEND 01/11] splice: copy_splice_read: do the I/O with IOCB_NOWAIT, Ahelenia Ziemiańska
- [PATCH RERESEND 02/11] af_unix: unix_stream_splice_read: always request MSG_DONTWAIT, Ahelenia Ziemiańska
- [PATCH RERESEND 03/11] fuse: fuse_dev_splice_read: use nonblocking I/O, Ahelenia Ziemiańska
- [PATCH RERESEND 04/11] tracing: tracing_buffers_splice_read: behave as-if non-blocking I/O, Ahelenia Ziemiańska
- [PATCH RERESEND 05/11] relayfs: relay_file_splice_read: always return -EAGAIN for no data, Ahelenia Ziemiańska
- [PATCH RERESEND 06/11] net/smc: smc_splice_read: always request MSG_DONTWAIT, Ahelenia Ziemiańska
- [PATCH RERESEND 07/11] kcm: kcm_splice_read: always request MSG_DONTWAIT, Ahelenia Ziemiańska
- [PATCH RERESEND 08/11] tls/sw: tls_sw_splice_read: always request non-blocking I/O, Ahelenia Ziemiańska
- [PATCH RERESEND 09/11] net/tcp: tcp_splice_read: always do non-blocking reads, Ahelenia Ziemiańska
- [PATCH RERESEND 10/11] splice: file->pipe: -EINVAL for non-regular files w/o FMODE_NOWAIT, Ahelenia Ziemiańska
- [PATCH RERESEND 11/11] splice: splice_to_socket: always request MSG_DONTWAIT, Ahelenia Ziemiańska
- Re: [PATCH RERESEND 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK, Jens Axboe
- [PATCH v8 00/24] security: Move IMA and EVM to the LSM infrastructure,
Roberto Sassu
- [PATCH v8 01/24] ima: Align ima_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v8 02/24] ima: Align ima_file_mprotect() definition with LSM infrastructure, Roberto Sassu
- [PATCH v8 03/24] ima: Align ima_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v8 04/24] ima: Align ima_inode_removexattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v8 05/24] ima: Align ima_post_read_file() definition with LSM infrastructure, Roberto Sassu
- [PATCH v8 06/24] evm: Align evm_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v8 07/24] evm: Align evm_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v8 08/24] evm: Align evm_inode_post_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v8 09/24] security: Align inode_setattr hook definition with EVM, Roberto Sassu
- [PATCH v8 10/24] security: Introduce inode_post_setattr hook, Roberto Sassu
- [PATCH v8 11/24] security: Introduce inode_post_removexattr hook, Roberto Sassu
- [PATCH v8 12/24] security: Introduce file_post_open hook, Roberto Sassu
- [PATCH v8 13/24] security: Introduce file_release hook, Roberto Sassu
- [PATCH v8 14/24] security: Introduce path_post_mknod hook, Roberto Sassu
- [PATCH v8 15/24] security: Introduce inode_post_create_tmpfile hook, Roberto Sassu
- [PATCH v8 16/24] security: Introduce inode_post_set_acl hook, Roberto Sassu
- [PATCH v8 17/24] security: Introduce inode_post_remove_acl hook, Roberto Sassu
- [PATCH v8 18/24] security: Introduce key_post_create_or_update hook, Roberto Sassu
- [PATCH v8 19/24] ima: Move to LSM infrastructure, Roberto Sassu
- [PATCH v8 20/24] ima: Move IMA-Appraisal to LSM infrastructure, Roberto Sassu
- [PATCH v8 21/24] evm: Move to LSM infrastructure, Roberto Sassu
- [PATCH v8 22/24] evm: Make it independent from 'integrity' LSM, Roberto Sassu
- [PATCH v8 23/24] ima: Make it independent from 'integrity' LSM, Roberto Sassu
- [PATCH v8 24/24] integrity: Remove LSM, Roberto Sassu
- Convert write_cache_pages() to an iterator v2,
Christoph Hellwig
- [PATCH 01/11] writeback: Factor out writeback_finish(), Christoph Hellwig
- [PATCH 02/11] writeback: Factor writeback_get_batch() out of write_cache_pages(), Christoph Hellwig
- [PATCH 03/11] writeback: Factor should_writeback_folio() out of write_cache_pages(), Christoph Hellwig
- [PATCH 04/11] writeback: Simplify the loops in write_cache_pages(), Christoph Hellwig
- [PATCH 05/11] pagevec: Add ability to iterate a queue, Christoph Hellwig
- [PATCH 06/11] writeback: Use the folio_batch queue iterator, Christoph Hellwig
- [PATCH 07/11] writeback: Factor writeback_iter_init() out of write_cache_pages(), Christoph Hellwig
- [PATCH 08/11] writeback: Factor writeback_get_folio() out of write_cache_pages(), Christoph Hellwig
- [PATCH 09/11] writeback: Factor writeback_iter_next() out of write_cache_pages(), Christoph Hellwig
- [PATCH 10/11] writeback: Add for_each_writeback_folio(), Christoph Hellwig
- [PATCH 11/11] writeback: Remove a use of write_cache_pages() from do_writepages(), Christoph Hellwig
- [viro-vfs:headers.unaligned 2/2] drivers/hid/hid-kye.c:11:10: fatal error: asm-generic/unaligned.h: No such file or directory, kernel test robot
- [viro-vfs:headers.unaligned 2/2] drivers/cxl/core/trace.h:11:10: fatal error: asm-generic/unaligned.h: No such file or directory,
kernel test robot
- [PATCH 1/2 v2] fs/proc: show correct device and inode numbers in /proc/pid/maps,
Andrei Vagin
- [viro-vfs:headers.unaligned 2/2] include/linux/unaligned.h:119:16: sparse: sparse: cast truncates bits from constant value (aa01a0 becomes a0),
kernel test robot
- [PATCH 0/8] Revert setting casefolding dentry operations through s_d_op,
Gabriel Krisman Bertazi
- [PATCH v3 00/11] mempolicy2, mbind2, and weighted interleave,
Gregory Price
- [PATCH v3 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface, Gregory Price
- [PATCH v3 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse, Gregory Price
- [PATCH v3 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving, Gregory Price
- [PATCH v3 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies, Gregory Price
- [PATCH v3 06/11] mm/mempolicy: allow home_node to be set by mpol_new, Gregory Price
- [PATCH v3 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use, Gregory Price
- [PATCH v3 07/11] mm/mempolicy: add userland mempolicy arg structure, Gregory Price
- [PATCH v3 08/11] mm/mempolicy: add set_mempolicy2 syscall, Gregory Price
- [PATCH v3 09/11] mm/mempolicy: add get_mempolicy2 syscall, Gregory Price
- [PATCH v3 10/11] mm/mempolicy: add the mbind2 syscall, Gregory Price
- [PATCH v3 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave, Gregory Price
- RE: [PATCH v3 00/11] mempolicy2, mbind2, and weighted interleave, Hyeongtak Ji
- Re: [PATCH v3 00/11] mempolicy2, mbind2, and weighted interleave, Arnd Bergmann
- [git pull] ufs fix,
Al Viro
- [PATCH] add selftest for statmount/listmount,
Miklos Szeredi
- [PATCH v4 00/13] netfs, cifs: Delegate high-level I/O to netfslib,
David Howells
- [PATCH v4 01/13] netfs: Rearrange netfs_io_subrequest to put request pointer first, David Howells
- [PATCH v4 02/13] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v4 04/13] cifs: Set zero_point in the copy_file_range() and remap_file_range(), David Howells
- [PATCH v4 03/13] cifs: Share server EOF pos with netfslib, David Howells
- [PATCH v4 05/13] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v4 06/13] cifs: Use more fields from netfs_io_subrequest, David Howells
- [PATCH v4 07/13] cifs: Make wait_mtu_credits take size_t args, David Howells
- [PATCH v4 08/13] cifs: Implement netfslib hooks, David Howells
- [PATCH v4 09/13] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c, David Howells
- [PATCH v4 10/13] cifs: Cut over to using netfslib, David Howells
- [PATCH v4 11/13] cifs: Remove some code that's no longer used, part 1, David Howells
- [PATCH v4 12/13] cifs: Remove some code that's no longer used, part 2, David Howells
- [PATCH v4 13/13] cifs: Remove some code that's no longer used, part 3, David Howells
- [PATCH] fuse: Fix VM_MAYSHARE and direct_io_allow_mmap,
Bernd Schubert
- [PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib,
David Howells
- [PATCH v4 01/39] netfs, fscache: Move fs/fscache/* into fs/netfs/, David Howells
- [PATCH v4 02/39] netfs, fscache: Combine fscache with netfs, David Howells
- [PATCH v4 03/39] netfs, fscache: Remove ->begin_cache_operation, David Howells
- [PATCH v4 04/39] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink, David Howells
- [PATCH v4 06/39] netfs: Add a procfile to list in-progress requests, David Howells
- [PATCH v4 05/39] netfs: Move pinning-for-writeback from fscache to netfs, David Howells
- [PATCH v4 07/39] netfs: Allow the netfs to make the io (sub)request alloc larger, David Howells
- [PATCH v4 08/39] netfs: Add a ->free_subrequest() op, David Howells
- [PATCH v4 09/39] afs: Don't use folio->private to record partial modification, David Howells
- [PATCH v4 10/39] netfs: Provide invalidate_folio and release_folio calls, David Howells
- [PATCH v4 12/39] netfs: Add iov_iters to (sub)requests to describe various buffers, David Howells
- [PATCH v4 13/39] netfs: Add support for DIO buffering, David Howells
- [PATCH v4 11/39] netfs: Implement unbuffered/DIO vs buffered I/O locking, David Howells
- [PATCH v4 14/39] netfs: Provide tools to create a buffer in an xarray, David Howells
- [PATCH v4 16/39] netfs: Add func to calculate pagecount/size-limited span of an iterator, David Howells
- [PATCH v4 18/39] netfs: Export netfs_put_subrequest() and some tracepoints, David Howells
- [PATCH v4 17/39] netfs: Limit subrequest by size or number of segments, David Howells
- [PATCH v4 15/39] netfs: Add bounce buffering support, David Howells
- [PATCH v4 19/39] netfs: Extend the netfs_io_*request structs to handle writes, David Howells
- [PATCH v4 20/39] netfs: Add a hook to allow tell the netfs to update its i_size, David Howells
- [PATCH v4 21/39] netfs: Make netfs_put_request() handle a NULL pointer, David Howells
- [PATCH v4 22/39] netfs: Make the refcounting of netfs_begin_read() easier to use, David Howells
- [PATCH v4 23/39] netfs: Prep to use folio->private for write grouping and streaming write, David Howells
- [PATCH v4 25/39] netfs: Provide func to copy data to pagecache for buffered write, David Howells
- [PATCH v4 26/39] netfs: Make netfs_read_folio() handle streaming-write pages, David Howells
- [PATCH v4 28/39] netfs: Implement support for unbuffered/DIO read, David Howells
- [PATCH v4 30/39] netfs: Implement buffered write API, David Howells
- [PATCH v4 29/39] netfs: Implement unbuffered/DIO write support, David Howells
- [PATCH v4 31/39] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite(), David Howells
- [PATCH v4 27/39] netfs: Allocate multipage folios in the writepath, David Howells
- [PATCH v4 32/39] netfs: Provide netfs_file_read_iter(), David Howells
- [PATCH v4 34/39] netfs: Provide a writepages implementation, David Howells
- [PATCH v4 33/39] netfs, cachefiles: Pass upper bound length to allow expansion, David Howells
- [PATCH v4 24/39] netfs: Dispatch write requests to process a writeback slice, David Howells
- [PATCH v4 35/39] netfs: Provide a launder_folio implementation, David Howells
- [PATCH v4 36/39] netfs: Implement a write-through caching option, David Howells
- [PATCH v4 38/39] afs: Use the netfs write helpers, David Howells
- [PATCH v4 39/39] 9p: Use netfslib read/write_iter, David Howells
- [PATCH v4 37/39] netfs: Optimise away reads above the point at which there can be no data, David Howells
- Re: [PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib, Jeff Layton
- Re: [PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib, Christian Brauner
- [RFC PATCH v3 0/3] devguard: guard mknod for non-initial user namespace,
Michael Weiß
- [PATCH v2 00/40] afs: Fix probe handling, server rotation and RO volume callback handling,
David Howells
- [PATCH v2 01/40] afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu(), David Howells
- [PATCH v2 02/40] afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*(), David Howells
- [PATCH v2 04/40] rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock(), David Howells
- [PATCH v2 03/40] afs: use read_seqbegin() in afs_check_validity() and afs_getattr(), David Howells
- [PATCH v2 06/40] afs: Automatically generate trace tag enums, David Howells
- [PATCH v2 05/40] afs: Remove whitespace before most ')' from the trace header, David Howells
- [PATCH v2 07/40] afs: Add comments on abort handling, David Howells
- [PATCH v2 08/40] afs: Turn the afs_addr_list address array into an array of structs, David Howells
- [PATCH v2 10/40] afs: Don't skip server addresses for which we didn't get an RTT reading, David Howells
- [PATCH v2 11/40] afs: Rename addr_list::failed to probe_failed, David Howells
- [PATCH v2 13/40] afs: Use op->nr_iterations=-1 to indicate to begin fileserver iteration, David Howells
- [PATCH v2 09/40] rxrpc, afs: Allow afs to pin rxrpc_peer objects, David Howells
- [PATCH v2 12/40] afs: Handle the VIO and UAEIO aborts explicitly, David Howells
- [PATCH v2 14/40] afs: Wrap most op->error accesses with inline funcs, David Howells
- [PATCH v2 15/40] afs: Don't put afs_call in afs_wait_for_call_to_complete(), David Howells
- [PATCH v2 17/40] afs: Add a tracepoint for struct afs_addr_list, David Howells
- [PATCH v2 16/40] afs: Simplify error handling, David Howells
- [PATCH v2 18/40] afs: Rename some fields, David Howells
- [PATCH v2 21/40] rxrpc: Create a procfile to display outstanding client conn bundles, David Howells
- [PATCH v2 22/40] afs: Add some more info to /proc/net/afs/servers, David Howells
- [PATCH v2 23/40] afs: Remove the unimplemented afs_cmp_addr_list(), David Howells
- [PATCH v2 19/40] afs: Use peer + service_id as call address, David Howells
- [PATCH v2 25/40] afs: Mark address lists with configured priorities, David Howells
- [PATCH v2 26/40] afs: Dispatch fileserver probes in priority order, David Howells
- [PATCH v2 20/40] afs: Fold the afs_addr_cursor struct in, David Howells
- [PATCH v2 24/40] afs: Provide a way to configure address priorities, David Howells
- [PATCH v2 27/40] afs: Dispatch vlserver probes in priority order, David Howells
- [PATCH v2 30/40] afs: Make it possible to find the volumes that are using a server, David Howells
- [PATCH v2 29/40] afs: Combine the endpoint state bools into a bitmask, David Howells
- [PATCH v2 31/40] afs: Defer volume record destruction to a workqueue, David Howells
- [PATCH v2 28/40] afs: Keep a record of the current fileserver endpoint state, David Howells
- [PATCH v2 33/40] afs: Apply server breaks to mmap'd files in the call processor, David Howells
- [PATCH v2 32/40] afs: Move the vnode/volume validity checking code into its own file, David Howells
- [PATCH v2 35/40] afs: Don't leave DONTUSE/NEWREPSITE servers out of server list, David Howells
- [PATCH v2 39/40] afs: Fix offline and busy message emission, David Howells
- [PATCH v2 36/40] afs: Parse the VolSync record in the reply of a number of RPC ops, David Howells
- [PATCH v2 37/40] afs: Overhaul invalidation handling to better support RO volumes, David Howells
- [PATCH v2 40/40] afs: trace: Log afs_make_call(), including server address, David Howells
- [PATCH v2 34/40] afs: Fix comment in afs_do_lookup(), David Howells
- [PATCH v2 38/40] afs: Fix fileserver rotation, David Howells
- [PATCH] afs: Fix use-after-free due to get/remove race in volume tree,
David Howells
- [PATCH] kernel: Introduce a write lock/unlock wrapper for tasklist_lock,
Maria Yu
- [PATCH] [v2] statmount: reduce runtime stack usage,
Arnd Bergmann
- [PATCH 0/3] Move fscrypt keyring destruction to after ->put_super,
Eric Biggers
- [patches][cft] ufs stuff,
Al Viro
- [PATCH 01/12] fs/ufs: Use the offset_in_page() helper, Al Viro
- [PATCH 02/12] fs/ufs: Change the signature of ufs_get_page(), Al Viro
- [PATCH 03/12] fs/ufs: Use ufs_put_page() in ufs_rename(), Al Viro
- [PATCH 06/12] ufs: untangle ubh_...block...() macros, part 1, Al Viro
- [PATCH 08/12] ufs: untangle ubh_...block...(), part 3, Al Viro
- [PATCH 07/12] ufs: untangle ubh_...block...(), part 2, Al Viro
- [PATCH 10/12] ufs_inode_getfrag(): remove junk comment, Al Viro
- [PATCH 09/12] ufs_clusteracct(): switch to passing fragment number, Al Viro
- [PATCH 05/12] ufs: fix handling of delete_entry and set_link failures, Al Viro
- [PATCH 11/12] ufs: get rid of ubh_{ubhcpymem,memcpyubh}(), Al Viro
- [PATCH 12/12] clean ufs_trunc_direct() up a bit..., Al Viro
- [PATCH 04/12] fs/ufs: Replace kmap() with kmap_local_page(), Al Viro
- Re: [patches][cft] ufs stuff, Al Viro
- [minixfs] conversion to kmap_local_page(),
Al Viro
- [syzbot] Monthly fs report (Dec 2023), syzbot
- [PATCH] statmount: reduce runtime stack usage,
Arnd Bergmann
- [GIT PULL] fuse fixes for 6.7-rc6,
Miklos Szeredi
- [PATCH v3 0/3] afs: Fix dynamic root interaction with failing DNS lookups,
David Howells
- [syzbot] [reiserfs?] possible deadlock in reiserfs_get_block (2), syzbot
- [syzbot] [hfs?] possible deadlock in hfs_extend_file (2),
syzbot
- [syzbot] [btrfs?] WARNING in fiemap_process_hole, syzbot
- [syzbot] [fs?] WARNING: proc registration bug in bcm_connect, syzbot
- [PATCH v2 00/16] block atomic writes,
John Garry
- [PATCH v2 08/16] block: Limit atomic write IO size according to atomic_write_max_sectors, John Garry
- [PATCH v2 07/16] block: Pass blk_queue_get_max_sectors() a request pointer, John Garry
- [PATCH v2 06/16] block: Add REQ_ATOMIC flag, John Garry
- [PATCH v2 02/16] block: Limit atomic writes according to bio and queue limits, John Garry
- [PATCH v2 04/16] fs: Increase fmode_t size, John Garry
- [PATCH v2 05/16] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support, John Garry
- [PATCH v2 03/16] fs/bdev: Add atomic write support info to statx, John Garry
- [PATCH v2 09/16] block: Error an attempt to split an atomic write bio, John Garry
- [PATCH v2 10/16] block: Add checks to merging of atomic writes, John Garry
- [PATCH v2 15/16] nvme: Support atomic writes, John Garry
- [PATCH v2 16/16] nvme: Ensure atomic writes will be executed atomically, John Garry
- [PATCH v2 14/16] scsi: scsi_debug: Atomic write support, John Garry
- [PATCH v2 01/16] block: Add atomic write operations to request_queue limits, John Garry
- [PATCH v2 11/16] block: Add fops atomic write support, John Garry
- [PATCH v2 12/16] scsi: sd: Support reading atomic write properties from block limits VPD, John Garry
- [PATCH v2 13/16] scsi: sd: Add WRITE_ATOMIC_16 support, John Garry
- Re: [PATCH v2 00/16] block atomic writes, Christoph Hellwig
- [PATCH RESEND 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK,
Ahelenia Ziemiańska
- [PATCH v3 0/5] Prepare for fsnotify pre-content permission events,
Amir Goldstein
- Re: [PATCH 1/2] fs/proc: show correct device and inode numbers in /proc/pid/maps,
Amir Goldstein
- Re: [PATCH 2/2] selftests/overlayfs: verify device and inode numbers in /proc/pid/maps, Amir Goldstein
- file handle in statx (was: Re: How to cope with subvolumes and snapshots on muti-user systems?),
Kent Overstreet
- Re: file handle in statx (was: Re: How to cope with subvolumes and snapshots on muti-user systems?), NeilBrown
[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]