linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-19 20:02:10 to 2021-05-23 22:51:55 UTC [more...]

[PATCH 0/3] bcachefs support
 2021-05-23 22:51 UTC  (4+ messages)
` [PATCH 1/3] Initial "

[RFC PATCH 0/9] Add LSM access controls and auditing to io_uring
 2021-05-23 20:26 UTC  (15+ messages)
` [RFC PATCH 1/9] audit: prepare audit_context for use in calling contexts beyond syscalls
` [RFC PATCH 2/9] audit,io_uring,io-wq: add some basic audit support to io_uring
` [RFC PATCH 3/9] audit: dev/test patch to force io_uring auditing
` [RFC PATCH 4/9] audit: add filtering for io_uring records
` [RFC PATCH 5/9] fs: add anon_inode_getfile_secure() similar to anon_inode_getfd_secure()
` [RFC PATCH 6/9] io_uring: convert io_uring to the secure anon inode interface
` [RFC PATCH 7/9] lsm,io_uring: add LSM hooks to io_uring
` [RFC PATCH 8/9] selinux: add support for the io_uring access controls
` [RFC PATCH 9/9] Smack: Brutalist io_uring support with debug

Calling sendfile(2) on sparse files on tmpfs allocates space for them
 2021-05-23 19:15 UTC  (2+ messages)

[trivial PATCH] vfs: fs_context: Deduplicate logging calls to reduce object size
 2021-05-23 17:43 UTC 

[RESEND]: Kernel 4.14: SQUASHFS error: unable to read xattr id index table
 2021-05-23 17:31 UTC  (6+ messages)
          ` [RESEND]: Kernel 4.14: UBIFS+SQUASHFS: Device fails to boot after flashing rootfs volume

[PATCH v2] ocfs2: fix data corruption by fallocate
 2021-05-23 11:52 UTC  (2+ messages)

[PATCH -next] cuse: use DEVICE_ATTR_*() macros
 2021-05-23  6:51 UTC 

How capacious and well-indexed are ext4, xfs and btrfs directories?
 2021-05-23  5:51 UTC  (3+ messages)

[PATCH 00/11] File system wide monitoring
 2021-05-22 23:25 UTC  (27+ 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

[PATCH v4 0/5] virtiofs: propagate sync() to file server
 2021-05-22 20:12 UTC  (23+ 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

[GIT PULL] xfs: fixes for 5.13-rc3
 2021-05-22 17:35 UTC  (2+ messages)

[PATCH 0/3] init/initramfs.c: make initramfs support pivot_root
 2021-05-22 11:31 UTC  (4+ messages)
` [PATCH 1/3] init/main.c: introduce function ramdisk_exec_exist()
` [PATCH 2/3] init/do_cmounts.c: introduce 'user_root' for initramfs
` [PATCH 3/3] init/do_mounts.c: fix rootfs_fs_type with ramfs

[PATCH] fanotify: fix permission model of unprivileged group
 2021-05-22  9:19 UTC 

[PATCH 0/5] Add pidfd support to the fanotify API
 2021-05-22  9:01 UTC  (23+ 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 v3 0/3] iomap: avoid soft lockup warnings on large ioends
 2021-05-22  7:45 UTC  (8+ 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 RESEND] init/initramfs.c: make initramfs support pivot_root
 2021-05-22  4:09 UTC  (5+ messages)

[PATCH v3 00/10] cifsd: introduce new SMB3 kernel server
 2021-05-22  1:55 UTC  (14+ messages)
    ` [PATCH v3 01/10] cifsd: add document
    ` [PATCH v3 02/10] cifsd: add server handler
    ` [PATCH v3 03/10] cifsd: add trasport layers
    ` [PATCH v3 04/10] cifsd: add authentication
        ` [Linux-cifsd-devel] "
    ` [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] ext4: Fix no-key deletion for encrypt+casefold
 2021-05-22  0:41 UTC 

[PATCH 0/6] gfs2: Handle page faults during read and write
 2021-05-21 15:46 UTC  (11+ 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] This commit fixes the error generated due to the wrong indentation which does not follow the codding style norms set by Linux-kernel and space- bar is used in place of tab to give space which causes a visual error for some compilers
 2021-05-21 11:41 UTC  (3+ messages)

mmotm 2021-05-19-23-58 uploaded
 2021-05-21  9:00 UTC  (8+ 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)

iomap: writeback ioend/bio allocation deadlock risk
 2021-05-21  8:54 UTC  (7+ messages)

[PATCH] fs: Fix typo
 2021-05-21  8:52 UTC 

[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  6:48 UTC  (2+ messages)

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

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

[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

[PATCHSET] d_path cleanups
 2021-05-20 19:35 UTC  (7+ messages)
` [PATCH 01/14] d_path: "\0" is {0,0}, not {0}
  ` [PATCH 08/14] d_path: make prepend_name() boolean

[PATCH v26 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-05-20 16:51 UTC  (4+ 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 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 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

[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  (5+ messages)
` [PATCH 1/2] fs: anon_inodes: export anon_inode_getfile_secure helper

[PATCH RESEND v5] proc: Allow pid_revalidate() during LOOKUP_RCU
 2021-05-19 20:31 UTC  (2+ 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).