linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-29 18:30:27 to 2019-09-02 04:36:40 UTC [more...]

[PATCH V5 0/7] Consolidate FS read I/O callbacks code
 2019-09-02  4:38 UTC  (2+ messages)

[PATCH v7 0/6] Disable compat cruft on ppc64le v7
 2019-09-02  4:01 UTC  (15+ messages)
` [PATCH v7 1/6] powerpc: Add back __ARCH_WANT_SYS_LLSEEK macro
` [PATCH v7 2/6] powerpc: move common register copy functions from signal_32.c to signal.c
` [PATCH v7 3/6] powerpc/perf: consolidate read_user_stack_32
` [PATCH v7 4/6] powerpc/64: make buildable without CONFIG_COMPAT
` [PATCH v7 5/6] powerpc/64: Make COMPAT user-selectable disabled on littleendian by default
` [PATCH v7 6/6] powerpc/perf: split callchain.c by bitness

[PATCH v4 1/6] x86,s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/Kconfig
 2019-09-02  3:07 UTC  (2+ messages)
` [PATCH v4 1/6] x86, s390: "

[PATCH] splice: only read in as much information as there is pipe buffer space
 2019-09-02  2:20 UTC  (4+ messages)
` [RFC PATCH] generic: test splice() with pipes
` [PATCH v2] splice: only read in as much information as there is pipe buffer space

[PATCH] drivers/staging/exfat - by default, prohibit mount of fat/vfat
 2019-09-01 23:13 UTC  (14+ messages)

[PATCH v4 0/6] iomap: lift the xfs writepage code into iomap
 2019-09-01 20:44 UTC  (5+ messages)

[PATCH v3 0/15] Btrfs iomap
 2019-09-01 20:50 UTC  (17+ messages)
` [PATCH 01/15] iomap: Introduce CONFIG_FS_IOMAP_DEBUG
` [PATCH 02/15] iomap: Use a IOMAP_COW/srcmap for a read-modify-write I/O
` [PATCH 03/15] iomap: Read page from srcmap for IOMAP_COW
` [PATCH 04/15] btrfs: Eliminate PagePrivate for btrfs data pages
` [PATCH 05/15] btrfs: Add a simple buffered iomap write
` [PATCH 06/15] btrfs: Add CoW in iomap based writes
` [PATCH 07/15] btrfs: remove buffered write code made unnecessary
` [PATCH 08/15] fs: Export generic_file_buffered_read()
` [PATCH 09/15] btrfs: basic direct read operation
` [PATCH 10/15] btrfs: Carve out btrfs_get_extent_map_write() out of btrfs_get_blocks_write()
` [PATCH 11/15] btrfs: Rename __endio_write_update_ordered() to btrfs_update_ordered_extent()
` [PATCH 12/15] iomap: use a function pointer for dio submits
` [PATCH 13/15] btrfs: Use iomap_dio_rw for performing direct I/O writes
` [PATCH 14/15] btrfs: Remove btrfs_dio_data and __btrfs_direct_write
` [PATCH 15/15] btrfs: update inode size during bio completion

[PATCH vfs/for-next] vfs: fix vfs_get_single_reconf_super error handling
 2019-09-01 14:06 UTC  (2+ messages)
