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

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

Reporting project quota usage?
 2016-03-16 21:49 UTC  (2+ messages)

[GIT PULL] ext4 changes for 4.6
 2016-03-16 21:37 UTC 

[PATCH v18 00/22] Richacls (Core and Ext4)
 2016-03-16  3:40 UTC  (39+ messages)
` [PATCH v18 09/22] richacl: Permission check algorithm
` [PATCH v18 10/22] posix_acl: Unexport acl_by_type and make it static
` [PATCH v18 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v18 18/22] richacl: xattr mapping functions
` [PATCH v18 19/22] richacl: Add richacl xattr handler
` [PATCH v18 21/22] ext4: Add richacl support

ext4 out of order when use cfq scheduler
 2016-03-16  2:30 UTC  (16+ messages)

generic/224 failures on 4.5 - encrypted test case
 2016-03-15 22:13 UTC  (2+ messages)

[Bug 114621] New: /etc/fstab: impossible to disable relatime
 2016-03-15 21:39 UTC  (4+ messages)
` [Bug 114621] "

[Bug 114701] New: ubsan: "shift exponent -1 is negative" in fs/ext4/mballoc.c:2612:15
 2016-03-15 19:53 UTC 

[PATCH v5 00/12] xfstests: minor fixes for the reflink/dedupe tests
 2016-03-15 19:25 UTC  (9+ messages)
