linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-18 10:26:08 to 2021-05-21 06:37:45 UTC [more...]

[PATCH v3 00/10] cifsd: introduce new SMB3 kernel server
 2021-05-21  6:26 UTC  (10+ messages)
    ` [PATCH v3 02/10] cifsd: add server handler
    ` [PATCH v3 03/10] cifsd: add trasport layers
    ` [PATCH v3 04/10] cifsd: add authentication
    ` [PATCH v3 05/10] cifsd: add smb3 engine part 1
    ` [PATCH v3 06/10] cifsd: add smb3 engine part 2
    ` [PATCH v3 07/10] cifsd: add oplock/lease cache mechanism
    ` [PATCH v3 08/10] cifsd: add file operations
    ` [PATCH v3 09/10] cifsd: add Kconfig and Makefile
    ` [PATCH v3 10/10] MAINTAINERS: add cifsd kernel server

[PATCH] This commit fixes the following checkpatch.pl errors and warnings : >>ERROR: switch and case should be at the same indent + switch (whence) { + case 1: [...] + case 0: [...] + default:
 2021-05-21  5:48 UTC 

How capacious and well-indexed are ext4, xfs and btrfs directories?
 2021-05-21  5:13 UTC  (6+ messages)

[PATCH] init/initramfs.c: add a new mount as root file system
 2021-05-21  4:29 UTC  (6+ messages)
        `  "

iomap: writeback ioend/bio allocation deadlock risk
 2021-05-21  3:27 UTC 

[PATCH 00/11] File system wide monitoring
 2021-05-21  2:41 UTC  (12+ messages)
` [PATCH 01/11] fanotify: Fold event size calculation to its own function
` [PATCH 02/11] fanotify: Split fsid check from other fid mode checks
` [PATCH 03/11] fanotify: Simplify directory sanity check in DFID_NAME mode
` [PATCH 04/11] fanotify: Expose fanotify_mark
` [PATCH 05/11] inotify: Don't force FS_IN_IGNORED
` [PATCH 06/11] fsnotify: Support FS_ERROR event type
` [PATCH 07/11] fsnotify: Introduce helpers to send error_events
` [PATCH 08/11] fanotify: Introduce FAN_ERROR event
` [PATCH 09/11] ext4: Send notifications on error
` [PATCH 10/11] samples: Add fs error monitoring example
` [PATCH 11/11] Documentation: Document the FAN_ERROR event

mmotm 2021-05-19-23-58 uploaded
 2021-05-21  2:22 UTC  (7+ messages)
` mmotm 2021-05-19-23-58 uploaded (mm/migrate.c)
  ` [External] "
` mmotm 2021-05-19-23-58 uploaded (net/netfilter/nft_set_pipapo_avx2.c)
` mmotm 2021-05-19-23-58 uploaded (drivers/iio/accel/fxls8962af-core.o)

[PATCH RESEND] init/initramfs.c: make initramfs support pivot_root
 2021-05-21  0:41 UTC  (3+ messages)

mmotm 2021-05-20-16-53 uploaded
 2021-05-20 23:54 UTC 

[PATCH v3 0/3] iomap: avoid soft lockup warnings on large ioends
 2021-05-20 23:27 UTC  (9+ messages)
` [PATCH v3 1/3] iomap: resched ioend completion when in non-atomic context
` [PATCH RFC v3 3/3] iomap: bound ioend size to 4096 pages

[PATCH v8 0/4] Make UTF-8 encoding loadable
 2021-05-20 20:19 UTC  (10+ messages)
` [PATCH v8 4/4] fs: unicode: Add utf8 module and a unicode layer

[PATCH v4 0/5] virtiofs: propagate sync() to file server
 2021-05-20 19:45 UTC  (7+ messages)
