linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-15 01:22:46 to 2017-07-20 20:13:11 UTC [more...]

[PATCH v4 0/3] firmware: pending fixes for v4.13-final
 2017-07-20 20:13 UTC  (3+ messages)
` [PATCH v4 2/3] firmware: fix batched requests - send wake up on failure on direct lookups
` [PATCH v4 3/3] firmware: avoid invalid fallback aborts by using killable wait

[PATCH v3 1/1] PNFS fix dangling DS mount
 2017-07-20 19:56 UTC  (2+ messages)

[PATCH] nfs: track writeback errors with errseq_t
 2017-07-20 19:42 UTC 

[PATCH v3 00/15] exec: Use sane stack rlimit under secureexec
 2017-07-20 17:06 UTC  (43+ messages)
` [PATCH v3 01/15] binfmt: Introduce secureexec flag
` [PATCH v3 02/15] exec: Rename bprm->cred_prepared to called_set_creds
` [PATCH v3 03/15] apparmor: Refactor to remove bprm_secureexec hook
` [PATCH v3 04/15] selinux: "
` [PATCH v3 05/15] smack: "
` [PATCH v3 06/15] commoncap: "
` [PATCH v3 07/15] commoncap: Move cap_elevated calculation into bprm_set_creds
` [PATCH v3 08/15] LSM: drop bprm_secureexec hook
` [PATCH v3 09/15] exec: Correct comments about "point of no return"
` [PATCH v3 10/15] exec: Use secureexec for setting dumpability
` [PATCH v3 11/15] exec: Use secureexec for clearing pdeath_signal
` [PATCH v3 12/15] smack: Remove redundant pdeath_signal clearing
` [PATCH v3 13/15] exec: Consolidate dumpability logic
` [PATCH v3 14/15] exec: Use sane stack rlimit under secureexec
` [PATCH v3 15/15] exec: Consolidate pdeath_signal clearing

[GIT PULL] Various filesystem fixes for 4.13-rc1
 2017-07-20 16:30 UTC 

[PATCH 0/11 v1] Fix inheritance of SGID in presence of default ACLs
 2017-07-20 16:27 UTC  (13+ messages)
` [PATCH 01/11] ext4: Don't clear SGID when inheriting ACLs
` [PATCH 04/11] gfs2: "
` [PATCH 06/11] jfs: "
` [PATCH 09/11] orangefs: "

[PATCH v3 0/5] DAX common 4k zero page
 2017-07-20 15:59 UTC  (12+ messages)
` [PATCH v3 1/5] mm: add vm_insert_mixed_mkwrite()
` [PATCH v3 3/5] dax: use common 4k zero page for dax mmap reads

[PATCH 0/4] fs/dcache: Limit # of negative dentries
 2017-07-20 15:46 UTC  (17+ messages)
` [PATCH 1/4] fs/dcache: Limit numbers "
` [PATCH 2/4] fs/dcache: Report negative dentry number in dentry-state
` [PATCH 3/4] fs/dcache: Enable automatic pruning of negative dentries
` [PATCH 4/4] fs/dcache: Protect negative dentry pruning from racing with umount

[PATCH] f2fs: let __get_victim successfully get a segno in corner case
 2017-07-20 12:27 UTC  (5+ messages)

[PATCH v8 1/1] f2fs: dax: implement direct access
 2017-07-20 12:10 UTC 

[ANNOUNCE] util-linux stable v2.30.1
 2017-07-20  9:40 UTC 

[RFC] fs: disable create file with O_DIRECT for tmpfs
 2017-07-20  3:19 UTC  (2+ messages)

[GIT PULL] f2fs: update for 4.13-rc2
 2017-07-20  3:18 UTC 

[PATCH v2] integrity: track mtime in addition to i_version for assessment
 2017-07-19 21:23 UTC  (11+ messages)

[PATCH 0/6] fscrypt: key verification and KDF improvement
 2017-07-19 17:37 UTC  (9+ messages)
` [PATCH 3/6] fscrypt: use HKDF-SHA512 to derive the per-inode encryption keys
` [PATCH 5/6] fscrypt: cache the HMAC transform for each master key
` [PATCH 6/6] fscrypt: for v2 policies, support "fscrypt:" key prefix only

[PATCH] fs: convert sync_file_range to use errseq_t based error-tracking
 2017-07-19 17:37 UTC 

Kernel BUG at fs/namei.c:248
 2017-07-19 16:16 UTC  (3+ messages)

