linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-07 18:16:40 to 2016-02-12 18:37:49 UTC [more...]

[PATCH v4 00/19] vfs: support for a common kernel file loader
 2016-02-12 18:29 UTC  (18+ messages)
` [PATCH v4 01/19] firmware: simplify dev_*() print messages for generic helpers
` [PATCH v4 02/19] firmware: move completing fw into a helper
` [PATCH v4 03/19] firmware: clean up filesystem load exit path
` [PATCH v4 04/19] vfs: define a generic function to read a file from the kernel
` [PATCH v4 05/19] vfs: define kernel_read_file_id enumeration
` [PATCH v4 06/19] ima: provide buffer hash calculation function
` [PATCH v4 07/19] ima: calculate the hash of a buffer using aynchronous hash(ahash)
` [PATCH v4 08/19] ima: define a new hook to measure and appraise a file already in memory
` [PATCH v4 09/19] vfs: define kernel_read_file_from_path
` [PATCH v4 11/19] security: define kernel_read_file hook
` [PATCH v4 12/19] vfs: define kernel_copy_file_from_fd()
` [PATCH v4 13/19] module: replace copy_module_from_fd with kernel version
` [PATCH v4 14/19] ima: remove firmware and module specific cached status info
` [PATCH v4 15/19] kexec: replace call to copy_file_from_fd() with kernel version
` [PATCH v4 16/19] ima: support for kexec image and initramfs
` [PATCH v4 17/19] ima: load policy using path
` [PATCH v4 19/19] ima: require signed IMA policy

computing drop-able caches
 2016-02-12 18:25 UTC  (16+ messages)

Orangefs ABI documentation
 2016-02-12 18:00 UTC  (34+ messages)
                    ` [RFC] bufmap-related wait logics (Re: Orangefs ABI documentation)

EXT4 vs LVM performance for VMs
 2016-02-12 17:38 UTC  (7+ messages)

[RFC v2] vfs 64 bit time transition proposals
 2016-02-12 14:03 UTC  (31+ messages)
` [RFC v2a 00/12] vfs 64 bit time transition proposal
  ` [RFC v2a 01/12] vfs: Add vfs_time abstractions
  ` [RFC v2a 02/12] fs: cifs: Change cifs_fscache_inode_auxdata to use vfs_time data type
  ` [RFC v2a 03/12] fs: cifs: Change cifs_fattr timestamps data type to vfs_time
  ` [RFC v2a 04/12] fs: cifs: Make cnvrtDosUnixTm() y2038 safe
  ` [RFC v2a 05/12] fs: cifs: Use vfs_time_get_real_* time functions
  ` [RFC v2a 06/12] fs: btrfs: Change btrfs_inode.i_otime to use vfs_time data type
  ` [RFC v2a 07/12] fs: btrfs: Use vfs_time data type for btrfs_update_time()
  ` [RFC v2a 08/12] fs: btrfs: Change timespec data types to use vfs_time
  ` [RFC v2a 09/12] fs: ceph: Change encode and decode functions "
  ` [RFC v2a 10/12] fs: ceph: Replace timespec data type with vfs_time
  ` [RFC v2a 11/12] net: ceph: use vfs_time data type instead of timespec
  ` [RFC v2a 12/12] fs: xfs: change inode times to use vfs_time data type
` [RFC v2b 0/5] vfs 64 bit time transition proposal
  ` [RFC v2b 1/5] vfs: Add vfs_time accessors
  ` [RFC v2b 2/5] fs: cifs: Use "
  ` [RFC v2b 3/5] fs: btrfs: "
  ` [RFC v2b 4/5] fs: ceph: Use vfs timestamp accessors
  ` [RFC v2b 5/5] fs: xfs: change inode times to use vfs_time data type
` [RFC v2c 0/8] vfs 64 bit time transition proposal
  ` [RFC v2c 1/8] vfs: Add vfs_time abstractions
  ` [RFC v2c 2/8] fs: cifs: Change auxdata to struct timespec64 data type
  ` [RFC v2c 3/8] fs: cifs: Change cifs_fattr timestamps data type to timespec64
  ` [RFC v2c 4/8] fs: cifs: Make cnvrtDosUnixTm() y2038 safe
  ` [RFC v2c 5/8] fs: btrfs: Change btrfs_inode.i_otime to vfs_time data type
  ` [RFC v2c 6/8] fs: btrfs: Use vfs timestamp abstraction helper
  ` [RFC v2c 7/8] fs: ceph: Use vfs timestamp abstraction helpers
  ` [RFC v2c 8/8] fs: xfs: change inode times to use vfs_time data type
