linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-16 09:47:39 to 2017-11-22 16:52:37 UTC [more...]

[PATCH 0/18 v6] dax, ext4, xfs: Synchronous page faults
 2017-11-22 16:52 UTC  (4+ messages)
` [PATCH 01/18] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags

[PATCH v3 0/2] Restrict dangerous open in sticky directories
 2017-11-22 16:51 UTC  (5+ messages)
` [PATCH v3 1/2] Protected FIFOs and regular files
` [PATCH v3 2/2] Protected O_CREAT open in sticky directories

[manpages PATCH] open_by_handle_at: clarifications needed due to NFS reexport
 2017-11-22 16:48 UTC  (2+ messages)

[PATCH v5] Return bytes transferred for partial direct I/O
 2017-11-22 12:29 UTC 

[RFC] EPOLL_KILLME: New flag to epoll_wait() that subscribes process to death row (new syscall)
 2017-11-22 10:29 UTC  (15+ messages)
` [RFC v2] prctl: prctl(PR_SET_IDLE, PR_IDLE_MODE_KILLME), for stateless idle loops
  ` [RFC v3] It is common for services to be stateless around their main event loop. If a process sets PR_SET_IDLE to PR_IDLE_MODE_KILLME then it signals to the kernel that epoll_wait() and friends may not complete, and the kernel may send SIGKILL if resources get tight
    ` [RFC v4] "

[PATCH 01/10] remove mapping from balance_dirty_pages*()
 2017-11-22 10:21 UTC  (15+ 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 06/10] writeback: add counters for metadata usage
` [PATCH 09/10] Btrfs: kill the btree_inode
` [PATCH 10/10] btrfs: rework end io for extent buffer reads

[PATCH 1/3] autofs - make disc device user accessible
 2017-11-22  4:28 UTC  (4+ messages)
` [PATCH 3/3] autofs - fix AT_NO_AUTOMOUNT not being honored

[PATCH v4 RESEND] f2fs: fix out-of-free problem caused by atomic write
 2017-11-22  3:50 UTC  (2+ messages)

[PATCH v3 RESEND] f2fs: add bug_on when f2fs_gc even fails to get one victim
 2017-11-22  3:50 UTC  (2+ messages)

[PATCH 0/3] Three VFS patch resends
 2017-11-22  1:31 UTC  (9+ messages)
` [PATCH 3/3] VFS: close race between getcwd() and d_move()

mmotm 2017-11-21-17-21 uploaded
 2017-11-22  1:22 UTC 

[PATCH v2] iomap: report collisions between directio and buffered writes to userspace
 2017-11-22  0:05 UTC  (14+ messages)

[git pull] mode_t whack-a-mole
 2017-11-21 23:56 UTC 

[PATCH v3] fuse: return -ECONNABORTED on /dev/fuse read after abort
 2017-11-21 22:43 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v3] iomap: report collisions between directio and buffered writes to userspace
 2017-11-21 20:34 UTC 

[git pull] vfs.git get_user_pages_fast() conversion
 2017-11-21 18:35 UTC  (7+ messages)
    ` mthca misuse of get_user_pages() (was Re: [git pull] vfs.git get_user_pages_fast() conversion)

[git pull] several 9p fixes
 2017-11-21 16:28 UTC 

[PATCH] quota: propagate error from __dquot_initialize
 2017-11-21 13:18 UTC  (2+ messages)

Improving documentation of parent-ID field in /proc/PID/mountinfo
 2017-11-21  3:19 UTC  (9+ messages)

Ideas to reuse filesystem's checksum to enhance dm-raid1/10/5/6?
 2017-11-21  2:53 UTC  (20+ messages)
              ` [dm-devel] "

[PATCH] fs: Safe rcu access to hlist
 2017-11-20 21:21 UTC  (7+ messages)

[GIT PULL] Orangefs cleanups for v4.15
 2017-11-20 19:23 UTC 

[PATCH v2 00/23] firmware: cleanup for v4.16
 2017-11-20 18:24 UTC  (24+ messages)
