linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-11 00:13:30 to 2017-04-14 09:19:13 UTC [more...]

Greetings
 2017-04-14  9:19 UTC 

mmotm 2017-04-13-14-50 uploaded
 2017-04-13 21:50 UTC 

[RFC][PATCH] proc: invalidate the deleting or deleted proc dentry
 2017-04-13 13:49 UTC 

[PATCH] fs: Preventing READ_IMPLIES_EXEC Propagation
 2017-04-13 12:33 UTC 

[PATCH 0/11] quota: Stop setting IMMUTABLE and NOATIME flags directly
 2017-04-13  8:01 UTC  (17+ messages)
` [PATCH 01/11] ext4: Set flags on quota files directly
` [PATCH 02/11] reiserfs: "
` [PATCH 03/11] ext2: "
` [PATCH 04/11] jfs: "
` [PATCH 05/11] quota: Stop setting IMMUTABLE and NOATIME flags on quota files
` [PATCH 06/11] ext4: Remove ext4_get_inode_flags()
` [PATCH 07/11] ext2: Remove ext2_get_inode_flags()
` [PATCH 08/11] jfs: Remove jfs_get_inode_flags()
` [PATCH 09/11] reiserfs: Remove useless setting of i_flags
` [PATCH 10/11] reiserfs: Remove i_attrs_to_sd_attrs()
` [PATCH 11/11] quota: Remove dquot_quotactl_ops

[PATCH v2 00/17] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-04-12 23:01 UTC  (38+ messages)
` [PATCH v2 01/17] mm: drop "wait" parameter from write_one_page
` [PATCH v2 02/17] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v2 03/17] buffer: use mapping_set_error instead of setting the flag
` [PATCH v2 04/17] ext2: don't test/clear AS_EIO flag
` [PATCH v2 05/17] orangefs: don't call filemap_write_and_wait from fsync
` [PATCH v2 06/17] mm: doc comment for scary spot in write_one_page
` [PATCH v2 07/17] fs: new infrastructure for writeback error handling and reporting
` [PATCH v2 08/17] fs: retrofit old error reporting API onto new infrastructure
` [PATCH v2 09/17] mm: remove AS_EIO and AS_ENOSPC flags
` [PATCH v2 10/17] dax: set errors in mapping when writeback fails
` [PATCH v2 11/17] nilfs2: set the mapping error when calling SetPageError on writeback
` [PATCH v2 12/17] mm: ensure that we set mapping error if writeout() fails
` [PATCH v2 13/17] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v2 14/17] 9p: set mapping error when writeback fails in launder_page
` [PATCH v2 15/17] fuse: set mapping error in writepage_locked when it fails
` [PATCH v2 16/17] cifs: set mapping error when page writeback fails in writepage or launder_pages
` [PATCH v2 17/17] cifs: remove some unneeded mapping_set_error calls

[PATCH 1/3] f2fs: give time to flush dirty pages for checkpoint
 2017-04-12 21:21 UTC  (3+ messages)
` [PATCH 2/3] f2fs: allocate hot_data for atomic writes
` [PATCH 3/3] f2fs: fix not to set fsync/dentry mark

[PATCH] f2fs: fix fs corruption due to zero inode page
 2017-04-12 21:21 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/3] orangefs fixes for stable
 2017-04-12 20:03 UTC  (8+ messages)
` [PATCH 1/3] orangefs: fix memory leak of string 'new' on exit path
` [PATCH 2/3] orangefs: Dan Carpenter influenced cleanups
` [PATCH 3/3] orangefs: fix buffer size mis-match between kernel space and user space

[PATCH 0/9 v5] No wait AIO
 2017-04-12 18:31 UTC  (14+ messages)
` [PATCH 1/9] Use RWF_* flags for AIO operations
` [PATCH 2/9] nowait aio: Introduce RWF_NOWAIT
` [PATCH 3/9] nowait aio: return if direct write will trigger writeback
` [PATCH 4/9] nowait-aio: Introduce IOMAP_NOWAIT
` [PATCH 5/9] nowait aio: return on congested block device
` [PATCH 6/9] nowait aio: ext4
` [PATCH 7/9] nowait aio: xfs
` [PATCH 8/9] nowait aio: btrfs
` [PATCH 9/9] nowait aio: Return -EOPNOTSUPP if filesystem does not support

