public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-08-15 14:02:04 to 2012-08-23 23:40:07 UTC [more...]

[RFE] xfstests: Add support for tmpfs filesystem
 2012-08-23 23:40 UTC  (2+ messages)

xfstests: Replace lstat64 with cat in test 120
 2012-08-23 22:28 UTC  (6+ messages)
` [PATCH] "

[RFC, PATCH 0/102]: xfs: 3.0.x stable kernel update
 2012-08-23 22:23 UTC  (103+ 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 046/102] xfs: share code for grant head availability checks
` [PATCH 047/102] xfs: split and cleanup xfs_log_reserve
` [PATCH 048/102] xfs: only take the ILOCK in xfs_reclaim_inode()
` [PATCH 049/102] xfs: use per-filesystem I/O completion workqueues
` [PATCH 050/102] xfs: do not require an ioend for new EOF calculation
` [PATCH 054/102] xfs: make xfs_inode_item_size idempotent
` [PATCH 055/102] xfs: split in-core and on-disk inode log item fields
` [PATCH 056/102] xfs: reimplement fdatasync support
` [PATCH 057/102] xfs: fallback to vmalloc for large buffers in xfs_attrmulti_attr_get
` [PATCH 058/102] xfs: fallback to vmalloc for large buffers in xfs_getbmap
` [PATCH 059/102] xfs: fix deadlock in xfs_rtfree_extent
` [PATCH 060/102] xfs: Fix open flag handling in open_by_handle code
` [PATCH 061/102] xfs: introduce an allocation workqueue
` [PATCH 062/102] xfs: trace xfs_name strings correctly
` [PATCH 063/102] xfs: Account log unmount transaction correctly
` [PATCH 064/102] xfs: fix fstrim offset calculations
` [PATCH 065/102] xfs: add lots of attribute trace points
` [PATCH 066/102] xfs: don't fill statvfs with project quota for a directory
` [PATCH 067/102] xfs: Ensure inode reclaim can run during quotacheck
` [PATCH 068/102] xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattach
` [PATCH 069/102] xfs: reduce ilock hold times in xfs_file_aio_write_checks
` [PATCH 070/102] xfs: reduce ilock hold times in xfs_setattr_size
` [PATCH 071/102] xfs: push the ilock into xfs_zero_eof
` [PATCH 072/102] xfs: use shared ilock mode for direct IO writes by default
` [PATCH 073/102] xfs: punch all delalloc blocks beyond EOF on write failure
` [PATCH 074/102] xfs: using GFP_NOFS for blkdev_issue_flush
` [PATCH 075/102] xfs: page type check in writeback only checks last buffer
` [PATCH 076/102] xfs: punch new delalloc blocks out of failed writes inside
` [PATCH 077/102] xfs: prevent needless mount warning causing test failures
` [PATCH 078/102] xfs: don't assert on delalloc regions beyond EOF
` [PATCH 079/102] xfs: limit specualtive delalloc to maxioffset
` [PATCH 080/102] xfs: Use preallocation for inodes with extsz hints
` [PATCH 081/102] xfs: fix buffer lookup race on allocation failure
` [PATCH 082/102] xfs: check for buffer errors before waiting
` [PATCH 083/102] xfs: fix incorrect b_offset initialisation
` [PATCH 084/102] xfs: use kmem_zone_zalloc for buffers
` [PATCH 085/102] xfs: use iolock on XFS_IOC_ALLOCSP calls
` [PATCH 086/102] xfs: Properly exclude IO type flags from buffer flags
` [PATCH 087/102] xfs: flush outstanding buffers on log mount failure
` [PATCH 088/102] xfs: protect xfs_sync_worker with s_umount semaphore
` [PATCH 089/102] xfs: fix memory reclaim deadlock on agi buffer
` [PATCH 090/102] xfs: add trace points for log forces
` [PATCH 091/102] xfs: switch to proper __bitwise type for KM_... flags
` [PATCH 092/102] xfs: xfs_vm_writepage clear iomap_valid when
` [PATCH 093/102] xfs: fix debug_object WARN at xfs_alloc_vextent()
` [PATCH 094/102] xfs: m_maxioffset is redundant
` [PATCH 095/102] xfs: make largest supported offset less shouty
` [PATCH 096/102] xfs: kill copy and paste segment checks in xfs_file_aio_read
` [PATCH 097/102] xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_near
` [PATCH 098/102] xfs: shutdown xfs_sync_worker before the log
` [PATCH 099/102] xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near
` [PATCH 100/102] xfs: don't defer metadata allocation to the workqueue
` [PATCH 101/102] xfs: prevent recursion in xfs_buf_iorequest
` [PATCH 102/102] xfs: handle EOF correctly in xfs_vm_writepage

some questions aoout extended attribute in my developmen​t
 2012-08-23 21:57 UTC  (2+ messages)

[PATCH V2] xfstests: Replace lstat64 with cat in test 120
 2012-08-23 17:43 UTC 

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

[PATCH] xfs: prevent xfs_bmap_extsize_align() to exceed maximum extent size
 2012-08-23 16:52 UTC  (7+ messages)
  ` [PATCH V2] "
            ` [PATCH V3] xfs: prevent xfs_bmapi_write() "

xfstests: Replace lstat64 with cat in test 120
 2012-08-23 16:12 UTC  (3+ messages)

[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

[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  (12+ 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  (2+ 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  (3+ messages)


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