public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-14 14:04:47 to 2019-11-16 15:52:50 UTC [more...]

[PATCH AUTOSEL 4.9 60/99] hfs: fix BUG on bnode parent update
 2019-11-16 15:50 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 61/99] hfsplus: prevent btree data loss on ENOSPC
` [PATCH AUTOSEL 4.9 64/99] hfs: fix return value of hfs_get_block()

[PATCH AUTOSEL 4.14 097/150] hfsplus: prevent btree data loss on ENOSPC
 2019-11-16 15:46 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 103/150] fs/hfs/extent.c: fix array out of bounds read of array extent

[PATCH AUTOSEL 4.19 153/237] hfsplus: fix BUG on bnode parent update
 2019-11-16 15:39 UTC  (8+ messages)
` [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 161/237] fs/hfs/extent.c: fix array out of bounds read of array extent

[PATCH 0/2][v2] Add task resctrl information in procfs
 2019-11-16 15:01 UTC  (6+ messages)
` [PATCH 1/2][v2] resctrl: Add CPU_RESCTRL
` [PATCH 2/2][v2] x86/resctrl: Add task resctrl information display

possible deadlock in proc_pid_syscall
 2019-11-16 14:15 UTC 

[PATCH 0/3] fix potential infinite loop in debugfs_remove_recursive
 2019-11-16 12:04 UTC  (22+ messages)
` [PATCH 1/3] dcache: add a new enum type for 'dentry_d_lock_class'
                    ` [RFC] simple_recursive_removal()
` [PATCH 2/3] fs/libfs.c: use 'spin_lock_nested' when taking 'd_lock' for dentry in simple_empty
` [PATCH 3/3] debugfs: fix potential infinite loop in debugfs_remove_recursive

single aio thread is migrated crazily by scheduler
 2019-11-16  6:31 UTC  (10+ messages)

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

[PATCH v16 00/12] open: introduce openat2(2) syscall
 2019-11-16  0:37 UTC  (28+ 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

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

btrfs direct-io using iomap
 2019-11-15 20:11 UTC  (15+ 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

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

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-15 18:06 UTC  (28+ messages)
` [PATCH v5 01/24] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v5 03/24] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v5 04/24] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v5 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [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 08/24] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [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 14/24] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v5 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v5 16/24] net/xdp: "
` [PATCH v5 17/24] mm/gup: track FOLL_PIN pages
` [PATCH v5 18/24] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v5 19/24] vfio, mm: "
` [PATCH v5 20/24] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v5 21/24] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v5 22/24] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v5 23/24] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v5 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH] fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t
 2019-11-15 17:54 UTC  (7+ messages)
        ` [PATCH v2] "

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

[PATCH 00/28] mm, xfs: non-blocking inode reclaim
 2019-11-15 17:26 UTC  (29+ messages)
` [PATCH 09/28] mm: directed shrinker work deferral
` [PATCH 11/28] mm: factor shrinker work calculations
` [PATCH 12/28] shrinker: defer work only to kswapd
` [PATCH 15/28] mm: back off direct reclaim on excessive shrinker deferral
` [PATCH 16/28] mm: kswapd backoff for shrinkers
` [PATCH 24/28] xfs: reclaim inodes from the LRU
` [PATCH 26/28] xfs: use xfs_ail_push_all in xfs_reclaim_inodes
` [PATCH 28/28] xfs: rework unreferenced inode lookups

[pipe] d60337eff1: BUG:kernel_NULL_pointer_dereference,address
 2019-11-15 16:22 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] "

Kernel panic because of wrong contents in core_pattern
 2019-11-15 13:27 UTC  (2+ messages)

[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

[RFC v2] writeback: add elastic bdi in cgwb bdp
 2019-11-15  9:53 UTC 

[PATCH] x86/resctrl: Add task resctrl information display
 2019-11-15  8:45 UTC  (4+ messages)

[PATCH] Documentation/fs: Move swap_[de]activate() to file_operations
 2019-11-15  8:44 UTC  (3+ messages)

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

[PATCH v2] fs: add new O_MNT flag for opening mount root from mountpoint fd
 2019-11-15  7:37 UTC  (3+ messages)

[RFC] is ovl_fh->fid really intended to be misaligned?
 2019-11-15  6:07 UTC  (8+ messages)

[PATCH v5 00/38] Hardened usercopy whitelisting
 2019-11-14 21:27 UTC  (5+ messages)
` [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
  ` [kernel-hardening] "

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2019-11-15  2:29 UTC  (3+ messages)
` [PATCH 3/3] sched/numa: documentation for per-cgroup numa stat
  ` [PATCH v2 "

mmotm 2019-11-14-17-24 uploaded
 2019-11-15  2:28 UTC  (2+ messages)
` mmotm 2019-11-14-17-24 uploaded (UML mm/vmalloc.c)

[bug report] staging: erofs: tidy up decompression frontend
 2019-11-15  0:45 UTC  (4+ messages)

[PATCH V2 0/2] Move swap functions out of address space operations
 2019-11-14 23:19 UTC  (6+ messages)
` [PATCH V2 1/2] fs: Clean up mapping variable
` [PATCH V2 2/2] fs: Move swap_[de]activate to file_operations

[PATCH][next] staging: exfat: fix spelling mistake "maont" -> "mount"
 2019-11-14 22:15 UTC 

[PATCHSET v02 00/16] zuf: ZUFS Zero-copy User-mode FileSystem
 2019-11-14 16:08 UTC  (4+ messages)
` [PATCH 11/16] zuf: Write/Read implementation

[PATCH RFC] io_uring: make signalfd work with io_uring (and aio) POLL
 2019-11-14 15:51 UTC  (10+ messages)

[PATCH v2] fs/splice: ignore flag SPLICE_F_GIFT in syscall vmsplice
 2019-11-14 14:13 UTC 

[PATCH -next] staging: exfat: remove two unused functions
 2019-11-14 14:03 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox