linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-24 10:51:35 to 2015-11-05 18:14:24 UTC [more...]

[PATCH] Ext4: Fix extended timestamp encoding and decoding
 2015-11-05 18:14 UTC  (3+ messages)

Is EXT4_FITS_IN_INODE() broken?
 2015-11-05 17:59 UTC  (2+ messages)

[Bug 107301] New: system hang during ext4 xattr operation
 2015-11-05 17:41 UTC  (4+ messages)
` [Bug 107301] "

[PATCH v13 00/51] Richacls
 2015-11-05 15:57 UTC  (68+ messages)
` [PATCH v13 01/51] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v13 02/51] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v13 03/51] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v13 05/51] vfs: Add permission flags for setting file attributes
` [PATCH v13 06/51] richacl: In-memory representation and helper functions
` [PATCH v13 07/51] richacl: Permission mapping functions
` [PATCH v13 08/51] richacl: Compute maximum file masks from an acl
` [PATCH v13 09/51] richacl: Permission check algorithm
` [PATCH v13 10/51] vfs: Cache base_acl objects in inodes
` [PATCH v13 11/51] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v13 12/51] vfs: Cache richacl in struct inode
` [PATCH v13 13/51] richacl: Update the file masks in chmod()
` [PATCH v13 15/51] richacl: Create-time inheritance
` [PATCH v13 16/51] richacl: Automatic Inheritance
` [PATCH v13 17/51] richacl: xattr mapping functions
` [PATCH v13 18/51] richacl: Add richacl xattr handler
` [PATCH v13 20/51] ext4: Add richacl support
` [PATCH v13 21/51] ext4: Add richacl feature flag
` [PATCH v13 23/51] xfs: Make xfs_set_mode non-static
` [PATCH v13 24/51] xfs: Change how listxattr generates synthetic attributes
` [PATCH v13 25/51] xfs: Add richacl support
` [PATCH v13 26/51] xfs: Plug memory leak in xfs_attrmulti_attr_set
` [PATCH v13 27/51] xfs: Fix richacl access by ioctl
` [PATCH v13 28/51] richacl: acl editing helper functions
` [PATCH v13 29/51] richacl: Move everyone@ aces down the acl
` [PATCH v13 30/51] richacl: Propagate everyone@ permissions to other aces
` [PATCH v13 31/51] richacl: Set the owner permissions to the owner mask
  ` [PATCH v13 04/51] vfs: Make the inode passed to inode_change_ok non-const
  ` [PATCH v13 14/51] richacl: Check if an acl is equivalent to a file mode
  ` [PATCH v13 19/51] vfs: Add richacl permission checking
  ` [PATCH v13 22/51] xfs: Fix error path in xfs_get_acl
  ` [PATCH v13 32/51] richacl: Set the other permissions to the other mask
  ` [PATCH v13 36/51] nfsd: Keep list of acls to dispose of in compoundargs
  ` [PATCH v13 51/51] nfs: Add support for the v4.1 dacl attribute
` [PATCH v13 33/51] richacl: Isolate the owner and group classes
` [PATCH v13 34/51] richacl: Apply the file masks to a richacl
` [PATCH v13 35/51] richacl: Create richacl from mode values
` [PATCH v13 37/51] nfsd: Use richacls as internal acl representation
` [PATCH v13 38/51] nfsd: Add richacl support
` [PATCH v13 39/51] nfsd: Add support for the v4.1 dacl attribute
` [PATCH v13 40/51] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions
` [PATCH v13 41/51] richacl: Add support for unmapped identifiers
` [PATCH v13 42/51] nfsd: Add support for unmapped richace identifiers
` [PATCH v13 43/51] ext4: Don't allow unmapped identifiers in richacls
` [PATCH v13 44/51] xfs: "
` [PATCH v13 45/51] sunrpc: Allow to demand-allocate pages to encode into
` [PATCH v13 46/51] sunrpc: Add xdr_init_encode_pages
` [PATCH v13 47/51] nfs: Fix GETATTR bitmap verification
` [PATCH v13 48/51] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [PATCH v13 49/51] nfs: Distinguish missing users and groups from nobody
` [PATCH v13 50/51] nfs: Add richacl support

[RFC] ext4: remove unused page_idx
 2015-11-05 15:42 UTC  (2+ messages)

[RFC] ext4: fix a BUG in ext4_mpage_readpages()
 2015-11-05 15:40 UTC  (2+ messages)

[v15 0/4] ext4: add project quota support
 2015-11-05 15:13 UTC  (4+ messages)

JBD2 issue unnecessary journal commit mark I/O
 2015-11-05 15:03 UTC  (2+ messages)

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

[RFC 00/11] DAX fsynx/msync support
 2015-11-05  8:33 UTC  (25+ messages)
` [RFC 01/11] pmem: add wb_cache_pmem() to the PMEM API
` [RFC 02/11] mm: add pmd_mkclean()
` [RFC 03/11] pmem: enable REQ_FLUSH handling
` [RFC 04/11] dax: support dirty DAX entries in radix tree
` [RFC 05/11] mm: add follow_pte_pmd()
` [RFC 06/11] mm: add pgoff_mkclean()
` [RFC 07/11] mm: add find_get_entries_tag()
` [RFC 08/11] fs: add get_block() to struct inode_operations
` [RFC 09/11] dax: add support for fsync/sync
` [RFC 10/11] xfs, ext2: call dax_pfn_mkwrite() on write fault
` [RFC 11/11] ext4: add ext4_dax_pfn_mkwrite()

