linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-02 16:35:37 to 2017-01-06 20:54:58 UTC [more...]

[PATCH 00/12 linux-next] udf: clean-up
 2017-01-06 20:54 UTC  (12+ messages)
` [PATCH 01/12 linux-next] udf: use __packed instead of __attribute__ ((packed))
` [PATCH 02/12 linux-next] udf: use pointer for kernel_long_ad argument
` [PATCH 03/12 linux-next] udf: merge bh free
` [PATCH 04/12 linux-next] udf: remove unneeded line break
` [PATCH 05/12 linux-next] udf: remove empty condition
` [PATCH 06/12 linux-next] udf: add udf_ajust_time
` [PATCH 07/12 linux-next] udf: store allocation offset in udf_prealloc_extents()
` [PATCH 08/12 linux-next] udf: remove next_epos from udf_update_extent_cache()
` [PATCH 09/12 linux-next] udf: merge module informations in super.c
` [PATCH 10/12 linux-next] udf: atomically read inode size
  ` [PATCH 12/12 linux-next] udf: check partition reference in udf_read_inode()

[PATCH] ceph/iov_iter: fix bad iov_iter handling in ceph splice codepaths
 2017-01-06 20:36 UTC  (2+ messages)

[PATCH v2 0/4] Write protect DAX PMDs in *sync path
 2017-01-06 18:18 UTC  (4+ messages)

[PATCH] iov_iter: add missing handling for ITER_KVEC in iov_iter_single_seg_count
 2017-01-06 15:59 UTC 

[PATCH 0/8 v3] scope GFP_NOFS api
 2017-01-06 14:18 UTC  (12+ messages)
` [PATCH 1/8] lockdep: allow to disable reclaim lockup detection
` [PATCH 2/8] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 3/8] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 4/8] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
` [PATCH 5/8] jbd2: mark the transaction context with the scope GFP_NOFS context
` [PATCH 6/8] jbd2: make the whole kjournald2 kthread NOFS safe
` [PATCH 7/8] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"
` [PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"
` [DEBUG PATCH 0/2] debug explicit GFP_NO{FS,IO} usage from the scope context
  ` [DEBUG PATCH 1/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context
  ` [DEBUG PATCH 2/2] silent warnings which we cannot do anything about

9pfs hangs since 4.7
 2017-01-06 13:52 UTC  (8+ messages)
            ` [V9fs-developer] "

[LSF/MM TOPIC][LSF/MM ATTEND] OCSSDs - SMR, Hierarchical Interface, and Vector I/Os
 2017-01-06 13:05 UTC  (15+ messages)

[PATCH 0/22 v2] fsnotify: Avoid SRCU stalls with fanotify permission events
 2017-01-06 13:12 UTC  (24+ messages)
` [PATCH 01/22] fsnotify: Remove unnecessary tests when showing fdinfo
` [PATCH 02/22] inotify: Remove inode pointers from debug messages
` [PATCH 03/22] fanotify: Move recalculation of inode / vfsmount mask under mark_mutex
` [PATCH 04/22] audit: Abstract hash key handling
` [PATCH 05/22] fsnotify: Update comments
` [PATCH 06/22] fsnotify: Attach marks to object via dedicated head structure
` [PATCH 07/22] inotify: Do not drop mark reference under idr_lock
` [PATCH 08/22] fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()
` [PATCH 09/22] fsnotify: Detach mark from object list when last reference is dropped
` [PATCH 10/22] fsnotify: Remove special handling of mark destruction on group shutdown
` [PATCH 11/22] fsnotify: Provide framework for dropping SRCU lock in ->handle_event
` [PATCH 12/22] fsnotify: Pass SRCU index into handle_event handler
` [PATCH 13/22] fanotify: Release SRCU lock when waiting for userspace response
` [PATCH 14/22] fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()
` [PATCH 15/22] fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()
` [PATCH 16/22] fsnotify: Inline fsnotify_clear_{inode|vfsmount}_mark_group()
` [PATCH 17/22] fsnotify: Rename fsnotify_clear_marks_by_group_flags()
` [PATCH 18/22] fsnotify: Remove fsnotify_detach_group_marks()
` [PATCH 19/22] fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()
` [PATCH 20/22] fsnotify: Drop inode_mark.c
` [PATCH 21/22] fsnotify: Add group pointer in fsnotify_init_mark()
` [PATCH 22/22] fsnotify: Move ->free_mark callback to fsnotify_ops

[PATCH] tmpfs: clear S_ISGID when setting posix ACLs
 2017-01-06 10:10 UTC  (2+ messages)

[PATCH] Fix a race in put_mountpoint
 2017-01-06  7:00 UTC  (10+ messages)
            ` [PATCH] mnt: Protect the mountpoint hashtable with mount_lock
              ` [REVIEW][PATCH] mnt: Tuck mounts under others instead of creating shadow/side mounts

[PATCH 01/10] f2fs: reassign new segment for mode=lfs
 2017-01-06  3:32 UTC  (25+ messages)
` [PATCH 02/10] f2fs: fix wrong tracepoints for op and op_flags
  ` [f2fs-dev] "
` [PATCH 03/10] f2fs: add submit_bio tracepoint
  ` [f2fs-dev] "
  ` [PATCH 03/10 v2] "
` [PATCH 04/10] f2fs: support IO alignment for DATA and NODE writes
  ` [f2fs-dev] "
` [PATCH 06/10] f2fs: show the max number of atomic operations
  ` [PATCH 06/10 v2] "
` [PATCH 07/10] f2fs: don't allow encrypted operations without keys
  ` [f2fs-dev] "
