linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-13 09:15:06 to 2019-08-15 01:31:12 UTC [more...]

[PATCH v2 1/3] staging: erofs: introduce EFSCORRUPTED and more logs
 2019-08-15  1:31 UTC  (4+ messages)
` [PATCH v2 2/3] staging: erofs: differentiate unsupported on-disk format
` [PATCH v2 3/3] staging: erofs: correct all misused ENOTSUPP

[QUESTION] A performance problem for buffer write compared with 9p
 2019-08-15  0:56 UTC  (2+ messages)

[PATCH v3] vfs: fix page locking deadlocks when deduping files
 2019-08-15  0:41 UTC  (9+ messages)

[RFC PATCH 0/2] mm/gup: introduce vaddr_pin_pages_remote(), FOLL_PIN
 2019-08-15  0:02 UTC  (9+ messages)
` [RFC PATCH 2/2] mm/gup: introduce vaddr_pin_pages_remote()

[PATCH 00/11] Add quota support to UBIFS
 2019-08-14 23:51 UTC  (20+ messages)
` [PATCH 01/11] quota: Make inode optional
` [PATCH 02/11] quota: Only module_put the format when existing
` [PATCH 03/11] fs: move __get_super() out of loop
` [PATCH 04/11] fs, quota: introduce wait_super_thawed() to wait until a superblock is thawed
` [PATCH 05/11] quota: Allow to pass quotactl a mountpoint
` [PATCH 06/11] ubifs: move checks and preparation into setflags()
` [PATCH 07/11] ubifs: Add support for FS_IOC_FS[SG]ETXATTR ioctls
` [PATCH 08/11] ubifs: do not ubifs_inode() on potentially NULL pointer
` [PATCH 09/11] ubifs: Add support for project id
` [PATCH 10/11] ubifs: export get_znode
` [PATCH 11/11] ubifs: Add quota support

[PATCH 0/2] keys: ACLs
 2019-08-14 22:41 UTC  (7+ messages)