` [PATCH v4 1/5] fuse: Fix leak in fuse_dentry_automount() error path
` [PATCH v4 2/5] fuse: Call vfs_get_tree() for submounts
` [PATCH v4 3/5] fuse: Make fuse_fill_super_submount() static
` [PATCH v4 4/5] virtiofs: Skip submounts in sget_fc()
` [PATCH v4 5/5] virtiofs: propagate sync() to file server

[PATCH RFC 0/3] make '%pD' print full path for file
 2021-05-20 19:35 UTC  (32+ messages)
` [PATCH RFC 1/3] fs: introduce helper d_path_fast()
                  ` [PATCHSET] d_path cleanups
                    ` [PATCH 01/14] d_path: "\0" is {0,0}, not {0}
                      ` [PATCH 02/14] d_path: saner calling conventions for __dentry_path()
                      ` [PATCH 03/14] d_path: regularize handling of root dentry in __dentry_path()
                      ` [PATCH 04/14] d_path: get rid of path_with_deleted()
                      ` [PATCH 05/14] getcwd(2): saner logics around prepend_path() call
                      ` [PATCH 06/14] d_path: don't bother with return value of prepend()
                      ` [PATCH 07/14] d_path: lift -ENAMETOOLONG handling into callers of prepend_path()
                      ` [PATCH 08/14] d_path: make prepend_name() boolean
                      ` [PATCH 09/14] d_path: introduce struct prepend_buffer
                      ` [PATCH 10/14] d_path: prepend_path(): get rid of vfsmnt
                      ` [PATCH 11/14] d_path: prepend_path(): lift resetting b in case when we'd return 3 out of loop
                      ` [PATCH 12/14] d_path: prepend_path(): lift the inner loop into a new helper
                      ` [PATCH 13/14] d_path: prepend_path() is unlikely to return non-zero
                      ` [PATCH 14/14] getcwd(2): clean up error handling

[PATCH v26 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-05-20 16:51 UTC  (6+ messages)
` [PATCH v26 02/10] fs/ntfs3: Add initialization of super block

[GIT PULL] Quota changes for 5.13-rc3
 2021-05-20 16:47 UTC  (2+ messages)

[PATCH] fs/ntfs3: make ntfs3 compile with clang-12
 2021-05-20 14:53 UTC  (3+ messages)

[PATCH 0/6] gfs2: Handle page faults during read and write
 2021-05-20 14:07 UTC  (9+ messages)
` [PATCH 1/6] gfs2: Fix mmap + page fault deadlocks (part 1)
` [PATCH 2/6] iov_iter: Add iov_iter_fault_in_writeable()
` [PATCH 3/6] gfs2: Add wrappers for accessing journal_info
` [PATCH 4/6] gfs2: Encode glock holding and retry flags in journal_info
` [PATCH 5/6] gfs2: Add LM_FLAG_OUTER glock holder flag
` [PATCH 6/6] gfs2: Fix mmap + page fault deadlocks (part 2)

[PATCH v2 0/6] block: add a sequence number to disks
 2021-05-20 13:56 UTC  (7+ messages)
` [PATCH v2 1/6] block: add disk sequence number
` [PATCH v2 2/6] block: add ioctl to read the "
` [PATCH v2 3/6] block: refactor sysfs code
` [PATCH v2 4/6] block: export diskseq in sysfs
` [PATCH v2 5/6] block: increment sequence number
` [PATCH v2 6/6] loop: "

[PATCH 0/5] Add pidfd support to the fanotify API
 2021-05-20 13:59 UTC  (10+ messages)
` [PATCH 1/5] kernel/pid.c: remove static qualifier from pidfd_create()
` [PATCH 2/5] kernel/pid.c: implement checks on parameters passed to pidfd_create()
` [PATCH 3/5] fanotify_user.c: minor cosmetic adjustments to fid labels
` [PATCH 4/5] fanotify/fanotify_user.c: introduce a generic info record copying function
` [PATCH 5/5] fanotify: Add pidfd info record support to the fanotify API

[PATCH v7 00/12] Introduce VDUSE - vDPA Device in Userspace
 2021-05-20  9:06 UTC  (15+ messages)
` [PATCH v7 02/12] file: Export receive_fd() to modules
    `  "
` [PATCH v7 04/12] virtio-blk: Add validation for block size in config space
      `  "
          `  "
` [PATCH v7 11/12] vduse: Introduce VDUSE - vDPA Device in Userspace
    `  "
  ` Re: [PATCH v7 00/12] "

[PATCH v4 0/3] audit: add support for openat2
 2021-05-20  8:03 UTC  (7+ messages)
` [PATCH v4 1/3] audit: replace magic audit syscall class numbers with macros
` [PATCH v4 2/3] audit: add support for the openat2 syscall
` [PATCH v4 3/3] audit: add OPENAT2 record to list how

[RESEND]: Kernel 4.14: SQUASHFS error: unable to read xattr id index table
 2021-05-20  4:30 UTC  (4+ messages)

[PATCH v3] writeback: fix obtain a reference to a freeing memcg css
 2021-05-20  3:45 UTC  (2+ messages)

[PATCH 0/2] Create io_uring fd with ephemeral inode
 2021-05-20  2:29 UTC  (8+ messages)
` [PATCH 1/2] fs: anon_inodes: export anon_inode_getfile_secure helper
` [PATCH 2/2] fs: io_uring: convert to use anon_inode_getfile_secure

