messages from 2012-11-21 10:09:13 to 2012-11-27 16:18:15 UTC [more...]
[PATCH 0/2] handle O_(D)SYNC for AIO
2012-11-27 16:17 UTC (4+ messages)
` [PATCH 1/2] [PATCH 1/2] direct-io: implement generic deferred AIO completions
` [PATCH 2/2] [PATCH 2/2] direct-io: handle handle O_(D)SYNC AIO
O_DIRECT on tmpfs (again)
2012-11-27 16:03 UTC
[PATCH v2 00/14] fuse: An attempt to implement a write-back cache policy
2012-11-27 15:19 UTC (4+ messages)
[PATCH] fs: revert commit bbdd6808 to fallocate UAPI
2012-11-27 13:44 UTC (9+ messages)
` [PATCH, 3.7-rc7, RESEND] "
[PATCH 0/2] ima: policy search speedup
2012-11-27 13:42 UTC (4+ messages)
` [PATCH 1/2] vfs: new super block feature flags attribute
` [PATCH 2/2] ima: skip policy search for never appraised or measured files
Recent kernel "mount" slow
2012-11-27 12:33 UTC (16+ messages)
[PATCH v5 0/8] fat: fix estale error on VFAT over NFS
2012-11-27 11:26 UTC (3+ messages)
[Bug 50981] generic_file_aio_read ?: No locking means DATA CORRUPTION read and write on same 4096 page range
2012-11-27 4:27 UTC (12+ messages)
[PATCH v2.1 0/3] mm/fs: Implement faster stable page writes on filesystems
2012-11-27 2:17 UTC (23+ messages)
` [PATCH 1/4] bdi: Track users that require stable page writes
` [PATCH] "
` [PATCH 2/4] mm: Only enforce stable page writes if the backing device requires it
` [PATCH 4/4] ext3: Warn if mounting rw on a disk requiring stable page writes
` [RFC PATCH 1/2] mm: Introduce page flag to indicate stable page status
` [RFC PATCH 2/2] jbd: Stabilize pages during writes when in ordered mode
mmotm 2012-11-26-17-32 uploaded
2012-11-27 1:33 UTC
[patch 0/7] Providing additional information in fdinfo sufficient for c/r, v3
2012-11-27 0:41 UTC (3+ messages)
` [patch 7/7] fs, notify: Add procfs fdinfo helper v6
[RESEND] Request f2fs filesystem inclusion in linux-next
2012-11-26 22:48 UTC (4+ messages)
[PATCH 00/16 v3] f2fs: introduce flash-friendly file system
2012-11-26 21:06 UTC (9+ messages)
` util-linux bug: was "
SQLite on flash (was: [PATCH 00/16] f2fs: introduce flash-friendly file system)
2012-11-26 20:05 UTC (22+ messages)
` light weight write barriers
` [sqlite] "
[PATCH 1/2] autofs4: allow autofs to work outside the initial PID namespace
2012-11-26 16:11 UTC (15+ messages)
` [PATCH 2/2] autofs4: translate pids to the right namespace for the daemon
[PATCH] exofs: clean up the correct page collection on write error
2012-11-26 14:49 UTC
[PATCH] exofs: fix hang on error path
2012-11-26 14:47 UTC (2+ messages)
[PATCH v3 5/5] hfsplus: add support of manipulation by attributes file
2012-11-26 10:36 UTC
[PATCH v3 4/5] hfsplus: rework functionality of getting, setting and deleting of extended attributes
2012-11-26 10:36 UTC
[PATCH v3 3/5] hfsplus: add functionality of manipulating by records in attributes tree
2012-11-26 10:36 UTC
[PATCH v3 2/5] hfsplus: add on-disk layout declarations related to attributes tree
2012-11-26 10:36 UTC
[PATCH v3 1/5] hfsplus: add osx.* prefix for handling namespace of Mac OS X extended attributes
2012-11-26 10:35 UTC
[PATCH v3 0/5] hfsplus: reworked support of extended attributes
2012-11-26 10:35 UTC
[PATCH] exec: do not leave bprm->interp on stack
2012-11-26 6:23 UTC (21+ messages)
[PATCH] reveal epoll fds in /proc
2012-11-26 3:45 UTC
[PATCH RFC 0/12] Final userns conversions
2012-11-25 12:47 UTC (12+ messages)
` [PATCH RFC 01/12] userns: Support 9p interacting with multiple user namespaces
` [PATCH RFC 04/12] userns: Convert cifs to use kuid/kgid where appropriate
` [PATCH RFC 06/12] userns: Convert gfs2 "
` [PATCH RFC 09/12] userns: Convert ocfs2 to use kuid and kgid "
` [PATCH RFC 10/12] userns: Convert xfs to use kuid/kgid/kprojid "
[PATCH] hostfs: fix a not needed double check
2012-11-24 9:12 UTC (5+ messages)
[PATCH v4 00/31] loop: Issue O_DIRECT aio using bio_vec
2012-11-23 17:59 UTC (44+ messages)
` [PATCH v4 01/31] iov_iter: move into its own file
` [PATCH v4 02/31] iov_iter: iov_iter_copy_from_user() should use non-atomic copy
` [PATCH v4 03/31] iov_iter: add copy_to_user support
` [PATCH v4 04/31] fuse: convert fuse to use iov_iter_copy_[to|from]_user
` [PATCH v4 05/31] iov_iter: hide iovec details behind ops function pointers
` [PATCH v4 06/31] iov_iter: add bvec support
` [PATCH v4 07/31] iov_iter: add a shorten call
` [PATCH v4 08/31] iov_iter: let callers extract iovecs and bio_vecs
` [PATCH v4 09/31] dio: create a dio_aligned() helper function
` [PATCH v4 10/31] dio: Convert direct_IO to use iov_iter
` [PATCH v4 11/31] dio: add bio_vec support to __blockdev_direct_IO()
` [PATCH v4 12/31] fs: pull iov_iter use higher up the stack
` [PATCH v4 13/31] aio: add aio_kernel_() interface
` [PATCH v4 14/31] aio: add aio support for iov_iter arguments
` [PATCH v4 15/31] bio: add bvec_length(), like iov_length()
` [PATCH v4 16/31] loop: use aio to perform io on the underlying file
` [PATCH v4 17/31] fs: create file_readable() and file_writable() functions
` [PATCH v4 18/31] fs: use read_iter and write_iter rather than aio_read and aio_write
` [PATCH v4 19/31] fs: add read_iter and write_iter to several file systems
` [PATCH v4 20/31] ocfs2: add support for read_iter, write_iter, and direct_IO_bvec
` [PATCH v4 21/31] ext4: add support for read_iter and write_iter
` [PATCH v4 22/31] nfs: add support for read_iter, write_iter
` [PATCH v4 23/31] nfs: simplify swap
` [PATCH v4 24/31] btrfs: add support for read_iter and write_iter
` [PATCH v4 25/31] block_dev: add support for read_iter, write_iter
` [PATCH v4 26/31] xfs: add support for read_iter and write_iter
` [PATCH v4 27/31] gfs2: Convert aio_read/write ops to read/write_iter
` [PATCH v4 28/31] udf: convert file ops from aio_read/write "
` [PATCH v4 29/31] afs: add support for read_iter and write_iter
` [PATCH v4 30/31] ecrpytfs: Convert aio_read/write ops to read/write_iter
` [PATCH v4 31/31] ubifs: convert file ops from aio_read/write "
[RFC] [PATCH] fix infinite loop; increase robustness of debugfs_remove_recursive
2012-11-23 17:15 UTC
[RFC] LFTL: a FTL for large parallel IO flash cards
2012-11-23 9:09 UTC (5+ messages)
KINGDOM NELSON
2012-11-23 6:48 UTC
Fund transfer
2012-11-22 15:06 UTC
+ hfsplus-avoid-crash-on-failed-block-map-free.patch added to -mm tree
2012-11-22 5:59 UTC
[PATCH] [ [trivial]] block: update comments about bd_start_claiming()
2012-11-22 1:41 UTC
[RESEND] Request f2fs filesystem inclusion in linux-next
2012-11-22 19:41 UTC
System Storage Manager v0.3 released!
2012-11-22 15:47 UTC
Request f2fs filesystem inclusion in linux-next
2012-11-22 18:27 UTC
make offline logfs image and some BUG()
2012-11-22 16:59 UTC (3+ messages)
[PATCH 14/14] mm: Account for WRITEBACK_TEMP in balance_dirty_pages
2012-11-22 13:56 UTC (4+ messages)
[PATCH v1 0/9] fs: fix up AIO+DIO+O_SYNC to actually do the sync part
2012-11-21 23:09 UTC (19+ messages)
` [PATCH 1/9] vfs: Handle O_SYNC AIO DIO in generic code properly
` [PATCH 2/9] ext4: honor the O_SYNC flag for aysnchronous direct I/O requests
` [PATCH 3/9] xfs: factor out everything but the filemap_write_and_wait from xfs_file_fsync
` [PATCH 7/9] ocfs2: Use generic handlers of O_SYNC AIO DIO
[PATCH v3] writeback: Put unused inodes to LRU after writeback completion
2012-11-21 17:25 UTC
The bug of iput() removal from flusher thread?
2012-11-21 17:08 UTC (11+ messages)
[PATCH 0/3] Add O_DENY* flags to fcntl and cifs
2012-11-21 14:47 UTC (5+ messages)
` [PATCH 1/3] fcntl: Introduce new O_DENY* open flags for network filesystems
` [PATCH 2/3] CIFS: Add O_DENY* open flags support
` [PATCH 3/3] CIFS: Use NT_CREATE_ANDX command for forcemand mounts
[PATCH v5 8/8] Documentation: update nfs option in filesystem/vfat.txt
2012-11-21 13:25 UTC
[PATCH v5 7/8] fat (exportfs): rebuild directory-inode if fat_dget() fails
2012-11-21 13:25 UTC
[PATCH v5 6/8] fat (exportfs): rebuild inode if ilookup() fails
2012-11-21 13:24 UTC
[PATCH v5 5/8] fat: restructure export_operations
2012-11-21 13:24 UTC
[PATCH v5 4/8] fat: introduce a helper fat_get_blknr_offset()
2012-11-21 13:24 UTC
[PATCH v5 3/8] fat: pass superblock pointer instead of inode pointer to fat_ent_read()
2012-11-21 13:24 UTC
[PATCH v5 2/8] fat: move fat_i_pos_read to fat.h
2012-11-21 13:23 UTC
[PATCH v5 1/8] fat: modify nfs mount option
2012-11-21 13:23 UTC
What's the mean of FMODE_EXCL?
2012-11-21 12:08 UTC
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).