messages from 2014-04-12 08:00:01 to 2014-04-16 22:30:49 UTC [more...]
new 64 bit math link fail in xfs in linux-next today
2014-04-16 22:30 UTC (8+ messages)
` [PATCH] xfs: fix 32bit __divdi3 undefined
[PATCH 0/2] xfs: clean up return handling
2014-04-16 22:28 UTC (8+ messages)
` [PATCH 1/2] xfs: return is not a function
` [PATCH 2/2] xfs: Nuke XFS_ERROR macro
[PATCH] xfstests: log running test to dmesg
2014-04-16 21:37 UTC
[PATCH v2 0/2] xfs: tmpfile fixes for inode security/acl
2014-04-16 17:29 UTC (9+ messages)
` [PATCH v2 1/2] xfs: fix tmpfile/selinux deadlock and initialize security/acl
[PATCH/RFC 00/19] Support loop-back NFS mounts
2014-04-16 16:37 UTC (42+ messages)
` [PATCH 14/19] driver core: set PF_FSTRANS while holding gdp_mutex
` [PATCH 07/19] nfsd and VM: use PF_LESS_THROTTLE to avoid throttle in shrink_inactive_list
` [PATCH 02/19] lockdep: lockdep_set_current_reclaim_state should save old value
` [PATCH 01/19] Promote current_{set, restore}_flags_nested from xfs to global
` [PATCH 08/19] Set PF_FSTRANS while write_cache_pages calls ->writepage
` [PATCH 06/19] nfsd: set PF_FSTRANS for nfsd threads
` [PATCH 04/19] Make effect of PF_FSTRANS to disable __GFP_FS universal
` [PATCH 13/19] MM: set PF_FSTRANS while allocating per-cpu memory to avoid deadlock
` [PATCH 05/19] SUNRPC: track whether a request is coming from a loop-back interface
` [PATCH 09/19] XFS: ensure xfs_file_*_read cannot deadlock in memory allocation
` [PATCH 03/19] lockdep: improve scenario messages for RECLAIM_FS errors
` [PATCH 11/19] FS: set PF_FSTRANS while holding mmap_sem in exec.c
` [PATCH 10/19] NET: set PF_FSTRANS while holding sk_lock
` [PATCH 12/19] NET: set PF_FSTRANS while holding rtnl_lock
` [PATCH 16/19] VFS: use GFP_NOFS rather than GFP_KERNEL in __d_alloc
` [PATCH 15/19] nfsd: set PF_FSTRANS when client_mutex is held
` [PATCH 18/19] nfsd: set PF_FSTRANS during nfsd4_do_callback_rpc
` [PATCH 19/19] XFS: set PF_FSTRANS while ilock is held in xfs_free_eofblocks
` [PATCH 17/19] VFS: set PF_FSTRANS while namespace_sem is held
[PATCH] xfstests: btrfs, test send's ability to punch holes and prealloc extents
2014-04-16 15:01 UTC (4+ messages)
` [PATCH v2] "
[PATCH] xfs: unmount does not wait for shutdown during unmount
2014-04-16 14:27 UTC (6+ messages)
[PATCH 1/4] renameat2 syscall: add infrastructure
2014-04-16 14:18 UTC (4+ messages)
` [PATCH 2/4] renameat2 syscall: check plain rename
[PATCH v3 0/4] xfs: tmpfile fixes
2014-04-16 14:14 UTC (17+ messages)
` [PATCH v3 1/4] xfs: fix tmpfile/selinux ilock deadlock
` [PATCH v3 2/4] xfs: initialize inode security on tmpfile creation
` [PATCH v3 3/4] xfs: replace on-stack xfs_trans_res with pointer in xfs_create()
` [PATCH v3 4/4] xfs: fold xfs_create_tmpfile() into xfs_create()
[PATCH] xfstests: btrfs, add test for btrfs properties
2014-04-16 15:04 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/9] xfs_db, xfs_repair: improve CRC error detection
2014-04-16 13:25 UTC (21+ messages)
` [PATCH 1/9] db: don't claim unchecked CRCs are correct
` [PATCH 2/9] db: verify buffer on type change
` [PATCH 3/9] repair: ensure prefetched buffers have CRCs validated
` [PATCH 4/9] repair: detect and correct CRC errors in directory blocks
` [PATCH 5/9] repair: detect CRC errors in AG headers
` [PATCH 6/9] repair: report AG btree verifier errors
` [PATCH 7/9] repair: remove more dirv1 leftovers
` [PATCH 8/9] repair: handle remote sylmlink CRC errors
` [PATCH 9/9] repair: detect and handle attribute tree "
[PATCH 0/6][RFC] Introduce FALLOC_FL_ZERO_RANGE flag for fallocate
2014-04-16 10:43 UTC (3+ messages)
Seeking XFS tuning advice for PostgreSQL on SATA SSDs/Linux-md
2014-04-16 9:31 UTC (4+ messages)
[PATCH 1/3 v2] ext4: Remove unnecessary check for APPEND and IMMUTABLE
2014-04-16 8:29 UTC (7+ messages)
` [PATCH 2/3 v2] fs: Prevent doing FALLOC_FL_ZERO_RANGE on append only file
` [PATCH 3/3 v2] fs: move falloc collapse range check into the filesystem methods
[PATCH] check: add support for an external test expunging file
2014-04-16 6:40 UTC (6+ messages)
` [PATCH -v2] check: add support for an external file containing tests to exclude
[PATCH] ext4: add fallocate mode blocking for debugging purposes
2014-04-16 5:47 UTC (2+ messages)
[ANNOUNCE] xfstests: master branch updated to cd444c6
2014-04-16 0:38 UTC
[PATCH] renameat2: add system call number for i386
2014-04-16 0:32 UTC (2+ messages)
[xfstests PATCH] renameat2 syscall: turn EEXIST into ENOTEMPTY
2014-04-16 0:31 UTC (2+ messages)
[XFS updates] XFS development tree branch, for-next, updated. xfs-for-linus-3.15-rc1-14836-gb901592
2014-04-15 22:45 UTC
[XFS updates] XFS development tree branch, xfs-fixes-for-3.15-rc2, created. xfs-for-linus-3.15-rc1-14836-gb901592
2014-04-15 22:45 UTC
[PATCH 1/4] ext4: Remove unnecessary check for APPEND and IMMUTABLE
2014-04-15 21:36 UTC (20+ messages)
` [PATCH 2/4] fs: Prevent doing FALLOC_FL_ZERO_RANGE on append only file
` [PATCH 3/4] fs: Remove i_size check from do_fallocate
` [PATCH 4/4] fs: Disallow all fallocate operation on active swapfile
[PATCH] ext4: add a new spinlock i_raw_lock to protect the ext4's raw inode
2014-04-15 2:08 UTC (11+ messages)
` [PATCH 1/3] generic/004: fix filtering of expected error message
` [PATCH 2/3] generic/022: update expected output after the test was renamed
` [PATCH 3/3] generic/237: fix filtering for expected failure message
xfs readdir hang on for-next (3.15.0-rc1)
2014-04-14 22:06 UTC (5+ messages)
[PATCH 0/2] xfsprogs: 2 quick coverity fixes
2014-04-14 15:01 UTC (5+ messages)
` [PATCH 1/2] xfs_logprint: Fix error handling in xlog_print_trans_efi
` [PATCH 2/2] mkfs.xfs: prevent close(-1) on protofile error path
[PATCH v5 00/11] xfs: introduce the free inode btree
2014-04-14 9:46 UTC (2+ messages)
[PATCH 0/6 v2] xfs: delalloc, dio and corruption
2014-04-14 8:13 UTC (4+ messages)
` [PATCH 3/6] xfs: xfs_vm_write_end truncates too much on failure
[XFS updates] XFS development tree branch, for-next, updated. xfs-for-linus-3.15-rc1-14826-gc9eaa44
2014-04-14 7:35 UTC
[XFS updates] XFS development tree branch, master, updated. xfs-for-linus-3.15-rc1-14826-gc9eaa44
2014-04-14 7:27 UTC
filestream allocator rewrite
2014-04-14 7:17 UTC (12+ messages)
` [PATCH 2/9] xfs: split xfs_bmap_btalloc_nullfb
` [PATCH 4/9] xfs: embedd mru_elem into parent structure
` [PATCH 5/9] xfs: remove XFS_IFILESTREAM
` [PATCH 6/9] xfs: rewrite the filestream allocator using the dentry cache
` [PATCH 7/9] xfs: don't create a slab cache for filestream items
` [PATCH 8/9] xfs: remove xfs_filestream_associate
` [PATCH 9/9] xfs: add filestream allocator tracepoints
[ANNOUNCE] xfsprogs: v3.2.0-rc1 tagged
2014-04-14 7:06 UTC
[PATCH] xfsprogs: fix xfs_logprint EFI entry split on log buffer
2014-04-14 1:42 UTC (2+ messages)
[ANNOUNCE] xfstests: master branch updated to 249cc51
2014-04-14 1:22 UTC (2+ messages)
` [ANNOUNCE] xfstests: master branch updated to 8874560
[PATCH] generic: add fallocate() checks to generic/300
2014-04-14 0:29 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).