[PATCH] iomap_dio_rw: Prevent reading file data beyond iomap_dio->i_size
 2017-04-12 16:28 UTC  (6+ messages)

[PATCH v2 0/2] Expose task pid_ns_for_children to userspace
 2017-04-12 15:34 UTC  (3+ messages)
` [PATCH v2 1/2] ns: Allow ns_entries to have custom symlink content
` [PATCH v2 2/2] pidns: Expose task pid_ns_for_children to userspace

[PATCH 1/8] Documentation/filesystems: fix documentation for ->getattr()
 2017-04-12 15:12 UTC  (4+ messages)
` [PATCH 8/8] statx: Include a mask for stx_attributes in struct statx

[PATCH 0/1] fs: Allows for xattr support to be compiled out
 2017-04-12 15:03 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 0/25 v3] fs: Convert all embedded bdis into separate ones
 2017-04-12 13:47 UTC  (27+ messages)
` [PATCH 01/25] bdi: Provide bdi_register_va() and bdi_alloc()
` [PATCH 02/25] block: Unregister bdi on last reference drop
` [PATCH 03/25] bdi: Export bdi_alloc_node() and bdi_put()
` [PATCH 04/25] fs: Provide infrastructure for dynamic BDIs in filesystems
` [PATCH 05/25] fs: Get proper reference for s_bdi
` [PATCH 06/25] lustre: Convert to separately allocated bdi
` [PATCH 07/25] 9p: "
` [PATCH 08/25] btrfs: "
` [PATCH 09/25] ceph: "
` [PATCH 10/25] cifs: "
` [PATCH 11/25] ecryptfs: "
` [PATCH 12/25] afs: "
` [PATCH 13/25] mtd: Convert to dynamically allocated bdi infrastructure
` [PATCH 14/25] coda: Convert to separately allocated bdi
` [PATCH 15/25] exofs: "
` [PATCH 16/25] fuse: "
` [PATCH 17/25] fuse: Get rid of bdi_initialized
` [PATCH 18/25] gfs2: Convert to properly refcounting bdi
` [PATCH 19/25] nilfs2: "
` [PATCH 20/25] ncpfs: Convert to separately allocated bdi
` [PATCH 21/25] nfs: "
` [PATCH 22/25] ubifs: "
` [PATCH 23/25] fs: Remove SB_I_DYNBDI flag
` [PATCH 24/25] block: Remove unused functions
` [PATCH 25/25] bdi: Drop 'parent' argument from bdi_register[_va]()

[PATCH 00/12] Delete CURRENT_TIME, CURRENT_TIME_SEC and current_fs_time
 2017-04-12 13:42 UTC  (7+ messages)
` [PATCH 06/12] audit: Use timespec64 to represent audit timestamps
` [PATCH 07/12] fs: btrfs: Use ktime_get_real_ts for root ctime

[PATCH 0/25 v2] fs: Convert all embedded bdis into separate ones
 2017-04-12  9:52 UTC  (56+ messages)