` [PATCH v2 01/23] firmware: rename struct firmware_priv to struct fw_sysfs
` [PATCH v2 02/23] firmware: rename struct firmware_buf to struct fw_priv
` [PATCH v2 03/23] firmware: rename struct fw_priv->fw_id to fw_name
` [PATCH v2 04/23] firmware: move core data structures to the top of file
` [PATCH v2 05/23] firmware: remove duplicate fw_state_aborted()
` [PATCH v2 06/23] firmware: remove unused __fw_state_is_done()
` [PATCH v2 07/23] firmware: use static inlines for state machine checking
` [PATCH v2 08/23] firmware: rename sysfs state checks with sysfs prefix
` [PATCH v2 09/23] firmware: use static inline for to_fw_priv()
` [PATCH v2 10/23] firmware: add helper to copy built-in data to pre-alloc buffer
` [PATCH v2 11/23] firmware: provide helper for FW_OPT_USERHELPER
` [PATCH v2 12/23] firmware: replace #ifdef over FW_OPT_FALLBACK with function checks
` [PATCH v2 13/23] test_firmware: wrap sysfs timeout test into helper
` [PATCH v2 14/23] test_firmware: wrap basic sysfs fallback tests "
` [PATCH v2 15/23] test_firmware: wrap custom sysfs load "
` [PATCH v2 16/23] test_firmware: enable custom fallback testing on limited kernel configs
` [PATCH v2 17/23] test_firmware: replace syfs fallback check with kconfig_has helper
` [PATCH v2 18/23] firmware: enable to split firmware_class into separate target files
` [PATCH v2 19/23] firmware: add debug facility to emulate forcing sysfs fallback
` [PATCH v2 20/23] firmware: add debug facility to emulate disabling "
` [PATCH v2 21/23] test_firmware: add a library for shared helpers
` [PATCH v2 22/23] test_firmware: test the 3 firmware kernel configs using debugfs
` [PATCH v2 23/23] firmware: cleanup - group and document up private firmware parameters

[PATCH RFC v3 0/6] x86/idle: add halt poll support
 2017-11-20 18:01 UTC  (17+ messages)
` [PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
` [Xen-devel] [PATCH RFC v3 0/6] x86/idle: add halt poll support

[PATCH 0/5] firmware: few fixes for v4.15
 2017-11-20 17:45 UTC  (6+ messages)
` [PATCH 1/5] firmware: add helper to unregister pm ops
` [PATCH 2/5] firmware: fix capturing errors on fw_cache_init() on early init
` [PATCH 3/5] firmware: provide helpers for registering the syfs loader
` [PATCH 4/5] firmware: fix detecting error on register_reboot_notifier()
` [PATCH 5/5] test_firmware: fix setting old custom fw path back on exit

[PATCH v2 00/15] ima: digest list feature
 2017-11-20 16:52 UTC  (14+ messages)
` [PATCH v2 06/15] ima: add parser of digest lists metadata
` [PATCH v2 12/15] ima: do not update security.ima if appraisal status is not INTEGRITY_PASS

[PATCH 1/8] mm: kmemleak: remove unused hardirq.h
 2017-11-20 16:29 UTC  (11+ messages)
` [PATCH 2/8] fs: pstore: "
` [PATCH 3/8] fs: btrfs: "
` [PATCH 4/8] vfs: "
` [PATCH 5/8] crypto: "
` [PATCH 6/8] net: caif: "
` [PATCH 7/8] net: ovs: "
` [PATCH 8/8] net: tipc: "

[PATCH 2/2] dcache: delete unused d_hash_mask
 2017-11-20 15:05 UTC 

[PATCH 1/2] dcache: subtract d_hash_shift from 32 in advance
 2017-11-20 15:05 UTC 

Provision for filesystem specific open flags
 2017-11-20 14:03 UTC  (16+ messages)

WARNING in lock_release
 2017-11-20 13:24 UTC  (4+ messages)

mmotm 2017-11-17-16-17 uploaded
 2017-11-20 10:36 UTC  (2+ messages)
` mmotm git tree since-4.14 branch created (was: mmotm 2017-11-17-16-17 uploaded)

[PULL REQUEST] nfsd changes for 4.15
 2017-11-19 17:03 UTC  (4+ messages)

[PATCH] 9p: Fix missing commas in mount options
 2017-11-19  9:28 UTC 

[PATCH] hfsplus: fix the bug that cannot recognize files with hangul file name
 2017-11-19  0:57 UTC  (2+ messages)

[GIT PULL] overlayfs update for 4.15
 2017-11-17 21:49 UTC  (2+ messages)

WARN_ON in __writeback_inodes_sb_nr
 2017-11-17 19:55 UTC 

[PATCH] hfsplus: fix the bug that cannot recognize files with hangul file name
 2017-11-17 19:33 UTC 

[PATCH v2] fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscall
 2017-11-17 18:41 UTC  (4+ messages)

[RFC PATCH 0/2] apply write hints to select the type of segments
 2017-11-17 18:36 UTC  (3+ messages)

[GIT PULL] file locking fixes for v4.15
 2017-11-17 14:16 UTC 

[PATCH] VFS: Handle lazytime in do_mount()
 2017-11-17 12:09 UTC  (2+ messages)

[PATCH 00/16] v6 kernel core pieces refcount conversions
 2017-11-17  7:16 UTC  (12+ messages)
` [PATCH 04/16] sched: convert user_struct.__count to refcount_t
` [PATCH 12/16] nsproxy: convert nsproxy.count "
` [PATCH 13/16] groups: convert group_info.usage "
` [PATCH 14/16] creds: convert cred.usage "
` [PATCH 15/16] kcov: convert kcov.refcount "

[PATCH] f2fs: let f2fs also gc atomic file to avoid loop gc
 2017-11-17  5:47 UTC  (8+ messages)

[git pull] vfs.git cramfs series
 2017-11-17  3:07 UTC 

[git pull] vfs.git work.misc
 2017-11-17  3:04 UTC 

[git pull] vfs.git iov_iter
 2017-11-17  2:50 UTC 

[git pull] vfs.git compat and uaccess
 2017-11-17  2:34 UTC 

[fstests PATCH v2] generic: add test for DAX MAP_SYNC support
 2017-11-16 22:59 UTC  (7+ messages)
` [fstests PATCH v3] "

[GIT PULL] libnvdimm for 4.15
 2017-11-16 22:12 UTC 

[PATCH] iomap: report collisions between directio and buffered writes to userspace
 2017-11-16 16:35 UTC  (3+ messages)


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