[PATCH RESEND v5] proc: Allow pid_revalidate() during LOOKUP_RCU
 2021-05-19 20:31 UTC  (2+ messages)

[PATCH v2 0/2] vfs/security/NFS/btrfs: clean up and fix LSM option handling
 2021-05-19 17:07 UTC  (3+ messages)
` [PATCH v2 1/2] vfs,LSM: introduce the FS_HANDLES_LSM_OPTS flag

[GIT PULL] fs mount_setattr fix
 2021-05-19 16:20 UTC  (2+ messages)

switch block layer polling to a bio based model v3
 2021-05-19 13:02 UTC  (4+ messages)
` [PATCH 08/15] io_uring: don't sleep when polling for I/O

[PATCH 0/11 v5] fs: Hole punch vs page cache filling races
 2021-05-19 10:57 UTC  (9+ messages)
` [PATCH 03/11] mm: Protect operations adding pages to page cache with invalidate_lock

[PATCH V2] mm: compaction: support triggering of proactive compaction by user
 2021-05-19 10:19 UTC  (3+ messages)
` 答复: "

[RFC][PATCH] fanotify: introduce filesystem view mark
 2021-05-19  9:31 UTC  (13+ messages)

Fwd: [EXTERNAL] Re: ioctl.c:undefined reference to `__get_user_bad'
 2021-05-19  9:11 UTC  (6+ messages)

[PATCH v19 0/8] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-19  7:13 UTC  (16+ messages)
` [PATCH v19 5/8] "
` [PATCH v19 6/8] PM: hibernate: disable when there are active secretmem users

[PATCH v6 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-05-19  6:00 UTC  (8+ messages)
` [PATCH v6 1/7] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v6 2/7] fsdax: Replace mmap entry in case of CoW
` [PATCH v6 3/7] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v6 4/7] iomap: Introduce iomap_apply2() for operations on two files
` [PATCH v6 5/7] fsdax: Dedup file range to use a compare function
` [PATCH v6 6/7] fs/xfs: Handle CoW for fsdax write() path
` [PATCH v6 7/7] fs/xfs: Add dax dedupe support

[PATCH v20 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-19  3:50 UTC  (4+ messages)
` [PATCH v20 4/7] "

[PATCH v5 00/10] userfaultfd: add minor fault handling for shmem
 2021-05-18 22:28 UTC  (4+ messages)
` [PATCH v5 09/10] userfaultfd/selftests: reinitialize test context in each test

[PATCH v10 00/33] Memory folios
 2021-05-18 18:45 UTC  (39+ messages)
` [PATCH v10 16/33] mm: Add folio_mapcount
` [PATCH v10 18/33] mm/filemap: Add folio_unlock
` [PATCH v10 19/33] mm/filemap: Add folio_lock
` [PATCH v10 20/33] mm/filemap: Add folio_lock_killable
` [PATCH v10 21/33] mm/filemap: Add __folio_lock_async
` [PATCH v10 22/33] mm/filemap: Add __folio_lock_or_retry
` [PATCH v10 23/33] mm/filemap: Add folio_wait_locked
` [PATCH v10 24/33] mm/swap: Add folio_rotate_reclaimable
` [PATCH v10 25/33] mm/filemap: Add folio_end_writeback
` [PATCH v10 26/33] mm/writeback: Add folio_wait_writeback
` [PATCH v10 27/33] mm/writeback: Add folio_wait_stable
` [PATCH v10 28/33] mm/filemap: Add folio_wait_bit
` [PATCH v10 29/33] mm/filemap: Add folio_wake_bit
` [PATCH v10 30/33] mm/filemap: Convert page wait queues to be folios
` [PATCH v10 31/33] mm/filemap: Add folio private_2 functions
` [PATCH v10 32/33] fs/netfs: Add folio fscache functions
` [PATCH v10 33/33] mm: Add folio_mapped

fsnotify events for overlayfs real file
 2021-05-18 17:56 UTC  (3+ messages)

[PATCH RERESEND v9 0/9] fs: interface for directly reading/writing compressed data
 2021-05-18 16:21 UTC  (8+ messages)

[PATCH v4] fuse: Allow fallocate(FALLOC_FL_ZERO_RANGE)
 2021-05-18 13:56 UTC  (3+ messages)

[PATCH v2] fuse: fix inconsistent status between faccess and mkdir
 2021-05-18 13:32 UTC  (2+ messages)

[vfs] 94a4dd06a6: xfstests.generic.263.fail
 2021-05-18 11:10 UTC  (2+ messages)
` [PATCH] vfs: fix early copy_file_range return when len is zero


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