public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-13 17:25:37 to 2016-08-24 21:09:33 UTC [more...]

[PATCH] xfs: kill __uint*_t and __int*_t
 2016-08-24 21:07 UTC  (5+ messages)

[PATCHv2 xfsprogs 00/14] Convert from off64_t to off_t
 2016-08-24 20:47 UTC  (35+ messages)
` [PATCHv2 xfsprogs 04/14] replace [fl]stat64 by equivalent [fl]stat
` [PATCHv2 xfsprogs 05/14] replace ftruncate64 by equivalent ftruncate
` [PATCHv2 xfsprogs 06/14] replace lseek64 by equivalent lseek
` [PATCHv2 xfsprogs 07/14] replace pread64/pwrite64 by equivalent pread/pwrite
` [PATCHv2 xfsprogs 08/14] replace sendfile64 by equivalent sendfile
` [PATCHv2 xfsprogs 01/14] configure: use AC_SYS_LARGEFILE
` [PATCHv2 xfsprogs 03/14] remove unecessary definitions of _FILE_OFFSET_BITS
` [PATCHv2 xfsprogs 14/14] platform: remove use of off64_t
` [PATCHv2 xfsprogs 13/14] xfs.h: require transparent LFS for all users
` [PATCHv2 xfsprogs 09/14] fadvise.c: replace posix_fadvise64 by equivalent posix_fadvise
` [PATCHv2 xfsprogs 10/14] Makefile: disable fsr for Mac OS X
` [PATCHv2 xfsprogs 11/14] fsr: remove workaround for statvfs on "
` [PATCHv2 xfsprogs 12/14] replace statvfs64 by equivalent statvfs
` [PATCHv2 xfsprogs 02/14] configure: error out when LFS does not work

[PATCH] xfs: don't perform lookups on zero-height btrees
 2016-08-24 20:39 UTC  (3+ messages)

[PATCH] xfs: fix superblock inprogress check
 2016-08-24 18:07 UTC  (2+ messages)

[PATCH] xfs: prevent dropping ioend completions during buftarg wait
 2016-08-24 12:55 UTC 

[PATCH] Make __xfs_xattr_put_listen preperly report errors
 2016-08-24  8:08 UTC  (3+ messages)

[PATCH 0/7] xfsprogs: reverse mapping fixes
 2016-08-24  2:25 UTC  (8+ messages)
` [PATCH 1/7] xfs: don't perform lookups on zero-height btrees
` [PATCH 2/7] xfs: fix some key handling problems in _btree_simple_query_range
` [PATCH 3/7] xfs: simple btree query range should look right if LE lookup fails
` [PATCH 4/7] libxcmd: fix mount option parsing to find rt/log devices
` [PATCH 5/7] misc: fix Coverity errors
` [PATCH 6/7] misc: fix libxfs api violations
` [PATCH 7/7] xfs_repair: fix naming problems in repair/rmap.c

[PATCH 0/5] xfs: reverse mapping fixes
 2016-08-24  2:20 UTC  (6+ messages)
` [PATCH 1/5] xfs: don't log the entire end of the AGF
` [PATCH 2/5] xfs: don't perform lookups on zero-height btrees
` [PATCH 3/5] xfs: fix some key handling problems in _btree_simple_query_range
` [PATCH 4/5] xfs: simple btree query range should look right if LE lookup fails
` [PATCH 5/5] xfs: disallow mounting of realtime + rmap filesystems

[PATCH v4 0/2] xfs_quota: allow operation on ext4 for project quotas
 2016-08-23 22:12 UTC  (3+ messages)
` [PATCH v4 1/2] xfs_quota: add capabilities for use on ext4
` [PATCH v4 2/2] xfs_quota: additional changes to allow "

[PATCH v3 0/3] xfs_quota: allow operation on ext4 for project quotas
 2016-08-23 19:11 UTC  (5+ messages)
` [PATCH v3 1/2] xfs_quota: add capabilities for use on ext4
` [PATCH v3 2/2] xfs_quota: additional changes to allow "

[PATCH] xfs: close xfs_wait_buftarg() race with buffer lookups
 2016-08-23 12:54 UTC  (3+ messages)

Luxury bag for your checking
 2016-08-23  7:40 UTC 

Invitation to visit Shrink Terminal and Solder Sleeve booth of Hampool in Automechanika show in FRANKFURT, Germany during 13-17 September, 2016
 2016-08-23  6:17 UTC 

[PATCH] iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystems
 2016-08-23  1:27 UTC  (2+ messages)

[PATCH v2 0/3] xfs_quota: allow operation on ext4 for project quotas
 2016-08-23  0:24 UTC  (15+ messages)
` [PATCH v2 1/3] xfs_quota: add capabilities for use on ext4
` [PATCH v2 2/3] xfs_quota: changes to accomodate hoisted ioctl defs
` [PATCH v2 3/3] xfs_quota: additional changes to allow use on ext4

[PATCH] xfs: disallow mounting of realtime + rmap filesystems
 2016-08-22  8:35 UTC  (2+ messages)

[PATCH, RFC] xfs: remove i_iolock and use i_rwsem in the VFS inode instead
 2016-08-22  8:34 UTC  (6+ messages)

[ANNOUNCE] xfsprogs: for-next branch updated to c563396
 2016-08-22  6:20 UTC 

[PATCH 1/2] xfs/006: move code about resetting error handling to common/rc
 2016-08-22  6:12 UTC  (3+ messages)
` [PATCH 2/2] fstests: xfs EIO error handling test

