linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-08-11 16:30:17 to 2009-08-22 02:11:37 UTC [more...]

O_DIRECT and barriers
 2009-08-22  2:11 UTC  (17+ messages)

[PATCH 0/17] Make O_SYNC handling use standard syncing path (Version 2)
 2009-08-21 18:07 UTC  (24+ messages)
` [PATCH 01/17] vfs: Introduce filemap_fdatawait_range
` [PATCH 02/17] vfs: Export __generic_file_aio_write() and add some comments
` [PATCH 03/17] vfs: Remove syncing from generic_file_direct_write() and generic_file_buffered_write()
` [PATCH 04/17] pohmelfs: Use __generic_file_aio_write instead of generic_file_aio_write_nolock
` [PATCH 05/17] ocfs2: "
` [PATCH 06/17] vfs: Rename generic_file_aio_write_nolock
` [PATCH 07/17] vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode
` [PATCH 08/17] ext2: Update comment about generic_osync_inode
` [PATCH 09/17] ext3: Remove syncing logic from ext3_file_write
` [PATCH 10/17] ext4: Remove syncing logic from ext4_file_write
` [PATCH 11/17] ntfs: Use new syncing helpers and update comments
` [PATCH 12/17] ocfs2: Update syncing after splicing to match generic version
` [PATCH 13/17] xfs: Convert sync_page_range() to simple fdatawrite_range()
` [PATCH 14/17] pohmelfs: Use new syncing helper
` [PATCH 15/17] nfs: Remove reference to generic_osync_inode from a comment
` [PATCH 16/17] fat: Opencode sync_page_range_nolock()
` [PATCH 17/17] vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()

[PATCH 01/17] vfs: Introduce filemap_fdatawait_range
 2009-08-21 16:59 UTC  (10+ messages)
` [PATCH 02/17] vfs: Export __generic_file_aio_write() and add some comments
` [PATCH 03/17] vfs: Remove syncing from generic_file_direct_write() and generic_file_buffered_write()
` [PATCH 04/17] pohmelfs: Use __generic_file_aio_write instead of generic_file_aio_write_nolock
` [PATCH 05/17] ocfs2: "
` [PATCH 06/17] vfs: Rename generic_file_aio_write_nolock
` [PATCH 07/17] vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode
` [PATCH 08/17] ext2: Update comment about generic_osync_inode
` [PATCH 09/17] ext3: Remove syncing logic from ext3_file_write
` [PATCH 10/17] ext4: Remove syncing logic from ext4_file_write

[patch 00/11] new truncate sequence
 2009-08-21 14:22 UTC  (15+ messages)
` [patch 01/11] fs: new truncate helpers
` [patch 02/11] fs: use "
` [patch 03/11] fs: introduce new truncate sequence
` [patch 04/11] fs: convert simple fs to new truncate
` [patch 05/11] tmpfs: convert to use the new truncate convention
` [patch 06/11] ext2: "
` [patch 07/11] fat: "
` [patch 08/11] btrfs: "
` [patch 09/11] jfs: "
` [patch 10/11] udf: "
` [patch 11/11] minix: "

[PATCH, RFC] xfs: batched discard support
 2009-08-21 12:46 UTC  (27+ messages)

[PATCH RFC 0/10] nfsd41 backchannel patches for 2.6.32
 2009-08-21  8:43 UTC  (3+ messages)

[Bugme-new] [Bug 14021] New: hfsplus caused data loss
 2009-08-21  7:37 UTC  (5+ messages)

Question : are concurrent write() calls with O_APPEND on local files atomic ?
 2009-08-20 15:02 UTC  (6+ messages)
  ` AW: Question : are concurrent write() calls with O_APPEND on localfiles "
    `  "

[PATCH] exofs: remove BKL from super operations
 2009-08-19 23:49 UTC  (2+ messages)

[PATCH] splice: update mtime and atime on files
 2009-08-19  8:50 UTC  (8+ messages)

[V5 Patch 0/2] fix file truncations when both suid and write permissions set
 2009-08-19  4:44 UTC  (3+ messages)
` [Patch 1/2] selinux: adjust rules for ATTR_FORCE
` [Patch 2/2] vfs: allow file truncations when both suid and write permissions set

[V4 Patch 0/2] fix file truncations when both suid and write permissions set
 2009-08-19  2:34 UTC  (17+ messages)
` [Patch 1/2] selinux: ajust rules for ATTR_FORCE
` [Patch 2/2] vfs: allow file truncations when both suid and write permissions set

[PATCH] aio.c: move EXPORT* macros to line after function
 2009-08-18 16:44 UTC 

fs/namespace.c:638 mntput_no_expire warn_on in 2.6.30.2
 2009-08-18  9:57 UTC 

[patch 0/5] new truncate sequence
 2009-08-18  9:19 UTC  (17+ messages)
` [patch 1/5] fs: new truncate helpers
` [patch 2/5] fs: use "
` [patch 3/5] fs: introduce new truncate sequence
` [patch 4/5] tmpfs: convert to use the new truncate convention
` [patch 5/5] ext2: "

[PATCH] qnx4: remove write support
 2009-08-17 20:00 UTC 

[PATCH] ntfs: remove ntfs_file_write
 2009-08-17 18:12 UTC 

[PATCH] qnx4: remove write support
 2009-08-17 18:10 UTC 

[PATCH] poll/select: avoid arithmetic overflow in __estimate_accuracy()
 2009-08-17 11:20 UTC  (3+ messages)

[rfc][patch] fs: turn iprune_mutex into rwsem
 2009-08-17  6:34 UTC  (9+ messages)

[PATCH 0/4] XFS iget fixes
 2009-08-17  3:05 UTC  (8+ messages)
` [PATCH 1/4] xfs: fix locking in xfs_iget_cache_hit

[PATCH] poll/select: initialize triggered field of struct poll_wqueues
 2009-08-16  1:40 UTC  (7+ messages)

[rfc][patch 1/3] fs: new truncate sequence
 2009-08-15 15:36 UTC  (5+ messages)

Cleanup generic_osync_inode?
 2009-08-15 15:21 UTC  (3+ messages)

[PATCH RESEND] vfs: fix d_path() for unreachable paths
 2009-08-14  9:40 UTC 

bread problem
 2009-08-14  5:04 UTC 

[PATCH 0/9] Per-bdi writeback flusher threads v13
 2009-08-12 16:18 UTC  (5+ messages)
` [PATCH 1/9] writeback: move dirty inodes from super_block to backing_dev_info

[Patch v3] vfs: allow file truncations when both suid and write permissions set
 2009-08-12  9:03 UTC  (9+ messages)

[PATCH 1/8] fsnotify: allow notification requests to not include private data
 2009-08-11 16:30 UTC  (7+ messages)
` [PATCH 3/8] fsnotify: include data in should_send calls
` [PATCH 4/8] fsnotify: pass a file instead of an inode to open, read, and write
` [PATCH 5/8] fsnotify: send struct file when sending events to parents when possible
` [PATCH 6/8] fsnotify: per group notification queue merge types
` [PATCH 7/8] fsnotify: clone existing events
` [PATCH 8/8] fsnotify: replace an event on a list


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).