linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-06-03 07:33:36 to 2014-06-13 10:36:57 UTC [more...]

[PATCH v3 0/7] File Sealing & memfd_create()
 2014-06-13 10:36 UTC  (6+ messages)
` [PATCH v3 1/7] mm: allow drivers to prevent new writable mappings
` [PATCH v3 2/7] shm: add sealing API
` [PATCH v3 3/7] shm: add memfd_create() syscall
` [PATCH v3 4/7] selftests: add memfd_create() + sealing tests
` [PATCH v3 5/7] selftests: add memfd/sealing page-pinning tests

[RFC] Tux3 for review
 2014-06-13 10:32 UTC  (5+ messages)

[PATCH 1/3] f2fs: fix to report newly allocate region as extent
 2014-06-13 10:17 UTC  (3+ messages)
` [PATCH 2/3] f2fs: recover fallocated data and its i_size together
` [PATCH 3/3] f2fs: fix not to allocate unnecessary blocks during fallocate

[PATCH] ext4: Add support for SFITRIM, an ioctl for secure FITRIM
 2014-06-13  5:07 UTC  (10+ messages)

mmotm 2014-06-12-16-38 uploaded
 2014-06-12 23:39 UTC 

/proc/stat vs. failed order-4 allocation
 2014-06-12 20:59 UTC  (14+ messages)
    ` [PATCH 2/2] fs: proc/stat: use usual seq_file ops rather than single_open

mm: shm: hang in shmem_fallocate
 2014-06-12 20:38 UTC  (3+ messages)

Heterogeneous memory management v2
 2014-06-12 18:33 UTC 

[RFC][PATCH] debugfs: Fix corrupted loop in debugfs_remove_recursive
 2014-06-12 16:08 UTC  (7+ messages)

[pre 3.16-rc1] Oops at spin_trylock(&inode->i_lock)
 2014-06-12 11:39 UTC  (5+ messages)

[PATCH 3/3] f2fs: avoid to truncate non-updated page partially
 2014-06-12  5:31 UTC 

[PATCH 2/3] f2fs: avoid unneeded SetPageUptodate in f2fs_write_end
 2014-06-12  5:25 UTC 

[PATCH 1/3] f2fs: check lower bound nid value in check_nid_range
 2014-06-12  5:23 UTC 

User namespace over 9p
 2014-06-11 23:14 UTC  (4+ messages)

[GIT PULL v2] Reiserfs & ext3 changes for 3.16-rc1
 2014-06-11 17:41 UTC 

[GIT PULL] Reiserfs & ext3 changes for 3.16-rc1
 2014-06-11 17:37 UTC  (4+ messages)

kernel BUG at /build/buildd/linux-3.13.0/fs/namei.c:2987!
 2014-06-11 14:19 UTC  (2+ messages)

[f2fs-dev][PATCH] f2fs: remove unused variables in f2fs_sm_info
 2014-06-11 10:32 UTC 

[PATCH 0/2] ext4: ext4_mb_normalize_request() fixes
 2014-06-11  8:47 UTC  (10+ messages)
` [PATCH 2/2] ext4: fix bug in ext4_mb_normalize_request()

[PATCH v6 0/9] seccomp: add thread sync ability
 2014-06-10 23:01 UTC  (10+ messages)
` [PATCH v6 1/9] seccomp: create internal mode-setting function
` [PATCH v6 2/9] seccomp: split filter prep from check and apply
` [PATCH v6 3/9] seccomp: introduce writer locking
` [PATCH v6 4/9] seccomp: move no_new_privs into seccomp
` [PATCH v6 5/9] seccomp: split mode set routines
` [PATCH v6 6/9] seccomp: add "seccomp" syscall
` [PATCH v6 7/9] seccomp: implement SECCOMP_FILTER_FLAG_TSYNC
` [PATCH v6 8/9] ARM: add seccomp syscall
` [PATCH v6 9/9] MIPS: "

[PATCH 0/2] locks: some small locks.c fixups for v3.16
 2014-06-10 21:05 UTC  (7+ messages)
` [PATCH 1/2] locks: add missing memory barrier in break_deleg
` [PATCH 2/2] locks: set fl_owner for leases back to current->files

P/s Get back to me on this email: mrs.florenceevans3@gmail.com
 2014-06-10 11:10 UTC 

[RFC 00/32] making inode time stamps y2038 ready
 2014-06-10  9:54 UTC  (32+ messages)
` [RFC 11/32] xfs: convert to struct inode_time

MESSAGE FROM JAZMIN FOX FIN AID
 2014-06-10  4:59 UTC 

[GIT PULL] f2fs updates for v3.16
 2014-06-09 16:49 UTC 

[PATCH] f2fs: support f2fs_fiemap
 2014-06-09 16:23 UTC 

We offer all purpose loan at 3% interest rate
 2014-06-08 22:15 UTC 

[PATCHv3 2/3] list: Fix order of arguments for hlist_add_after(_rcu)
 2014-06-08  8:53 UTC  (2+ messages)
  ` [linux-nics] "

[PATCH 1/3] f2fs: fix to recover data written by dio
 2014-06-07 16:44 UTC  (3+ messages)
` [PATCH 2/3] f2fs: recover fallocated space
` [PATCH 3/3] f2fs: avoid not to call remove_dirty_inode

Q: spin_unlock(dentry) after lock_parent(dentry)
 2014-06-07 13:51 UTC  (4+ messages)