[PATCH V4] xfs_db: add crc manipulation commands
 2016-08-22  0:54 UTC  (7+ messages)
` [PATCH V5] "

iomap write fixes
 2016-08-21 21:51 UTC  (5+ messages)
` [PATCH 1/4] xfs: move xfs_bmbt_to_iomap up
` [PATCH 2/4] xfs: factor our a helper to calculate the EOF alignment
` [PATCH 3/4] xfs: make xfs_inode_set_eofblocks_tag cheaper for the common case
` [PATCH 4/4] xfs: rewrite and optimize the delalloc write path

[PATCH] xfs/033: source mkfs output again if isize less than 512
 2016-08-21 14:47 UTC 

IRQ Lock Inversion dependency detected?
 2016-08-20 23:23 UTC  (2+ messages)

[PATCH v7 00/17] xfstests: fixes and new tests for rmap/reflink/etc
 2016-08-19 21:53 UTC  (6+ messages)
` [PATCH 13/17] xfs: test swapext with reflink

[PATCH 1/2] common/rc: add functions to check or write objects under /sys/fs/$FSTYP
 2016-08-19 17:55 UTC  (3+ messages)
` [PATCH 2/2] fstests: xfs EIO error handling test

[PATCH] PING... mkfs.xfs: fix static-lib build
 2016-08-19 10:28 UTC  (2+ messages)

[GIT PULL] xfs, iomap: fixes for 4.8-rc3
 2016-08-19  5:14 UTC 

RFC: dropping IRIX support in xfsprogs
 2016-08-19  2:07 UTC  (6+ messages)
`  "

[INFO: possible circular locking dependency detected ] this is false alarm or not?
 2016-08-18 19:40 UTC 

iomap infrastructure and multipage writes V5
 2016-08-18 13:18 UTC  (3+ messages)
` [PATCH 08/14] fs: iomap based fiemap implementation

账号密码过期提醒。
 2016-08-18  2:25 UTC 

XFS on top of LVM span in AWS. Stripe or are AG's good enough?
 2016-08-17 17:26 UTC  (6+ messages)

xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage
 2016-08-17 15:37 UTC  (12+ messages)
              ` shrink_active_list/try_to_release_page bug? (was Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage)

[PATCH] xfs_quota: wire up XFS_GETQSTATV
 2016-08-17 15:02 UTC  (9+ messages)
` [PATCH V2] "

Luxury bag for your checking
 2016-08-17  1:25 UTC 

FW: Industrial air compressor Manufacturer from China
 2016-08-17  9:38 UTC 

PE WPC Profile Extrusion Mould
 2016-08-17  4:33 UTC 

XFS rmap, reflink, and online scrub git trees updated
 2016-08-17  3:12 UTC 

[ANNOUNCE] xfs: master branch updated to v4.8-rc2, for-next branch updated to d25ed4d
 2016-08-17  1:49 UTC  (4+ messages)

suspending bugzilla on oss.sgi.com
 2016-08-16 17:07 UTC  (2+ messages)

A gratis super bonus gift for you!
 2016-08-16 15:19 UTC 

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

Участникам внешнеэкономической деятельности
 2016-08-16  7:00 UTC 

Как защитить целостность конфиденциальных данных в компании?
 2016-08-16  3:58 UTC 

[PATCH 0/3] xfs_quota: allow operation on ext4 for project quotas
 2016-08-15 18:38 UTC  (4+ messages)
` [PATCH 1/3] xfs_quota: add capabilities for use on ext4
` [PATCH 2/3] xfs_quota: changes to accomodate hoisted ioctl defs
` [PATCH 3/3] xfs_quota: additional changes to allow use on ext4

Bug#834416: xfs_growfs: XFS_IOC_FSGROWFSDATA xfsctl failed: Invalid argument
 2016-08-15 15:01 UTC  (2+ messages)
  ` Bug#834416: Acknowledgement (xfs_growfs: XFS_IOC_FSGROWFSDATA xfsctl failed: Invalid argument)

[PATCH v3] tests/generic: test xfs log recovery metadata LSN ordering
 2016-08-15 12:56 UTC 

[PATCH v2] tests/generic: test xfs log recovery metadata LSN ordering
 2016-08-15 12:29 UTC  (2+ messages)

[PATCH] tests/xfs: test log recovery metadata LSN ordering
 2016-08-15 11:46 UTC  (3+ messages)

first set of iomap fix
 2016-08-14  6:33 UTC  (9+ messages)
` [PATCH 1/7] iomap: remove superflous mark_page_accessed from iomap_write_actor
` [PATCH 2/7] iomap: remove superflous pagefault_disable "
` [PATCH 3/7] iomap: fiemap should honor the FIEMAP_FLAG_SYNC flag
` [PATCH 4/7] iomap: prepare iomap_fiemap for attribute mappings
` [PATCH 5/7] iomap: mark ->iomap_end as optional
` [PATCH 6/7] xfs: simplify xfs_file_iomap_begin
` [PATCH 7/7] xfs: (re-)implement FIEMAP_FLAG_XATTR

Les achats par C.B
 2016-08-14  5:20 UTC 

generic/224 triggers infinite "page discard on page xxx" on 512 block size XFS with 4.8-rc1 kernel
 2016-08-13 23:04 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox