linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-29 13:59:34 to 2021-07-03 03:01:16 UTC [more...]

[git pull] vfs.git more namei.c stuff
 2021-07-03  3:01 UTC 

[git pull] vfs.git iov_iter stuff
 2021-07-03  2:58 UTC 

[git pull] vfs.git d_path series
 2021-07-03  2:56 UTC 

[GIT PULL] xfs: new code for 5.14
 2021-07-03  2:55 UTC  (4+ messages)

[PATCH] do_mounts: always prefer tmpfs for rootfs when available
 2021-07-02 23:44 UTC 

[powerpc][5.13.0-next-20210701] Kernel crash while running ltp(chdir01) tests
 2021-07-02 22:11 UTC  (7+ messages)

[GIT PULL] configfs updates for Linux 5.13
 2021-07-02 21:47 UTC  (2+ messages)

[PATCH -next 1/1] iomap: Fix a false positive of UBSAN in iomap_seek_data()
 2021-07-02 19:56 UTC  (4+ messages)

[mainline] [arm64] Internal error: Oops - percpu_counter_add_batch
 2021-07-02 18:49 UTC  (4+ messages)

[PATCH 0/2] fcntl: fix potential deadlocks
 2021-07-02 15:41 UTC  (7+ messages)
` [PATCH 1/2] fcntl: fix potential deadlocks for &fown_struct.lock
` [PATCH 2/2] fcntl: fix potential deadlock for &fasync_struct.fa_lock

[PATCH v3] fs: forbid invalid project ID
 2021-07-02 14:02 UTC 

[PATCH v12] vfs: fix copy_file_range regression in cross-fs copies
 2021-07-02 13:02 UTC  (3+ messages)

[RESEND PATCH v3 0/3] fsdax: Factor helper functions to simplify the code
 2021-07-02  9:23 UTC  (4+ messages)
` [RESEND PATCH v3 1/3] fsdax: Factor helpers to simplify dax fault code
` [RESEND PATCH v3 2/3] fsdax: Factor helper: dax_fault_actor()
` [RESEND PATCH v3 3/3] fsdax: Output address in dax_iomap_pfn() and rename it

[PATCH 0/5] fscrypt: report correct st_size for encrypted symlinks
 2021-07-02  6:53 UTC  (6+ messages)
` [PATCH 1/5] fscrypt: add fscrypt_symlink_getattr() for computing st_size
` [PATCH 2/5] ext4: report correct st_size for encrypted symlinks
` [PATCH 3/5] f2fs: "
` [PATCH 4/5] ubifs: "
` [PATCH 5/5] fscrypt: remove mention of symlink st_size quirk from documentation

[PATCH v2 0/4] make '%pD' print the full path of file
 2021-07-02  6:36 UTC  (5+ messages)
` [PATCH v2 1/4] fs: introduce helper d_path_unsafe()

[PATCH v11] vfs: fix copy_file_range regression in cross-fs copies
 2021-07-02  4:20 UTC  (6+ messages)

[PATCH v8 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-07-02  3:25 UTC  (15+ messages)
` [PATCH v8 09/10] vduse: "
    `  "
        `  "
` [PATCH v8 10/10] Documentation: Add documentation for VDUSE
    `  "
        `  "

1 lock held by xfs_repair/276634
 2021-07-02  0:05 UTC  (2+ messages)

[PATCH] Log if a core dump is aborted due to changed file permissions
 2021-07-01 23:31 UTC 

[PATCH] exfat: handle wrong stream entry size in exfat_readdir()
 2021-07-01 23:34 UTC  (3+ messages)

[PATCH] connector: send event on write to /proc/[pid]/comm
 2021-07-01 21:30 UTC  (2+ messages)

[GIT PULL] Quota, udf, isofs, reiserfs, writeback changes for 5.14-rc1
 2021-07-01 19:20 UTC  (2+ messages)

[GIT PULL] Hole puch vs page cache filling races fixes for 5.14-rc1
 2021-07-01 18:04 UTC  (4+ messages)

[PATCH v2 0/3] hfs: fix various errors
 2021-07-01 17:04 UTC  (8+ messages)
` [PATCH v2 1/3] hfs: add missing clean-up in hfs_fill_super
` [PATCH v2 2/3] hfs: fix high memory mapping in hfs_bnode_read
` [PATCH v2 3/3] hfs: add lock nesting notation to hfs_find_init

[RFC PATCH 0/1] xattr: Allow user.* xattr on symlink/special files if caller has CAP_SYS_RESOURCE
 2021-07-01 16:58 UTC  (28+ messages)

[PATCH v2] fs: forbid invalid project ID
 2021-07-01 15:37 UTC  (3+ messages)

[PATCH] block: ensure the memory order between bi_private and bi_status
 2021-07-01 11:35 UTC 

[PATCH] fs: Allow open with O_CREAT to succeed if existing dir is specified
 2021-07-01  9:48 UTC  (3+ messages)
