linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-30 17:42:17 to 2016-01-11 20:21:02 UTC [more...]

[PATCH 00/35 v3] eparate operations from flags in the bio/request structs
 2016-01-11 20:21 UTC  (5+ messages)
` [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/35] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/35] fs: have submit_bh users pass in op and flags separately

[PATCH v17 00/22] Richacls (Core and Ext4)
 2016-01-11 15:21 UTC  (23+ messages)
` [PATCH v17 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v17 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v17 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v17 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v17 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v17 06/22] richacl: In-memory representation and helper functions
` [PATCH v17 07/22] richacl: Permission mapping functions
` [PATCH v17 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v17 09/22] richacl: Permission check algorithm
` [PATCH v17 10/22] posix_acl: Unexport acl_by_type and make it static
` [PATCH v17 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v17 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v17 13/22] vfs: Cache richacl in struct inode
` [PATCH v17 14/22] richacl: Update the file masks in chmod()
` [PATCH v17 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v17 16/22] richacl: Create-time inheritance
` [PATCH v17 17/22] richacl: Automatic Inheritance
` [PATCH v17 18/22] richacl: xattr mapping functions
  ` [PATCH v17 19/22] richacl: Add richacl xattr handler
` [PATCH v17 20/22] vfs: Add richacl permission checking
` [PATCH v17 21/22] ext4: Add richacl support
` [PATCH v17 22/22] ext4: Add richacl feature flag

[PATCH v7 0/9] DAX fsync/msync support
 2016-01-11 12:23 UTC  (22+ messages)
` [PATCH v7 1/9] dax: fix NULL pointer dereference in __dax_dbg()
` [PATCH v7 2/9] dax: fix conversion of holes to PMDs
` [PATCH v7 3/9] pmem: add wb_cache_pmem() to the PMEM API
` [PATCH v7 4/9] dax: support dirty DAX entries in radix tree
` [PATCH v7 5/9] mm: add find_get_entries_tag()
` [PATCH v7 6/9] dax: add support for fsync/msync
` [PATCH v7 7/9] ext2: call dax_pfn_mkwrite() for DAX fsync/msync
` [PATCH v7 8/9] ext4: "
` [PATCH v7 9/9] xfs: "

[PATCH 1/2] ext4: Fix data exposure after a crash
 2016-01-11 10:23 UTC  (2+ messages)
` [PATCH 2/2] ext4: Remove EXT4_STATE_ORDERED_MODE

ext4 out of order when use cfq scheduler
 2016-01-11 10:21 UTC  (14+ messages)

[PATCH 0/7 v2] ext[24]: MBCache rewrite
 2016-01-10 19:14 UTC  (4+ messages)
` [PATCH 1/7] mbcache2: Reimplement mbcache

[PATCH] libext2fs: return errno on failure in ext2fs_sync_device()
 2016-01-10 16:29 UTC 

[PATCH 00/35 v2] separate operations from flags in the bio/request structs
 2016-01-10  7:15 UTC  (57+ messages)
` [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
  ` [dm-devel] "
` [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
    ` [dm-devel] "
` [PATCH 03/35] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/35] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/35] fs: have ll_rw_block "
` [PATCH 06/35] direct-io: set bi_op to REQ_OP
` [PATCH 07/35] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/35] btrfs: set bi_op tp REQ_OP
` [PATCH 09/35] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/35] btrfs: don't pass rq_flag_bits if there is a bio
` [PATCH 11/35] f2fs: set bi_op to REQ_OP
` [PATCH 12/35] gfs2: "
` [PATCH 13/35] xfs: "
` [PATCH 14/35] hfsplus: "
` [PATCH 15/35] mpage: "
` [PATCH 16/35] nilfs: "
` [PATCH 17/35] ocfs2: "
` [PATCH 18/35] pm: "
` [PATCH 19/35] dm: "
` [PATCH 20/35] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/35] bcache: set bi_op to REQ_OP
` [PATCH 22/35] drbd: "
` [PATCH 23/35] md/raid: "
` [PATCH 24/35] xen: "
` [PATCH 25/35] target: "
` [PATCH 26/35] block: set op "
` [PATCH 27/35] drivers: set request "
` [PATCH 28/35] blktrace: get op from req->op/bio->bi_op
` [PATCH 29/35] ide cd: do not set REQ_WRITE on requests
` [PATCH 30/35] block, fs, drivers: do not test bi_rw for REQ_OPs
` [PATCH 31/35] block, fs: remove old REQ definitions
` [PATCH 32/35] block: shrink bi_rw and bi_op
` [PATCH 33/35] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua
` [PATCH 35/35] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[PATCH] ext4: fix ext4_ioctl_setproject return code
 2016-01-08 21:52 UTC 

[patch] ext4: checking for NULL instead of IS_ERR
 2016-01-08 20:52 UTC  (3+ messages)

