linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-30 01:51:38 to 2019-08-01 00:18:42 UTC [more...]

[PATCH 0/3] fs: add partial file read support
 2019-08-01  0:18 UTC  (14+ messages)
` [PATCH 2/3] firmware: add offset to request_firmware_into_buf
` [PATCH 3/3] soc: qcom: mdt_loader: "

[PATCH v7 00/16] fscrypt: key management improvements
 2019-07-31 23:38 UTC  (6+ messages)
` [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl

[PATCH 0/9 V4] New ->fiemap infrastructure and ->bmap removal
 2019-07-31 23:31 UTC  (17+ messages)
` [PATCH 1/9] fs: Enable bmap() function to properly return errors
` [PATCH 2/9] cachefiles: drop direct usage of ->bmap method
` [PATCH 3/9] ecryptfs: drop direct calls to ->bmap
` [PATCH 4/9] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
` [PATCH 5/9] fs: Move start and length fiemap fields into fiemap_extent_info
` [PATCH 6/9] iomap: Remove length and start fields from iomap_fiemap
` [PATCH 7/9] fiemap: Use a callback to fill fiemap extents
` [PATCH 8/9] Use FIEMAP for FIBMAP calls
` [PATCH 9/9] xfs: Get rid of ->bmap

[RFC 0/2] iomap & xfs support for large pages
 2019-07-31 23:03 UTC  (6+ messages)
` [PATCH 1/2] iomap: Support "
` [PATCH 2/2] xfs: "

[PATCH v5 00/14] Provide generic top-down mmap layout functions
 2019-07-31 22:40 UTC  (18+ messages)
` [PATCH v5 01/14] mm, fs: Move randomize_stack_top from fs to mm
` [PATCH v5 02/14] arm64: Make use of is_compat_task instead of hardcoding this test
` [PATCH v5 03/14] arm64: Consider stack randomization for mmap base only when necessary
` [PATCH v5 04/14] arm64, mm: Move generic mmap layout functions to mm
` [PATCH v5 05/14] arm64, mm: Make randomization selected by generic topdown mmap layout
` [PATCH v5 06/14] arm: Properly account for stack randomization and stack guard gap
` [PATCH v5 07/14] arm: Use STACK_TOP when computing mmap base address
` [PATCH v5 08/14] arm: Use generic mmap top-down layout and brk randomization
` [PATCH v5 09/14] mips: Properly account for stack randomization and stack guard gap
` [PATCH v5 10/14] mips: Use STACK_TOP when computing mmap base address
` [PATCH v5 11/14] mips: Adjust brk randomization offset to fit generic version
` [PATCH v5 12/14] mips: Replace arch specific way to determine 32bit task with "
` [PATCH v5 13/14] mips: Use generic mmap top-down layout and brk randomization
` [PATCH v5 14/14] riscv: Make mmap allocation top-down by default

[patch 0/4] fs: Substitute bit-spinlocks for PREEMPT_RT and debugging
 2019-07-31 22:27 UTC  (10+ messages)
` [patch 1/4] locking/lockdep: Add Kconfig option for bit spinlocks
` [patch 2/4] fs/buffer: Move BH_Uptodate_Lock locking into wrapper functions
` [patch 3/4] fs/buffer: Substitute BH_Uptodate_Lock for RT and bit spinlock debugging
` [patch 4/4] fs: jbd/jbd2: Substitute BH locks for RT and lock debugging

[PATCH v3 0/2] mm,thp: Add filemap_huge_fault() for THP
 2019-07-31 22:19 UTC  (8+ messages)
` [PATCH v3 1/2] mm: Allow the page cache to allocate large pages
` [PATCH v3 2/2] mm,thp: Add experimental config option RO_EXEC_FILEMAP_HUGE_FAULT_THP

[PATCH 00/16] Cache open file descriptors in knfsd
 2019-07-31 22:05 UTC  (2+ messages)

[PATCH 00/20] vfs: Add support for timestamp limits
 2019-07-31 15:33 UTC  (25+ messages)