` [PATCH 1/2] KEYS: Replace uid/gid/perm permissions checking with an ACL

[PATCH v8 00/20] fscrypt: key management improvements
 2019-08-14 22:37 UTC  (5+ messages)
` [PATCH v8 10/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl

[GIT PULL] afs: Fixes
 2019-08-14 22:35 UTC  (2+ messages)

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-14 21:56 UTC  (34+ messages)
` [RFC PATCH v2 01/19] fs/locks: Export F_LAYOUT lease to user space
` [RFC PATCH v2 02/19] fs/locks: Add Exclusive flag to user Layout lease
` [RFC PATCH v2 07/19] fs/xfs: Teach xfs to use new dax_layout_busy_page()
` [RFC PATCH v2 15/19] mm/gup: Introduce vaddr_pin_pages()
` [RFC PATCH v2 16/19] RDMA/uverbs: Add back pointer to system file object

[PATCH v5 00/18] compat_ioctl.c removal, part 2/3
 2019-08-14 21:37 UTC  (20+ messages)
` [PATCH v5 01/18] xfs: compat_ioctl: use compat_ptr()
` [PATCH v5 02/18] xfs: compat_ioctl: add missing conversions
` [PATCH v5 03/18] gfs2: add compat_ioctl support
` [PATCH v5 04/18] fs: compat_ioctl: move FITRIM emulation into file systems
` [PATCH v5 05/18] watchdog: cpwd: use generic compat_ptr_ioctl
` [PATCH v5 06/18] compat_ioctl: move WDIOC handling into wdt drivers
` [PATCH v5 07/18] compat_ioctl: reimplement SG_IO handling
` [PATCH v5 08/18] af_unix: add compat_ioctl support
` [PATCH v5 09/18] compat_ioctl: handle SIOCOUTQNSD
` [PATCH v5 10/18] compat_ioctl: move SIOCOUTQ out of compat_ioctl.c
` [PATCH v5 11/18] tty: handle compat PPP ioctls
` [PATCH v5 12/18] compat_ioctl: unify copy-in of ppp filters
` [PATCH v5 13/18] compat_ioctl: move PPPIOCSCOMPRESS to ppp_generic
` [PATCH v5 14/18] compat_ioctl: handle PPPIOCGIDLE for 64-bit time_t
` [PATCH v5 15/18] compat_ioctl: ppp: move simple commands into ppp_generic.c
` [PATCH v5 16/18] compat_ioctl: move SG_GET_REQUEST_TABLE handling
` [PATCH v5 17/18] pktcdvd: add compat_ioctl handler
` [PATCH v5 18/18] scsi: sd: enable compat ioctls for sed-opal

[PATCH v5 1/6] mm/page_idle: Add per-pid idle page tracking using virtual index
 2019-08-14 18:36 UTC  (29+ messages)
` [PATCH v5 2/6] mm/page_idle: Add support for handling swapped PG_Idle pages

Deprecated mandatory file locking
 2019-08-14 17:46 UTC  (2+ messages)

[PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-14 17:23 UTC  (25+ messages)
` [PATCH v13 01/18] kunit: test: add KUnit test runner core
` [PATCH v13 02/18] kunit: test: add test resource management API
` [PATCH v13 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v13 04/18] kunit: test: add assertion printing library
` [PATCH v13 05/18] kunit: test: add the concept of expectations
` [PATCH v13 06/18] kbuild: enable building KUnit
` [PATCH v13 07/18] kunit: test: add initial tests
` [PATCH v13 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v13 09/18] kunit: test: add support for test abort
` [PATCH v13 10/18] kunit: test: add tests for kunit "
` [PATCH v13 11/18] kunit: test: add the concept of assertions
` [PATCH v13 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v13 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v13 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v13 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v13 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v13 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v13 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

[PATCH v7 00/14] nvmet: add target passthru commands support
 2019-08-14 16:59 UTC  (10+ messages)
` [PATCH v7 01/14] nvme-core: introduce nvme_ctrl_get_by_path()
` [PATCH v7 03/14] nvmet: add return value to nvmet_add_async_event()
` [PATCH v7 04/14] nvmet: make nvmet_copy_ns_identifier() non-static
` [PATCH v7 05/14] nvmet-passthru: update KConfig with config passthru option

[PATCH RESEND] block: annotate refault stalls from IO submission
 2019-08-14 14:50 UTC  (6+ messages)

[GIT PULL] afs: Fixes
 2019-08-14 14:15 UTC 

[PATCH v2] udf: reduce leakage of blocks related to named streams
 2019-08-14 12:50 UTC 

[PATCH 0/5] ext4: direct IO via iomap infrastructure
 2019-08-14 11:58 UTC  (23+ messages)
` [PATCH 1/5] ext4: introduce direct IO read code path using "
` [PATCH 2/5] ext4: move inode extension/truncate code out from ext4_iomap_end()
` [PATCH 3/5] iomap: modify ->end_io() calling convention
` [PATCH 4/5] ext4: introduce direct IO write code path using iomap infrastructure

[PATCH 0/9 V5] New ->fiemap infrastructure and ->bmap removal
 2019-08-14 11:18 UTC  (9+ messages)
` [PATCH 1/9] fs: Enable bmap() function to properly return errors
` [PATCH 2/9] cachefiles: drop direct usage of ->bmap method
` [PATCH 7/9] fiemap: Use a callback to fill fiemap extents
` [PATCH 8/9] Use FIEMAP for FIBMAP calls

[PATCH 4/9] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
 2019-08-14 11:08 UTC  (4+ messages)

[PATCH] direct-io: use GFP_NOIO to avoid deadlock
 2019-08-14 10:43 UTC  (6+ messages)

INFO: task hung in fuse_lookup (3)
 2019-08-14  9:48 UTC 

[PATCH 1/2] staging: erofs: introduce EFSCORRUPTED and more logs
 2019-08-14  9:49 UTC  (7+ messages)
` [PATCH 2/2] staging: erofs: differentiate unsupported on-disk format
  ` [PATCH RESEND 1/2] staging: erofs: introduce EFSCORRUPTED and more logs
    ` [PATCH RESEND 2/2] staging: erofs: differentiate unsupported on-disk format

[PATCH] fuse: fix memleak in cuse_channel_open
 2019-08-14  7:59 UTC 

[RFC PATCH v5 0/1] Add dm verity root hash pkcs7 sig validation
 2019-08-13 18:49 UTC  (4+ messages)
` [RFC PATCH v5 1/1] "

mmotm 2019-08-13-15-40 uploaded
 2019-08-13 22:41 UTC 

[PATCH v12 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-13 17:07 UTC  (21+ messages)
` [PATCH v12 09/18] kunit: test: add support for test abort
` [PATCH v12 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v12 03/18] kunit: test: add string_stream a std::stream like string builder

[PATCH] MAINTAINERS: iomap: Remove fs/iomap.c record
 2019-08-13 15:13 UTC  (2+ messages)

general protection fault in cdev_del
 2019-08-13 13:18 UTC  (4+ messages)

[PATCH v7 00/24] erofs: promote erofs from staging
 2019-08-13 12:41 UTC  (18+ messages)
` [PATCH v7 02/24] erofs: add erofs in-memory stuffs
` [PATCH v7 03/24] erofs: add super block operations
` [PATCH v7 05/24] erofs: add inode operations
` [PATCH v7 06/24] erofs: support special inode
` [PATCH v7 07/24] erofs: add directory operations
` [PATCH v7 08/24] erofs: add namei functions
` [PATCH v7 09/24] erofs: support tracepoint
` [PATCH v7 11/24] erofs: introduce xattr & posixacl support
` [PATCH v7 13/24] erofs: add compression indexes support
` [PATCH v7 16/24] erofs: introduce workstation for decompression
` [PATCH v7 17/24] erofs: introduce per-CPU buffers implementation
` [PATCH v7 18/24] erofs: introduce pagevec for decompression subsystem
` [PATCH v7 19/24] erofs: add erofs_allocpage()
` [PATCH v7 21/24] erofs: introduce LZ4 decompression inplace

[PATCH 13/16] zuf: More file operation
 2019-08-13 11:32 UTC  (2+ messages)

[PATCH 11/16] zuf: Write/Read implementation
 2019-08-13 10:28 UTC  (3+ messages)

[PATCH 09/16] zuf: readdir operation
 2019-08-13 10:26 UTC  (2+ messages)

[PATCH 06/16] zuf: Multy Devices
 2019-08-13 10:25 UTC  (3+ messages)

[PATCH 05/16] zuf: zuf-core The ZTs
 2019-08-13 10:18 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).