linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-01 22:02:16 to 2016-12-19 22:06:19 UTC [more...]

[PATCH 0/9 v2] scope GFP_NOFS api
 2016-12-19 22:06 UTC  (29+ messages)
` [PATCH 1/9] lockdep: allow to disable reclaim lockup detection
` [PATCH 2/9] xfs: introduce and use KM_NOLOCKDEP to silence reclaim lockdep false positives
  ` [PATCH 2/9 v2] "
` [PATCH 3/9] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 4/9] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 5/9] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
    ` [PATCH 5/9 v2] "
` [PATCH 6/9] jbd2: mark the transaction context with the scope GFP_NOFS context
` [PATCH 7/9] jbd2: make the whole kjournald2 kthread NOFS safe
` [PATCH 8/9] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"
` [PATCH 9/9] 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

[PATCH 0/6 v3] dax: Page invalidation fixes
 2016-12-19 21:51 UTC  (17+ messages)
` [PATCH 1/6] ext2: Return BH_New buffers for zeroed blocks
` [PATCH 2/6] mm: Invalidate DAX radix tree entries only if appropriate
` [PATCH 3/6] dax: Avoid page invalidation races and unnecessary radix tree traversals
` [PATCH 4/6] dax: Finish fault completely when loading holes
` [PATCH 5/6] dax: Call ->iomap_begin without entry lock during dax fault
` [PATCH 6/6] ext4: Simplify DAX fault path

[GIT PULL] Quota, fsnotify, and ext2 changes for 4.10-rc1
 2016-12-19 13:18 UTC  (2+ messages)

[PATCH] fscrypt: Factor out bio specific functions
 2016-12-19 11:25 UTC  (7+ messages)
        ` [PATCH v2] "

Erasure?
 2016-12-18 13:11 UTC 

???????????????
 2016-12-18 13:16 UTC 

Parcel ID00663101 delivery problems, please review
 2016-12-17  9:27 UTC 

Creating a mailing list, git tree, and patchwork project for fscrypt
 2016-12-16 22:25 UTC  (5+ messages)

[PATCH 1/3] fscrypt: fix loophole in one-encryption-policy-per-tree enforcement
 2016-12-16 20:46 UTC  (7+ messages)
` [PATCH 2/3] fscrypt: fix renaming and linking special files
` [PATCH 3/3] fscrypt: consolidate fscrypt_has_permitted_context() checks

[PATCH] ubifs: add CONFIG_BLOCK dependency for encryption
 2016-12-16  9:35 UTC  (2+ messages)

Big I/O requests are split into small ones due to unaligned ext4 partition boundary?
 2016-12-16  5:42 UTC  (4+ messages)

linux-next: Tree for Dec 15 (fs/ubifs/ causes problems in fs/crypto/)
 2016-12-15 22:46 UTC 

[GIT PULL] ext4 updates for 4.10
 2016-12-14 18:49 UTC  (3+ messages)

superblock completely overwritten
 2016-12-14 16:28 UTC  (5+ messages)
    ` Aw: "

[RFC PATCH] mm: introduce kv[mz]alloc helpers
 2016-12-14  9:05 UTC  (14+ messages)

[ext4] e2ae766c1b: BUG:sleeping_function_called_from_invalid_context_at_kernel/locking/rwsem.c
 2016-12-14  3:11 UTC  (10+ messages)
      ` [LKP] "

