linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-12 05:40:33 to 2022-03-16 15:19:00 UTC [more...]

[PATCH v4 0/1] exfat: allow access to paths with trailing dots
 2022-03-16 15:18 UTC  (2+ messages)
` [PATCH v4 1/1] "

[PATCH v3 0/2] exfat: allow access to paths with trailing dots
 2022-03-16 14:44 UTC  (7+ messages)
` [PATCH v3 1/2] exfat: add keep_last_dots mount option

[PATCH RFC v16 0/11] NFSD: Initial implementation of NFSv4 Courteous Server
 2022-03-16 14:27 UTC  (17+ messages)
` [PATCH RFC v16 01/11] fs/lock: add helper locks_owner_has_blockers to check for blockers
` [PATCH RFC v16 03/11] NFSD: Add lm_lock_expired call out
` [PATCH RFC v16 04/11] NFSD: Update nfsd_breaker_owns_lease() to handle courtesy clients
` [PATCH RFC v16 05/11] NFSD: Update nfs4_get_vfs_file() "

[PATCH v11 0/8] fsdax: introduce fs query to support reflink
 2022-03-16 13:46 UTC  (4+ messages)
` [PATCH v11 1/8] dax: Introduce holder for dax_device

[PATCH v2 0/2] exfat: allow access to paths with trailing dots
 2022-03-16 13:45 UTC  (7+ messages)
` [PATCH v2 2/2] exfat currently unconditionally strips trailing periods '.' when performing path lookup, but allows them in the filenames during file creation. This is done intentionally, loosely following Windows behaviour and specifications which state:
        ` [PATCH v2 2/2] exfat currently unconditionally strips trailing periods '.' when performing path lookup, but allows them in the filenames during file creation. This is done intentionally, loosely following Windows behaviour and specifications which

Fanotify Directory exclusion not working when using FAN_MARK_MOUNT
 2022-03-16 13:42 UTC  (12+ messages)

[PATCH v2 0/4] protect relocation with sb_start_write
 2022-03-16 13:22 UTC  (5+ messages)
` [PATCH v2 1/4] btrfs: mark resumed async balance as writing
` [PATCH v2 2/4] btrfs: mark device addition as mnt_want_write_file
` [PATCH v2 3/4] fs: add check functions for sb_start_{write,pagefault,intwrite}
` [PATCH v2 4/4] btrfs: assert that relocation is protected with sb_start_write()

[PATCH v5 00/22] fscache,erofs: fscache-based on-demand read semantics
 2022-03-16 13:17 UTC  (23+ messages)
` [PATCH v5 01/22] fscache: export fscache_end_operation()
` [PATCH v5 02/22] cachefiles: extract write routine
` [PATCH v5 03/22] cachefiles: introduce on-demand read mode
` [PATCH v5 04/22] cachefiles: notify user daemon with anon_fd when looking up cookie
` [PATCH v5 05/22] cachefiles: notify user daemon when withdrawing cookie
` [PATCH v5 06/22] cachefiles: implement on-demand read
` [PATCH v5 07/22] cachefiles: document on-demand read mode
` [PATCH v5 08/22] erofs: use meta buffers for erofs_read_superblock()
` [PATCH v5 09/22] erofs: make erofs_map_blocks() generally available
` [PATCH v5 10/22] erofs: add mode checking helper
` [PATCH v5 11/22] erofs: register global fscache volume
` [PATCH v5 12/22] erofs: add cookie context helper functions
` [PATCH v5 13/22] erofs: add anonymous inode managing page cache of blob file
` [PATCH v5 14/22] erofs: add erofs_fscache_read_pages() helper
` [PATCH v5 15/22] erofs: register cookie context for bootstrap blob
` [PATCH v5 16/22] erofs: implement fscache-based metadata read
` [PATCH v5 17/22] erofs: implement fscache-based data read for non-inline layout
` [PATCH v5 18/22] erofs: implement fscache-based data read for inline layout
` [PATCH v5 19/22] erofs: register cookie context for data blobs
` [PATCH v5 20/22] erofs: implement fscache-based data read "
` [PATCH v5 21/22] erofs: implement fscache-based data readahead
` [PATCH v5 22/22] erofs: add 'uuid' mount option

[PATCH v4 00/24] DEPT(Dependency Tracker)
 2022-03-16  9:30 UTC  (6+ messages)

[PATCH v2] exfat: do not clear VolumeDirty in writeback
 2022-03-16  9:17 UTC  (4+ messages)

[PATCH v3 13/20] netfs: Add a netfs inode context
 2022-03-16  9:06 UTC  (4+ messages)
` [PATCH v3 00/20] netfs: Prep for write helpers