` [PATCH 12/12] block: test fallocate for block devices
  ` [PATCH v2 "
` [PATCH 13/12] xfs/209: filter scratch dir properly

[PATCH] fuse2fs: improve command-line parsing
 2016-03-15 18:42 UTC  (2+ messages)

[Bug 113041] New: mbcache NULL pointer dereference
 2016-03-15 15:47 UTC  (4+ messages)
` [Bug 113041] "

[PATCH 1/2] common: make _dmerror_init accept device and mount point as param
 2016-03-15  8:12 UTC  (5+ messages)
` [PATCH 2/2] generic: test I/O on dm error device
  ` [PATCH v2] "

ext4_file_open: Inconsistent encryption contexts (commit ff978b09f973) breaking Docker
 2016-03-14 22:49 UTC  (7+ messages)

ext4 bug: getdents uninterruptible for 117 seconds
 2016-03-14 17:57 UTC  (3+ messages)
  ` [PATCH] ext4: make it possible to interrupt initial readdir call

[PATCH] ext4: fix extent cache fragmentation
 2016-03-14 15:18 UTC  (5+ messages)

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

[PATCH] ext4: Buffer Head Leak In mmp
 2016-03-14 14:40 UTC  (5+ messages)

[PATCH v4 1/3] ext4: handle unwritten or delalloc buffers before enabling per-file data journaling
 2016-03-14  7:43 UTC  (4+ messages)
` [PATCH v4 2/3] ext4: fix races between changing inode journal mode and ext4_writepages
` [PATCH v4 3/3] ext4: enable again per-file data journaling on delalloc mode

[Bug 114301] New: "Oops: Kernel access of bad area, sig: 11 [#1]" (check log for details)
 2016-03-14  3:30 UTC  (8+ messages)
` [Bug 114301] jbd2_journal_write_revoke_records Oops: Kernel access of bad area
` [Bug 114301] jbd2_journal_write_revoke_records

[PATCH 1/2] ext4: Prevent panic for destroyed devices
 2016-03-13 22:28 UTC  (4+ messages)
` [PATCH 2/2] jbd2: "

[RFC 0/8] Allow GFP_NOFS allocation to fail
 2016-03-13 21:37 UTC  (4+ messages)
` [RFC 4/8] jbd, jbd2: Do not fail journal because of frozen_buffer allocation failure
  ` [RFC -v2 "

[PATCH RFC] ext4: use __GFP_NOFAIL in ext4_free_blocks()
 2016-03-13 21:30 UTC  (2+ messages)

[PATCH] fix compile error while opening the macro DOUBLE_CHECK
 2016-03-13 21:19 UTC  (2+ messages)

[Bug 113781] New: kernel 4.4.1-2-ARCH, 4.4.3-1-ARCH and Fake RAID array setup
 2016-03-13 11:01 UTC  (2+ messages)
` [Bug 113781] "

[PATCH] ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()
 2016-03-13  7:07 UTC  (3+ messages)

[PATCH] fix: print ext4 mountopt data_err=abort correctly
 2016-03-13  2:57 UTC  (4+ messages)
` (unknown),

我的照片在:
 2016-03-12 19:08 UTC 

[Bug 112631] New: Cannot open encrypted Luks root filesystem
 2016-03-11 17:43 UTC  (6+ messages)
` [Bug 112631] Cannot open encrypted Luks filesystem. Cruptsetup error

[PATCH v3 2/3] ext4: fix races between changing inode journal mode and ext4_writepages
 2016-03-10 22:20 UTC 

更多关于我的信息在
 2016-03-09 14:50 UTC 

[PATCH v3 1/3] ext4: handle unwritten or delalloc buffers before enabling per-file data journaling
 2016-03-10 10:04 UTC  (4+ messages)
` [PATCH v3 2/3] ext4: fix races between changing inode journal mode and ext4_writepages
` [PATCH v3 3/3] ext4: enable again per-file data journaling on delalloc mode

Message TO: linux@wolfsonmicro.com has been discarded due to a filter rule
 2016-03-10  5:57 UTC 

[PATCH] ext4: drop unneeded BUFFER_TRACE in ext4_delete_inline_entry()
 2016-03-10  5:19 UTC  (2+ messages)

[PATCH] ext4: Fix misspellings in comments
 2016-03-10  5:02 UTC  (2+ messages)

[PATCH] ext4/jbd2: Fix jbd2_journal_destory() for umount path
 2016-03-10  4:59 UTC  (2+ messages)

[PATCH 0/5] ext4: Fix softlockups in ext4_seek_data()
 2016-03-10  3:54 UTC  (5+ messages)
` [PATCH 1/5] ext4: Fix setting of referenced bit in ext4_es_lookup_extent()
` [PATCH 2/5] ext4: Factor out determining of hole size

[GIT PULL] ext4 bugfix for 4.5
 2016-03-10  3:18 UTC 

regression in 4.5-rc5 - generic/324 failure
 2016-03-09 23:19 UTC  (2+ messages)

[PATCH] e2fsck: Correct ext4 dates generated by old kernels
 2016-03-09  8:57 UTC  (5+ messages)

[PATCH 0/6] ext4: Clean up io_end handling for AIO DIO
 2016-03-09  4:53 UTC  (13+ messages)
` [PATCH 1/6] ext4: Pack ioend structure better
` [PATCH 2/6] ext4: Use i_mutex to serialize unaligned AIO DIO
` [PATCH 3/6] ext4: Rename and split get blocks functions
` [PATCH 4/6] ext4: Move trans handling and completion deferal out of _ext4_get_block
` [PATCH 5/6] ext4: Simplify io_end handling for AIO DIO
` [PATCH 6/6] ext4: Remove i_ioend_count

RIP [<ffffffff812c3b77>] ext4_release_file+0x37/0xc0 with 4.5-rc6 when resuming from suspend
 2016-03-08  8:33 UTC  (4+ messages)

[PATCH] libext2fs: return errno on failure in ext2fs_sync_device()
 2016-03-07  3:31 UTC  (2+ messages)

[PATCH v2] e2fsck: fix problem report typo
 2016-03-07  3:06 UTC  (3+ messages)

[PATCH] resize2fs: clear uninit BG if allocating from new group
 2016-03-07  2:51 UTC  (4+ messages)
` [PATCH V2] "
  ` [PATCH V3] "

[PATCH] misc: replace comparison macros with inline functions
 2016-03-07  2:24 UTC  (2+ messages)
`  "

[PATCH 1/6] blkid: fix ZFS device detection
 2016-03-07  0:54 UTC  (12+ messages)
` [PATCH 2/6] debugfs: improve dump_mmp handling
` [PATCH 3/6] misc: add missing declarations on maint
` [PATCH 4/6] lsattr: treat inode generation as an unsigned int
` [PATCH 5/6] findsuper: improve output if s_mkfs_time unset
` [PATCH 6/6] debugfs: update to handle newer inode fields

[PATCH 0/9] e2fsprogs: save checksum seeds; fix broken xattr editing; misc fixes
 2016-03-06 22:08 UTC  (4+ messages)
` [PATCH 9/9] libext2fs: sort keys for xattr blocks

[v4 0/6] Add project quota support for e2fsprogs
 2016-03-06 19:31 UTC  (8+ messages)
` [v4 1/6] Always read full inode structure
` [v4 6/6] Add project ID support for chattr/lsattr


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