[patch] ext4 crypto: unlock on error in ext4_set_encryption_metadata()
 2016-01-08 20:36 UTC  (2+ messages)

A blocksize problem about dax and ext4
 2016-01-08 17:22 UTC  (3+ messages)

Payment
 2016-01-08  9:57 UTC 

[PATCH v8 0/9] DAX fsync/msync support
 2016-01-08  5:27 UTC  (10+ messages)
` [PATCH v8 1/9] dax: fix NULL pointer dereference in __dax_dbg()
` [PATCH v8 2/9] dax: fix conversion of holes to PMDs
` [PATCH v8 3/9] pmem: add wb_cache_pmem() to the PMEM API
` [PATCH v8 4/9] dax: support dirty DAX entries in radix tree
` [PATCH v8 5/9] mm: add find_get_entries_tag()
` [PATCH v8 6/9] dax: add support for fsync/msync
` [PATCH v8 7/9] ext2: call dax_pfn_mkwrite() for DAX fsync/msync
` [PATCH v8 8/9] ext4: "
` [PATCH v8 9/9] xfs: "

[PATCH v2] e2fsck: fix problem report typo
 2016-01-07 18:44 UTC  (2+ messages)

[PATCH] e2fsck: fix problem report typo
 2016-01-07 17:59 UTC  (2+ messages)

[PATCH 0/4] JBD2 cleanups
 2016-01-07 17:16 UTC  (6+ messages)
` [PATCH 1/4] jbd2: Remove some unnecessary arguments of jbd2_journal_write_revoke_records
` [PATCH 2/4] jbd2: Factor out common descriptor block initialization
` [PATCH 3/4] jbd2: Unify revoke and tag block checksum handling
` [PATCH 4/4] jbd2: Save some atomic ops in __JI_COMMIT_RUNNING handling

[PATCH] ext4: Fix bh->b_state corruption
 2016-01-07 16:55 UTC 

[Bug 108631] New: Stuck on mb_cache_spinlock
 2016-01-07 15:49 UTC  (7+ messages)
` [Bug 108631] "

lazytime implementation questions
 2016-01-07  2:21 UTC  (4+ messages)

[PATCH] EXT4: optimizing group serch for inode allocation
 2016-01-07  0:46 UTC  (4+ messages)
  ` [PATCH v3] EXT4: optimizing group search "
      ` [PATCH v4] "

[PATCH v6 0/7] DAX fsync/msync support
 2016-01-06 18:10 UTC  (17+ messages)
` [PATCH v6 2/7] dax: support dirty DAX entries in radix tree
` [PATCH v6 4/7] dax: add support for fsync/msync

[PATCH 1/2] ext4: use XATTR_*_PREFIX_LEN instead sizeof(...)
 2016-01-06  9:14 UTC  (4+ messages)
` [PATCH 2/2] security: "

[PATCH 1/2] ext4: use XATTR_*_PREFIX_LEN instead sizeof(...)
 2016-01-05 17:49 UTC 

[v1 0/4] Add project quota support for e2fsprogs
 2016-01-05 13:01 UTC  (4+ messages)
` [v1 4/4] Add inherit flags for project quota

Charity/Donation
 2016-01-05  5:04 UTC 

Charity/Donation
 2016-01-05  2:40 UTC 

[PATCH v4 00/11] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls
 2016-01-04 19:47 UTC  (4+ messages)
` [PATCH 06/11] reflink: more tests

[PATCH] ext2, ext4: include filesystem block size in error messages
 2016-01-04  9:04 UTC  (2+ messages)

[ext4:dev 16/17] fs/ext4/ioctl.c:426:1: warning: control reaches end of non-void function
 2016-01-04  7:30 UTC 

[v15 0/4] ext4: add project quota support
 2016-01-04  6:15 UTC  (4+ messages)
` [v15 3/4] ext4: adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support
  ` [PATCH] fs: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotion

Charity Donation
 2016-01-03 11:20 UTC 

Charity Donation
 2016-01-03 11:18 UTC 

Charity Donation
 2016-01-03 10:38 UTC 

Charity Donation
 2016-01-03 10:29 UTC 

[PATCH] ext4: disable retry logic in ext4_set_encrypted_filename
 2016-01-03  3:54 UTC  (2+ messages)

[ext4:dev 16/17] fs/ext4/ioctl.c:399:26: error: implicit declaration of function 'dqget'
 2016-01-03  3:01 UTC 

[ext4:dev 15/17] fs/ext4/super.c:4839:10: error: implicit declaration of function 'dqget'
 2016-01-03  2:57 UTC 

[PATCH] ext4: Fix return code checking of crypto_alloc_ablkcipher()
 2016-01-02 22:11 UTC 

ERROR Transfer event for disabled endpoint or incorrect stream ring
 2015-12-30 17:42 UTC 


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