XFS Journaling Filesystem
[Prev Page][Next Page]
- [PATCH 102/145] xfs: try other AGs to allocate a BMBT block, (continued)
- [PATCH 102/145] xfs: try other AGs to allocate a BMBT block, Darrick J. Wong
- [PATCH 103/145] xfs: provide switch to force filesystem to copy-on-write all the time, Darrick J. Wong
- [PATCH 104/145] xfs: increase log reservations for reflink, Darrick J. Wong
- [PATCH 105/145] xfs: use interval query for rmap map and unmap operations on shared files, Darrick J. Wong
- [PATCH 106/145] xfs: convert unwritten status of shared-extent reverse mappings on shared files, Darrick J. Wong
- [PATCH 107/145] xfs: don't allow realtime and reflinked files to mix, Darrick J. Wong
- [PATCH 108/145] xfs: don't mix reflink and DAX mode for now, Darrick J. Wong
- [PATCH 109/145] xfs: recognize the reflink feature bit, Darrick J. Wong
- [PATCH 110/145] xfs_db: dump refcount btree data, Darrick J. Wong
- [PATCH 111/145] xfs_db: add support for checking the refcount btree, Darrick J. Wong
- [PATCH 112/145] xfs_db: metadump should copy the refcount btree too, Darrick J. Wong
- [PATCH 113/145] xfs_db: deal with the CoW extent size hint, Darrick J. Wong
- [PATCH 114/145] xfs_growfs: report the presence of the reflink feature, Darrick J. Wong
- [PATCH 115/145] xfs_io: bmap should support querying CoW fork, shared blocks, Darrick J. Wong
- [PATCH 116/145] xfs_io: get and set the CoW extent size hint, Darrick J. Wong
- [PATCH 117/145] xfs_io: add refcount+bmap error injection types, Darrick J. Wong
- [PATCH 118/145] xfs_logprint: support cowextsize reporting in log contents, Darrick J. Wong
- [PATCH 119/145] xfs_logprint: support refcount redo items, Darrick J. Wong
- [PATCH 120/145] xfs_logprint: support bmap redo items, Darrick J. Wong
- [PATCH 121/145] man: document the reflink inode flag in fsxattr, Darrick J. Wong
- [PATCH 122/145] man: document the inode cowextsize flags & fields, Darrick J. Wong
- [PATCH 123/145] xfs_repair: fix get_agino_buf to avoid corrupting inodes, Darrick J. Wong
- [PATCH 124/145] xfs_repair: check the existing refcount btree, Darrick J. Wong
- [PATCH 125/145] xfs_repair: handle multiple owners of data blocks, Darrick J. Wong
- [PATCH 126/145] xfs_repair: process reverse-mapping data into refcount data, Darrick J. Wong
- [PATCH 127/145] xfs_repair: record reflink inode state, Darrick J. Wong
- [PATCH 128/145] xfs_repair: fix inode reflink flags, Darrick J. Wong
- [PATCH 130/145] xfs_repair: rebuild the refcount btree, Darrick J. Wong
- [PATCH 129/145] xfs_repair: check the refcount btree against our observed reference counts when -n, Darrick J. Wong
- [PATCH 132/145] xfs_repair: check the CoW extent size hint, Darrick J. Wong
- [PATCH 131/145] xfs_repair: complain about copy-on-write leftovers, Darrick J. Wong
- [PATCH 133/145] xfs_repair: use range query when while checking rmaps, Darrick J. Wong
- [PATCH 134/145] xfs_repair: check for mergeable refcount records, Darrick J. Wong
- [PATCH 136/145] xfs: introduce the XFS_IOC_GETFSMAPX ioctl, Darrick J. Wong
- [PATCH 138/145] xfs_io: support the new getfsmap ioctl, Darrick J. Wong
- [PATCH 139/145] xfs: scrub btree records and pointers while querying, Darrick J. Wong
- [PATCH 137/145] xfs_db: introduce the 'fsmap' command to find what owns a set of fsblocks, Darrick J. Wong
- [PATCH 142/145] xfs: support scrubbing rmap btree, Darrick J. Wong
- [PATCH 135/145] mkfs.xfs: format reflink enabled filesystems, Darrick J. Wong
- [PATCH 141/145] xfs: support scrubbing inode btrees, Darrick J. Wong
- [PATCH 140/145] xfs: support scrubbing free space btrees, Darrick J. Wong
- [PATCH 143/145] xfs: support scrubbing refcount btree, Darrick J. Wong
- [PATCH 144/145] xfs: add btree scrub tracepoints, Darrick J. Wong
- [PATCH 145/145] xfs_scrub: create online filesystem scrub program, Darrick J. Wong
- [PATCH v6 000/119] xfs: add reverse mapping, reflink, dedupe, and online scrub support,
Darrick J. Wong
- [PATCH 001/119] vfs: fix return type of ioctl_file_dedupe_range, Darrick J. Wong
- [PATCH 002/119] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE, Darrick J. Wong
- [PATCH 003/119] xfs: check offsets of variable length structures, Darrick J. Wong
- [PATCH 004/119] xfs: enable buffer deadlock postmortem diagnosis via ftrace, Darrick J. Wong
- [PATCH 005/119] xfs: check for a valid error_tag in errortag_add, Darrick J. Wong
- [PATCH 006/119] xfs: port differences from xfsprogs libxfs, Darrick J. Wong
- [PATCH 007/119] xfs: rearrange xfs_bmap_add_free parameters, Darrick J. Wong
- [PATCH 008/119] xfs: separate freelist fixing into a separate helper, Darrick J. Wong
- [PATCH 009/119] xfs: convert list of extents to free into a regular list, Darrick J. Wong
- [PATCH 010/119] xfs: create a standard btree size calculator code, Darrick J. Wong
- [PATCH 011/119] xfs: refactor btree maxlevels computation, Darrick J. Wong
- [PATCH 012/119] xfs: during btree split, save new block key & ptr for future insertion, Darrick J. Wong
- [PATCH 013/119] xfs: support btrees with overlapping intervals for keys, Darrick J. Wong
- [PATCH 014/119] xfs: introduce interval queries on btrees, Darrick J. Wong
- [PATCH 015/119] xfs: refactor btree owner change into a separate visit-blocks function, Darrick J. Wong
- [PATCH 016/119] xfs: move deferred operations into a separate file, Darrick J. Wong
- [PATCH 017/119] xfs: add tracepoints for the deferred ops mechanism, Darrick J. Wong
- [PATCH 018/119] xfs: enable the xfs_defer mechanism to process extents to free, Darrick J. Wong
- [PATCH 019/119] xfs: rework xfs_bmap_free callers to use xfs_defer_ops, Darrick J. Wong
- [PATCH 020/119] xfs: change xfs_bmap_{finish, cancel, init, free} -> xfs_defer_*, Darrick J. Wong
- [PATCH 022/119] xfs: add tracepoints and error injection for deferred extent freeing, Darrick J. Wong
- [PATCH 021/119] xfs: rename flist/free_list to dfops, Darrick J. Wong
- [PATCH 023/119] xfs: introduce rmap btree definitions, Darrick J. Wong
- [PATCH 024/119] xfs: add rmap btree stats infrastructure, Darrick J. Wong
- [PATCH 025/119] xfs: rmap btree add more reserved blocks, Darrick J. Wong
- [PATCH 026/119] xfs: add owner field to extent allocation and freeing, Darrick J. Wong
- [PATCH 027/119] xfs: introduce rmap extent operation stubs, Darrick J. Wong
- [PATCH 028/119] xfs: define the on-disk rmap btree format, Darrick J. Wong
- [PATCH 029/119] xfs: add rmap btree growfs support, Darrick J. Wong
- [PATCH 030/119] xfs: rmap btree transaction reservations, Darrick J. Wong
- [PATCH 031/119] xfs: rmap btree requires more reserved free space, Darrick J. Wong
- [PATCH 032/119] xfs: add rmap btree operations, Darrick J. Wong
- [PATCH 033/119] xfs: support overlapping intervals in the rmap btree, Darrick J. Wong
- [PATCH 034/119] xfs: teach rmapbt to support interval queries, Darrick J. Wong
- [PATCH 035/119] xfs: add tracepoints for the rmap functions, Darrick J. Wong
- [PATCH 036/119] xfs: add an extent to the rmap btree, Darrick J. Wong
- [PATCH 037/119] xfs: remove an extent from the rmap btree, Darrick J. Wong
- [PATCH 038/119] xfs: convert unwritten status of reverse mappings, Darrick J. Wong
- [PATCH 039/119] xfs: add rmap btree insert and delete helpers, Darrick J. Wong
- [PATCH 040/119] xfs: create helpers for mapping, unmapping, and converting file fork extents, Darrick J. Wong
- [PATCH 041/119] xfs: create rmap update intent log items, Darrick J. Wong
- [PATCH 042/119] xfs: log rmap intent items, Darrick J. Wong
- [PATCH 043/119] xfs: enable the xfs_defer mechanism to process rmaps to update, Darrick J. Wong
- [PATCH 044/119] xfs: propagate bmap updates to rmapbt, Darrick J. Wong
- [PATCH 045/119] xfs: add rmap btree geometry feature flag, Darrick J. Wong
- [PATCH 046/119] xfs: add rmap btree block detection to log recovery, Darrick J. Wong
- [PATCH 047/119] xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled, Darrick J. Wong
- [PATCH 048/119] xfs: don't update rmapbt when fixing agfl, Darrick J. Wong
- [PATCH 049/119] xfs: enable the rmap btree functionality, Darrick J. Wong
- [PATCH 050/119] xfs: count the blocks in a btree, Darrick J. Wong
- [PATCH 051/119] xfs: introduce tracepoints for AG reservation code, Darrick J. Wong
- [PATCH 052/119] xfs: set up per-AG free space reservations, Darrick J. Wong
- [PATCH 053/119] xfs: define tracepoints for refcount btree activities, Darrick J. Wong
- [PATCH 054/119] xfs: introduce refcount btree definitions, Darrick J. Wong
- [PATCH 055/119] xfs: add refcount btree stats infrastructure, Darrick J. Wong
- [PATCH 056/119] xfs: refcount btree add more reserved blocks, Darrick J. Wong
- [PATCH 057/119] xfs: define the on-disk refcount btree format, Darrick J. Wong
- [PATCH 058/119] xfs: add refcount btree support to growfs, Darrick J. Wong
- [PATCH 059/119] xfs: account for the refcount btree in the alloc/free log reservation, Darrick J. Wong
- [PATCH 060/119] xfs: add refcount btree operations, Darrick J. Wong
- [PATCH 061/119] xfs: create refcount update intent log items, Darrick J. Wong
- [PATCH 062/119] xfs: log refcount intent items, Darrick J. Wong
- [PATCH 063/119] xfs: adjust refcount of an extent of blocks in refcount btree, Darrick J. Wong
- [PATCH 064/119] xfs: connect refcount adjust functions to upper layers, Darrick J. Wong
- [PATCH 065/119] xfs: adjust refcount when unmapping file blocks, Darrick J. Wong
- [PATCH 066/119] xfs: add refcount btree block detection to log recovery, Darrick J. Wong
- [PATCH 067/119] xfs: refcount btree requires more reserved space, Darrick J. Wong
- [PATCH 068/119] xfs: introduce reflink utility functions, Darrick J. Wong
- [PATCH 069/119] xfs: create bmbt update intent log items, Darrick J. Wong
- [PATCH 071/119] xfs: map an inode's offset to an exact physical block, Darrick J. Wong
- [PATCH 070/119] xfs: log bmap intent items, Darrick J. Wong
- [PATCH 072/119] xfs: implement deferred bmbt map/unmap operations, Darrick J. Wong
- [PATCH 073/119] xfs: return work remaining at the end of a bunmapi operation, Darrick J. Wong
- [PATCH 074/119] xfs: define tracepoints for reflink activities, Darrick J. Wong
- [PATCH 075/119] xfs: add reflink feature flag to geometry, Darrick J. Wong
- [PATCH 076/119] xfs: don't allow reflinked dir/dev/fifo/socket/pipe files, Darrick J. Wong
- [PATCH 077/119] xfs: introduce the CoW fork, Darrick J. Wong
- [PATCH 078/119] xfs: support bmapping delalloc extents in the CoW fork, Darrick J. Wong
- [PATCH 079/119] xfs: create delalloc extents in CoW fork, Darrick J. Wong
- [PATCH 080/119] xfs: support allocating delayed extents in CoW fork, Darrick J. Wong
- [PATCH 081/119] xfs: allocate delayed extents in CoW fork, Darrick J. Wong
- [PATCH 082/119] xfs: support removing extents from CoW fork, Darrick J. Wong
- [PATCH 083/119] xfs: move mappings from cow fork to data fork after copy-write, Darrick J. Wong
- [PATCH 084/119] xfs: implement CoW for directio writes, Darrick J. Wong
- [PATCH 085/119] xfs: copy-on-write reflinked blocks when zeroing ranges of blocks, Darrick J. Wong
- [PATCH 086/119] xfs: cancel CoW reservations and clear inode reflink flag when freeing blocks, Darrick J. Wong
- [PATCH 087/119] xfs: cancel pending CoW reservations when destroying inodes, Darrick J. Wong
- [PATCH 088/119] xfs: store in-progress CoW allocations in the refcount btree, Darrick J. Wong
- [PATCH 089/119] xfs: reflink extents from one file to another, Darrick J. Wong
- [PATCH 090/119] xfs: add clone file and clone range vfs functions, Darrick J. Wong
- [PATCH 091/119] xfs: add dedupe range vfs function, Darrick J. Wong
- [PATCH 092/119] xfs: teach get_bmapx and fiemap about shared extents and the CoW fork, Darrick J. Wong
- [PATCH 093/119] xfs: swap inode reflink flags when swapping inode extents, Darrick J. Wong
- [PATCH 094/119] xfs: unshare a range of blocks via fallocate, Darrick J. Wong
- [PATCH 095/119] xfs: CoW shared EOF block when truncating file, Darrick J. Wong
- [PATCH 096/119] xfs: support FS_XFLAG_REFLINK on reflink filesystems, Darrick J. Wong
- [PATCH 097/119] xfs: create a separate cow extent size hint for the allocator, Darrick J. Wong
- [PATCH 098/119] xfs: preallocate blocks for worst-case btree expansion, Darrick J. Wong
- [PATCH 099/119] xfs: don't allow reflink when the AG is low on space, Darrick J. Wong
- [PATCH 100/119] xfs: try other AGs to allocate a BMBT block, Darrick J. Wong
- [PATCH 101/119] xfs: promote buffered writes to CoW when cowextsz is set, Darrick J. Wong
- [PATCH 102/119] xfs: garbage collect old cowextsz reservations, Darrick J. Wong
- [PATCH 103/119] xfs: provide switch to force filesystem to copy-on-write all the time, Darrick J. Wong
- [PATCH 104/119] xfs: increase log reservations for reflink, Darrick J. Wong
- [PATCH 105/119] xfs: use interval query for rmap alloc operations on shared files, Darrick J. Wong
- [PATCH 106/119] xfs: convert unwritten status of reverse mappings for shared files, Darrick J. Wong
- [PATCH 107/119] xfs: set a default CoW extent size of 32 blocks, Darrick J. Wong
- [PATCH 108/119] xfs: don't allow realtime and reflinked files to mix, Darrick J. Wong
- [PATCH 109/119] xfs: don't mix reflink and DAX mode for now, Darrick J. Wong
- [PATCH 110/119] xfs: fail ->bmap for reflink inodes, Darrick J. Wong
- [PATCH 111/119] xfs: recognize the reflink feature bit, Darrick J. Wong
- [PATCH 112/119] xfs: introduce the XFS_IOC_GETFSMAPX ioctl, Darrick J. Wong
- [PATCH 113/119] xfs: scrub btree records and pointers while querying, Darrick J. Wong
- [PATCH 114/119] xfs: create sysfs hooks to scrub various files, Darrick J. Wong
- [PATCH 115/119] xfs: support scrubbing free space btrees, Darrick J. Wong
- [PATCH 116/119] xfs: support scrubbing inode btrees, Darrick J. Wong
- [PATCH 117/119] xfs: support scrubbing rmap btree, Darrick J. Wong
- [PATCH 118/119] xfs: support scrubbing refcount btree, Darrick J. Wong
- [PATCH 119/119] xfs: add btree scrub tracepoints, Darrick J. Wong
- [PATCH v9 0/3] fallocate for block devices,
Darrick J. Wong
- [RFC PATCH 0/2] Initial support for badblock checking in xfs,
Vishal Verma
- Re: [PATCH 10/12] NFS: Do not serialise O_DIRECT reads and writes,
Christoph Hellwig
- [PATCH v2] xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctly, Brian Foster
- [RFC PATCH-tip 0/6] locking/rwsem: Enable reader optimistic spinning,
Waiman Long
- [PATCH] xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctly,
Brian Foster
- questions about flush data to disk.,
Michael
- Something badly broken with the latest XFS changeset in all stable kernels?,
Thomas D.
- [PATCH 3.16 091/114] xfs: introduce mmap/truncate lock, Ben Hutchings
- [PATCH 3.16 094/114] xfs: take i_mmap_lock on extent manipulation operations, Ben Hutchings
- [PATCH 3.16 092/114] xfs: use i_mmaplock on read faults, Ben Hutchings
- [PATCH 3.16 093/114] xfs: use i_mmaplock on write faults, Ben Hutchings
- [PATCH 3.16 097/114] xfs: mmap lock needs to be inside freeze protection, Ben Hutchings
- Metadata corruption,
Martin Aleksov
- xfsaild 20 wakeups per second,
Jason L Tibbitts III
- [PATCH 0/4] xfs: online relabeling [RFC],
Eric Sandeen
- [PATCH] mkfs: test that -l su is a multiple of block size,
Jan Tulak
- [PATCH] mkfs: better error with incorrect b/s value suffix usage,
Jan Tulak
- possible circular locking dependency detected [4.5.6-300.fc24.x86_64], Михаил Гаврилов
- invalid inode numbers ? after drive moved from Linux 2.6.32 to Linux 3.16.0 then back again,
Nigel Tamplin
- BUG null-pointer dereference on recovery of corrupted FS, Marian Beermann
- determining superblock version?,
Emmanuel Florac
- cashewnut kernels, Alice
- crash in xfs in current,
Reinoud Koornstra
- [PATCH] xfs: cancel eofblocks background trimming on remount read-only,
Brian Foster
- [PATCH] mkfs: update manpage for -i size,
Jan Tulak
- [PATCH] mkfs: fix -l su minval,
Jan Tulak
- [PATCH 00/45] v8: separate operations from flags in the bio/request structs,
mchristi
- [PATCH 02/45] block: add REQ_OP definitions and helpers, mchristi
- [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio, mchristi
- [PATCH 05/45] block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE, mchristi
- [PATCH 03/45] fs: have submit_bh users pass in op and flags separately, mchristi
- [PATCH 04/45] fs: have ll_rw_block users pass in op and flags separately, mchristi
- [PATCH 06/45] dm: use op_is_write instead of checking for REQ_WRITE, mchristi
- [PATCH 07/45] bcache: use op_is_write instead of checking for REQ_WRITE, mchristi
- [PATCH 08/45] block, fs, mm, drivers: use bio set/get op accessors, mchristi
- [PATCH 09/45] block discard: use bio set op accessor, mchristi
- [PATCH 10/45] direct-io: use bio set/get op accessors, mchristi
- [PATCH 11/45] btrfs: have submit_one_bio users use bio op accessors, mchristi
- [PATCH 12/45] btrfs: use bio op accessors, mchristi
- [PATCH 13/45] btrfs: update __btrfs_map_block for REQ_OP transition, mchristi
- [PATCH 14/45] btrfs: use bio fields for op and flags, mchristi
- [PATCH 15/45] f2fs: use bio op accessors, mchristi
- [PATCH 16/45] gfs2: use bio op accessors, mchristi
- [PATCH 17/45] xfs: use bio op accessors, mchristi
- [PATCH 18/45] hfsplus: use bio op accessors, mchristi
- [PATCH 19/45] mpage: use bio op accessors, mchristi
- [PATCH 20/45] nilfs: use bio op accessors, mchristi
- [PATCH 21/45] ocfs2: use bio op accessors, mchristi
- [PATCH 22/45] pm: use bio op accessors, mchristi
- [PATCH 23/45] dm: pass dm stats data dir instead of bi_rw, mchristi
- [PATCH 24/45] dm: use bio op accessors, mchristi
- [PATCH 25/45] bcache: use bio op accessors, mchristi
- [PATCH 26/45] drbd: use bio op accessors, mchristi
- [PATCH 28/45] target: use bio op accessors, mchristi
- [PATCH 29/45] xen: use bio op accessors, mchristi
- [PATCH 27/45] md: use bio op accessors, mchristi
- [PATCH 30/45] block: copy bio op to request op, mchristi
- [PATCH 31/45] block: prepare request creation/destruction code to use REQ_OPs, mchristi
- [PATCH 32/45] block: prepare mq request creation to use REQ_OPs, mchristi
- [PATCH 33/45] block: prepare elevator to use REQ_OPs., mchristi
- [PATCH 34/45] blkg_rwstat: separate op from flags, mchristi
- [PATCH 35/45] block: convert merge/insert code to check for REQ_OPs., mchristi
- [PATCH 36/45] block: convert is_sync helpers to use REQ_OPs., mchristi
- [PATCH 37/45] drivers: use req op accessor, mchristi
- [PATCH 38/45] blktrace: use op accessors, mchristi
- [PATCH 39/45] ide cd: do not set REQ_WRITE on requests., mchristi
- [PATCH 40/45] block: move bio io prio to a new field, mchristi
- [PATCH 41/45] block, drivers, fs: shrink bi_rw from long to int, mchristi
- [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code, mchristi
- Re: [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code, kbuild test robot
- Re: [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code, kbuild test robot
- Re: [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code, kbuild test robot
- Re: [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code, Hannes Reinecke
- Re: [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code, Ross Zwisler
- [PATCH 43/45] block, drivers: add REQ_OP_FLUSH operation, mchristi
- [PATCH 44/45] block: do not use REQ_FLUSH for tracking flush support, mchristi
- [PATCH 45/45] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH, mchristi
- [PATCH] Allow compiling xfsprogs in a cross compile environment.,
Gwendal Grignou
- [RFC] allow enabling reflinks at runtime,
Christoph Hellwig
- _xfs_buf_ioapply: no ops on block 0x188e78/0x8 on vanilla 4.4.11,
Stefan Priebe - Profihost AG
- iomap infrastructure and multipage writes V5,
Christoph Hellwig
- [PATCH 01/14] fs: move struct iomap from exportfs.h to a separate header, Christoph Hellwig
- [PATCH 03/14] fs: support DAX based iomap zeroing, Christoph Hellwig
- [PATCH 02/14] fs: introduce iomap infrastructure, Christoph Hellwig
- [PATCH 04/14] xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c, Christoph Hellwig
- [PATCH 05/14] xfs: reorder zeroing and flushing sequence in truncate, Christoph Hellwig
- [PATCH 06/14] xfs: implement iomap based buffered write path, Christoph Hellwig
- [PATCH 07/14] xfs: remove buffered write support from __xfs_get_blocks, Christoph Hellwig
- [PATCH 08/14] fs: iomap based fiemap implementation, Christoph Hellwig
- [PATCH 09/14] xfs: use iomap fiemap implementation, Christoph Hellwig
- [PATCH 10/14] xfs: use iomap infrastructure for DAX zeroing, Christoph Hellwig
- [PATCH 11/14] xfs: handle 64-bit length in xfs_iozero, Christoph Hellwig
- [PATCH 12/14] xfs: use xfs_zero_range in xfs_zero_eof, Christoph Hellwig
- [PATCH 13/14] xfs: split xfs_free_file_space in manageable pieces, Christoph Hellwig
- [PATCH 14/14] xfs: kill xfs_zero_remaining_bytes, Christoph Hellwig
- Re: iomap infrastructure and multipage writes V5, Christoph Hellwig
- Re: iomap infrastructure and multipage writes V5, Dave Chinner
- XFS_IOC_FSEMAP (old XFS_IOC_FIEMAPFS),
Carlos Maiolino
- [ANNOUNCE] xfs: for-next branch update to 26f1fe8,
Dave Chinner
- Internal error xfs_trans_cancel,
Daniel Wagner
- [ANNOUNCE] xfs: master, for-next branches update to v4.7-rc1, Dave Chinner
- [PATCH, reflink] xfs: fix logging of AGF refcount btree fields,
Christoph Hellwig
- [PATCH v22 00/22] Richacls (Core and Ext4),
Andreas Gruenbacher
- [PATCH v22 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher
- [PATCH v22 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher
- [PATCH v22 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher
- [PATCH v22 04/22] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher
- [PATCH v22 05/22] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher
- [PATCH v22 06/22] richacl: In-memory representation and helper functions, Andreas Gruenbacher
- [PATCH v22 07/22] richacl: Permission mapping functions, Andreas Gruenbacher
- [PATCH v22 08/22] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher
- [PATCH v22 09/22] richacl: Permission check algorithm, Andreas Gruenbacher
- [PATCH v22 10/22] posix_acl: Improve xattr fixup code, Andreas Gruenbacher
- [PATCH v22 11/22] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher
- [PATCH v22 12/22] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher
- [PATCH v22 13/22] vfs: Cache richacl in struct inode, Andreas Gruenbacher
- [PATCH v22 14/22] richacl: Update the file masks in chmod(), Andreas Gruenbacher
- [PATCH v22 15/22] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher
- [PATCH v22 16/22] richacl: Create-time inheritance, Andreas Gruenbacher
- [PATCH v22 17/22] richacl: Automatic Inheritance, Andreas Gruenbacher
- [PATCH v22 18/22] richacl: xattr mapping functions, Andreas Gruenbacher
- [PATCH v22 19/22] richacl: Add richacl xattr handler, Andreas Gruenbacher
- [PATCH v22 20/22] vfs: Add richacl permission checking, Andreas Gruenbacher
- [PATCH v22 21/22] ext4: Add richacl support, Andreas Gruenbacher
- [PATCH v22 22/22] ext4: Add richacl feature flag, Andreas Gruenbacher
- Cumulative xfsrestore shows many warnings and files/directories are missing after restoration,
Damien Gombault
- [PATCH v6 0/8] block: prepare for multipage bvecs,
Ming Lei
- XFS: possible memory allocation deadlock in kmem_alloc,
baotiao
- xfsrestore performance,
xfs . pkoch
- [PATCH 0/5] fs: Avoid premature clearing of file capabilities,
Jan Kara
- remounting with "errors=remount-ro" in fstab fails.,
Jan Vales
- oh the joy of swap files,
Christoph Hellwig
- [PATCH 0/7] xfstests: minor fixes for the reflink/dedupe tests,
Darrick J. Wong
- [PATCH] xfs: fix broken multi-fsb buffer logging,
Brian Foster
[Index of Archives]
[Linux XFS Devel]
[Linux Filesystem Development]
[Filesystem Testing]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]