Show patches with: none      |   64692 patches
« 1 2 ... 31 32 33646 647 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,v2,2/8] erofs: Use dax_is_supported() Introduce dcache_is_aliasing() to fix DAX regression - - - --- 2024-01-30 Mathieu Desnoyers New
[RFC,v2,1/8] dax: Introduce dax_is_supported() Introduce dcache_is_aliasing() to fix DAX regression - - - --- 2024-01-30 Mathieu Desnoyers New
[PATCHv5,1/1] block: introduce content activity based ioprio [PATCHv5,1/1] block: introduce content activity based ioprio - - - --- 2024-01-30 zhaoyang.huang New
[v1] exfat: ratelimit error msg in exfat_file_mmap() [v1] exfat: ratelimit error msg in exfat_file_mmap() - - - --- 2024-01-30 Yuezhang.Mo@sony.com New
[3/3] ext4: Convert to buffered_write_operations Start moving write_begin/write_end out of aops - - - --- 2024-01-30 Matthew Wilcox New
[2/3] fs: Supply optional buffered_write_operations in buffer.c Start moving write_begin/write_end out of aops - - - --- 2024-01-30 Matthew Wilcox New
[1/3] fs: Introduce buffered_write_operations Start moving write_begin/write_end out of aops - - - --- 2024-01-30 Matthew Wilcox New
[v7,1/1] mm: report per-page metadata information mm: report per-page metadata information - - - --- 2024-01-29 Sourav Panda New
[RFC,6/7] fuse: Introduce fuse_dax_is_supported() Untitled series #821063 - - - --- 2024-01-29 Mathieu Desnoyers New
[v5,12/12] libfs: Drop generic_set_encrypted_ci_d_ops Set casefold/fscrypt dentry operations through sb->s_d_op - - - --- 2024-01-29 Gabriel Krisman Bertazi New
[v5,11/12] ubifs: Configure dentry operations at dentry-creation time Set casefold/fscrypt dentry operations through sb->s_d_op - - - --- 2024-01-29 Gabriel Krisman Bertazi New
[v5,10/12] f2fs: Configure dentry operations at dentry-creation time Set casefold/fscrypt dentry operations through sb->s_d_op - - - --- 2024-01-29 Gabriel Krisman Bertazi New
[v5,09/12] ext4: Configure dentry operations at dentry-creation time Set casefold/fscrypt dentry operations through sb->s_d_op 1 - - --- 2024-01-29 Gabriel Krisman Bertazi New
[v5,08/12] libfs: Add helper to choose dentry operations at mount-time Set casefold/fscrypt dentry operations through sb->s_d_op - - - --- 2024-01-29 Gabriel Krisman Bertazi New
[v5,07/12] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops Set casefold/fscrypt dentry operations through sb->s_d_op - - - --- 2024-01-29 Gabriel Krisman Bertazi New
[v5,06/12] fscrypt: Ignore plaintext dentries during d_move Set casefold/fscrypt dentry operations through sb->s_d_op - - - --- 2024-01-29 Gabriel Krisman Bertazi New
[v5,05/12] fscrypt: Drop d_revalidate once the key is added Set casefold/fscrypt dentry operations through sb->s_d_op - - - --- 2024-01-29 Gabriel Krisman Bertazi New
[v5,04/12] fscrypt: Drop d_revalidate for valid dentries during lookup Set casefold/fscrypt dentry operations through sb->s_d_op - - - --- 2024-01-29 Gabriel Krisman Bertazi New
[v5,03/12] fscrypt: Call fscrypt_prepare_lookup_dentry on unencrypted dentries Set casefold/fscrypt dentry operations through sb->s_d_op - - - --- 2024-01-29 Gabriel Krisman Bertazi New
[v5,02/12] fscrypt: Factor out a helper to configure the lookup dentry Set casefold/fscrypt dentry operations through sb->s_d_op - - - --- 2024-01-29 Gabriel Krisman Bertazi New
[v5,01/12] ovl: Reject mounting over case-insensitive directories Set casefold/fscrypt dentry operations through sb->s_d_op 1 - - --- 2024-01-29 Gabriel Krisman Bertazi New
[v2,3/3] userfaultfd: use per-vma locks in userfaultfd operations per-vma locks in userfaultfd - - - --- 2024-01-29 Lokesh Gidra New
[v2,2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx per-vma locks in userfaultfd - 1 - --- 2024-01-29 Lokesh Gidra New
[v2,1/3] userfaultfd: move userfaultfd_ctx struct to header file per-vma locks in userfaultfd - 1 - --- 2024-01-29 Lokesh Gidra New
select: Avoid wrap-around instrumentation in do_sys_poll() select: Avoid wrap-around instrumentation in do_sys_poll() - 1 - --- 2024-01-29 Kees Cook New
[2/2] io_uring: use file_mnt_idmap helper [1/2] ntfs3: use file_mnt_idmap helper - 1 - --- 2024-01-29 Aleksandr Mikhalitsyn New
[1/2] ntfs3: use file_mnt_idmap helper [1/2] ntfs3: use file_mnt_idmap helper - - - --- 2024-01-29 Aleksandr Mikhalitsyn New
[v8,2/2] io_uring: add support for ftruncate io_uring: add support for ftruncate - - - --- 2024-01-29 Tony Solomonik New
[v8,1/2] Add do_ftruncate that truncates a struct file io_uring: add support for ftruncate - 1 - --- 2024-01-29 Tony Solomonik New
[RFC,3/3] 9p: Always update remote_i_size in stat2inode 9p: Further netfslib-related changes - - - --- 2024-01-29 David Howells New
[RFC,2/3] 9p: Make better use of netfslib's writethrough caching 9p: Further netfslib-related changes - - - --- 2024-01-29 David Howells New
[RFC,1/3] 9p: Enable large folio support 9p: Further netfslib-related changes - - - --- 2024-01-29 David Howells New
[RFC,2/2] fs,drivers: remove bdev_inode() usage outside of block layer and drivers fs & block: remove bd_inode - - - --- 2024-01-29 Christian Brauner New
[RFC,1/2] fs & block: remove bdev->bd_inode fs & block: remove bd_inode - - - --- 2024-01-29 Christian Brauner New
[2/2] netfs: Fix missing zero-length check in unbuffered write netfs: Miscellaneous fixes - 1 1 --- 2024-01-29 David Howells New
[1/2] netfs: Fix i_dio_count leak on DIO read past i_size netfs: Miscellaneous fixes - 1 - --- 2024-01-29 David Howells New
[5/5] fs/ntfs3: Update inode->i_size after success write into compressed file fs/ntfs3: Bugfix - - - --- 2024-01-29 Konstantin Komarov New
[4/5] fs/ntfs3: Fixed overflow check in mi_enum_attr() fs/ntfs3: Bugfix - - - --- 2024-01-29 Konstantin Komarov New
[3/5] fs/ntfs3: Correct function is_rst_area_valid fs/ntfs3: Bugfix - - - --- 2024-01-29 Konstantin Komarov New
[2/5] fs/ntfs3: Use i_size_read and i_size_write fs/ntfs3: Bugfix - - - --- 2024-01-29 Konstantin Komarov New
[1/5] fs/ntfs3: Prevent generic message "attempt to access beyond end of device" fs/ntfs3: Bugfix - - - --- 2024-01-29 Konstantin Komarov New
[v3,5/5] block: remove gfp_flags from blkdev_zone_mgmt block: remove gfp_mask for blkdev_zone_mgmt() - 2 - --- 2024-01-29 Johannes Thumshirn New
[v3,4/5] f2fs: guard blkdev_zone_mgmt with nofs scope block: remove gfp_mask for blkdev_zone_mgmt() - 2 - --- 2024-01-29 Johannes Thumshirn New
[v3,3/5] btrfs: zoned: call blkdev_zone_mgmt in nofs scope block: remove gfp_mask for blkdev_zone_mgmt() - 2 - --- 2024-01-29 Johannes Thumshirn New
[v3,2/5] dm: dm-zoned: guard blkdev_zone_mgmt with noio scope block: remove gfp_mask for blkdev_zone_mgmt() - 2 - --- 2024-01-29 Johannes Thumshirn New
[v3,1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call block: remove gfp_mask for blkdev_zone_mgmt() 1 - - --- 2024-01-29 Johannes Thumshirn New
[rfc,9/9] fs: aio: add explicit check for large folio in aio_migrate_folio() mm: migrate: support poison recover from migrate folio - - - --- 2024-01-29 Kefeng Wang New
[rfc,8/9] mm: migrate: remove folio_migrate_copy() mm: migrate: support poison recover from migrate folio - - - --- 2024-01-29 Kefeng Wang New
[rfc,7/9] fs: hugetlbfs: support poison recover from hugetlbfs_migrate_folio() mm: migrate: support poison recover from migrate folio - - - --- 2024-01-29 Kefeng Wang New
[rfc,6/9] mm: migrate: support poisoned recover from migrate folio mm: migrate: support poison recover from migrate folio - - - --- 2024-01-29 Kefeng Wang New
[rfc,5/9] mm: add folio_mc_copy() mm: migrate: support poison recover from migrate folio - - - --- 2024-01-29 Kefeng Wang New
[rfc,4/9] mm: remove MIGRATE_SYNC_NO_COPY mode mm: migrate: support poison recover from migrate folio - - - --- 2024-01-29 Kefeng Wang New
[rfc,3/9] mm: migrate: remove migrate_folio_extra() mm: migrate: support poison recover from migrate folio - - - --- 2024-01-29 Kefeng Wang New
[rfc,2/9] mm: migrate_device: use more folio in __migrate_device_pages() mm: migrate: support poison recover from migrate folio - 1 - --- 2024-01-29 Kefeng Wang New
[rfc,1/9] mm: migrate: simplify __buffer_migrate_folio() mm: migrate: support poison recover from migrate folio - 1 - --- 2024-01-29 Kefeng Wang New
[RFC] mm/readahead: readahead aggressively if read drops in willneed range [RFC] mm/readahead: readahead aggressively if read drops in willneed range - - - --- 2024-01-28 Ming Lei New
[3/3] fs/exec: remove current->in_execve flag fs/exec: remove current->in_execve flag - - - --- 2024-01-28 Tetsuo Handa New
[2/3] tomoyo: replace current->in_execve flag with security_bprm_aborting_creds() hook fs/exec: remove current->in_execve flag - - - --- 2024-01-28 Tetsuo Handa New
[1/3] LSM: add security_bprm_aborting_creds() hook fs/exec: remove current->in_execve flag - - - --- 2024-01-28 Tetsuo Handa New
[v2] printk: Remove redundant CONFIG_BASE_SMALL [v2] printk: Remove redundant CONFIG_BASE_SMALL - 2 - --- 2024-01-27 Yoann Congal New
[GIT,PULL] xfs: bug fixes for 6.8 [GIT,PULL] xfs: bug fixes for 6.8 - - - --- 2024-01-27 Chandan Babu R New
[4/4] af_unix: convert to lock_cmp_fn lockdep cmp fn conversions - - - --- 2024-01-27 Kent Overstreet New
[3/4] net: Convert sk->sk_peer_lock to lock_set_cmp_fn_ptr_order() lockdep cmp fn conversions - - - --- 2024-01-27 Kent Overstreet New
[2/4] pktcdvd: kill mutex_lock_nested() usage lockdep cmp fn conversions - - - --- 2024-01-27 Kent Overstreet New
[1/4] fs/pipe: Convert to lockdep_cmp_fn lockdep cmp fn conversions - 1 - --- 2024-01-27 Kent Overstreet New
[RFC,v3,26/26] ext4: enable large folio for regular file with iomap buffered IO path ext4: use iomap for regular file's buffered IO path and enable large foilo - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,25/26] filemap: support disable large folios on active inode ext4: use iomap for regular file's buffered IO path and enable large foilo - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,24/26] ext4: partially enable iomap for regular file's buffered IO path ext4: use iomap for regular file's buffered IO path and enable large foilo - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,23/26] ext4: fall back to buffer_head path for defrag ext4: use iomap for regular file's buffered IO path and enable large foilo - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,22/26] ext4: writeback partial blocks before zero range ext4: use iomap for regular file's buffered IO path and enable large foilo - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,21/26] ext4: implement zero_range iomap path ext4: use iomap for regular file's buffered IO path and enable large foilo - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,20/26] ext4: implement mmap iomap path ext4: use iomap for regular file's buffered IO path and enable large foilo - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,19/26] ext4: implement writeback iomap path ext4: use iomap for regular file's buffered IO path and enable large foilo - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,18/26] ext4: implement buffered write iomap path ext4: use iomap for regular file's buffered IO path and enable large foilo - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,17/26] ext4: implement buffered read iomap path ext4: use iomap for regular file's buffered IO path and enable large foilo - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,16/26] ext4: add a new iomap aops for regular file's buffered IO path ext4: use iomap for regular file's buffered IO path and enable large foilo - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,15/26] ext4: introduce seq counter for extent entry ext4: use iomap for regular file's buffered IO path and enable large foilo - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,14/26] ext4: factor out ext4_map_{create|query}_blocks() ext4: use iomap for regular file's buffered IO path and enable large foilo - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,13/26] ext4: use reserved metadata blocks when splitting extent in endio ext4: use iomap for regular file's buffered IO path and enable large foilo - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,12/26] ext4: factor out bh handles to ext4_da_get_block_prep() ext4: use iomap for regular file's buffered IO path and enable large foilo - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,11/26] ext4: also mark extent as delalloc if it's been unwritten ext4: use iomap for regular file's buffered IO path and enable large foilo - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,10/26] ext4: correct delalloc extent length ext4: use iomap for regular file's buffered IO path and enable large foilo - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,09/26] ext4: allow inserting delalloc extents with multi-blocks ext4: use iomap for regular file's buffered IO path and enable large foilo - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,08/26] iomap: add pos and dirty_len into trace_iomap_writepage_map ext4: use iomap for regular file's buffered IO path and enable large foilo - 1 - --- 2024-01-27 Zhang Yi New
[RFC,v3,07/26] iomap: don't increase i_size if it's not a write operation ext4: use iomap for regular file's buffered IO path and enable large foilo - - - --- 2024-01-27 Zhang Yi New
[v3,06/26] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type ext4: use iomap for regular file's buffered IO path and enable large foilo - 1 - --- 2024-01-27 Zhang Yi New
[v3,05/26] ext4: make ext4_map_blocks() distinguish delalloc only extent ext4: use iomap for regular file's buffered IO path and enable large foilo - 1 - --- 2024-01-27 Zhang Yi New
[v3,04/26] ext4: add a hole extent entry in cache after punch ext4: use iomap for regular file's buffered IO path and enable large foilo - 1 - --- 2024-01-27 Zhang Yi New
[v3,03/26] ext4: correct the hole length returned by ext4_map_blocks() ext4: use iomap for regular file's buffered IO path and enable large foilo - 1 - --- 2024-01-27 Zhang Yi New
[v3,02/26] ext4: convert to exclusive lock while inserting delalloc extents ext4: use iomap for regular file's buffered IO path and enable large foilo - 1 - --- 2024-01-27 Zhang Yi New
[v3,01/26] ext4: refactor ext4_da_map_blocks() ext4: use iomap for regular file's buffered IO path and enable large foilo - 1 - --- 2024-01-27 Zhang Yi New
[v4,12/12] libfs: Drop generic_set_encrypted_ci_d_ops Set casefold/fscrypt dentry operations through sb->s_d_op - - - --- 2024-01-27 Gabriel Krisman Bertazi New
[v4,11/12] ubifs: Configure dentry operations at dentry-creation time Set casefold/fscrypt dentry operations through sb->s_d_op - - - --- 2024-01-27 Gabriel Krisman Bertazi New
[v4,10/12] f2fs: Configure dentry operations at dentry-creation time Set casefold/fscrypt dentry operations through sb->s_d_op - - - --- 2024-01-27 Gabriel Krisman Bertazi New
[v4,09/12] ext4: Configure dentry operations at dentry-creation time Set casefold/fscrypt dentry operations through sb->s_d_op - - - --- 2024-01-27 Gabriel Krisman Bertazi New
[v4,08/12] libfs: Add helper to choose dentry operations at mount-time Set casefold/fscrypt dentry operations through sb->s_d_op - - - --- 2024-01-27 Gabriel Krisman Bertazi New
[v4,07/12] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops Set casefold/fscrypt dentry operations through sb->s_d_op - - - --- 2024-01-27 Gabriel Krisman Bertazi New
[v4,06/12] fscrypt: Ignore non-fscrypt volumes during d_move Set casefold/fscrypt dentry operations through sb->s_d_op - - - --- 2024-01-27 Gabriel Krisman Bertazi New
[v4,05/12] fscrypt: Drop d_revalidate once the key is added Set casefold/fscrypt dentry operations through sb->s_d_op - - - --- 2024-01-27 Gabriel Krisman Bertazi New
[v4,04/12] fscrypt: Drop d_revalidate for valid dentries during lookup Set casefold/fscrypt dentry operations through sb->s_d_op - - - --- 2024-01-27 Gabriel Krisman Bertazi New
« 1 2 ... 31 32 33646 647 »