[PATCH] fs: Fix page cache inconsistency when mixing buffered and AIO DIO
 2017-07-19 12:17 UTC  (20+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "
    ` [PATCH v5] "

fscrypt request_module() deadlock
 2017-07-19  4:58 UTC  (4+ messages)

[PATCH v7 1/1] f2fs: dax: implement direct access
 2017-07-19  4:17 UTC  (4+ messages)

[PATCH] replace incorrect strscpy use in FORTIFY_SOURCE
 2017-07-18 14:54 UTC  (3+ messages)

[GIT PULL] Please pull NFS client changes for Linux 4.13
 2017-07-18 14:20 UTC  (7+ messages)
          ` [GIT PULL] Please pull an nfsd bugfix for 4.13

[PATCH v2 0/8] exec: Use sane stack rlimit under secureexec
 2017-07-18 13:42 UTC  (14+ messages)
` [PATCH v2 1/8] exec: Correct comments about "point of no return"
` [PATCH v2 2/8] exec: Move security_bprm_secureexec() earlier

(unknown),
 2017-07-18 11:36 UTC 

[PATCH] ext4: silence array overflow warning
 2017-07-18 11:00 UTC 

[PATCH 00/15] v4 kernel core pieces refcount conversions
 2017-07-18 10:30 UTC  (16+ messages)
` [PATCH 01/15] sched: convert sighand_struct.count to refcount_t
` [PATCH 02/15] sched: convert signal_struct.sigcnt "
` [PATCH 03/15] sched: convert user_struct.__count "
` [PATCH 04/15] sched: convert numa_group.refcount "
` [PATCH 05/15] sched/task_struct: convert task_struct.usage "
` [PATCH 06/15] sched/task_struct: convert task_struct.stack_refcount "
` [PATCH 07/15] perf: convert perf_event_context.refcount "
` [PATCH 08/15] perf/ring_buffer: convert ring_buffer.refcount "
` [PATCH 09/15] perf/ring_buffer: convert ring_buffer.aux_refcount "
` [PATCH 10/15] uprobes: convert uprobe.ref "
` [PATCH 11/15] nsproxy: convert nsproxy.count "
` [PATCH 12/15] groups: convert group_info.usage "
` [PATCH 13/15] creds: convert cred.usage "
` [PATCH 14/15] futex: convert futex_pi_state.refcount "
` [PATCH 15/15] kcov: convert kcov.refcount "

Is the handling of the isofs session= mount option wrong?
 2017-07-18 10:21 UTC  (2+ messages)

[PATCH 00/15] v3 kernel core pieces refcount conversions
 2017-07-18  9:39 UTC  (20+ messages)
` [PATCH 01/15] kernel: convert sighand_struct.count from atomic_t to refcount_t
` [PATCH 02/15] kernel: convert signal_struct.sigcnt "
` [PATCH 03/15] kernel: convert user_struct.__count "
` [PATCH 04/15] kernel: convert task_struct.usage "
` [PATCH 05/15] kernel: convert task_struct.stack_refcount "
` [PATCH 06/15] kernel: convert perf_event_context.refcount "
` [PATCH 07/15] kernel: convert ring_buffer.refcount "
` [PATCH 08/15] kernel: convert ring_buffer.aux_refcount "
` [PATCH 09/15] kernel: convert uprobe.ref "
` [PATCH 10/15] kernel: convert nsproxy.count "
` [PATCH 11/15] kernel: convert group_info.usage "
` [PATCH 12/15] kernel: convert cred.usage "
` [PATCH 13/15] sched: convert numa_group.refcount "
` [PATCH 14/15] kernel: convert futex_pi_state.refcount "
` [PATCH 15/15] kernel: convert kcov.refcount "

[PATCH] f2fs: avoid cpu lockup
 2017-07-18  1:40 UTC  (5+ messages)
` [PATCH v2] "
  ` [f2fs-dev] "

[git pull] vfs.git part 3
 2017-07-18  1:36 UTC  (4+ messages)
    ` [RFC] ->poll() sparse annotations

[PATCH v6 1/1] f2fs: dax: implement direct access
 2017-07-18  1:25 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH] f2fs: include seq_file.h for sysfs.c
 2017-07-18  1:23 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH v3 0/4] firmware: few pending fixes
 2017-07-18  0:27 UTC  (8+ messages)
` [PATCH v3 2/4] test_firmware: add test case for SIGCHLD on sync fallback
` [PATCH v3 4/4] firmware: send -EINTR on signal abort on fallback mechanism

[PATCH 0/4] firmware: few more fixes - fix batched requests
 2017-07-17 14:31 UTC  (6+ messages)
` [PATCH 1/4] firmware: define pr_fmt
` [PATCH 2/4] firwmare: enable a debug print for batched requests
` [PATCH 3/4] test_firmware: add batched firmware tests
` [PATCH 4/4] firmware: fix batched requests: send wake up on failure on direct lookups

[vfs:misc.poll 2/32] include/uapi/linux/poll.h:1:22: fatal error: asm/poll.h: No such file or directory
 2017-07-17  8:01 UTC 

[PATCH 1/3] binfmt_flat: Use %u to format u32
 2017-07-16 11:57 UTC  (3+ messages)
` [PATCH 2/3] blackfin, m68k: Fix flat_set_persistent() for unsigned long to u32 changes
` [PATCH 3/3] h8300: Add missing closing parenthesis in flat_get_addr_from_rp()


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