public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-08-09 23:28:45 to 2012-08-23 05:03:38 UTC [more...]

[RFC, PATCH 0/102]: xfs: 3.0.x stable kernel update
 2012-08-23  5:02 UTC  (47+ messages)
` [PATCH 001/102] xfs: don't serialise adjacent concurrent direct IO appending writes
` [PATCH 002/102] xfs: remove dead ENODEV handling in xfs_destroy_ioend
` [PATCH 003/102] xfs: defer AIO/DIO completions
` [PATCH 004/102] xfs: reduce ioend latency
` [PATCH 005/102] xfs: wait for I/O completion when writing out pages in xfs_setattr_size
` [PATCH 006/102] xfs: improve ioend error handling
` [PATCH 007/102] xfs: Check the return value of xfs_buf_get()
` [PATCH 008/102] xfs: Check the return value of xfs_trans_get_buf()
` [PATCH 009/102] xfs: dont ignore error code from xfs_bmbt_update
` [PATCH 010/102] xfs: fix possible overflow in xfs_ioc_trim()
` [PATCH 011/102] xfs: XFS_TRANS_SWAPEXT is not a valid flag for
` [PATCH 012/102] xfs: Don't allocate new buffers on every call to _xfs_buf_find
` [PATCH 013/102] xfs: reduce the number of log forces from tail pushing
` [PATCH 014/102] xfs: optimize fsync on directories
` [PATCH 015/102] xfs: clean up buffer allocation
` [PATCH 016/102] xfs: clean up xfs_ioerror_alert
` [PATCH 017/102] xfs: use xfs_ioerror_alert in xfs_buf_iodone_callbacks
` [PATCH 018/102] xfs: do not flush data workqueues in xfs_flush_buftarg
` [PATCH 019/102] xfs: add AIL pushing tracepoints
` [PATCH 020/102] xfs: warn if direct reclaim tries to writeback pages
` [PATCH 021/102] xfs: fix force shutdown handling in xfs_end_io
` [PATCH 022/102] xfs: fix allocation length overflow in xfs_bmapi_write()
` [PATCH 023/102] xfs: fix the logspace waiting algorithm
` [PATCH 024/102] xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflush
` [PATCH 025/102] xfs: make sure to really flush all dquots in xfs_qm_quotacheck
` [PATCH 026/102] xfs: simplify xfs_qm_detach_gdquots
` [PATCH 027/102] xfs: mark the xfssyncd workqueue as non-reentrant
` [PATCH 028/102] xfs: make i_flags an unsigned long
` [PATCH 029/102] xfs: remove the i_size field in struct xfs_inode
` [PATCH 030/102] xfs: remove the i_new_size "
` [PATCH 031/102] xfs: always return with the iolock held from
` [PATCH 032/102] xfs: cleanup xfs_file_aio_write
` [PATCH 033/102] xfs: pass KM_SLEEP flag to kmem_realloc() in
` [PATCH 034/102] xfs: show uuid when mount fails due to duplicate uuid
` [PATCH 035/102] xfs: xfs_trans_add_item() - don't assign in ASSERT() when compare is intended
` [PATCH 036/102] xfs: split tail_lsn assignments from log space wakeups
` [PATCH 037/102] xfs: do exact log space wakeups in xlog_ungrant_log_space
` [PATCH 038/102] xfs: remove xfs_trans_unlocked_item
` [PATCH 039/102] xfs: cleanup xfs_log_space_wake
` [PATCH 040/102] xfs: remove log space waitqueues
` [PATCH 041/102] xfs: add the xlog_grant_head structure
` [PATCH 042/102] xfs: add xlog_grant_head_init
` [PATCH 043/102] xfs: add xlog_grant_head_wake_all
` [PATCH 044/102] xfs: share code for grant head waiting
` [PATCH 045/102] xfs: share code for grant head wakeups
` [PATCH 047/102] xfs: split and cleanup xfs_log_reserve

[RFC v6 PATCH 0/5] xfs: Allow pquota and gquota to be used together
 2012-08-23  0:25 UTC  (17+ messages)
` [RFC v6 PATCH 1/5] xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD
` [RFC v6 PATCH 2/5] xfs: Add pquota fields where gquota is used
` [RFC v6 PATCH 3/5] xfs: Add pquotaino to on-disk super block
` [RFC v6 PATCH 4/5] xfs: Add proper versioning support to fs_quota_stat
` [RFC v6 PATCH 5/5] xfs: Add a new field to fs_quota_stat to get pquota information

xfstests: Replace lstat64 with cat in test 120
 2012-08-23  0:02 UTC  (4+ messages)
` [PATCH] "

[RFC] [PATCH 0/18] xfstests: move tests out of top level
 2012-08-22 23:42 UTC  (9+ messages)

xfstests: Replace lstat64 with cat in test 120
 2012-08-22 20:59 UTC  (2+ messages)

[PATCH v8 2/4] xfs: Introduce a helper routine to probe data or hole offset from page cache
 2012-08-21 17:10 UTC  (2+ messages)

[PATCH v8 4/4] xfs: xfs_seek_hole() refinement with hole searching from page cache for unwritten extents
 2012-08-21  9:12 UTC 

[PATCH v8 3/4] xfs: xfs_seek_data() refinement with unwritten extents check up from page cache
 2012-08-21  9:12 UTC 

[PATCH v8 1/4] xfs: Remove type argument from xfs_seek_data()/xfs_seek_hole()
 2012-08-21  9:11 UTC 

[PATCH v8 0/4] xfs: seek_data/seek_hole refinements
 2012-08-21  9:11 UTC 

