linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-26 05:49:39 to 2020-02-27 15:14:37 UTC [more...]

[PATCH 00/17] VFS: Filesystem information and notifications [ver #17]
 2020-02-27 15:14 UTC  (14+ messages)

[PATCH v2 00/16] Fanotify event with name info
 2020-02-27 14:06 UTC  (24+ messages)
` [PATCH v2 02/16] fsnotify: factor helpers fsnotify_dentry() and fsnotify_file()
` [PATCH v2 07/16] fsnotify: replace inode pointer with tag
` [PATCH v2 08/16] fanotify: merge duplicate events on parent and child
` [PATCH v2 11/16] fanotify: prepare to encode both parent and child fid's

[PATCH v7 00/11] arm64: Branch Target Identification support
 2020-02-27 13:13 UTC  (20+ messages)
` [PATCH v7 01/11] ELF: UAPI and Kconfig additions for ELF program properties
` [PATCH v7 02/11] ELF: Add ELF program property parsing support
` [PATCH v7 03/11] arm64: Basic Branch Target Identification support
` [PATCH v7 04/11] elf: Allow arch to tweak initial mmap prot flags
` [PATCH v7 05/11] arm64: elf: Enable BTI at exec based on ELF program properties
` [PATCH v7 06/11] arm64: BTI: Decode BYTPE bits when printing PSTATE
` [PATCH v7 07/11] arm64: unify native/compat instruction skipping
` [PATCH v7 08/11] arm64: traps: Shuffle code to eliminate forward declarations
` [PATCH v7 09/11] arm64: BTI: Reset BTYPE when skipping emulated instructions
` [PATCH v7 10/11] KVM: "
` [PATCH v7 11/11] arm64: mm: Display guarded pages in ptdump

[PATCH RFC 0/5] fs, ext4: Physical blocks placement hint for fallocate(0): fallocate2(). TP defrag
 2020-02-27 12:24 UTC  (15+ messages)
` [PATCH RFC 1/5] fs: Add new argument to file_operations::fallocate()
` [PATCH RFC 2/5] fs: Add new argument to vfs_fallocate()
` [PATCH RFC 3/5] fs: Add fallocate2() syscall
` [PATCH RFC 4/5] ext4: Prepare ext4_mb_discard_preallocations() for handling EXT4_MB_HINT_GOAL_ONLY
` [PATCH RFC 5/5] ext4: Add fallocate2() support

[PATCHv4 0/6] ext4: bmap & fiemap conversion to use iomap
 2020-02-27 11:58 UTC  (10+ messages)
` [PATCHv4 1/6] ext4: Add IOMAP_F_MERGED for non-extent based mapping
` [PATCHv4 2/6] ext4: Optimize ext4_ext_precache for 0 depth
` [PATCHv4 3/6] ext4: Move ext4 bmap to use iomap infrastructure
` [PATCHv4 4/6] ext4: Make ext4_ind_map_blocks work with fiemap
` [PATCHv4 5/6] ext4: Move ext4_fiemap to use iomap framework
` [PATCHv4 6/6] Documentation: Correct the description of FIEMAP_EXTENT_LAST

KMSAN: uninit-value in simple_attr_read
 2020-02-27 11:57 UTC  (2+ messages)

[PATCH] staging: exfat: rename buf_cache_t's 'flag' to 'locked'
 2020-02-27 10:40 UTC 

[PATCH 00/11] fs/dcache: Limit # of negative dentries
 2020-02-27  9:55 UTC  (20+ messages)
` [PATCH 01/11] fs/dcache: Fix incorrect accounting "
` [PATCH 02/11] fs/dcache: Simplify __dentry_kill()
` [PATCH 03/11] fs/dcache: Add a counter to track number of children
` [PATCH 04/11] fs/dcache: Add sysctl parameter dentry-dir-max
` [PATCH 05/11] fs/dcache: Reclaim excessive negative dentries in directories
` [PATCH 06/11] fs/dcache: directory opportunistically stores # of positive dentries
` [PATCH 07/11] fs/dcache: Add static key negative_reclaim_enable
` [PATCH 08/11] fs/dcache: Limit dentry reclaim count in negative_reclaim_workfn()
` [PATCH 09/11] fs/dcache: Don't allow small values for dentry-dir-max
` [PATCH 10/11] fs/dcache: Kill off dentry as last resort
` [PATCH 11/11] fs/dcache: Track # of negative dentries reclaimed & killed

[RFC PATCH 0/4] userspace PI passthrough via io_uring
 2020-02-27  9:23 UTC  (16+ messages)
` [PATCH 1/4] io_uring: add IORING_OP_READ{WRITE}V_PI cmd
` [PATCH 2/4] bio-integrity: introduce two funcs handle protect information
` [PATCH 3/4] block_dev: support protect information passthrough
` [PATCH 4/4] liburing/test: add testcase for "

[PATCH v3] binfmt_misc: pass binfmt_misc flags to the interpreter
 2020-02-27  7:27 UTC  (2+ messages)

[PATCH v3] staging: exfat: remove symlink feature
 2020-02-27  6:15 UTC 

[PATCH] staging: exfat: remove symlink feature : Additional patch
 2020-02-27  5:53 UTC  (4+ messages)

[PATCH] xfs/XXX: Add xfs/XXX
 2020-02-27  5:38 UTC 

[PATCHv3 1/6] ext4: Add IOMAP_F_MERGED for non-extent based mapping
 2020-02-27  5:38 UTC  (21+ messages)
` [PATCHv3 2/6] ext4: Optimize ext4_ext_precache for 0 depth
` [PATCHv3 3/6] ext4: Move ext4 bmap to use iomap infrastructure
` [PATCHv3 4/6] ext4: Make ext4_ind_map_blocks work with fiemap
` [PATCHv3 5/6] ext4: Move ext4_fiemap to use iomap framework
` [PATCHv3 6/6] Documentation: Correct the description of FIEMAP_EXTENT_LAST

[PATCH V5 00/12] Enable per-file/per-directory DAX operations V5
 2020-02-27  5:24 UTC  (13+ messages)
` [PATCH V5 01/12] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V5 02/12] fs: Remove unneeded IS_DAX() check
` [PATCH V5 03/12] fs/stat: Define DAX statx attribute
` [PATCH V5 04/12] fs/xfs: Isolate the physical DAX flag from enabled
` [PATCH V5 05/12] fs/xfs: Create function xfs_inode_enable_dax()
` [PATCH V5 06/12] fs: Add locking for a dynamic address space operations state
` [PATCH V5 07/12] fs: Prevent DAX state change if file is mmap'ed
` [PATCH V5 08/12] fs/xfs: Hold off aops users while changing DAX state
` [PATCH V5 09/12] fs/xfs: Clean up locking in dax invalidate
` [PATCH V5 10/12] fs/xfs: Allow toggle of effective DAX flag
` [PATCH V5 11/12] fs/xfs: Remove xfs_diflags_to_linux()
` [PATCH V5 12/12] Documentation/dax: Update Usage section

[PATCH v5 0/8] dax/pmem: Provide a dax operation to zero range of memory
 2020-02-27  4:19 UTC  (21+ messages)
` [PATCH v5 2/8] drivers/pmem: Allow pmem_clear_poison() to accept arbitrary offset and len

[PATCH V4 00/13] Enable per-file/per-directory DAX operations V4
 2020-02-27  2:43 UTC  (26+ messages)
` [PATCH V4 07/13] fs: Add locking for a dynamic address space operations state
` [PATCH V4 09/13] fs/xfs: Add write aops lock to xfs layer

[PATCH] vfs: keep inodes with page cache off the inode shrinker LRU
 2020-02-26 21:11 UTC  (12+ messages)

[RFC PATCH v14 00/10] Landlock LSM
 2020-02-26 20:29 UTC  (9+ messages)
` [RFC PATCH v14 01/10] landlock: Add object and rule management
` [RFC PATCH v14 05/10] fs,landlock: Support filesystem access-control

[PATCH V2 0/4] mm/vma: Use all available wrappers when possible
 2020-02-26 17:40 UTC  (3+ messages)
` [PATCH V2 3/4] mm/vma: Replace all remaining open encodings with is_vm_hugetlb_page()

[PATCH v8 00/25] Change readahead API
 2020-02-26 17:13 UTC  (14+ messages)
` [PATCH v8 05/25] mm: Add new readahead_control API
` [PATCH v8 07/25] mm: Rename various 'offset' parameters to 'index'
` [PATCH v8 14/25] mm: Document why we don't set PageReadahead
` [PATCH v8 17/25] btrfs: Convert from readpages to readahead
` [PATCH v8 25/25] iomap: "

[PATCH v4 0/3] protect page cache from freeing inode
 2020-02-26 14:16 UTC  (3+ messages)

[PATCHv3 0/6] ext4: bmap & fiemap conversion to use iomap
 2020-02-26 13:08 UTC  (2+ messages)

[PATCH v2 0/2] New mount API syscalls
 2020-02-26 11:48 UTC  (3+ messages)
` [PATCH v2 1/2] Add manpages for move_mount(2) and open_tree(2)

[PATCH v6 00/11] arm64: Branch Target Identification support
 2020-02-26 11:20 UTC  (4+ messages)
` [PATCH v6 01/11] ELF: UAPI and Kconfig additions for ELF program properties

[PATCH v2 0/7] bdi: fix use-after-free for bdi device
 2020-02-26 11:18 UTC  (8+ messages)
` [PATCH v2 1/7] blk-wbt: use bdi_dev_name() to get device name
` [PATCH v2 2/7] fs/ceph: "
` [PATCH v2 3/7] bdi: protect device lifetime with RCU
` [PATCH v2 4/7] bdi: create a new function bdi_get_dev_name()
` [PATCH v2 5/7] bfq: fix potential kernel crash when print dev err info
` [PATCH v2 6/7] memcg: fix crash in wb_workfn when bdi unregister
` [PATCH v2 7/7] blk-wbt: replace bdi_dev_name() with bdi_get_dev_name()

[PATCH][CIFS] Use FS_RENAME_DOES_D_MOVE to minimize races in rename
 2020-02-26  9:22 UTC  (2+ messages)

KASAN: use-after-free Read in lockref_get
 2020-02-26  7:00 UTC 

[PATCH v7 0/9] Inline Encryption Support
 2020-02-26  6:43 UTC  (9+ messages)
` [PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).