[PATCH] block/psi: make PSI annotations of submit_bio only work for file pages
 2022-03-16  8:48 UTC  (2+ messages)

[PATCH] block/psi: remove PSI annotations from submit_bio
 2022-03-16  3:59 UTC  (3+ messages)

[PATCH] mm: proc: remove redundant page validation of pte_page
 2022-03-16  3:23 UTC  (2+ messages)

[LSF/MM TOPIC] Better handling of negative dentries
 2022-03-16  3:08 UTC  (5+ messages)

[PATCH 0/3] Regset cleanups
 2022-03-16  2:48 UTC  (14+ messages)
` [PATCH 1/3] x86: Separate out x86_regset for 32 and 64 bit
` [PATCH 2/3] x86: Improve formatting of user_regset arrays
` [PATCH 3/3] elf: Don't write past end of notes for regset gap

[PATCH RFC v5 00/21] DEPT(Dependency Tracker)
 2022-03-16  2:26 UTC  (22+ messages)
` [PATCH RFC v5 01/21] llist: Move llist_{head,node} definition to types.h
` [PATCH RFC v5 02/21] dept: Implement Dept(Dependency Tracker)
` [PATCH RFC v5 03/21] dept: Embed Dept data in Lockdep
` [PATCH RFC v5 04/21] dept: Apply Dept to spinlock
` [PATCH RFC v5 05/21] dept: Apply Dept to mutex families
` [PATCH RFC v5 06/21] dept: Apply Dept to rwlock
` [PATCH RFC v5 07/21] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH RFC v5 08/21] dept: Apply Dept to seqlock
` [PATCH RFC v5 09/21] dept: Apply Dept to rwsem
` [PATCH RFC v5 10/21] dept: Add proc knobs to show stats and dependency graph
` [PATCH RFC v5 11/21] dept: Introduce split map concept and new APIs for them
` [PATCH RFC v5 12/21] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH RFC v5 13/21] dept: Apply SDT to swait
` [PATCH RFC v5 14/21] dept: Apply SDT to wait(waitqueue)
` [PATCH RFC v5 15/21] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH RFC v5 16/21] dept: Distinguish each syscall context from another
` [PATCH RFC v5 17/21] dept: Distinguish each work "
` [PATCH RFC v5 18/21] dept: Disable Dept within the wait_bit layer by default
` [PATCH RFC v5 19/21] dept: Add nocheck version of init_completion()
` [PATCH RFC v5 20/21] dept: Disable Dept on struct crypto_larval's completion for now
` [PATCH RFC v5 21/21] dept: Don't create dependencies between different depths in any case

[PATCH] aio: drop needless assignment in aio_read()
 2022-03-15 22:00 UTC  (3+ messages)

[LSF/MM/BPF BoF] BoF for Zoned Storage
 2022-03-15 19:59 UTC  (8+ messages)
` [EXT] "

writeback completion soft lockup BUG in folio_wake_bit()
 2022-03-15 19:07 UTC 

[LSF/MM TOPIC] FS, MM, and stable trees
 2022-03-15 17:42 UTC  (13+ messages)
                  ` btrfs profiles to test was: (Re: [LSF/MM TOPIC] FS, MM, and stable trees)

[PATCHv2 0/4] generic: Add some tests around journal replay/recoveryloop
 2022-03-15 16:56 UTC  (8+ messages)
` [PATCHv2 1/4] generic/468: Add another falloc test entry
` [PATCHv2 2/4] common/punch: Add block_size argument to _filter_fiemap_**
` [PATCHv2 3/4] generic/676: Add a new shutdown recovery test
` [PATCHv2 4/4] generic/677: Add a test to check unwritten extents tracking

[PATCH 2/2] block: remove the per-bio/request write hint
 2022-03-15 15:44 UTC  (17+ messages)
    ` [EXT] "