` [PATCH 08/10] f2fs: relax async discard commands more
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 01/10] f2fs: reassign new segment for mode=lfs

[PATCH] fscrypt: constify struct fscrypt_operations
 2017-01-06  0:09 UTC  (3+ messages)

[PATCH] fscrypt: make fscrypt_operations.key_prefix a string
 2017-01-06  0:01 UTC  (2+ messages)

Question: read-only file access in kernel module (verify checksums)
 2017-01-05 20:04 UTC 

[PATCH v2 1/5] fscrypt: fix loophole in one-encryption-policy-per-tree enforcement
 2017-01-05 20:15 UTC  (4+ messages)
` [PATCH] ext4: don't allow encrypted operations without keys

[PATCH] fscrypt: remove unused 'mode' member of fscrypt_ctx
 2017-01-05 20:01 UTC 

[PATCH v2 1/5] fscrypt: fix loophole in one-encryption-policy-per-tree enforcement
 2017-01-05 19:03 UTC  (4+ messages)
` [PATCH v2 3/5] ext4: consolidate fscrypt_has_permitted_context() checks

[RFC PATCH] ext4: increase the protection of drop nlink and ext4 inode destroy
 2017-01-05 17:38 UTC  (8+ messages)

[PATCH] NFS: switch back to ->iterate()
 2017-01-05 16:21 UTC  (3+ messages)

[PATCH v2 2/2] nsfs: Add an ioctl() to return owner UID of a userns
 2017-01-05 15:36 UTC 

[PATCH] fscrypt / ext4: make test_dummy_encryption require a keyring key
 2017-01-05 15:10 UTC  (4+ messages)

Trouble mounting metadata_csum ext4 filesystems with v4.7.x after c9274d891869880648c4ee9365df3ecc7ba2e285: not enough inode bytes checksummed?
 2017-01-05 11:09 UTC  (3+ messages)

ext4 filesystem corruption with 4.10-rc2 on ppc64le
 2017-01-05 10:44 UTC  (8+ messages)

[LSF/MM TOPIC] slab reclaim
 2017-01-05 10:15 UTC  (3+ messages)
` [Lsf-pc] "

[PATCH] f2fs: fix small discards when se->valid_blocks is zero
 2017-01-05  2:38 UTC  (6+ messages)

[PATCH 0/22] fsnotify: Avoid SRCU stalls with fanotify permission events
 2017-01-05  2:14 UTC  (36+ messages)
` [PATCH 05/22] audit: Fix sleep in atomic
` [PATCH 06/22] audit: Abstract hash key handling
` [PATCH 08/22] fsnotify: Attach marks to object via dedicated head structure
` [PATCH 12/22] fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()
` [PATCH 13/22] fsnotify: Provide framework for dropping SRCU lock in ->handle_event
` [PATCH 15/22] fanotify: Release SRCU lock when waiting for userspace response
` [PATCH 18/22] fsnotify: Inline fsnotify_clear_{inode|vfsmount|_mark_group()

[PATCH] fscrypt: Factor out bio specific functions
 2017-01-04 22:52 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 3/6 linux-next] fs/affs: make affs exportable
 2017-01-04 17:51 UTC  (4+ messages)

[PATCH] f2fs: don't reserve block for empty file when convert inline, page
 2017-01-04 16:02 UTC  (4+ messages)
    ` [f2fs-dev] "

LTP rwtest01 blocks on DAX mountpoint
 2017-01-04 16:40 UTC  (10+ messages)

[RFC PATCH V2] ext4: increase the protection of drop nlink and ext4 inode destroy
 2017-01-04 16:29 UTC  (2+ messages)

LXC+overlayfs in unprivileged mode
 2017-01-04 13:49 UTC  (7+ messages)

[RFC][PATCH 0/4] fsnotify: pass single mark to handle_event()
 2017-01-04 11:47 UTC  (6+ messages)

mount_pseudo(), sget() and MS_KERNMOUNT
 2017-01-04  4:20 UTC  (2+ messages)

[PATCH 6/6 linux-next] fs/affs/namei.c: forward declarations clean-up
 2017-01-03 21:31 UTC 

[PATCH 5/6 linux-next] fs/affs: add prefix to some functions
 2017-01-03 21:31 UTC 

[PATCH 4/6 linux-next] fs/affs: use octal for permissions
 2017-01-03 21:30 UTC 

[PATCH 2/6 linux-next] fs/affs: add validation block function
 2017-01-03 21:30 UTC 

[PATCH 0/6 linux-next] affs: make FS exportable plus some clean-up
 2017-01-03 21:29 UTC 

[PATCH 1/6 linux-next] fs/affs: remove reference to affs_parent_ino()
 2017-01-03 21:29 UTC 

[PATCH 0/6] UBIFS NFS export support
 2017-01-03 19:52 UTC  (11+ messages)
` [PATCH 3/6] ubifs: Use 64bit readdir cookies

[PATCH v5] xfs: fix the size of xfs_mode_to_ftype table
 2017-01-03 18:44 UTC  (2+ messages)

multi-threads libvmmalloc fork test hang
 2017-01-03 16:58 UTC  (3+ messages)

(unknown),
 2017-01-03  6:57 UTC 

(unknown),
 2017-01-03  6:48 UTC 

(unknown),
 2017-01-03  6:48 UTC 

[GIT PULL] fscrypt update for 4.10
 2017-01-03  2:23 UTC 

Urgent Please;;
 2017-01-02 17:34 UTC 

[PATCH] clean_bdev_aliases: Prevent cleaning blocks that are not in block range
 2017-01-02 16:46 UTC  (5+ 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).