Test 272 fails for ext3
 2012-08-21  8:03 UTC  (7+ messages)

[PATCH v7 2/4] xfs: Introduce a helper routine to probe data or hole offset from page cache
 2012-08-21  6:41 UTC  (8+ messages)

[PATCH v7 3/4] xfs: xfs_seek_data() refinement with unwritten extents check up from page cache
 2012-08-21  5:07 UTC  (4+ messages)

[PATCH] xfs: fix race while discarding buffers [V4]
 2012-08-20 23:21 UTC  (5+ messages)

[PATCH v7 4/4] xfs: xfs_seek_hole() refinement with hole searching from page cache for unwritten extent
 2012-08-20 23:17 UTC  (3+ messages)

[PATCH V4] Make inode64 a remountable option
 2012-08-20 23:16 UTC  (3+ messages)

[PATCH] xfstests: Provide test whether fs supports direct IO and use it
 2012-08-20 16:40 UTC  (3+ messages)

NULL pointer dereference in ext4_ext_remove_space on 3.5.1
 2012-08-17 23:11 UTC  (4+ messages)

XFS regression: Oops in xfs_buf_do_callbacks on xfstest 137
 2012-08-17 18:15 UTC  (3+ messages)

[PATCH V3] Make inode64 a remountable option
 2012-08-17 17:34 UTC  (6+ messages)

[PATCH 0/4] xfstests: random fixes and improvements
 2012-08-17 12:45 UTC  (13+ messages)
` [PATCH 1/4] xfstests: test 110 sometimes fails to unmount scratch dev
` [PATCH 2/4] xfstests: loop devices vs umount stupidity
` [PATCH 3/4] xfstests: _check_quota_usage needs to unmount to get XFS quotacheck
` [PATCH 4/4] xfstests: speed up 227 by using preallocation

[PATCH] xfs: minor inode64 mount option cleanup
 2012-08-17 12:23 UTC  (2+ messages)

[PATCH] xfs: kill struct declarations in xfs_mount.h
 2012-08-17 12:21 UTC  (3+ messages)

[PATCH V2] Make inode64 a remountable option
 2012-08-17  2:23 UTC  (2+ messages)

[PATCH] Make inode64 a remountable option
 2012-08-17  1:42 UTC  (6+ messages)

[PATCH] xfs: unlock the AGI buffer when looping in xfs_dialloc
 2012-08-16 20:53 UTC  (3+ messages)

[PATCH] xfs: fix uninitialised variable in xfs_rtbuf_get()
 2012-08-16 16:42 UTC  (2+ messages)

[PATCH] xfstests 274: test more code paths
 2012-08-16  6:11 UTC  (2+ messages)

xfststs: Add support for tmpfs filesystem
 2012-08-15 14:33 UTC 

[PATCH v4] xfs: check for possible overflow in xfs_ioc_trim
 2012-08-15 14:02 UTC  (4+ messages)

[PATCH v3] xfstests: Use upstream version of fstrim instead of the local one
 2012-08-15 13:00 UTC 

aborted SCSI commands while discarding/unmapping via mkfs.xfs
 2012-08-15  9:22 UTC  (8+ messages)

howto keep xfs directory searches fast for a long time
 2012-08-15  8:59 UTC  (9+ messages)

Link Exchange with oss.sgi.com (PR6)
 2012-08-14 23:39 UTC 

[PATCH 0/10] xfstests: rework large filesystem testing
 2012-08-14 21:40 UTC  (2+ messages)

[PATCH v2] xfstests: Use upstream version of fstrim instead of the local one
 2012-08-14 21:39 UTC  (2+ messages)

Ihr Amazon Konto wurde gesperrt
 2012-08-14 14:25 UTC 

xfs warnings on kernel 3.2.15
 2012-08-13 15:47 UTC  (5+ messages)

[PATCH v7 1/4] xfs: Remove type argument from xfs_seek_data()/xfs_seek_hole()
 2012-08-13 13:07 UTC 

[PATCH v7 0/4] xfs: seek_data/seek_hole refinements
 2012-08-13 13:07 UTC 

xfs_repair - segemnation fault | git error
 2012-08-13 11:58 UTC  (4+ messages)

bad version from xfs_repair after raid crash
 2012-08-13 11:02 UTC  (5+ messages)
  ` AW: "

xfstests: standard way of handling loop devices
 2012-08-13 10:43 UTC  (2+ messages)

XFS status update for July 2012
 2012-08-13  9:15 UTC 

[PATCH v3] xfs: check for possible overflow in xfs_ioc_trim
 2012-08-13  8:16 UTC  (3+ messages)

Re:Utax CD 5025/5030 (15K),Kyocera TK-475, FS-6025MFP/6030MFP (15K) chips
 2012-08-12  4:21 UTC 

属于工 伤范围的情形有哪些?不得认定为工 伤的情形有哪些
 2012-08-10 18:11 UTC 

[PATCH 0/8] Set bi_rw when alloc bio before call bio_add_page
 2012-08-10 15:23 UTC  (5+ messages)
  `  "

[PATCH v6 2/4] xfs: Introduce a new function to find the desired type of offset from page cache
 2012-08-10  8:27 UTC  (7+ messages)

[PATCH v6 3/4] xfs: xfs_seek_data() refinement with lookup data buffer offset from page cache
 2012-08-10  8:17 UTC  (3+ messages)

[PATCH v6 4/4] xfs: xfs_seek_hole() refinement with lookup hole offset from page cache
 2012-08-09 23:38 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