[PATCH] ext4: Get rid of unused DEFAULT_MB_OPTIMIZE_SCAN
 2022-03-15 14:21 UTC  (2+ messages)

[PATCH] iomap: fix an infinite loop in iomap_fiemap
 2022-03-15  8:59 UTC  (4+ messages)

[PATCH v4 0/6] Fix some bugs related to ramp and dax
 2022-03-15  7:51 UTC  (6+ messages)
` [PATCH v4 5/6] dax: fix missing writeprotect the pte entry

[PATCH] fs/proc: Introduce list_for_each_table_entry for proc sysctl
 2022-03-15  6:06 UTC 

[LSF/MM/BPF TOPIC] Changes in RCU over the past few years
 2022-03-15  5:58 UTC 

mmotm 2022-03-14-22-42 uploaded
 2022-03-15  5:43 UTC 

[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
 2022-03-14 23:58 UTC  (6+ messages)

Fwd: Spurious SIGBUS when threads race to insert a DAX page
 2022-03-14 21:00 UTC  (2+ messages)

[PATCH 0/2] x86: Avoid CONFIG_X86_X32_ABI=y with llvm-objcopy
 2022-03-14 20:13 UTC  (4+ messages)
` [PATCH 1/2] x86: Remove toolchain check for X32 ABI capability
` [PATCH 2/2] x86/Kconfig: Do not allow CONFIG_X86_X32_ABI=y with llvm-objcopy

[PATCH 0/4] protect relocation with sb_start_write
 2022-03-14 11:25 UTC  (8+ messages)
` [PATCH 1/4] btrfs: mark resumed async balance as writing
` [PATCH 2/4] btrfs: mark device addition as sb_writing

[PATCH] Coredump: fix crash when set core_pipe_limit
 2022-03-14  9:37 UTC 

[PATCH v4 00/21] fscache,erofs: fscache-based on-demand read semantics
 2022-03-14  9:24 UTC  (2+ messages)

[PATCH v1] fs: Fix inconsistent f_mode
 2022-03-14  8:22 UTC  (11+ messages)

[PATCH] fsnotify: remove redundant parameter judgment
 2022-03-14  8:05 UTC  (2+ messages)

remove write hint leftovers
 2022-03-14  8:02 UTC  (4+ messages)
` [PATCH 2/2] fs: remove fs.f_write_hint

bcachefs update: New allocator has been merged
 2022-03-14  0:45 UTC 

Better read bio error granularity?
 2022-03-13 17:44 UTC  (4+ messages)

[PATCH 1/4] include/pipe_fs_i.h: add missing #includes
 2022-03-13  6:47 UTC  (8+ messages)
` [PATCH 4/4] pipe_fs_i.h: add pipe_buf_init()

[PATCH 1/2] ext4: Make mb_optimize_scan option work with set/unset mount cmd
 2022-03-13  4:45 UTC  (3+ messages)

[PATCHv3 00/10] ext4: Improve FC trace events
 2022-03-13  4:45 UTC  (12+ messages)
` [PATCHv3 02/10] ext4: Fix ext4_fc_stats trace point
` [PATCHv3 03/10] ext4: Convert ext4_fc_track_dentry type events to use event class
` [PATCHv3 04/10] ext4: Do not call FC trace event in ext4_fc_commit() if FS does not support FC
` [PATCHv3 05/10] ext4: Return early for non-eligible fast_commit track events
` [PATCHv3 06/10] ext4: Add new trace event in ext4_fc_cleanup
` [PATCHv3 07/10] ext4: Add transaction tid info in fc_track events
` [PATCHv3 08/10] ext4: Add commit_tid info in jbd debug log
` [PATCHv3 09/10] ext4: Add commit tid info in ext4_fc_commit_start/stop trace events
` [PATCHv3 10/10] ext4: Fix remaining two trace events to use same printk convention

[LSF/MM/BPF BoF] BoF for Zoned Storage
 2022-03-12  8:03 UTC  (11+ messages)

[PATCH v4 1/2] fs/proc: optimize exactly register one ctl_table
 2022-03-12  6:14 UTC  (3+ messages)


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).