Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH v7 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count(), (continued)
- [PATCH 0/4] fs: allow listmount() with reversed ordering,
Christian Brauner
- [PATCH v4 00/22] block atomic writes for xfs,
John Garry
- [PATCH v4 07/22] xfs: make EOF allocation simpler, John Garry
- [PATCH v4 02/22] iomap: Allow filesystems set IO block zeroing size, John Garry
- [PATCH v4 03/22] xfs: Use extent size granularity for iomap->io_block_size, John Garry
- [PATCH v4 01/22] fs: Add generic_atomic_write_valid_size(), John Garry
- [PATCH v4 05/22] xfs: always tail align maxlen allocations, John Garry
- [PATCH v4 09/22] xfs: align args->minlen for forced allocation alignment, John Garry
- [PATCH v4 10/22] xfs: Introduce FORCEALIGN inode flag, John Garry
- [PATCH v4 11/22] xfs: Do not free EOF blocks for forcealign, John Garry
- [PATCH v4 12/22] xfs: Update xfs_inode_alloc_unitsize_fsb() for forcealign, John Garry
- [PATCH v4 13/22] xfs: Unmap blocks according to forcealign, John Garry
- [PATCH v4 04/22] xfs: only allow minlen allocations when near ENOSPC, John Garry
- [PATCH v4 08/22] xfs: introduce forced allocation alignment, John Garry
- [PATCH v4 15/22] xfs: Don't revert allocated offset for forcealign, John Garry
- [PATCH v4 14/22] xfs: Only free full extents for forcealign, John Garry
- [PATCH v4 17/22] fs: Add FS_XFLAG_ATOMICWRITES flag, John Garry
- [PATCH v4 18/22] iomap: Atomic write support, John Garry
- [PATCH v4 22/22] xfs: Support setting FMODE_CAN_ATOMIC_WRITE, John Garry
- [PATCH v4 21/22] xfs: Validate atomic writes, John Garry
- [PATCH v4 19/22] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign, John Garry
- [PATCH v4 06/22] xfs: simplify extent allocation alignment, John Garry
- [PATCH v4 20/22] xfs: Support atomic write for statx, John Garry
- [PATCH v4 16/22] xfs: Enable file data forcealign feature, John Garry
- [PATCH] hfsplus: fix to avoid false alarm of circular locking, Chao Yu
- [PATCH v1 0/6] fs/proc: move page_mapcount() to fs/proc/internal.h,
David Hildenbrand
- [PATCH 00/18] Bugfix​ and refactoring,
Konstantin Komarov
- [PATCH 05/18] fs/ntfs3: Missed NI_FLAG_UPDATE_PARENT setting, Konstantin Komarov
- [PATCH 06/18] fs/ntfs3: Fix getting file type, Konstantin Komarov
- [PATCH 07/18] fs/ntfs3: Add missing .dirty_folio in address_space_operations, Konstantin Komarov
- [PATCH 08/18] fs/ntfs3: Fix attr_insert_range at end of file, Konstantin Komarov
- [PATCH 09/18] fs/ntfs3: Replace inode_trylock with inode_lock, Konstantin Komarov
- [PATCH 10/18] fs/ntfs3: One more reason to mark inode bad, Konstantin Komarov
- [PATCH 11/18] fs/ntfs3: Correct undo if ntfs_create_inode failed, Konstantin Komarov
- [PATCH 12/18] fs/ntfs3: Add a check for attr_names and oatbl, Konstantin Komarov
- [PATCH 13/18] fs/ntfs3: Use macros NTFS_LABEL_MAX_LENGTH instead of hardcoded value, Konstantin Komarov
- [PATCH 14/18] fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNIT, Konstantin Komarov
- [PATCH 15/18] fs/ntfs3: Remove sync_blockdev_nowait(), Konstantin Komarov
- [PATCH 16/18] fs/ntfs3: Remove unused macros MAXIMUM_REPARSE_DATA_BUFFER_SIZE, Konstantin Komarov
- [PATCH 17/18] fs/ntfs3: Rename variables, Konstantin Komarov
- [PATCH 18/18] fs/ntfs3: Add some comments, Konstantin Komarov
- [PATCH 01/18] fs/ntfs3: Remove unused function, Konstantin Komarov
- [PATCH 02/18] fs/ntfs3: Simplify initialization of $AttrDef and $UpCase, Konstantin Komarov
- [PATCH 03/18] fs/ntfs3: Fix transform resident to nonresident for compressed files, Konstantin Komarov
- [PATCH 04/18] fs/ntfs3: Deny getting attr data block in compressed frame, Konstantin Komarov
- [viro-vfs:work.fd 11/19] fs/select.c:860:3: error: cannot jump from this goto statement to its label,
kernel test robot
- [viro-vfs:work.fd 11/19] fs/ocfs2/cluster/heartbeat.c:1784:3: error: cannot jump from this goto statement to its label, kernel test robot
- [PATCHES][RFC] rework of struct fd handling,
Al Viro
- [PATCH 01/19] powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap(), Al Viro
- [PATCH 04/19] struct fd: representation change, Al Viro
- [PATCH 02/19] lirc: rc_dev_get_from_fd(): fix file leak, Al Viro
- [PATCH 05/19] add struct fd constructors, get rid of __to_fd(), Al Viro
- [PATCH 08/19] fdget_raw() users: switch to CLASS(fd_raw, ...), Al Viro
- [PATCH 06/19] net/socket.c: switch to CLASS(fd), Al Viro
- [PATCH 10/19] introduce "fd_pos" class, Al Viro
- [PATCH 13/19] convert vmsplice() to CLASS(fd, ...), Al Viro
- [PATCH 07/19] introduce struct fderr, convert overlayfs uses to that, Al Viro
- [PATCH 14/19] finit_module(): convert to CLASS(fd, ...), Al Viro
- [PATCH 15/19] timerfd: switch to CLASS(fd, ...), Al Viro
- [PATCH 16/19] do_mq_notify(): switch to CLASS(fd, ...), Al Viro
- [PATCH 09/19] css_set_fork(): switch to CLASS(fd_raw, ...), Al Viro
- [PATCH 17/19] simplify xfs_find_handle() a bit, Al Viro
- [PATCH 18/19] convert kernel/events/core.c, Al Viro
- [PATCH 19/19] deal with the last remaing boolean uses of fd_file(), Al Viro
- [PATCH 03/19] introduce fd_file(), convert all accessors to it., Al Viro
- [PATCH 12/19] bpf: switch to CLASS(fd, ...), Al Viro
- [PATCH 11/19] switch simple users of fdget() to CLASS(fd, ...), Al Viro
- Re: [PATCH 01/19] powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap(), Christian Brauner
- Re: [PATCHES][RFC] rework of struct fd handling, Christian Brauner
- [PATCH v5] fs: Improve eventpoll logging to stop indicting timerfd,
Isaac J. Manjarres
- Re: [PATCH 6.6 438/744] ovl: add helper ovl_file_modified(),
Amir Goldstein
- Re: [PATCH 6.6 439/744] splice: remove permission hook from iter_file_splice_write(),
Amir Goldstein
- [PATCH 6.9 278/374] cifs: Set zero_point in the copy_file_range() and remap_file_range(), Greg Kroah-Hartman
- [PATCH 6.9 276/374] netfs: Fix setting of BDP_ASYNC from iocb flags, Greg Kroah-Hartman
- [RFC PATCH] vfs: add rcu-based find_inode variants for iget ops,
Mateusz Guzik
- [PATCH v18 0/7] Case insensitive cleanup for ext4/f2fs,
Eugen Hristev
- [PATCH v18 1/7] ext4: Simplify the handling of cached casefolded names, Eugen Hristev
- [PATCH v18 2/7] f2fs: Simplify the handling of cached casefolded names, Eugen Hristev
- [PATCH v18 3/7] libfs: Introduce case-insensitive string comparison helper, Eugen Hristev
- [PATCH v18 4/7] ext4: Reuse generic_ci_match for ci comparisons, Eugen Hristev
- [PATCH v18 5/7] f2fs: Reuse generic_ci_match for ci comparisons, Eugen Hristev
- [PATCH v18 6/7] ext4: Move CONFIG_UNICODE defguards into the code flow, Eugen Hristev
- [PATCH v18 7/7] f2fs: Move CONFIG_UNICODE defguards into the code flow, Eugen Hristev
- Re: [PATCH v18 0/7] Case insensitive cleanup for ext4/f2fs, Gabriel Krisman Bertazi
- Re: [PATCH v18 0/7] Case insensitive cleanup for ext4/f2fs, Christian Brauner
- Re: [f2fs-dev] [PATCH v18 0/7] Case insensitive cleanup for ext4/f2fs, patchwork-bot+f2fs
- Re: [PATCH v20 03/12] block: add copy offload support, Christoph Hellwig
- [jlayton:mgtime] [fs] 0dd26047b0: unixbench.throughput -1.5% regression, kernel test robot
- [PATCH v3] writeback: factor out balance_wb_limits to remove repeated code,
Kemeng Shi
- [PATCH v13] mm: report per-page metadata information,
Sourav Panda
[PATCH v5 1/2] proc: pass file instead of inode to proc_mem_open,
Adrian Ratiu
[GIT PULL] bcachefs fixes for 6.10-rc3,
Kent Overstreet
[no subject], Unknown
[RFC] ML infrastructure in Linux kernel, Viacheslav Dubeyko
[RFC] possible way to deal with dup2() vs. allocated but still not opened descriptors,
Al Viro
[PATCH v3 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps,
Andrii Nakryiko
[PATCH v4] fs: Improve eventpoll logging to stop indicting timerfd,
Isaac J. Manjarres
[PATCH RFC] fs_parse: add uid & gid option parsing helpers,
Eric Sandeen
[PATCH 0/3] whack user_path_at_empty, cleanup getname_flags,
Mateusz Guzik
[PATCH v5 0/2] Clean up usage of rt_task(),
Qais Yousef
[PATCH] Improving readability of copy_tree,
Jemmy
[HACK PATCH] fs: dodge atomic in putname if ref == 1,
Mateusz Guzik
[PATCH RFC 0/2] NFSv4: set sb_flags to second superblock,
Li Lingfeng
[PATCH v3] fs/splice: don't block splice_direct_to_actor() after data was read,
Max Kellermann
[PATCH 0/8] sysctl: Remove sentinel check from sysctl internals,
Joel Granados via B4 Relay
[PATCH v2] Fix issue in mark_buffer_dirty_inode,
Hyeonwoo Cha
Re: Change in splice() behaviour after 5.10?, Kees Cook
[PATCH] fix-fs-mark_buffer_dirty_fsync, Hyeonwoo Cha
Re: [PATCH v20 01/12] block: Introduce queue limits and sysfs for copy-offload support,
Christoph Hellwig
why does proc_fd_getattr() bother with S_ISDIR(inode->i_mode)?,
Al Viro
[PATCH 2/2][RFC] amdkfd CRIU fixes,
Al Viro
[PATCH 1/2][RFC] amdgpu: fix a race in kfd_mem_export_dmabuf(),
Al Viro
[PATCH printk v2 00/18] add threaded printing + the rest,
John Ogness
[PATCH] netfs: Fix documentation comment for netfs_wait_for_outstanding_io(), Amit Vadhavana
[PATCH] selftests: proc: remove unreached code and fix build warning,
Amer Al Shanawany
Is is reasonable to support quota in fuse?,
JunChao Sun
[PATCH] iomap: keep on increasing i_size in iomap_write_end(),
Zhang Yi
[PATCH] Fix filesystem issue: description of the fix Fix mark_buffer_dirty_inode to mark_buffer_dirty_fsync Signed-off-by: HyeonWoo Cha <chw1119@xxxxxxxxxxxxx>,
Hyeonwoo Cha
[HELP] FUSE writeback performance bottleneck,
Jingbo Xu
[PATCH] remove pointless includes of <linux/fdtable.h>,
Al Viro
[syzbot] [ext4?] INFO: task hung in vfs_rmdir (2),
syzbot
[PATCH] fs/direct-io: Remove linux/prefetch.h include,
Youling Tang
[PATCH 0/5] sys_ringbuffer,
Kent Overstreet
[PATCH] get rid of close_fd() misuse in cachefiles,
Al Viro
[RFC] misuse of descriptor tables in HID-BPF,
Al Viro
[PATCH][RFC] move close_range(2) into fs/file.c, fold __close_range() into it,
Al Viro
[syzbot] [squashfs?] VFS: Close: file count is zero (use-after-free),
syzbot
[PATCH v7 0/9] block atomic writes,
John Garry
- [PATCH v7 6/9] block: Add fops atomic write support, John Garry
- [PATCH v7 4/9] block: Add core atomic write support, John Garry
- [PATCH v7 8/9] scsi: scsi_debug: Atomic write support, John Garry
- [PATCH v7 1/9] block: Pass blk_queue_get_max_sectors() a request pointer, John Garry
- [PATCH v7 9/9] nvme: Atomic write support, John Garry
- [PATCH v7 5/9] block: Add atomic write support for statx, John Garry
- [PATCH v7 2/9] fs: Initial atomic write support, John Garry
- [PATCH v7 3/9] fs: Add initial atomic write support info to statx, John Garry
- [PATCH v7 7/9] scsi: sd: Atomic write support, John Garry
- Re: [PATCH v7 0/9] block atomic writes, John Garry
[syzbot] [kernfs?] [bcachefs?] [exfat?] INFO: task hung in do_unlinkat (5), syzbot
[PATCH] vfs: replace WARN(down_read_trylock, ...) abuse with proper asserts,
Mateusz Guzik
[PATCH] readdir: Remove unused header include,
Thorsten Blum
[PATCH 0/6] kernel: Avoid memcpy of task comm,
Yafang Shao
[PATCH] readdir: Add missing quote in macro comment,
Thorsten Blum
[PATCH v4 0/2] Clean up usage of rt_task(),
Qais Yousef
[GIT PULL] xfs: bug fixes for 6.10,
Chandan Babu R
[PATCH 00/10] ext4: simplify the counting and management of delalloc reserved blocks,
Zhang Yi
- [PATCH 02/10] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set, Zhang Yi
- [PATCH 03/10] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks, Zhang Yi
- [PATCH 04/10] ext4: let __revise_pending() return newly inserted pendings, Zhang Yi
- [PATCH 01/10] ext4: factor out ext4_map_create_blocks() to allocate new blocks, Zhang Yi
- [PATCH 06/10] ext4: update delalloc data reserve spcae in ext4_es_insert_extent(), Zhang Yi
- [PATCH 05/10] ext4: count removed reserved blocks for delalloc only extent entry, Zhang Yi
- [PATCH 08/10] ext4: use ext4_map_query_blocks() in ext4_map_blocks(), Zhang Yi
- [PATCH 07/10] ext4: drop ext4_es_delayed_clu(), Zhang Yi
- [PATCH 09/10] ext4: drop ext4_es_is_delonly(), Zhang Yi
- [PATCH 10/10] ext4: drop all delonly descriptions, Zhang Yi
[PATCH] test_xarray: add missing MODULE_DESCRIPTION() macro, Jeff Johnson
[RFC PATCH 0/5] Avoid MAP_FIXED gap exposure,
Liam R. Howlett
Maintainers Summit 2024 Call for Topics,
Theodore Ts'o
[PATCH] exfat: fix potential deadlock on __exfat_get_dentry_set,
Sungjong Seo
[RFC] struct fd situation,
Al Viro
[PATCH 00/16] Prepare to remove PG_error,
Matthew Wilcox (Oracle)
- [PATCH 05/16] hpfs: Convert hpfs_symlink_read_folio to use a folio, Matthew Wilcox (Oracle)
- [PATCH 01/16] befs: Convert befs_symlink_read_folio() to use folio_end_read(), Matthew Wilcox (Oracle)
- [PATCH 06/16] isofs: Convert rock_ridge_symlink_read_folio to use a folio, Matthew Wilcox (Oracle)
- [PATCH 11/16] reiserfs: Remove call to folio_set_error(), Matthew Wilcox (Oracle)
- [PATCH 02/16] coda: Convert coda_symlink_filler() to use folio_end_read(), Matthew Wilcox (Oracle)
- [PATCH 12/16] romfs: Convert romfs_read_folio() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 07/16] hostfs: Convert hostfs_read_folio() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 04/16] efs: Convert efs_symlink_read_folio to use a folio, Matthew Wilcox (Oracle)
- [PATCH 13/16] ufs: Remove call to set the folio error flag, Matthew Wilcox (Oracle)
- [PATCH 10/16] orangefs: Remove calls to set/clear the error flag, Matthew Wilcox (Oracle)
- [PATCH 08/16] jffs2: Remove calls to set/clear the folio error flag, Matthew Wilcox (Oracle)
- [PATCH 15/16] iomap: Remove calls to set and clear folio error flag, Matthew Wilcox (Oracle)
- [PATCH 09/16] nfs: Remove calls to folio_set_error, Matthew Wilcox (Oracle)
- [PATCH 03/16] cramfs: Convert cramfs_read_folio to use a folio, Matthew Wilcox (Oracle)
- [PATCH 14/16] vboxsf: Convert vboxsf_read_folio() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 16/16] buffer: Remove calls to set and clear the folio error flag, Matthew Wilcox (Oracle)
- Re: [PATCH 00/16] Prepare to remove PG_error, Christian Brauner
[GIT PULL] bcachefs fixes for 6.10-rc2,
Kent Overstreet
[PATCH v2] hostfs: convert hostfs to use the new mount API,
Hongbo Li
virtio-fs tests between host(x86) and dpu(arm64),
Lege Wang
[PATCH] kernel/sysctl-test: add MODULE_DESCRIPTION(),
Jeff Johnson
[PATCH][RFC] fs: add levels to inode write access,
Josef Bacik
statmount: requesting more information: statfs, devname, label,
Thiago Macieira
[PATCH RFC v2 00/19] fuse: fuse-over-io-uring,
Bernd Schubert
- [PATCH RFC v2 08/19] fuse: Add the queue configuration ioctl, Bernd Schubert
- [PATCH RFC v2 10/19] fuse: {uring} Handle SQEs - register commands, Bernd Schubert
- [PATCH RFC v2 06/19] Add a vmalloc_node_user function, Bernd Schubert
- [PATCH RFC v2 03/19] fuse: Move request bits, Bernd Schubert
- [PATCH RFC v2 04/19] fuse: Add fuse-io-uring design documentation, Bernd Schubert
- [PATCH RFC v2 07/19] fuse uring: Add an mmap method, Bernd Schubert
- [PATCH RFC v2 18/19] fuse: {uring} Set a min cpu offset io-size for reads/writes, Bernd Schubert
- [PATCH RFC v2 11/19] fuse: Add support to copy from/to the ring buffer, Bernd Schubert
- [PATCH RFC v2 09/19] fuse: {uring} Add a dev_release exception for fuse-over-io-uring, Bernd Schubert
- [PATCH RFC v2 02/19] fuse: Move fuse_get_dev to header file, Bernd Schubert
- [PATCH RFC v2 12/19] fuse: {uring} Add uring sqe commit and fetch support, Bernd Schubert
- [PATCH RFC v2 17/19] fuse: {uring} Send async requests to qid of core + 1, Bernd Schubert
- [PATCH RFC v2 14/19] fuse: {uring} Allow to queue to the ring, Bernd Schubert
- [PATCH RFC v2 13/19] fuse: {uring} Handle uring shutdown, Bernd Schubert
- [PATCH RFC v2 19/19] fuse: {uring} Optimize async sends, Bernd Schubert
- [PATCH RFC v2 05/19] fuse: Add a uring config ioctl, Bernd Schubert
- [PATCH RFC v2 15/19] export __wake_on_current_cpu, Bernd Schubert
[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]