` [fs] 87f196bed3: xfstests.generic.157.fail

[PATCH] fuse: fix use-after-free issue in fuse_read_interrupt()
 2021-07-01  6:58 UTC 

[PATCH v3 00/15] File system wide monitoring
 2021-07-01  6:37 UTC  (41+ messages)
` [PATCH v3 01/15] fsnotify: Don't insert unmergeable events in hashtable
` [PATCH v3 02/15] fanotify: Fold event size calculation to its own function
` [PATCH v3 03/15] fanotify: Split fsid check from other fid mode checks
` [PATCH v3 04/15] fanotify: Split superblock marks out to a new cache
` [PATCH v3 05/15] inotify: Don't force FS_IN_IGNORED
` [PATCH v3 06/15] fsnotify: Add helper to detect overflow_event
` [PATCH v3 07/15] fsnotify: pass arguments of fsnotify() in struct fsnotify_event_info
` [PATCH v3 08/15] fsnotify: Support passing argument to insert callback on add_event
` [PATCH v3 09/15] fsnotify: Always run the merge hook
` [PATCH v3 10/15] fsnotify: Support FS_ERROR event type
` [PATCH v3 11/15] fsnotify: Introduce helpers to send error_events
` [PATCH v3 12/15] fanotify: Introduce FAN_FS_ERROR event
` [PATCH v3 13/15] ext4: Send notifications on error
` [PATCH v3 14/15] samples: Add fs error monitoring example
` [PATCH v3 15/15] docs: Document the FAN_FS_ERROR event

[PATCH v1 0/4] Landlock filesystem caching
 2021-06-30 22:48 UTC  (5+ messages)
` [PATCH v1 1/4] fs,security: Add resolve_path_at() hook
` [PATCH v1 2/4] landlock: Add filesystem rule caching
` [PATCH v1 3/4] selftests/landlock: Work in a temporary directory
` [PATCH v1 4/4] selftests/landlock: Check all possible intermediate directories

[LSF/MM/BPF TOPIC] bcachefs
 2021-06-30 18:18 UTC  (2+ messages)

[syzbot] BUG: sleeping function called from invalid context in __fput
 2021-06-30 18:07 UTC 

support booting of arbitrary non-blockdevice file systems v2
 2021-06-30 17:33 UTC  (6+ messages)
` [PATCH 3/2] fs: simplify get_filesystem_list / get_all_fs_names
  ` [Virtio-fs] "

[PATCH 0/3] hfs: fix various errors
 2021-06-30 16:49 UTC  (10+ messages)
` [PATCH 1/3] hfs: add missing clean-up in hfs_fill_super
` [PATCH 2/3] hfs: fix high memory mapping in hfs_bnode_read
` [PATCH 3/3] hfs: add lock nesting notation to hfs_find_init

[PATCH v2 0/2] mm: support NOSIGBUS on fault of mmap
 2021-06-30 16:37 UTC  (4+ messages)
` [PATCH v2 2/2] mm: adds NOSIGBUS extension to mmap()

[vfs] 94a4dd06a6: xfstests.generic.263.fail
 2021-06-30 16:06 UTC  (4+ messages)

[PATCH v10] vfs: fix copy_file_range regression in cross-fs copies
 2021-06-30 15:38 UTC  (4+ messages)

[PATCH 0/2] iomap: small block problems
 2021-06-30 14:45 UTC  (11+ messages)
` [PATCH 1/2] iomap: Don't create iomap_page objects for inline files

[PATCH] zonefs: remove redundant null bio check
 2021-06-30 14:33 UTC 

[GIT PULL] openat2 fixes
 2021-06-30  3:35 UTC  (2+ messages)

[GIT PULL] mount_setattr updates
 2021-06-30  3:35 UTC  (2+ messages)

[linux-next v2] rootfs: rootflags take effect when mount rootfs
 2021-06-30  1:47 UTC 

[PATCH v6 6/7] fs/xfs: Handle CoW for fsdax write() path
 2021-06-29 21:01 UTC  (8+ messages)
` [PATCH v6.1 "

automatic freeing of space on ENOSPC
 2021-06-29 18:39 UTC  (12+ messages)

RFC: allow recording and passing of open file descriptors
 2021-06-29 14:43 UTC  (3+ messages)
` [RFC PATCH 1/2] fs: allow filesystems to directly pass an existing struct file
` [RFC PATCH 2/2] fs: srvfs: new pseudo-fs for publishing opened fd's in the filesystem

[PATCH v2 0/8] ENOSPC delalloc flushing fixes
 2021-06-29 13:59 UTC  (8+ messages)
` [PATCH v2 2/8] btrfs: handle shrink_delalloc pages calculation differently
` [PATCH v2 3/8] btrfs: wait on async extents when flushing delalloc
` [PATCH v2 4/8] btrfs: wake up async_delalloc_pages waiters after submit
` [PATCH v2 5/8] fs: add a filemap_fdatawrite_wbc helper
` [PATCH v2 6/8] btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinking
` [PATCH v2 7/8] 9p: migrate from sync_inode to filemap_fdatawrite_wbc
` [PATCH v2 8/8] fs: kill sync_inode


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