` [PATCH 03/20] timestamp_truncate: Replace users of timespec64_trunc
` [PATCH 04/20] mount: Add mount warning for impending timestamp expiry
` [PATCH 05/20] utimes: Clamp the timestamps before update
` [PATCH 06/20] fs: Fill in max and min timestamps in superblock
` [PATCH 07/20] 9p: Fill min and max timestamps in sb
` [PATCH 09/20] ext4: Initialize timestamps limits
` [PATCH 11/20] fs: cifs: Initialize filesystem timestamp ranges
` [PATCH 12/20] fs: fat: "
` [PATCH 18/20] fs: omfs: "
` [PATCH 19/20] pstore: fs superblock limits

[git pull] vfs.git mount_capable() fix
 2019-07-31 20:35 UTC  (2+ messages)

Thank you for contacting us!
 2019-07-31 19:57 UTC 

[PATCH bpf-next v10 00/10] Landlock LSM: Toward unprivileged sandboxing
 2019-07-31 19:11 UTC  (8+ messages)
` [PATCH bpf-next v10 06/10] bpf,landlock: Add a new map type: inode
` [PATCH bpf-next v10 10/10] landlock: Add user and kernel documentation for Landlock

[PATCH v4 0/3] Casefolding in F2FS
 2019-07-31 17:57 UTC  (3+ messages)
` [PATCH v4 3/3] f2fs: Support case-insensitive file name lookups

[PATCH] fanotify, inotify, dnotify, security: add security hook for fs notifications
 2019-07-31 17:26 UTC  (2+ messages)

[PATCH v3 1/2] mm/page_idle: Add per-pid idle page tracking using virtual indexing
 2019-07-31 17:19 UTC  (6+ messages)
` [PATCH v3 2/2] doc: Update documentation for page_idle virtual address indexing

[PATCH v5 00/29] compat_ioctl.c removal, part 1/3
 2019-07-31 15:47 UTC  (36+ messages)
` [PATCH v5 01/29] fix compat handling of FICLONERANGE, FIDEDUPERANGE and FS_IOC_FIEMAP
` [PATCH v5 02/29] FIGETBSZ: fix compat
` [PATCH v5 03/29] compat: itanic doesn't have one
` [PATCH v5 04/29] do_vfs_ioctl(): use saner types
` [PATCH v5 05/29] compat: move FS_IOC_RESVSP_32 handling to fs/ioctl.c
` [PATCH v5 06/29] compat_sys_ioctl(): make parallel to do_vfs_ioctl()
` [PATCH v5 07/29] ceph: fix compat_ioctl for ceph_dir_operations
` [PATCH v5 08/29] compat_ioctl: drop FIOQSIZE table entry
` [PATCH v5 09/29] compat_ioctl: pppoe: fix PPPOEIOCSFWD handling
` [PATCH v5 10/29] compat_ioctl: add compat_ptr_ioctl()
` [PATCH v5 11/29] compat_ioctl: move rtc handling into rtc-dev.c
` [PATCH v5 12/29] compat_ioctl: move drivers to compat_ptr_ioctl
` [PATCH v5 13/29] compat_ioctl: move more "
  ` [PATCH v5 14/29] compat_ioctl: use correct compat_ptr() translation in drivers
  ` [PATCH v5 15/29] compat_ioctl: move tape handling into drivers
  ` [PATCH v5 16/29] compat_ioctl: move ATYFB_CLK handling to atyfb driver
  ` [PATCH v5 17/29] compat_ioctl: move isdn/capi ioctl translation into driver
  ` [PATCH v5 18/29] compat_ioctl: move rfcomm handlers "
  ` [PATCH v5 19/29] compat_ioctl: move hci_sock "
` [PATCH v5 20/29] compat_ioctl: remove HCIUART handling
  ` [PATCH v5 21/29] compat_ioctl: remove HIDIO translation
  ` [PATCH v5 22/29] compat_ioctl: remove translation for sound ioctls
  ` [PATCH v5 23/29] compat_ioctl: remove IGNORE_IOCTL()
  ` [PATCH v5 24/29] compat_ioctl: remove /dev/random commands
  ` [PATCH v5 25/29] compat_ioctl: remove joystick ioctl translation
  ` [PATCH v5 26/29] compat_ioctl: remove PCI "
  ` [PATCH v5 27/29] compat_ioctl: remove /dev/raw "
  ` [PATCH v5 28/29] compat_ioctl: remove last RAID handling code
  ` [PATCH v5 29/29] compat_ioctl: remove unused convert_in_user macro

[PATCH] udf: prevent allocation beyond UDF partition
 2019-07-31 14:06 UTC  (3+ messages)

[PATCH v5 00/24] erofs: promote erofs from staging
 2019-07-31 13:52 UTC  (29+ messages)
` [PATCH v5 01/24] erofs: add on-disk layout
` [PATCH v5 02/24] erofs: add erofs in-memory stuffs
` [PATCH v5 03/24] erofs: add super block operations
` [PATCH v5 04/24] erofs: add raw address_space operations
` [PATCH v5 05/24] erofs: add inode operations
` [PATCH v5 06/24] erofs: support special inode
` [PATCH v5 07/24] erofs: add directory operations
` [PATCH v5 08/24] erofs: add namei functions
` [PATCH v5 09/24] erofs: support tracepoint
` [PATCH v5 10/24] erofs: update Kconfig and Makefile
` [PATCH v5 11/24] erofs: introduce xattr & posixacl support
` [PATCH v5 12/24] erofs: introduce tagged pointer
` [PATCH v5 13/24] erofs: add compression indexes support
` [PATCH v5 14/24] erofs: introduce superblock registration
` [PATCH v5 15/24] erofs: introduce erofs shrinker
` [PATCH v5 16/24] erofs: introduce workstation for decompression
` [PATCH v5 17/24] erofs: introduce per-CPU buffers implementation
` [PATCH v5 18/24] erofs: introduce pagevec for decompression subsystem
` [PATCH v5 19/24] erofs: add erofs_allocpage()
` [PATCH v5 20/24] erofs: introduce generic decompression backend
` [PATCH v5 21/24] erofs: introduce LZ4 decompression inplace
` [PATCH v5 22/24] erofs: introduce the decompression frontend
` [PATCH v5 23/24] erofs: introduce cached decompression
` [PATCH v5 24/24] erofs: add document

mmotm 2019-07-04-15-01 uploaded
 2019-07-31 13:21 UTC  (7+ messages)
` mmotm 2019-07-04-15-01 uploaded (gpu/drm/i915/oa/)

