linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-09 20:23:20 to 2017-11-15 14:03:31 UTC [more...]

[PATCH 00/16] v6 kernel core pieces refcount conversions
 2017-11-15 14:03 UTC  (8+ messages)
` [PATCH 01/16] futex: convert futex_pi_state.refcount to refcount_t
` [PATCH 02/16] sched: convert sighand_struct.count "
` [PATCH 03/16] sched: convert signal_struct.sigcnt "
` [PATCH 04/16] sched: convert user_struct.__count "
` [PATCH 05/16] sched: convert numa_group.refcount "
` [PATCH 06/16] sched/task_struct: convert task_struct.usage "
` [PATCH 07/16] sched/task_struct: convert task_struct.stack_refcount "

KASAN: use-after-free in move_expired_inodes
 2017-11-15 13:41 UTC  (3+ messages)

[PATCH] fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscall
 2017-11-15 13:36 UTC  (2+ messages)

[PATCH] reiserfs: remove unneeded i_version bump
 2017-11-15 13:25 UTC  (2+ messages)

[PATCH] fs/fcntl: restore checking against COMPAT_LOFF_T_MAX for F_GETLK64
 2017-11-15 13:16 UTC  (13+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH RFC v3 0/6] x86/idle: add halt poll support
 2017-11-15 13:04 UTC  (3+ messages)

[PATCH RFC v3 0/6] x86/idle: add halt poll support
 2017-11-15 12:11 UTC  (17+ messages)
` [PATCH RFC v3 1/6] x86/paravirt: Add pv_idle_ops to paravirt ops
` [PATCH RFC v3 2/6] KVM guest: register kvm_idle_poll for pv_idle_ops
` [PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path

Hello Dear
 2017-11-15 11:34 UTC 

[PATCH (resend)] seq_file: reset iterator to first record for zero offset
 2017-11-15 10:34 UTC  (4+ messages)
` [(resend)] "
  ` [musl] "

[PATCH net-next v2 0/2] retire IPX and NCPFS
 2017-11-15 10:06 UTC  (6+ messages)
` [PATCH net-next v2 1/2] ipx: move Novell IPX protocol support into staging
` [PATCH net-next v2 2/2] ncpfs: move net/ncpfs to drivers/staging/ncpfs

[PATCH v2] fs: fsnotify: account fsnotify metadata to kmemcg
 2017-11-15  9:31 UTC  (9+ messages)

[PATCH v2] docs: fix location of document that got moved
 2017-11-15  7:59 UTC  (2+ messages)

[patch] dax: fix PMD faults on zero-length files
 2017-11-15  1:47 UTC  (2+ messages)

[PATCH 01/10] remove mapping from balance_dirty_pages*()
 2017-11-14 21:56 UTC  (10+ messages)
` [PATCH 02/10] writeback: convert WB_WRITTEN/WB_DIRITED counters to bytes
` [PATCH 03/10] lib: add a batch size to fprop_global
` [PATCH 04/10] lib: add a __fprop_add_percpu_max
` [PATCH 05/10] writeback: convert the flexible prop stuff to bytes
` [PATCH 06/10] writeback: add counters for metadata usage
` [PATCH 07/10] writeback: introduce super_operations->write_metadata
` [PATCH 08/10] export radix_tree_iter_tag_set
` [PATCH 09/10] Btrfs: kill the btree_inode
` [PATCH 10/10] btrfs: rework end io for extent buffer reads

[PATCH] fcntl: don't leak fd reference when fixup_compat_flock fails
 2017-11-14 20:24 UTC 

[GIT PULL] configfs updates for Linux 4.15
 2017-11-14 19:55 UTC 

Provision for filesystem specific open flags
 2017-11-14 17:35 UTC  (13+ messages)

[btrfs] WARNING: CPU: 0 PID: 6379 at fs/direct-io.c:293 dio_complete+0x1d4/0x220
 2017-11-14 17:17 UTC  (11+ messages)

[PATCH net-next 0/2] retire IPX and Netware file system
 2017-11-14 17:12 UTC  (6+ messages)
` [PATCH net-next 1/2] ipx: move Novell IPX protocol support into staging
` [PATCH net-next 2/2] ncpfs: move net/ncpfs to drivers/staging/ncpfs

Improving documentation of parent-ID field in /proc/PID/mountinfo
 2017-11-14 16:16 UTC  (5+ messages)

[GIT PULL] Quota, ext2, isofs, udf fixes for 4.15-rc1
 2017-11-14 10:23 UTC 

[GIT PULL] Fsnotify changes for 4.15-rc1
 2017-11-14  9:57 UTC 

[PATCH] fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax core
 2017-11-14  9:31 UTC  (6+ messages)

[PATCH RFC v3 4/6] Documentation: Add three sysctls for smart idle poll
 2017-11-14  7:44 UTC  (5+ messages)

[PATCH v2] readv.2: document RWF_NOWAIT
 2017-11-14  7:26 UTC  (2+ messages)

[PATCH 0/18 v6] dax, ext4, xfs: Synchronous page faults
 2017-11-14  2:19 UTC  (5+ messages)
` [PATCH 17/18] xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()
` [PATCH 18/18] xfs: support for synchronous DAX faults

mmotm 2017-11-10-15-56 uploaded
 2017-11-14  0:26 UTC  (4+ messages)
` mmotm 2017-11-10-15-56 uploaded (lib/test_find_bit.c)

[RFC PATCH v2] fw_lockdown: new micro LSM module to prevent loading unsigned firmware
 2017-11-13 23:55 UTC  (8+ messages)

[PATCH] Fix: code-style warning
 2017-11-13 23:41 UTC 

[GIT PULL] afs: Filesystem driver overhaul
 2017-11-13 16:31 UTC  (2+ messages)

Re:
 2017-11-13 14:55 UTC 

[PATCH RFC v3 5/6] tick: get duration of the last idle loop
 2017-11-13 10:27 UTC  (2+ messages)
` [PATCH RFC v3 6/6] KVM guest: introduce smart idle poll algorithm

[PATCH RFC v3 0/6] x86/idle: add halt poll support
 2017-11-13  8:16 UTC 

[PATCH v2] tmpfs: allow decoding a file handle of an unlinked file
 2017-11-13  6:43 UTC 

[PATCH v3] f2fs: fix out-of-free problem caused by atomic write
 2017-11-13  1:11 UTC  (3+ messages)
` [PATCH v4] "

Is concurrent file read/write with O_DIRECT flag atomic?
 2017-11-13  1:09 UTC  (3+ messages)

[PATCH] fs: avoid NULL pointer dereference for nobh on write error
 2017-11-12 17:57 UTC  (3+ messages)

[RFC PATCH v1] fw_lockdown: new micro LSM module to prevent loading unsigned firmware
 2017-11-11 23:04 UTC  (4+ messages)

[PATCH] firmware: cleanup - group and document up private firmware parameters
 2017-11-11  1:32 UTC  (5+ messages)

[PATCH 0/3] Three VFS patch resends
 2017-11-10 20:53 UTC  (15+ messages)
` [PATCH 2/3] Improve fairness when locking the per-superblock s_anon list
` [PATCH 3/3] VFS: close race between getcwd() and d_move()

[RFC PATCH] fw_lockdown: new micro LSM module to prevent loading unsigned firmware
 2017-11-10 20:30 UTC  (5+ messages)

Kernel crash in free_pipe_info()
 2017-11-10 19:47 UTC  (9+ messages)

[PATCH 1/6] remove mapping from balance_dirty_pages*()
 2017-11-10 17:11 UTC  (4+ messages)
` [PATCH 2/6] writeback: allow for dirty metadata accounting

[PATCH] orangefs: call op_release sooner when creating inodes
 2017-11-10 17:08 UTC 

[PATCH] fs: guard_bio_eod() needs to consider partitions
 2017-11-10 15:25 UTC  (4+ messages)
` [PATCH v2] "

[PATCH RFC v3 0/7] proc: modernize proc to support multiple private instances
 2017-11-10 10:45 UTC  (17+ messages)
` [PATCH RFC v3 1/7] proc: add proc_fs_info struct to store proc information
` [PATCH RFC v3 2/7] proc: move /proc/{self|thread-self} dentries to proc_fs_info
` [PATCH RFC v3 3/7] proc: add helpers to set and get proc hidepid and gid mount options
` [PATCH RFC v3 4/7] proc: support mounting private procfs instances inside same pid namespace
` [PATCH RFC v3 6/7] proc: support new 'pids=all|ptraceable' mount option

[PATCH 00/15] dax: prep work for fixing dax-dma vs truncate collisions
 2017-11-10  9:09 UTC  (9+ messages)
` [PATCH 12/15] mm, dax: enable filesystems to trigger page-idle callbacks
` [PATCH 13/15] mm, devmap: introduce CONFIG_DEVMAP_MANAGED_PAGES
` [PATCH 14/15] dax: associate mappings with inodes, and warn if dma collides with truncate
` [PATCH 15/15] wait_bit: introduce {wait_on,wake_up}_devmap_idle

[PATCH v2] f2fs: add bug_on when f2fs_gc even fails to get one victim
 2017-11-10  2:11 UTC  (12+ messages)

[PATCH 0/3] VFS: name lookup improvements
 2017-11-10  0:21 UTC  (4+ messages)

[RFC PATCH] fs/pipe.c: implement minimum pipe size for arg==0
 2017-11-09 22:21 UTC  (4+ messages)

[PATCH 00/14] Overlayfs NFS export support
 2017-11-09 21:55 UTC  (4+ messages)

[PATCH v3] fuse: return -ECONNABORTED on /dev/fuse read after abort
 2017-11-09 20:23 UTC  (2+ messages)
` [PATCH v4] "


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