[PATCH] list: Fix order of arguments for hlist_add_after(_rcu)
 2014-06-07  6:45 UTC  (5+ messages)

[PATCH 00/11] mainly d_splice_alias fixes
 2014-06-06 21:23 UTC  (16+ messages)
` [PATCH 01/11] namei: trivial fix to vfs_rename_dir comment
` [PATCH 02/11] dcache: move d_splice_alias
` [PATCH 03/11] dcache: close d_move race in d_splice_alias
` [PATCH 04/11] dcache: d_splice_alias mustn't create directory aliases
` [PATCH 05/11] dcache: d_splice_alias should ignore DCACHE_DISCONNECTED
` [PATCH 06/11] dcache: d_obtain_alias callers don't all want DISCONNECTED
` [PATCH 07/11] dcache: remove unused d_find_alias parameter
` [PATCH 08/11] dcache: d_find_alias needn't recheck IS_ROOT && DCACHE_DISCONNECTED
` [PATCH 09/11] exportfs: update Exporting documentation
` [PATCH 10/11] dcache: d_materialise_unique isn't GPL-only
` [PATCH 11/11] dcache: d_splice_alias should detect loops

[PATCHv2 02/13] list: Fix order of arguments for hlist_add_after(_rcu)
 2014-06-06 17:34 UTC 

[PATCH] fcntl-linux.h: add new definitions and manual updates for open file description locks
 2014-06-06 13:25 UTC 

[RFC 1/1] vfs: del redundant BH_new flag on unrelated buffer heads
 2014-06-06  9:31 UTC 

[GIT PULL] exofs: raid6 support for the 3.16 merge window
 2014-06-06  8:33 UTC 

[PATCH] SCHED: remove proliferation of wait_on_bit action functions
 2014-06-06  6:04 UTC  (6+ messages)

exchangedata vfs call to support atomic updates
 2014-06-06  0:32 UTC 

[PATCH v7 00/22] Support ext4 on NV-DIMMs
 2014-06-05 22:38 UTC  (4+ messages)
` [PATCH v7 07/22] Replace the XIP page fault handler with the DAX page fault handler

[PATCH 00/13] overlay filesystem v22
 2014-06-05 22:16 UTC  (20+ messages)
` Unionmount and overlayfs testsuite

[RFC 2/3] vfs: get_next_ino(), support for the uniqueness
 2014-06-05 12:27 UTC  (8+ messages)
` [RFC PATCH v3 0/2] the uniquness of tmpfs inode-number
  ` [RFC PATCH v3 1/2] tmpfs: manage the inode-number by IDR, signed int inum
      ` [RFC PATCH v4 0/2] tmpfs: manage the inode-number by IDR (performance measure)
        ` [RFC PATCH v4 1/2] tmpfs: manage the inode-number by IDR, signed int inum
        ` [RFC PATCH v4 2/2] tmpfs: refine a file handle for NFS-exporting

GOOD DAY,
 2014-06-04 19:05 UTC 

[RFC 1/1] vfs: del redundant BH_new flag on unrelated buffer heads
 2014-06-05 11:55 UTC 

[ANNOUNCE] autofs 5.1.0 release
 2014-06-05  5:45 UTC 

[RFC][PATCH 1/2] Add a super operation for writeback
 2014-06-04 20:16 UTC  (20+ messages)

Postgresql performance problems with IO latency, especially during fsync()
 2014-06-04 20:06 UTC  (6+ messages)
  ` [Lsf] "

fs: memory corruption in names_cache
 2014-06-04 17:41 UTC  (3+ messages)

[PATCH] quota: remove dqptr_sem for scalability
 2014-06-04 15:36 UTC  (13+ messages)
` [PATCH 1/3] quota: protect Q_GETFMT by dqonoff_mutex
    ` [PATCH 3/3 v2] quota: remove dqptr_sem
            ` [PATCH 1/5] quota: protect Q_GETFMT by dqonoff_mutex
            ` [PATCH 2/5] quota: avoid unnecessary dqget()/dqput() calls
            ` [PATCH 3/5] quota: simplify remove_inode_dquot_ref()
            ` [PATCH 4/5] quota: missing lock in dqcache_shrink_scan()
            ` [PATCH 5/5] quota: remove dqptr_sem

[PATCH] mm: page_alloc: Reset fair zone allocation policy only when batch counts are expired
 2014-06-04 14:56 UTC  (4+ messages)

[PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate
 2014-06-04  4:57 UTC  (8+ messages)

[GIT PULL] please pull file locking changes for v3.16
 2014-06-03 23:12 UTC 

3.15 regression: wrong cgroup magic
 2014-06-03 17:53 UTC  (9+ messages)

Crash with 512 byte blocks on 4K media
 2014-06-03 14:58 UTC  (5+ messages)
    ` [PATCH] fat: Fix missed error code by "add support for DOS 1.x formatted volumes"

[PATCH] xfstests: f2fs support
 2014-06-03 12:49 UTC  (3+ messages)

[PATCH 0/9] procfs: smooth steps to secure some /proc/<pid>/*
 2014-06-03 10:13 UTC  (3+ messages)
` [PATCH 3/9] procfs: add proc_read_from_buffer() and pid_entry_read() helpers

hello dear,
 2014-06-03 10:06 UTC 

[PATCH v2 0/3] File Sealing & memfd_create()
 2014-06-03  8:31 UTC  (9+ 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).