Fwd: Filesystem size problem
 2016-12-14  1:43 UTC  (9+ messages)
  `  "

[PATCH] xfstests-bld: populate keyring with default key for test_dummy_encryption
 2016-12-13  6:54 UTC 

[PATCH] fscrypt / ext4: make test_dummy_encryption require a keyring key
 2016-12-13  6:52 UTC 

DO YOU NEED A LOAN??
 2016-12-13  5:28 UTC 

[PATCH 0/6] UBIFS NFS export support
 2016-12-12 22:29 UTC  (11+ messages)
` [PATCH 1/6] ext4: Move is_32bit_api() to generic code
` [PATCH 2/6] ubifs: Provide a custom llseek for directories
` [PATCH 3/6] ubifs: Use 64bit readdir cookies
` [PATCH 4/6] ubifs: Maintain a parent pointer
` [PATCH 5/6] ubifs: Implement export_operations
` [PATCH 6/6] ubifs: Wire up NFS support

[PATCH] ext4: do not perform data journaling when data is encrypted
 2016-12-10 22:56 UTC  (2+ messages)

[patch] ext4: return -ENOMEM instead of success
 2016-12-10 14:58 UTC  (2+ messages)

[PATCH] ext4: reject inodes with negative size
 2016-12-10 14:55 UTC  (2+ messages)

HUGE slowdown when doing dpkg with ext4 over nbd
 2016-12-09 21:31 UTC  (13+ messages)

[PATCH 0/6 v2] dax: Page invalidation fixes
 2016-12-09 12:02 UTC  (12+ messages)
` [PATCH 2/6] mm: Invalidate DAX radix tree entries only if appropriate
` [PATCH 4/6] dax: Finish fault completely when loading holes
` [PATCH 5/6] dax: Call ->iomap_begin without entry lock during dax fault

- - Re
 2016-12-08  7:23 UTC 

LSF/MM 2017: Call for Proposals
 2016-12-08 15:37 UTC  (6+ messages)
    ` [Lsf-pc] "

[PATCHSET RFC] sched, jbd2: mark sleeps on journal->j_checkpoint_mutex as iowait
 2016-12-07 20:48 UTC  (11+ messages)
` [PATCH 1/4] sched: move IO scheduling accounting from io_schedule_timeout() to __schedule()
  ` [PATCH v2 "
      ` [PATCH v3 1/4] sched: move IO scheduling accounting from io_schedule_timeout() into scheduler

[PATCH 1/2] test: add f_mke2fs_baddisk v2
 2016-12-07 14:55 UTC  (2+ messages)
` [PATCH 2/2] ext2fs: check fsync error code

[PATCH 1/2] test: add f_mke2fs_baddisk
 2016-12-07 14:50 UTC  (4+ messages)
` [PATCH 2/2] ext2fs: check fsync error code

[PATCH] ext2: reject inodes with negative size
 2016-12-07 12:05 UTC  (2+ messages)

patch ext4: fix data exposure after a crash still work ?
 2016-12-07 11:47 UTC  (2+ messages)

[PATCH v27 00/21] Richacls (Core and Ext4)
 2016-12-06 21:36 UTC  (9+ messages)
` [PATCH v27 02/21] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v27 03/21] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "

[RFC PATCH 0/5] fscrypt error code cleanup
 2016-12-05 19:12 UTC  (6+ messages)
` [RFC PATCH 1/5] fscrypt: use ENOKEY when file cannot be created w/o key
` [RFC PATCH 2/5] fscrypt: use ENOTDIR when setting encryption policy on nondirectory
` [RFC PATCH 3/5] fscrypt: use EEXIST when file already uses different policy
` [RFC PATCH 4/5] fscrypt: remove user-triggerable warning messages
` [RFC PATCH 5/5] fscrypt: pass up error codes from ->get_context()

ext4: remove another test in ext4_alloc_file_blocks()
 2016-12-03 21:47 UTC  (3+ messages)

[PATCH 1/1 linux-next] ext4: fix block_validity definition
 2016-12-03 21:44 UTC  (3+ messages)

[PATCH] ext4: Fix checks for data=ordered and journal_async_commit options
 2016-12-03 21:22 UTC  (2+ messages)

[PATCH 1/5] mbcache: correctly handle 'e_referenced' bit
 2016-12-03 20:56 UTC  (10+ messages)
` [PATCH 2/5] mbcache: don't BUG() if entry cache cannot be allocated
` [PATCH 3/5] mbcache: remove unnecessary module_get/module_put
` [PATCH 4/5] mbcache: use consistent type for entry count
` [PATCH 5/5] mbcache: document that "find" functions only return reusable entries

ABI tracker for e2fsprogs
 2016-12-03 19:18 UTC 

[RFD] Common userspace tool for fscypto
 2016-12-03  0:40 UTC  (8+ messages)

[PATCH] ext4: fix reading new encrypted symlinks on no-journal filesystems
 2016-12-02 18:05 UTC  (3+ messages)
` [PATCH] ext4: fix reading new encrypted symlinks on no-journal file systems


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