` WARNING in kfree

[PATCH v6 00/24] erofs: promote erofs from staging
 2019-09-01  9:39 UTC  (53+ messages)
` [PATCH v6 01/24] erofs: add on-disk layout
` [PATCH v6 03/24] erofs: add super block operations
` [PATCH v6 04/24] erofs: add raw address_space operations
` [PATCH v6 05/24] erofs: add inode operations
` [PATCH v6 06/24] erofs: support special inode
` [PATCH 00/21] erofs: patchset addressing Christoph's comments
  ` [PATCH 01/21] erofs: remove all the byte offset comments
  ` [PATCH 02/21] erofs: on-disk format should have explicitly assigned numbers
  ` [PATCH 03/21] erofs: some macros are much more readable as a function
  ` [PATCH 04/21] erofs: kill __packed for on-disk structures
  ` [PATCH 05/21] erofs: update erofs_inode_is_data_compressed helper
  ` [PATCH 06/21] erofs: kill erofs_{init,exit}_inode_cache
  ` [PATCH 07/21] erofs: use erofs_inode naming
  ` [PATCH 08/21] erofs: update comments in inode.c
  ` [PATCH 09/21] erofs: update erofs symlink stuffs
  ` [PATCH 10/21] erofs: kill is_inode_layout_compression()
  ` [PATCH 11/21] erofs: use dsb instead of layout for ondisk super_block
  ` [PATCH 12/21] erofs: kill verbose debug info in erofs_fill_super
  ` [PATCH 13/21] erofs: simplify erofs_grab_bio() since bio_alloc() never fail
  ` [PATCH 14/21] erofs: kill prio and nofail of erofs_get_meta_page()
  ` [PATCH 15/21] erofs: kill __submit_bio()
  ` [PATCH 16/21] erofs: kill magic underscores
  ` [PATCH 17/21] erofs: use a switch statement when dealing with the file modes
  ` [PATCH 18/21] erofs: add "erofs_" prefix for common and short functions
  ` [PATCH 19/21] erofs: kill all erofs specific fault injection
  ` [PATCH 20/21] erofs: kill use_vmap module parameter
  ` [PATCH 21/21] erofs: save one level of indentation

[PATCH v2 0/2] guarantee natural alignment for kmalloc()
 2019-09-01  0:52 UTC  (10+ messages)
` [PATCH v2 2/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)

[PATCH] staging: exfat: add exfat filesystem code to staging
 2019-09-01  0:04 UTC  (32+ messages)
                        ` Checking usage of likeliness annotations

[PATCH v3 01/11] checkpatch: check for nested (un)?likely() calls
 2019-08-31 17:26 UTC  (6+ messages)

broken userland ABI in configfs binary attributes
 2019-08-31 15:58 UTC  (17+ messages)
` [RFC] "

[fs/namei.c] e013ec23b8: WARNING:at_fs/dcache.c:#dentry_free
 2019-08-31 15:42 UTC 

[PATCH] proc: fix ubsan waring in mem_lseek
 2019-08-31 10:06 UTC 

[PATCH v3 00/13] virtio-fs: shared file system for virtual machines
 2019-08-31  5:46 UTC  (4+ messages)

[PATCH] vfs: set fs_context::user_ns for reconfigure
 2019-08-31  3:12 UTC  (2+ messages)

[vfs:work.namei 4/12] fs/nfs/./nfstrace.h:210:19: error: 'LOOKUP_NO_EVAL' undeclared here (not in a function); did you mean 'LOOKUP_NO_REVAL'?
 2019-08-31  0:55 UTC 

[PATCH 2/9] cachefiles: drop direct usage of ->bmap method
 2019-08-31  0:45 UTC  (9+ messages)
  ` [PATCH 0/9 V5] New ->fiemap infrastructure and ->bmap removal

[PATCH -next] fuse: fix virtio_fs.c build warnings
 2019-08-30 23:29 UTC 