[PATCH v4 0/3] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
 2019-07-31  6:08 UTC  (5+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH v4 3/3] net/xdp: "

lift the xfs writepage code into iomap v3
 2019-07-31  6:04 UTC  (3+ messages)

mmotm 2019-07-30-21-37 uploaded
 2019-07-31  4:39 UTC 

[PATCH] ext4: Fix deadlock on page reclaim
 2019-07-31  4:37 UTC  (9+ messages)

[PATCH] f2fs: fix memory leak in build_directory
 2019-07-31  3:27 UTC 

[PATCH] dm: fix dax_dev NULL dereference
 2019-07-31  3:50 UTC  (7+ messages)
  `  "

[PATCH] io_getevents.2: Add EINVAL for case of timeout parameter out of range
 2019-07-31  3:03 UTC 

[PATCH 0/2] keys: ACLs
 2019-07-31  1:16 UTC  (5+ messages)
` [PATCH 1/2] KEYS: Replace uid/gid/perm permissions checking with an ACL

[RFC] configfs_unregister_group() API
 2019-07-30 21:13 UTC 

[PATCH 1/2] mm/filemap: don't initiate writeback if mapping has no dirty pages
 2019-07-30 18:15 UTC  (6+ messages)

[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
 2019-07-30 15:57 UTC  (6+ messages)
` [PATCH 03/12] block: bio_release_pages: use flags arg instead of bool

[PATCH v11 2/4] fs: __vfs_getxattr nesting paradigm
 2019-07-30 15:52 UTC 

[PATCH v4 0/6] iomap: lift the xfs writepage code into iomap
 2019-07-30 14:48 UTC  (2+ messages)

[PATCH v2] aio: add timeout validity check for io_[p]getevents
 2019-07-30 13:52 UTC  (3+ messages)

[regression] panic at __dax_synchronous after synchronous dax enabled
 2019-07-30  6:49 UTC  (2+ messages)

[PATCH v2] Fix typo reigster to register
 2019-07-30  2:42 UTC 


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