[Bug 104571] New: ext4_mb_generate_buddy block bitmap and bg descriptor inconsistent
 2015-11-05  7:38 UTC  (3+ messages)
` [Bug 104571] "

[PATCH 0/9 v3] ext4: Punch hole and DAX fixes
 2015-11-04 18:51 UTC  (11+ messages)
` [PATCH 1/9] ext4: Fix races between page faults and hole punching
` [PATCH 2/9] ext4: Move unlocked dio protection from ext4_alloc_file_blocks()
` [PATCH 3/9] ext4: Fix races between buffered IO and collapse / insert range
` [PATCH 4/9] ext4: Fix races of writeback with punch hole and zero range
` [PATCH 5/9] ext4: Document lock ordering
` [PATCH 6/9] ext4: Get rid of EXT4_GET_BLOCKS_NO_LOCK flag
` [PATCH 7/9] ext4: Provide ext4_issue_zeroout()
` [PATCH 8/9] ext4: Implement allocation of pre-zeroed blocks
` [PATCH 9/9] ext4: Use pre-zeroed blocks for DAX page faults

[PATCH] fs-ext4: Delete unnecessary checks before the function call "iput"
 2015-11-04 17:57 UTC 

[PATCH 0/4] Output selection, improvements for ext4/001
 2015-11-04 16:31 UTC  (5+ messages)
` [PATCH 1/4] _filter_fiemap: Avoid awk interval regexps
` [PATCH 2/4] ext4/001: Update output
` [PATCH 3/4] common: Add function for selecting from different output files
` [PATCH 4/4] ext4/001: Select different output based on mount options

HELLO
 2015-11-03 22:01 UTC 

[PATCH] ext4: don't brelse error pointers
 2015-11-03 19:22 UTC 

ext4: make the bitmap read routines return real error codes
 2015-11-03 19:20 UTC  (2+ messages)

Corruption from interrupted e2fsck
 2015-11-03 16:00 UTC  (4+ messages)

e2fsck performance for large lost+found dirs
 2015-11-03  9:02 UTC  (3+ messages)

[PATCH] ext4: crypto return correct error for file_mmap when get_encryption_info failed
 2015-11-02 20:26 UTC  (3+ messages)

Regarding magnets,Can you get your questions answered on the spot?
 2015-11-02  3:07 UTC 

[PATCH] ext4:cyrpto two minor fixes for checking return value of ext4_get_encryption_info()
 2015-11-01 22:03 UTC 

[PATCH] ext4: use le32_to_cpu for ee_block in crypto.c
 2015-11-01 21:14 UTC 

[PATCH] ext4: add "static" to ext4_seq_##name##_fops struct
 2015-11-01 16:23 UTC 

Chinese Simultaneous Interpreting Application
 2015-11-01  8:49 UTC 

[v1 0/4] Add project quota support for e2fsprogs
 2015-10-30  3:42 UTC  (8+ messages)
` [v1 1/4] clean up codes for adding new quota type
` [v1 2/4] Add project quota support
` [v1 3/4] Add project feature
` [v1 4/4] Add inherit flags for project quota
  ` Fwd: [v1 0/4] Add project quota support for e2fsprogs

[PATCH 07/17] fs/ext4: remove unnecessary new_valid_dev check
 2015-10-30  1:38 UTC  (3+ messages)

errors following e2fsck + enable quota
 2015-10-29  5:35 UTC 

[Bug 96641] New: Oops in __d_lookup when accessing certain files
 2015-10-28 18:04 UTC  (2+ messages)
` [Bug 96641] "

Using Cache barriers in lieu of REQ_FLUSH | REQ_FUA for emmc 5.1 (jdec spec JESD84-B51)
 2015-10-27 17:55 UTC  (5+ messages)
  ` Running XFS tests on qemu

Re:
 2015-10-26  7:30 UTC 

Administrative Notice
 2015-10-26  3:47 UTC 

Refreshed rootfs.img for kvm-xfstests
 2015-10-25 21:26 UTC 

Test ext4/001
 2015-10-25 20:41 UTC  (2+ messages)

xfstests ext4/304 failing due to donor inode's i_size == 0
 2015-10-25 11:10 UTC  (3+ messages)

[PATCH 0/9 v2] ext4: Punch hole and DAX fixes
 2015-10-25  9:23 UTC  (6+ messages)
` [PATCH 1/9] ext4: Fix races between page faults and hole punching
` [PATCH 9/9] ext4: Use pre-zeroed blocks for DAX page faults

[PATCH] fix jbd2 asynchronous commit
 2015-10-24 19:40 UTC  (2+ messages)

Re:Hi
 2015-10-24 15:23 UTC 

Question about ext4 journal
 2015-10-24 11:23 UTC  (4+ messages)
  ` Fwd: "

JBD2 stuck, causing fsck to not run
 2015-10-24  5:49 UTC  (2+ messages)

[PATCH 00/12] e2fsprogs: misc fixes and cleanups; save checksum seeds
 2015-10-24  5:24 UTC  (11+ messages)
` [PATCH 01/12] libext2fs: fix maximum bg overhead calculation with meta_bg enabled
` [PATCH 02/12] libext2fs: automatically enable meta_bg to avoid filling up BG 0
` [PATCH 03/12] libext2fs: clean up feature test macros with predicate functions
` [PATCH 04/12] e2fsck: "
` [PATCH 05/12] misc: "


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