[PATCH 00/11] Keyrings, Block and USB notifications [ver #7]
 2019-08-30 22:09 UTC  (20+ messages)
` [PATCH 01/11] uapi: General notification ring definitions "
` [PATCH 02/11] security: Add hooks to rule on setting a watch "
` [PATCH 03/11] security: Add a hook for the point of notification insertion "
` [PATCH 04/11] General notification queue with user mmap()'able ring buffer "
` [PATCH 05/11] keys: Add a notification facility "
` [PATCH 06/11] Add a general, global device notification watch list "
` [PATCH 07/11] block: Add block layer notifications "
` [PATCH 08/11] usb: Add USB subsystem "
` [PATCH 09/11] Add sample notification program "
` [PATCH 10/11] selinux: Implement the watch_key security hook "
` [PATCH 11/11] smack: Implement the watch_key and post_notification hooks [untested] "
` watch_queue(7) manpage
` watch_devices(2) manpage
` keyctl_watch_key.3 manpage

Re:
 2019-08-30 20:32 UTC 

[PATCH V4] fs: New zonefs file system
 2019-08-30 20:12 UTC  (2+ messages)

[PATCH v3 00/10] Sort out fsnotify_nameremove() mess
 2019-08-30 19:48 UTC  (4+ messages)
` [PATCH v3 04/10] tracefs: call fsnotify_{unlink,rmdir}() hooks

CONFIG_HARDENED_USERCOPY
 2019-08-30 19:47 UTC  (4+ messages)

[PATCH] Revert "asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro"
 2019-08-30 19:46 UTC 

[PATCH v8 00/24] erofs: promote erofs from staging v8
 2019-08-30 16:55 UTC  (6+ messages)
` [PATCH v8 20/24] erofs: introduce generic decompression backend

Merging virtualbox shared-folder VFS driver through drivers/staging?
 2019-08-30 16:43 UTC  (5+ messages)

[PATCH 0/3 v2] xfs: Fix races between readahead and hole punching
 2019-08-30 16:02 UTC  (5+ messages)
` [PATCH 3/3] xfs: Fix stale data exposure when readahead races with hole punch

[GIT PULL] vfs: Add support for timestamp limits
 2019-08-30 15:47 UTC  (3+ messages)
  ` [GIT PULL RESEND] "

[PATCH] unicode: Move static keyword to the front of declarations
 2019-08-30 13:13 UTC 

[PATCH 02/10] vfs: syscall: Add move_mount(2) to move mounts around
 2019-08-30 10:11 UTC  (12+ messages)
                  ` [RFC][PATCH] fix d_absolute_path() interplay with fsmount()

[PATCH 0/2] Trivial changes found during code-review
 2019-08-30  9:17 UTC  (3+ messages)
` [RFC 1/2] direct-io: Change is_async member of struct dio from int to bool
` [RFC 2/2] Doc: vfs: Update few inode specific super_operations methods

[PATCH] fs/epoll: fix the edge-triggered mode for epoll itself
 2019-08-30  5:44 UTC 

mmotm 2019-08-27-20-39 uploaded
 2019-08-30  4:10 UTC  (7+ messages)
  ` mmotm 2019-08-27-20-39 uploaded (objtool: xen)

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-30  2:21 UTC  (4+ messages)

ext4 fsck vs. kernel recovery policy
 2019-08-29 23:50 UTC  (5+ messages)

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-29 23:34 UTC  (9+ messages)
` [RFC PATCH v2 02/19] fs/locks: Add Exclusive flag to user Layout lease
` [RFC PATCH v2 06/19] fs/ext4: Teach dax_layout_busy_page() to operate on a sub-range

[ANNOUNCE] Three things
 2019-08-29 22:16 UTC 

[PATCH 00/11] Keyrings, Block and USB notifications [ver #6]
 2019-08-29 19:11 UTC  (13+ messages)
` [PATCH 02/11] security: Add hooks to rule on setting a watch "
` [PATCH 03/11] security: Add a hook for the point of notification insertion "
` [PATCH 04/11] General notification queue with user mmap()'able ring buffer "
` [PATCH 05/11] keys: Add a notification facility "
` [PATCH 06/11] Add a general, global device notification watch list "
` [PATCH 07/11] block: Add block layer notifications "
` [PATCH 08/11] usb: Add USB subsystem "
` [PATCH 09/11] Add sample notification program "
` [PATCH 10/11] selinux: Implement the watch_key security hook "
` [PATCH 11/11] smack: Implement the watch_key and post_notification hooks [untested] "


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