` [PATCH 01/25] bdi: Provide bdi_register_va() and bdi_alloc()
` [PATCH 02/25] block: Unregister bdi on last reference drop
` [PATCH 03/25] bdi: Export bdi_alloc_node() and bdi_put()
` [PATCH 04/25] fs: Provide infrastructure for dynamic BDIs in filesystems
` [PATCH 05/25] fs: Get proper reference for s_bdi
` [PATCH 06/25] lustre: Convert to separately allocated bdi
` [PATCH 07/25] 9p: "
` [PATCH 08/25] btrfs: "
` [PATCH 09/25] ceph: "
` [PATCH 10/25] cifs: "
` [PATCH 11/25] ecryptfs: "
` [PATCH 12/25] afs: "
` [PATCH 13/25] mtd: Convert to dynamically allocated bdi infrastructure
` [PATCH 14/25] coda: Convert to separately allocated bdi
` [PATCH 15/25] exofs: "
` [PATCH 16/25] fuse: "
` [PATCH 17/25] fuse: Get rid of bdi_initialized
` [PATCH 18/25] gfs2: Convert to properly refcounting bdi
` [PATCH 19/25] nilfs2: "
` [PATCH 20/25] ncpfs: Convert to separately allocated bdi
` [PATCH 21/25] nfs: "
` [PATCH 22/25] ubifs: "
` [PATCH 23/25] fs: Remove SB_I_DYNBDI flag
` [PATCH 24/25] block: Remove unused functions
` [PATCH 25/25] bdi: Drop 'parent' argument from bdi_register[_va]()

[PATCH] ext4: Add statx support
 2017-04-12  7:34 UTC  (5+ messages)

[PATCH v2 0/3] make ubifs compatible with IMA and EVM
 2017-04-12  7:15 UTC  (12+ messages)
` [PATCH v2 1/3] fs: ubifs: parse iversion mount option
` [PATCH v2 2/3] fs: ubifs: update i_version on inode changes
` [PATCH v2 3/3] fs: ubifs: set s_uuid in super block

[git pull] vfs fixes
 2017-04-12  7:00 UTC  (5+ messages)

17298 linux-fsdevel
 2017-04-11 23:20 UTC 

[PATCH 0/1] fs: Allows for xattr support to be compiled out
 2017-04-11 22:47 UTC 

mmotm 2017-04-11-15-23 uploaded
 2017-04-11 22:25 UTC 

[PATCH 1/4] f2fs: use segment number for get_valid_blocks
 2017-04-11 22:13 UTC  (6+ messages)
` [PATCH 2/4] f2fs: clean up get_valid_blocks with consistent parameter
` [PATCH 3/4] f2fs: clean up some macros in terms of GET_SEGNO
` [PATCH 4/4] f2fs: avoid frequent checkpoint during f2fs_gc

[PATCH 0/35 v7] fsnotify: Avoid SRCU stalls with fanotify permission events
 2017-04-11 20:27 UTC  (8+ messages)
` [PATCH 05/35] audit_tree: Use mark flags to check whether mark is alive

[PATCH 1/2] vfs: implement fchmodat2() syscall
 2017-04-11 19:09 UTC  (10+ messages)

[PATCH 00/19] Kernel subsystem refcounter conversions
 2017-04-11 19:01 UTC  (6+ messages)
` [PATCH 15/19] kernel: convert audit_tree.count from atomic_t to refcount_t

[PATCH v6 0/6] Skipped unlocks
 2017-04-11 16:50 UTC  (7+ messages)
` [PATCH 1/6] NFS4: remove a redundant lock range check
` [PATCH 2/6] NFS: Move the flock open mode check into nfs_flock()
` [PATCH 3/6] locks: Set FL_CLOSE when removing flock locks on close()
` [PATCH 4/6] NFS: Add an iocounter wait function for async RPC tasks
` [PATCH 5/6] lockd: Introduce nlmclnt_operations
` [PATCH 6/6] NFS: Always wait for I/O completion before unlock

[ima] 05d1a717ec [ 85.122020] BUG: unable to handle kernel NULL pointer dereference at (null)
 2017-04-11  9:22 UTC  (2+ messages)
` [ima] 05d1a717ec [ 19.258978] BUG: sleeping function called from invalid context at arch/x86/mm/fault.c:1304

[PATCH] dax: fix radix tree insertion race
 2017-04-11  8:29 UTC  (4+ 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).