linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-15 10:08:38 to 2019-11-18 21:18:13 UTC [more...]

single aio thread is migrated crazily by scheduler
 2019-11-18 21:18 UTC  (15+ messages)

btrfs direct-io using iomap
 2019-11-18 16:54 UTC  (17+ messages)
` [PATCH 1/7] fs: Export generic_file_buffered_read()
` [PATCH 2/7] btrfs: basic direct I/O read operation
` [PATCH 3/7] iomap: use a function pointer for dio submits
` [PATCH 4/7] btrfs: Use iomap_dio_rw() for direct I/O
` [PATCH 5/7] btrfs: Use iomap_dio_ops.submit_io()
` [PATCH 6/7] btrfs: flush dirty pages on compressed I/O for dio
` [PATCH 7/7] btrfs: Wait for extent bits to release page

Please add the zuf tree to linux-next
 2019-11-18 15:44 UTC  (8+ messages)

[PATCH 0/2][v2] Add task resctrl information in procfs
 2019-11-18 14:48 UTC  (5+ messages)
` [PATCH 2/2][v2] x86/resctrl: Add task resctrl information display

Kernel panic because of wrong contents in core_pattern
 2019-11-18 14:23 UTC  (3+ messages)

[PATCH] fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t
 2019-11-18 13:28 UTC  (10+ messages)
        ` [PATCH v2] "
            ` [PATCH v3] "

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-18 11:58 UTC  (22+ messages)
` [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v5 06/24] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v5 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v5 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v5 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v5 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v5 12/24] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v5 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v5 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v5 17/24] mm/gup: track FOLL_PIN pages

[pipe] d60337eff1: BUG:kernel_NULL_pointer_dereference,address
 2019-11-18  7:53 UTC  (3+ messages)
  ` [LKP] "

[PATCH 0/3] fix potential infinite loop in debugfs_remove_recursive
 2019-11-18  6:37 UTC  (21+ messages)
` [PATCH 1/3] dcache: add a new enum type for 'dentry_d_lock_class'
                    ` [RFC] simple_recursive_removal()

[PATCH 07/13] exfat: add bitmap operations
 2019-11-18  5:05 UTC  (3+ messages)

[PATCH 03/13] exfat: add inode operations
 2019-11-18  5:04 UTC  (3+ messages)

[PATCH 02/13] exfat: add super block operations
 2019-11-18  5:01 UTC  (3+ messages)

[PATCH 01/13] exfat: add in-memory and on-disk structures and headers
 2019-11-18  4:59 UTC  (3+ messages)

[PATCH] fuse: Fix the return code of fuse_direct_IO() to deal with the error for aio
 2019-11-18  2:24 UTC 

possible deadlock in path_openat
 2019-11-18  2:14 UTC  (2+ messages)

[PATCH 00/28] mm, xfs: non-blocking inode reclaim
 2019-11-18  1:00 UTC  (16+ messages)
` [PATCH 09/28] mm: directed shrinker work deferral
` [PATCH 12/28] shrinker: defer work only to kswapd
` [PATCH 28/28] xfs: rework unreferenced inode lookups

KCSAN: data-race in __alloc_file / __alloc_file
 2019-11-17 19:20 UTC  (12+ messages)

Investment opportunity
 2019-11-17 14:58 UTC 

[PATCH v17 00/13] open: introduce openat2(2) syscall
 2019-11-17  1:28 UTC  (28+ messages)
` [PATCH v17 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
` [PATCH v17 02/13] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v17 03/13] namei: allow nd_jump_link() to produce errors
` [PATCH v17 04/13] namei: allow set_root() "
` [PATCH v17 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v17 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v17 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v17 11/13] open: introduce openat2(2) syscall
` [PATCH v17 12/13] selftests: add openat2(2) selftests
` [PATCH v17 13/13] Documentation: path-lookup: include new LOOKUP flags

[PATCH v16 00/12] open: introduce openat2(2) syscall
 2019-11-16 18:09 UTC  (30+ messages)
` [PATCH v16 01/12] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v16 02/12] namei: allow nd_jump_link() to produce errors
` [PATCH v16 03/12] namei: allow set_root() "
` [PATCH v16 04/12] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v16 05/12] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v16 06/12] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v16 07/12] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v16 08/12] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v16 09/12] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v16 10/12] open: introduce openat2(2) syscall
` [PATCH v16 11/12] selftests: add openat2(2) selftests
` [PATCH v16 12/12] Documentation: path-lookup: include new LOOKUP flags

possible deadlock in proc_pid_syscall
 2019-11-16 15:42 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 120/237] selftests: fix warning: "_GNU_SOURCE" redefined
 2019-11-16 15:39 UTC  (11+ messages)
