Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- [PATCH 8/9] ext4: Implement allocation of pre-zeroed blocks, (continued)
- [RFC] ext4: remove unused page_idx,
yalin wang
- [RFC] ext4: fix a BUG in ext4_mpage_readpages(),
yalin wang
- [PATCH] ext4: don't brelse error pointers, Darrick J. Wong
- [PATCH v13 00/51] Richacls,
Andreas Gruenbacher
- [PATCH v13 05/51] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher
- [PATCH v13 12/51] vfs: Cache richacl in struct inode, Andreas Gruenbacher
- [PATCH v13 14/51] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher
- [PATCH v13 36/51] nfsd: Keep list of acls to dispose of in compoundargs, Andreas Gruenbacher
- [PATCH v13 48/51] nfs: Remove unused xdr page offsets in getacl/setacl arguments, Andreas Gruenbacher
- [PATCH v13 51/51] nfs: Add support for the v4.1 dacl attribute, Andreas Gruenbacher
- [PATCH v13 50/51] nfs: Add richacl support, Andreas Gruenbacher
- [PATCH v13 49/51] nfs: Distinguish missing users and groups from nobody, Andreas Gruenbacher
- [PATCH v13 47/51] nfs: Fix GETATTR bitmap verification, Andreas Gruenbacher
- [PATCH v13 46/51] sunrpc: Add xdr_init_encode_pages, Andreas Gruenbacher
- [PATCH v13 45/51] sunrpc: Allow to demand-allocate pages to encode into, Andreas Gruenbacher
- [PATCH v13 44/51] xfs: Don't allow unmapped identifiers in richacls, Andreas Gruenbacher
- [PATCH v13 43/51] ext4: Don't allow unmapped identifiers in richacls, Andreas Gruenbacher
- [PATCH v13 42/51] nfsd: Add support for unmapped richace identifiers, Andreas Gruenbacher
- [PATCH v13 41/51] richacl: Add support for unmapped identifiers, Andreas Gruenbacher
- [PATCH v13 40/51] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions, Andreas Gruenbacher
- [PATCH v13 39/51] nfsd: Add support for the v4.1 dacl attribute, Andreas Gruenbacher
- [PATCH v13 38/51] nfsd: Add richacl support, Andreas Gruenbacher
- [PATCH v13 37/51] nfsd: Use richacls as internal acl representation, Andreas Gruenbacher
- [PATCH v13 35/51] richacl: Create richacl from mode values, Andreas Gruenbacher
- [PATCH v13 33/51] richacl: Isolate the owner and group classes, Andreas Gruenbacher
- [PATCH v13 34/51] richacl: Apply the file masks to a richacl, Andreas Gruenbacher
- [PATCH v13 32/51] richacl: Set the other permissions to the other mask, Andreas Gruenbacher
- [PATCH v13 30/51] richacl: Propagate everyone@ permissions to other aces, Andreas Gruenbacher
- [PATCH v13 31/51] richacl: Set the owner permissions to the owner mask, Andreas Gruenbacher
- [PATCH v13 29/51] richacl: Move everyone@ aces down the acl, Andreas Gruenbacher
- [PATCH v13 28/51] richacl: acl editing helper functions, Andreas Gruenbacher
- [PATCH v13 27/51] xfs: Fix richacl access by ioctl, Andreas Gruenbacher
- [PATCH v13 26/51] xfs: Plug memory leak in xfs_attrmulti_attr_set, Andreas Gruenbacher
- [PATCH v13 25/51] xfs: Add richacl support, Andreas Gruenbacher
- [PATCH v13 24/51] xfs: Change how listxattr generates synthetic attributes, Andreas Gruenbacher
- [PATCH v13 19/51] vfs: Add richacl permission checking, Andreas Gruenbacher
- [PATCH v13 20/51] ext4: Add richacl support, Andreas Gruenbacher
- [PATCH v13 21/51] ext4: Add richacl feature flag, Andreas Gruenbacher
- [PATCH v13 22/51] xfs: Fix error path in xfs_get_acl, Andreas Gruenbacher
- [PATCH v13 23/51] xfs: Make xfs_set_mode non-static, Andreas Gruenbacher
- [PATCH v13 13/51] richacl: Update the file masks in chmod(), Andreas Gruenbacher
- [PATCH v13 18/51] richacl: Add richacl xattr handler, Andreas Gruenbacher
- [PATCH v13 16/51] richacl: Automatic Inheritance, Andreas Gruenbacher
- [PATCH v13 15/51] richacl: Create-time inheritance, Andreas Gruenbacher
- [PATCH v13 17/51] richacl: xattr mapping functions, Andreas Gruenbacher
- [PATCH v13 11/51] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher
- [PATCH v13 10/51] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher
- [PATCH v13 09/51] richacl: Permission check algorithm, Andreas Gruenbacher
- [PATCH v13 08/51] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher
- [PATCH v13 07/51] richacl: Permission mapping functions, Andreas Gruenbacher
- [PATCH v13 06/51] richacl: In-memory representation and helper functions, Andreas Gruenbacher
- [PATCH v13 04/51] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher
- [PATCH v13 03/51] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher
- [PATCH v13 02/51] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher
- [PATCH v13 01/51] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher
- re: ext4: make the bitmap read routines return real error codes,
Dan Carpenter
- e2fsck performance for large lost+found dirs,
Andreas Dilger
- Regarding magnets,Can you get your questions answered on the spot?, Thomas
- Corruption from interrupted e2fsck,
Andreas Dilger
- [PATCH] ext4:cyrpto two minor fixes for checking return value of ext4_get_encryption_info(), Xu Cang
- [PATCH] ext4: crypto return correct error for file_mmap when get_encryption_info failed.,
Xu Cang
- [PATCH] ext4: use le32_to_cpu for ee_block in crypto.c, Xu Cang
- [PATCH] ext4: add "static" to ext4_seq_##name##_fops struct,
Xu Cang
- [RFC 00/11] DAX fsynx/msync support,
Ross Zwisler
- [RFC 09/11] dax: add support for fsync/sync, Ross Zwisler
- [RFC 10/11] xfs, ext2: call dax_pfn_mkwrite() on write fault, Ross Zwisler
- [RFC 11/11] ext4: add ext4_dax_pfn_mkwrite(), Ross Zwisler
- [RFC 08/11] fs: add get_block() to struct inode_operations, Ross Zwisler
- [RFC 06/11] mm: add pgoff_mkclean(), Ross Zwisler
- [RFC 07/11] mm: add find_get_entries_tag(), Ross Zwisler
- [RFC 05/11] mm: add follow_pte_pmd(), Ross Zwisler
- [RFC 03/11] pmem: enable REQ_FLUSH handling, Ross Zwisler
- [RFC 04/11] dax: support dirty DAX entries in radix tree, Ross Zwisler
- [RFC 01/11] pmem: add wb_cache_pmem() to the PMEM API, Ross Zwisler
- [RFC 02/11] mm: add pmd_mkclean(), Ross Zwisler
- Re: [RFC 00/11] DAX fsynx/msync support, Ross Zwisler
- Re: [RFC 00/11] DAX fsynx/msync support, Dave Chinner
- Re: [RFC 00/11] DAX fsynx/msync support, Dan Williams
- errors following e2fsck + enable quota, Chris Hunter
- [v1 0/4] Add project quota support for e2fsprogs,
Li Xi
JBD2 issue unnecessary journal commit mark I/O,
Eunryoung Lim
Refreshed rootfs.img for kvm-xfstests,
Theodore Ts'o
[PATCH] fix jbd2 asynchronous commit,
Eunji Lee
[PATCH v12 00/49] Richacls,
Andreas Gruenbacher
- [PATCH v12 14/49] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher
- [PATCH v12 49/49] nfs: Add support for the v4.1 dacl attribute, Andreas Gruenbacher
- [PATCH v12 48/49] nfs: Add richacl support, Andreas Gruenbacher
- [PATCH v12 47/49] nfs: Distinguish missing users and groups from nobody, Andreas Gruenbacher
- [PATCH v12 46/49] nfs: Remove unused xdr page offsets in getacl/setacl arguments, Andreas Gruenbacher
- [PATCH v12 45/49] nfs: Fix GETATTR bitmap verification, Andreas Gruenbacher
- [PATCH v12 44/49] sunrpc: Add xdr_init_encode_pages, Andreas Gruenbacher
- [PATCH v12 43/49] sunrpc: Allow to demand-allocate pages to encode into, Andreas Gruenbacher
- [PATCH v12 42/49] xfs: Don't allow unmapped identifiers in richacls, Andreas Gruenbacher
- [PATCH v12 41/49] ext4: Don't allow unmapped identifiers in richacls, Andreas Gruenbacher
- [PATCH v12 40/49] nfsd: Add support for unmapped richace identifiers, Andreas Gruenbacher
- [PATCH v12 39/49] richacl: Add support for unmapped identifiers, Andreas Gruenbacher
- [PATCH v12 38/49] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions, Andreas Gruenbacher
- [PATCH v12 37/49] nfsd: Add support for the v4.1 dacl attribute, Andreas Gruenbacher
- [PATCH v12 36/49] nfsd: Add richacl support, Andreas Gruenbacher
- [PATCH v12 35/49] nfsd: Use richacls as internal acl representation, Andreas Gruenbacher
- [PATCH v12 34/49] nfsd: Keep list of acls to dispose of in compoundargs, Andreas Gruenbacher
- [PATCH v12 33/49] richacl: Create richacl from mode values, Andreas Gruenbacher
- [PATCH v12 32/49] richacl: Apply the file masks to a richacl, Andreas Gruenbacher
- [PATCH v12 31/49] richacl: Isolate the owner and group classes, Andreas Gruenbacher
- [PATCH v12 30/49] richacl: Set the other permissions to the other mask, Andreas Gruenbacher
- [PATCH v12 29/49] richacl: Set the owner permissions to the owner mask, Andreas Gruenbacher
- [PATCH v12 28/49] richacl: Propagate everyone@ permissions to other aces, Andreas Gruenbacher
- [PATCH v12 27/49] richacl: Move everyone@ aces down the acl, Andreas Gruenbacher
- [PATCH v12 26/49] richacl: acl editing helper functions, Andreas Gruenbacher
- [PATCH v12 25/49] xfs: Add richacl support, Andreas Gruenbacher
- [PATCH v12 24/49] xfs: Change how listxattr generates synthetic attributes, Andreas Gruenbacher
- [PATCH v12 23/49] xfs: Make xfs_set_mode non-static, Andreas Gruenbacher
- [PATCH v12 22/49] xfs: Fix error path in xfs_get_acl, Andreas Gruenbacher
- [PATCH v12 21/49] ext4: Add richacl feature flag, Andreas Gruenbacher
- [PATCH v12 20/49] ext4: Add richacl support, Andreas Gruenbacher
- [PATCH v12 19/49] vfs: Add richacl permission checking, Andreas Gruenbacher
- [PATCH v12 18/49] richacl: Add richacl xattr handler, Andreas Gruenbacher
- [PATCH v12 17/49] richacl: xattr mapping functions, Andreas Gruenbacher
- [PATCH v12 16/49] richacl: Automatic Inheritance, Andreas Gruenbacher
- [PATCH v12 15/49] richacl: Create-time inheritance, Andreas Gruenbacher
- [PATCH v12 13/49] richacl: Update the file masks in chmod(), Andreas Gruenbacher
- [PATCH v12 12/49] vfs: Cache richacl in struct inode, Andreas Gruenbacher
- [PATCH v12 11/49] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher
- [PATCH v12 10/49] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher
- [PATCH v12 09/49] richacl: Permission check algorithm, Andreas Gruenbacher
- [PATCH v12 08/49] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher
- [PATCH v12 07/49] richacl: Permission mapping functions, Andreas Gruenbacher
- [PATCH v12 06/49] richacl: In-memory representation and helper functions, Andreas Gruenbacher
- [PATCH v12 05/49] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher
- [PATCH v12 04/49] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher
- [PATCH v12 03/49] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher
- [PATCH v12 02/49] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher
- [PATCH v12 01/49] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher
- RE: [PATCH v12 00/49] Richacls, Frank Filz
Question about ext4 journal,
Masanari Iida
Re: Question about ext4 journal, Theodore Ts'o
Test ext4/001,
Jan Kara
[PATCH 0/9 v2] ext4: Punch hole and DAX fixes,
Jan Kara
- [PATCH 2/9] ext4: Move unlocked dio protection from ext4_alloc_file_blocks(), Jan Kara
- [PATCH 4/9] ext4: Fix races of writeback with punch hole and zero range, Jan Kara
- [PATCH 1/9] ext4: Fix races between page faults and hole punching, Jan Kara
- [PATCH 9/9] ext4: Use pre-zeroed blocks for DAX page faults, Jan Kara
- [PATCH 5/9] ext4: Document lock ordering, Jan Kara
- [PATCH 7/9] ext4: Provide ext4_issue_zeroout(), Jan Kara
- [PATCH 6/9] ext4: Get rid of EXT4_GET_BLOCKS_NO_LOCK flag, Jan Kara
- [PATCH 3/9] ext4: Fix races between buffered IO and collapse / insert range, Jan Kara
- [PATCH 8/9] ext4: Implement allocation of pre-zeroed blocks, Jan Kara
- Re: [PATCH 0/9 v2] ext4: Punch hole and DAX fixes, Ross Zwisler
[PATCH 6/6] KEYS: Merge the type-specific data with the payload data, David Howells
xfstests ext4/304 failing due to donor inode's i_size == 0,
Theodore Ts'o
memory leak: data=journal and {collapse,insert,zero}_range,
Theodore Ts'o
[PATCH v11 00/48] Richacls,
Andreas Gruenbacher
- [PATCH v11 36/48] nfsd: Add support for the v4.1 dacl attribute, Andreas Gruenbacher
- [PATCH v11 48/48] nfs: Add support for the v4.1 dacl attribute, Andreas Gruenbacher
- [PATCH v11 47/48] nfs: Add richacl support, Andreas Gruenbacher
- [PATCH v11 46/48] nfs: Distinguish missing users and groups from nobody, Andreas Gruenbacher
- [PATCH v11 45/48] nfs: Remove unused xdr page offsets in getacl/setacl arguments, Andreas Gruenbacher
- [PATCH v11 44/48] nfs: Fix GETATTR bitmap verification, Andreas Gruenbacher
- [PATCH v11 43/48] sunrpc: Add xdr_init_encode_pages, Andreas Gruenbacher
- [PATCH v11 42/48] sunrpc: Allow to demand-allocate pages to encode into, Andreas Gruenbacher
- [PATCH v11 41/48] xfs: Don't allow unmapped identifiers in richacls, Andreas Gruenbacher
- [PATCH v11 40/48] ext4: Don't allow unmapped identifiers in richacls, Andreas Gruenbacher
- [PATCH v11 39/48] nfsd: Add support for unmapped richace identifiers, Andreas Gruenbacher
- [PATCH v11 38/48] richacl: Add support for unmapped identifiers, Andreas Gruenbacher
- [PATCH v11 37/48] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions, Andreas Gruenbacher
- [PATCH v11 35/48] nfsd: Add richacl support, Andreas Gruenbacher
- [PATCH v11 34/48] nfsd: Use richacls as internal acl representation, Andreas Gruenbacher
- [PATCH v11 33/48] nfsd: Keep list of acls to dispose of in compoundargs, Andreas Gruenbacher
- [PATCH v11 32/48] richacl: Create richacl from mode values, Andreas Gruenbacher
- [PATCH v11 31/48] richacl: Apply the file masks to a richacl, Andreas Gruenbacher
- [PATCH v11 30/48] richacl: Isolate the owner and group classes, Andreas Gruenbacher
- [PATCH v11 29/48] richacl: Set the other permissions to the other mask, Andreas Gruenbacher
- [PATCH v11 28/48] richacl: Set the owner permissions to the owner mask, Andreas Gruenbacher
- [PATCH v11 27/48] richacl: Propagate everyone@ permissions to other aces, Andreas Gruenbacher
- [PATCH v11 25/48] richacl: acl editing helper functions, Andreas Gruenbacher
- [PATCH v11 26/48] richacl: Move everyone@ aces down the acl, Andreas Gruenbacher
- [PATCH v11 24/48] xfs: Add richacl support, Andreas Gruenbacher
- [PATCH v11 23/48] xfs: Make xfs_set_mode non-static, Andreas Gruenbacher
- [PATCH v11 22/48] xfs: Fix error path in xfs_get_acl, Andreas Gruenbacher
- [PATCH v11 21/48] ext4: Add richacl feature flag, Andreas Gruenbacher
- [PATCH v11 20/48] ext4: Add richacl support, Andreas Gruenbacher
- [PATCH v11 19/48] vfs: Add richacl permission checking, Andreas Gruenbacher
- [PATCH v11 18/48] richacl: Add richacl xattr handler, Andreas Gruenbacher
- [PATCH v11 17/48] richacl: xattr mapping functions, Andreas Gruenbacher
- [PATCH v11 16/48] richacl: Automatic Inheritance, Andreas Gruenbacher
- [PATCH v11 15/48] richacl: Create-time inheritance, Andreas Gruenbacher
- [PATCH v11 14/48] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher
- [PATCH v11 13/48] richacl: Update the file masks in chmod(), Andreas Gruenbacher
- [PATCH v11 12/48] vfs: Cache richacl in struct inode, Andreas Gruenbacher
- [PATCH v11 11/48] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher
- [PATCH v11 10/48] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher
- [PATCH v11 08/48] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher
- [PATCH v11 09/48] richacl: Permission check algorithm, Andreas Gruenbacher
- [PATCH v11 07/48] richacl: Permission mapping functions, Andreas Gruenbacher
- [PATCH v11 06/48] richacl: In-memory representation and helper functions, Andreas Gruenbacher
- [PATCH v11 05/48] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher
- [PATCH v11 04/48] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher
- [PATCH v11 03/48] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher
- [PATCH v11 02/48] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher
- [PATCH v11 01/48] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher
e2fsprogs: Richacl support,
Andreas Gruenbacher
High write latency spikes when writing to EXT4,
Jean-Paul Smeets
[GIT PULL] ext4 Kconfig description fixup, Jan Kara
[PATCH] ext4: fix xfstest generic/269 double revoked buffer bug,
Daeho Jeong
[PATCH 0/6] ext4: Punch hole and DAX fixes,
Jan Kara
Question about ext4_free_blocks() Behavior for Per-File Data Journaling Mode,
Daeho Jeong
[PATCH v2] vfs: remove unused wrapper block_page_mkwrite(),
Ross Zwisler
[PATCH v2 0/2] Add updated DAX locking to ext2,
Ross Zwisler
[PATCH] vfs: remove unused wrapper block_page_mkwrite(),
Ross Zwisler
[PATCH 00/12] e2fsprogs: misc fixes and cleanups; save checksum seeds,
Darrick J. Wong
- [PATCH 07/12] debugfs: clean up feature test macros with predicate functions, Darrick J. Wong
- [PATCH 04/12] e2fsck: clean up feature test macros with predicate functions, Darrick J. Wong
- [PATCH 09/12] tune2fs: allow user to turn on saving the checksum seed, Darrick J. Wong
- [PATCH 12/12] tests: check proper operation of metadata_csum_seed, Darrick J. Wong
- [PATCH 10/12] e2fsck: check the checksum seed feature flag is set correctly, Darrick J. Wong
- [PATCH 11/12] mke2fs: store checksum seed at format time, Darrick J. Wong
- [PATCH 05/12] misc: clean up feature test macros with predicate functions, Darrick J. Wong
- [PATCH 06/12] resize2fs: clean up feature test macros with predicate functions, Darrick J. Wong
- [PATCH 03/12] libext2fs: clean up feature test macros with predicate functions, Darrick J. Wong
- [PATCH 01/12] libext2fs: fix maximum bg overhead calculation with meta_bg enabled, Darrick J. Wong
- [PATCH 02/12] libext2fs: automatically enable meta_bg to avoid filling up BG 0, Darrick J. Wong
- [PATCH 08/12] libext2fs: store checksum seed in superblock, Darrick J. Wong
[PATCH 0/8] ext4/jbd2: misc fixes and cleanups; save checksum seeds,
Darrick J. Wong
Uninterruptable hang in sendfile,
Dmitry Vyukov
[PATCH v2] ext4, jbd2: ensure entering into panic after recording an error in superblock,
Daeho Jeong
[PATCH v10 00/46] Richacls,
Andreas Gruenbacher
- [PATCH v10 01/46] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher
- [PATCH v10 34/46] nfsd: Use richacls as internal acl representation, Andreas Gruenbacher
- [PATCH v10 46/46] richacl: uapi header split, Andreas Gruenbacher
- [PATCH v10 45/46] nfs: Add support for the v4.1 dacl attribute, Andreas Gruenbacher
- [PATCH v10 44/46] nfs: Add richacl support, Andreas Gruenbacher
- [PATCH v10 43/46] nfs: Remove unused xdr page offsets in getacl/setacl arguments, Andreas Gruenbacher
- [PATCH v10 42/46] nfs: Fix GETATTR bitmap verification, Andreas Gruenbacher
- [PATCH v10 41/46] sunrpc: Add xdr_init_encode_pages, Andreas Gruenbacher
- [PATCH v10 40/46] sunrpc: Allow to demand-allocate pages to encode into, Andreas Gruenbacher
- [PATCH v10 39/46] ext4: Don't allow unmapped identifiers in richacls, Andreas Gruenbacher
- [PATCH v10 38/46] richacl: Add support for unmapped identifiers, Andreas Gruenbacher
- [PATCH v10 37/46] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions, Andreas Gruenbacher
- [PATCH v10 36/46] nfsd: Add support for the v4.1 dacl attribute, Andreas Gruenbacher
- [PATCH v10 35/46] nfsd: Add richacl support, Andreas Gruenbacher
- [PATCH v10 33/46] nfsd: Keep list of acls to dispose of in compoundargs, Andreas Gruenbacher
- [PATCH v10 32/46] richacl: Create richacl from mode values, Andreas Gruenbacher
- [PATCH v10 31/46] richacl: Apply the file masks to a richacl, Andreas Gruenbacher
- [PATCH v10 30/46] richacl: Isolate the owner and group classes, Andreas Gruenbacher
- [PATCH v10 29/46] richacl: Set the other permissions to the other mask, Andreas Gruenbacher
- [PATCH v10 28/46] richacl: Set the owner permissions to the owner mask, Andreas Gruenbacher
- [PATCH v10 27/46] richacl: Propagate everyone@ permissions to other aces, Andreas Gruenbacher
- [PATCH v10 26/46] richacl: Move everyone@ aces down the acl, Andreas Gruenbacher
- [PATCH v10 25/46] richacl: acl editing helper functions, Andreas Gruenbacher
- [PATCH v10 24/46] xfs: Add richacl support, Andreas Gruenbacher
- [PATCH v10 23/46] xfs: Make xfs_set_mode non-static, Andreas Gruenbacher
- [PATCH v10 22/46] xfs: Fix error path in xfs_get_acl, Andreas Gruenbacher
- [PATCH v10 21/46] ext4: Add richacl feature flag, Andreas Gruenbacher
- [PATCH v10 20/46] ext4: Add richacl support, Andreas Gruenbacher
- [PATCH v10 19/46] vfs: Add richacl permission checking, Andreas Gruenbacher
- [PATCH v10 18/46] richacl: Add richacl xattr handler, Andreas Gruenbacher
- [PATCH v10 17/46] richacl: xattr mapping functions, Andreas Gruenbacher
- [PATCH v10 16/46] richacl: Automatic Inheritance, Andreas Gruenbacher
- [PATCH v10 15/46] richacl: Create-time inheritance, Andreas Gruenbacher
- [PATCH v10 14/46] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher
- [PATCH v10 13/46] richacl: Update the file masks in chmod(), Andreas Gruenbacher
- [PATCH v10 09/46] richacl: Permission check algorithm, Andreas Gruenbacher
- [PATCH v10 12/46] vfs: Cache richacl in struct inode, Andreas Gruenbacher
- [PATCH v10 10/46] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher
- [PATCH v10 11/46] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher
- [PATCH v10 05/46] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher
- [PATCH v10 04/46] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher
- [PATCH v10 08/46] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher
- [PATCH v10 03/46] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher
- [PATCH v10 02/46] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher
- [PATCH v10 07/46] richacl: Permission mapping functions, Andreas Gruenbacher
- [PATCH v10 06/46] richacl: In-memory representation and helper functions, Andreas Gruenbacher
[PATCH 0/2] Add updated DAX locking to ext2,
Ross Zwisler
[PATCH 1/2] ext4: explicit mount options parsing cleanup,
Dmitry Monakhov
ext4_map_blocks() and friends, Jan Kara
Hard lockup in ext4_finish_bio,
Nikolay Borisov
JBD2 stuck, causing fsck to not run.,
Nikolay Borisov
noacl and nouser_xattr deprecation warning, Alexander Inyukhin
[RFCv3 00/12] xfstests: test the btrfs/xfs reflink/dedupe ioctls,
Darrick J. Wong
- [PATCH 01/12] xfs: fix merge errors in fuzzer tests, Darrick J. Wong
- [PATCH 09/12] reflink: test error conditions due to bad inputs, Darrick J. Wong
- [PATCH 12/12] reflink: test that CoW writes fail when we're out of space, Darrick J. Wong
- [PATCH 11/12] reflink: test what happens when we hit resource limits, Darrick J. Wong
- [PATCH 10/12] xfs: test xfs-specific reflink pieces, Darrick J. Wong
- [PATCH 06/12] reflink: test the various fallocate modes, Darrick J. Wong
- [PATCH 02/12] btrfs: move btrfs reflink tests to generic, Darrick J. Wong
- [PATCH 03/12] generic/80[0-2]: support xfs in addition to btrfs, Darrick J. Wong
- [PATCH 04/12] reflink: basic tests of the reflink and dedupe ioctls, Darrick J. Wong
- [PATCH 05/12] reflink: test CoW behaviors of reflinked files, Darrick J. Wong
- [PATCH 07/12] reflink: concurrent operations tests, Darrick J. Wong
- [PATCH 08/12] reflink: test accuracy of free block counts, Darrick J. Wong
- Message not available
Re: [RFCv3 00/12] xfstests: test the btrfs/xfs reflink/dedupe ioctls, Christoph Hellwig
[PATCH v9 00/43] Richacls,
Andreas Gruenbacher
- [PATCH v9 05/43] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher
- [PATCH v9 43/43] richacl: uapi header split, Andreas Gruenbacher
- [PATCH v9 42/43] nfs: Add support for the v4.1 dacl attribute, Andreas Gruenbacher
- [PATCH v9 41/43] nfs: Add richacl support, Andreas Gruenbacher
- [PATCH v9 40/43] nfs: Remove unused xdr page offsets in getacl/setacl arguments, Andreas Gruenbacher
- [PATCH v9 39/43] nfs: Fix GETATTR bitmap verification, Andreas Gruenbacher
- [PATCH v9 38/43] sunrpc: Add xdr_init_encode_pages, Andreas Gruenbacher
- [PATCH v9 37/43] sunrpc: Allow to demand-allocate pages to encode into, Andreas Gruenbacher
- [PATCH v9 36/43] ext4: Don't allow unmapped identifiers in richacls, Andreas Gruenbacher
- [PATCH v9 35/43] richacl: Add support for unmapped identifiers, Andreas Gruenbacher
- [PATCH v9 34/43] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions, Andreas Gruenbacher
- [PATCH v9 33/43] nfsd: Add support for the v4.1 dacl attribute, Andreas Gruenbacher
- [PATCH v9 32/43] nfsd: Add richacl support, Andreas Gruenbacher
- [PATCH v9 31/43] nfsd: Use richacls as internal acl representation, Andreas Gruenbacher
- [PATCH v9 30/43] nfsd: Keep list of acls to dispose of in compoundargs, Andreas Gruenbacher
- [PATCH v9 29/43] richacl: Create richacl from mode values, Andreas Gruenbacher
- [PATCH v9 28/43] richacl: Apply the file masks to a richacl, Andreas Gruenbacher
- [PATCH v9 27/43] richacl: Isolate the owner and group classes, Andreas Gruenbacher
- [PATCH v9 26/43] richacl: Set the other permissions to the other mask, Andreas Gruenbacher
- [PATCH v9 25/43] richacl: Set the owner permissions to the owner mask, Andreas Gruenbacher
- [PATCH v9 24/43] richacl: Propagate everyone@ permissions to other aces, Andreas Gruenbacher
- [PATCH v9 23/43] richacl: Move everyone@ aces down the acl, Andreas Gruenbacher
- [PATCH v9 22/43] richacl: acl editing helper functions, Andreas Gruenbacher
- [PATCH v9 21/43] ext4: Add richacl feature flag, Andreas Gruenbacher
- [PATCH v9 20/43] ext4: Add richacl support, Andreas Gruenbacher
- [PATCH v9 19/43] vfs: Add richacl permission checking, Andreas Gruenbacher
- [PATCH v9 18/43] richacl: Add richacl xattr handler, Andreas Gruenbacher
- [PATCH v9 17/43] richacl: xattr mapping functions, Andreas Gruenbacher
- [PATCH v9 16/43] richacl: Automatic Inheritance, Andreas Gruenbacher
- [PATCH v9 15/43] richacl: Create-time inheritance, Andreas Gruenbacher
- [PATCH v9 14/43] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher
- [PATCH v9 13/43] richacl: Update the file masks in chmod(), Andreas Gruenbacher
- [PATCH v9 12/43] vfs: Cache richacl in struct inode, Andreas Gruenbacher
- [PATCH v9 10/43] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher
- [PATCH v9 11/43] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher
- [PATCH v9 09/43] richacl: Permission check algorithm, Andreas Gruenbacher
- [PATCH v9 08/43] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher
- [PATCH v9 06/43] richacl: In-memory representation and helper functions, Andreas Gruenbacher
- [PATCH v9 07/43] richacl: Permission mapping functions, Andreas Gruenbacher
- [PATCH v9 04/43] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher
- [PATCH v9 03/43] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher
- [PATCH v9 02/43] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher
- [PATCH v9 01/43] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher
- Re: [PATCH v9 00/43] Richacls, Pavel Machek
Fwd: meta_bg descriptor backup calculation bug, Andy Leiserson
[PATCH] fix calculation of meta_bg descriptor backups,
Andy Leiserson
[REGRESSION] 998ef75ddb and aio-dio-invalidate-failure w/ data=journal,
Theodore Ts'o
[PATCH] jbd2: Fix checkpoint list cleanup,
Jan Kara
[ext4:dev 1/8] mips-linux-gnu-ld: fs/ext4/sysfs.o: warning: Inconsistent ISA between e_flags and .MIPS.abiflags, kbuild test robot
[PATCH 1/5] ext4 crypto: fix memory leak in ext4_bio_write_page(),
Theodore Ts'o
[PATCH 1/3] ext4: move sysfs code from super.c to fs/ext4/sysfs.c,
Theodore Ts'o
[PATCH 1/2] jbd2: clean up feature flag checking and usage,
Andreas Dilger
[PATCH v2] jbd2: gate checksum calculations on crc driver presence, not sb flags,
Darrick J. Wong
linux-ext4,
mphsi
[PATCH] jbd2: gate checksum calculations on crc driver presence, not sb flags,
Darrick J. Wong
[PATCH] ext4: don't print warnings on successful MMP read completion,
Darrick J. Wong
[PATCH] ext2, ext4: warn when mounting with dax enabled,
Dan Williams
[PATCH] tune2fs: don't change UUID on a mounted metadata_csum fs,
Darrick J. Wong
[PATCH] ext2: don't mount filesystems with compat features we know only ext4 supports,
Darrick J. Wong
[PATCH 06/17] fs/ext2: remove unnecessary new_valid_dev check,
Yaowei Bai
[PATCH 07/17] fs/ext4: remove unnecessary new_valid_dev check,
Yaowei Bai
[Bug 105121] New: lseek() hangs for a long time on allocated files,
bugzilla-daemon
[PATCH v8 00/41] Richacls,
Andreas Gruenbacher
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]