` [Y2038] [RFC v2] vfs 64 bit time transition proposals

[PATCH v2 0/2] DAX bdev fixes - move flushing calls to FS
 2016-02-11 23:44 UTC  (17+ messages)
` [PATCH v2 1/2] dax: supply DAX clearing code with correct bdev
` [PATCH v2 2/2] dax: move writeback calls into the filesystems

Another proposal for DAX fault locking
 2016-02-11 21:05 UTC  (22+ messages)

[LSF/MM ATTEND] [LSF/MM TOPIC] NOVA: A log-structured file system for NVM
 2016-02-11 14:00 UTC  (5+ messages)
` [Lsf-pc] "

[PATCH] update the sync.2 man page
 2016-02-11 12:35 UTC  (3+ messages)

Good day
 2016-02-10 16:33 UTC 

[LSF/MM ATTEND] Request to attend / topics
 2016-02-11  0:45 UTC 

call_usermodehelper in containers
 2016-02-11  0:17 UTC  (9+ messages)

RichACLs man-pages review
 2016-02-10 19:34 UTC  (5+ messages)
` getrichacl(1) man page review comments
` richacl(7) "

[LFS/MM TOPIC] fs reflink issues, fs online scrub/check, etc
 2016-02-10 19:18 UTC 

[PATCH] vfs: fix return type of ioctl_file_dedupe_range
 2016-02-10 18:10 UTC 

efi: make most efivarfs files immutable by default
 2016-02-10 16:38 UTC  (9+ messages)
  ` [PATCH 1/5] Add ucs2 -> utf8 helper functions
  ` [PATCH 2/5] efi: use ucs2_as_utf8 in efivarfs instead of open coding a bad version (v3)
  ` [PATCH 3/5] efi: do variable name validation tests in utf8 (v2)
  ` [PATCH 4/5] efi: make our variable validation list include the guid (v3)
  ` [PATCH 5/5] efi: Make efivarfs entries immutable by default. (v5)
    ` [PATCH] efi: minor fixup in efivar_validate() declaration

[PATCH] binfmt_em86: load_em86: Remove unused i_arg variable and constify i_name
 2016-02-10 13:34 UTC 

mmotm 2016-02-09-15-03 uploaded
 2016-02-09 23:03 UTC 

Very low responsiveness for pstore ftrace
 2016-02-09 22:21 UTC 

[PATCH 0/2] DAX bdev fixes - move flushing calls to FS
 2016-02-09 18:06 UTC  (24+ messages)
` [PATCH 1/2] dax: pass bdev argument to dax_clear_blocks()
` [PATCH 2/2] dax: move writeback calls into the filesystems

[PATCH 1/5] f2fs crypto: replace some BUG_ON()'s with error checks
 2016-02-09  1:34 UTC  (5+ messages)
` [PATCH 2/5] f2fs crypto: fix spelling typo in comment
` [PATCH 3/5] f2fs crypto: f2fs_page_crypto() doesn't need a encryption context
` [PATCH 4/5] f2fs crypto: check for too-short encrypted file names
` [PATCH 5/5] f2fs crypto: add missing locking for keyring_key access

[PATCH v8 0/9] DAX fsync/msync support
 2016-02-08 22:06 UTC  (5+ messages)
` [PATCH v8 6/9] dax: add support for fsync/msync

[PATCH 2/2] dax: fix bdev NULL pointer dereferences
 2016-02-08 15:55 UTC  (14+ messages)

[PATCH v11 0/1] Enable capsule loader interface for efi firmware updating
 2016-02-08 15:13 UTC  (5+ messages)
` [PATCH v11 1/1] efi: a misc char interface for user to update efi firmware

[PATCH 00/10] Remove CURRENT_TIME and CURRENT_TIME_SEC - PART 1
 2016-02-08 15:08 UTC  (6+ messages)
` [PATCH 10/10] fs: btrfs: Replace CURRENT_TIME by current_fs_time()
      ` [PATCH v2 "

[PATCH 0/3 v2] Q_GETNEXTQUOTA support
 2016-02-08 14:34 UTC  (6+ messages)
` [PATCH 1/3] quota: Add support for ->get_nextdqblk() for VFS quota

vfs/xfs: directio updates to ease COW handling V2
 2016-02-08  9:22 UTC  (7+ messages)
` [PATCH 2/3] xfs: don't use ioends for direct write completions

[LSF/MM ATTEND] ext4, DAX pmem/fsync
 2016-02-08  9:00 UTC 

You have 1 new fax, document 000413768
 2016-02-08  8:54 UTC 

[PATCH] xattr handlers: plug a lock leak in simple_xattr_list
 2016-02-07 22:53 UTC  (2+ 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).