` [PATCH AUTOSEL 4.19 141/237] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH AUTOSEL 4.19 153/237] hfsplus: fix BUG on bnode parent update
` [PATCH AUTOSEL 4.19 154/237] hfs: "
` [PATCH AUTOSEL 4.19 155/237] hfsplus: prevent btree data loss on ENOSPC
` [PATCH AUTOSEL 4.19 156/237] hfs: "
` [PATCH AUTOSEL 4.19 157/237] hfsplus: fix return value of hfsplus_get_block()
` [PATCH AUTOSEL 4.19 158/237] hfs: fix return value of hfs_get_block()
` [PATCH AUTOSEL 4.19 159/237] hfsplus: update timestamps on truncate()
` [PATCH AUTOSEL 4.19 160/237] hfs: update timestamp "
` [PATCH AUTOSEL 4.19 161/237] fs/hfs/extent.c: fix array out of bounds read of array extent

[PATCH AUTOSEL 4.14 088/150] vfs: avoid problematic remapping requests into partial EOF block
 2019-11-16 15:46 UTC  (10+ messages)
` [PATCH AUTOSEL 4.14 095/150] hfsplus: fix BUG on bnode parent update
` [PATCH AUTOSEL 4.14 096/150] hfs: "
` [PATCH AUTOSEL 4.14 097/150] hfsplus: prevent btree data loss on ENOSPC
` [PATCH AUTOSEL 4.14 098/150] hfs: "
` [PATCH AUTOSEL 4.14 099/150] hfsplus: fix return value of hfsplus_get_block()
` [PATCH AUTOSEL 4.14 100/150] hfs: fix return value of hfs_get_block()
` [PATCH AUTOSEL 4.14 101/150] hfsplus: update timestamps on truncate()
` [PATCH AUTOSEL 4.14 102/150] hfs: update timestamp "
` [PATCH AUTOSEL 4.14 103/150] fs/hfs/extent.c: fix array out of bounds read of array extent

[PATCH AUTOSEL 4.9 59/99] hfsplus: fix BUG on bnode parent update
 2019-11-16 15:50 UTC  (9+ messages)
` [PATCH AUTOSEL 4.9 60/99] hfs: "
` [PATCH AUTOSEL 4.9 61/99] hfsplus: prevent btree data loss on ENOSPC
` [PATCH AUTOSEL 4.9 62/99] hfs: "
` [PATCH AUTOSEL 4.9 63/99] hfsplus: fix return value of hfsplus_get_block()
` [PATCH AUTOSEL 4.9 64/99] hfs: fix return value of hfs_get_block()
` [PATCH AUTOSEL 4.9 65/99] hfsplus: update timestamps on truncate()
` [PATCH AUTOSEL 4.9 66/99] hfs: update timestamp "
` [PATCH AUTOSEL 4.9 67/99] fs/hfs/extent.c: fix array out of bounds read of array extent

[PATCH AUTOSEL 4.4 46/77] hfsplus: fix BUG on bnode parent update
 2019-11-16 15:53 UTC  (7+ messages)
` [PATCH AUTOSEL 4.4 47/77] hfs: "
` [PATCH AUTOSEL 4.4 48/77] hfsplus: prevent btree data loss on ENOSPC
` [PATCH AUTOSEL 4.4 49/77] hfs: "
` [PATCH AUTOSEL 4.4 50/77] hfsplus: fix return value of hfsplus_get_block()
` [PATCH AUTOSEL 4.4 51/77] hfs: fix return value of hfs_get_block()
` [PATCH AUTOSEL 4.4 52/77] fs/hfs/extent.c: fix array out of bounds read of array extent

mmotm 2019-11-15-18-35 uploaded
 2019-11-16  2:36 UTC 

[PATCH 00/19] nfs, nfsd: avoid 32-bit time_t
 2019-11-15 22:10 UTC  (3+ messages)
` [PATCH 01/19] sunrpc: convert to time64_t for expiry

[PATCH 0/4] [RFC] virtiofs: Add a notification queue
 2019-11-15 20:57 UTC  (5+ messages)
` [PATCH 1/4] virtiofs: Provide a helper function for virtqueue initialization
` [PATCH 2/4] virtiofs: Add an index to keep track of first request queue
` [PATCH 3/4] virtiofs: Add a virtqueue for notifications
` [PATCH 4/4] virtiofs: Support blocking posix locks (fcntl(F_SETLKW))

[PATCH] afs: Fix race in commit bulk status fetch
 2019-11-15 18:51 UTC  (2+ messages)

[git pull] vfs.git fixes
 2019-11-15 17:35 UTC  (2+ messages)

ANNOUNCE: nfs-utils-2.4.2 released
 2019-11-15 16:14 UTC 

INFO: trying to register non-static key in io_cqring_ev_posted
 2019-11-15 14:25 UTC 

[PATCH 0/2 V2] avoid softlockups in various s_inodes iterators
 2019-11-15 13:47 UTC  (3+ messages)
` [PATCH 2/2] fs: call fsnotify_sb_delete after evict_inodes
  ` [PATCH 2/2 V2] "

[PATCH] Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path"
 2019-11-15 13:21 UTC  (2+ messages)

Investment opportunity
 2019-11-15 11:50 UTC 

[PATCH v2 0/2] Fix misaligned ovl_fh
 2019-11-15 11:33 UTC  (3+ messages)
` [PATCH v2 1/2] ovl: make sure that real fid is 32bit aligned in memory
` [PATCH v2 2/2] ovl: don't use a temp buf for encoding real fh


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