public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-08-19 04:45:16 to 2009-08-30 16:35:51 UTC [more...]

[PATCH 0/17] Make O_SYNC handling use standard syncing path (Version 2)
 2009-08-30 16:35 UTC  (31+ 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
  ` [Ocfs2-devel] "
` [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}()

O_DIRECT and barriers
 2009-08-29  0:59 UTC  (47+ messages)
                  ` adding proper O_SYNC/O_DSYNC, was "

[PATCH 1/9] task_struct: add PF_NONOTIFY for fanotify to use
 2009-08-28 22:50 UTC  (12+ messages)
` [PATCH 2/9] vfs: introduce FMODE_NONOTIFY
` [PATCH 3/9] networking/fanotify: declare fanotify socket numbers
` [PATCH 4/9] fanotify: fscking all notification system
` [PATCH 5/9] fanotify:drop notification if they exist in the outgoing queue
` [PATCH 6/9] fanotify: merge notification events with different masks
` [PATCH 7/9] fanotify: userspace socket
` [PATCH 8/9] fanotify: userspace can add and remove fsnotify inode marks
` [PATCH 9/9] fanotify: send events to userspace over socket reads

[PATCH 0/9] Per-bdi writeback flusher threads v13
 2009-08-28 20:29 UTC  (12+ messages)
` [PATCH 1/9] writeback: move dirty inodes from super_block to backing_dev_info
` [PATCH 5/9] writeback: support > 1 flusher thread per bdi

[GIT PULL] inotify regresion in -rc8 causes boot hang/failure
 2009-08-28 14:47 UTC  (2+ messages)

v2.6.31-rc6 inotify not reporting deleted files
 2009-08-28 14:18 UTC  (8+ messages)
  ` [PATCH] inotify: Ensure we alwasy write the terminating NULL

[PATCH] ecryptfs: improved dependency checking and reporting
 2009-08-28  0:13 UTC  (2+ messages)

[PATCH] notes on volatile write caches vs fdatasync
 2009-08-27 19:26 UTC  (5+ messages)
  `  "

[rfc] scalable write-free cached path walking
 2009-08-27 16:58 UTC 

Buffer state bits
 2009-08-27 14:32 UTC  (5+ messages)

Iterate over inodes at umount?
 2009-08-26 13:23 UTC  (4+ messages)

[patch 00/11] new truncate sequence
 2009-08-26  7:40 UTC  (19+ 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] ext2: convert to use the new truncate convention fix
` [patch 07/11] fat: convert to use the new truncate convention
` [patch 08/11] btrfs: "
` [patch 09/11] jfs: "
` [patch 10/11] udf: "
` [patch 11/11] minix: "

[PATCH] qnx4: remove write support
 2009-08-24 22:32 UTC  (3+ messages)

+ mm-balance_dirty_pages-reduce-calls-to-global_page_state-to-reduce-c ache-references.patch added to -mm tree
 2009-08-24  1:41 UTC  (10+ messages)

[PATCH] exofs: remove BKL from super operations
 2009-08-23 13:40 UTC  (5+ messages)

[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, RFC] xfs: batched discard support
 2009-08-21 12:46 UTC  (16+ 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] 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  (2+ messages)
` [Patch 2/2] vfs: allow "


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