messages from 2012-11-23 14:30:39 to 2012-11-28 20:03:23 UTC [more...]
Recent kernel "mount" slow
2012-11-28 20:03 UTC (29+ messages)
` [PATCH] Introduce a method to catch mmap_region (was: Recent kernel "mount" slow)
` [PATCH 1/2] percpu-rwsem: use synchronize_sched_expedited
` [PATCH 2/2] block_dev: don't take the write lock if block size doesn't change
fuse, readpage and readahead
2012-11-28 16:55 UTC
[PATCH 00/25] AIO performance improvements/cleanups
2012-11-28 16:43 UTC (26+ messages)
` [PATCH 01/25] mm: remove old aio use_mm() comment
` [PATCH 02/25] aio: remove dead code from aio.h
` [PATCH 03/25] gadget: remove only user of aio retry
` [PATCH 04/25] aio: remove retry-based AIO
` [PATCH 05/25] char: add aio_{read,write} to /dev/{null,zero}
` [PATCH 06/25] aio: Kill return value of aio_complete()
` [PATCH 07/25] aio: kiocb_cancel()
` [PATCH 08/25] aio: Move private stuff out of aio.h
` [PATCH 09/25] aio: dprintk() -> pr_debug()
` [PATCH 10/25] aio: do fget() after aio_get_req()
` [PATCH 11/25] aio: Make aio_put_req() lockless
` [PATCH 12/25] aio: Refcounting cleanup
` [PATCH 13/25] aio: Convert read_events() to hrtimers
` [PATCH 14/25] aio: Make aio_read_evt() more efficient
` [PATCH 15/25] aio: Use cancellation list lazily
` [PATCH 16/25] aio: Change reqs_active to include unreaped completions
` [PATCH 17/25] aio: Kill batch allocation
` [PATCH 18/25] aio: Kill struct aio_ring_info
` [PATCH 19/25] aio: Give shared kioctx fields their own cachelines
` [PATCH 20/25] aio: reqs_active -> reqs_available
` [PATCH 21/25] aio: percpu reqs_available
` [PATCH 22/25] Generic dynamic per cpu refcounting
` [PATCH 23/25] aio: Percpu ioctx refcount
` [PATCH 24/25] aio: use xchg() instead of completion_lock
` [PATCH 25/25] aio: Don't include aio.h in sched.h
[PATCH] vfs: remove DCACHE_NEED_LOOKUP
2012-11-28 16:30 UTC
[RFC, PATCH 00/19] Numa aware LRU lists and shrinkers
2012-11-28 16:17 UTC (25+ messages)
` [PATCH 01/19] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH 02/19] dentry: move to per-sb LRU locks
` [PATCH 03/19] dcache: remove dentries from LRU before putting on dispose list
` [PATCH 04/19] mm: new shrinker API
` [PATCH 05/19] shrinker: convert superblock shrinkers to new API
` [PATCH 06/19] list: add a new LRU list type
` [PATCH 07/19] inode: convert inode lru list to generic lru list code
` [PATCH 08/19] dcache: convert to use new lru list infrastructure
` [PATCH 09/19] list_lru: per-node "
` [PATCH 10/19] shrinker: add node awareness
` [PATCH 11/19] fs: convert inode and dentry shrinking to be node aware
` [PATCH 12/19] xfs: convert buftarg LRU to generic code
` [PATCH 13/19] xfs: Node aware direct inode reclaim
` [PATCH 14/19] xfs: use generic AG walk for background "
` [PATCH 15/19] xfs: convert dquot cache lru to list_lru
` [PATCH 16/19] fs: convert fs shrinkers to new scan/count API
` [PATCH 17/19] drivers: convert shrinkers to new count/scan API
` [PATCH 18/19] shrinker: convert remaining shrinkers to "
` [PATCH 19/19] shrinker: Kill old ->shrink API
[PATCH 0/2] splice: fix direct IO/splice deadlock
2012-11-28 16:07 UTC (4+ messages)
` [PATCH 1/2] vfs: split generic splice code from i_mutex locking
` [PATCH 2/2] xfs: fix splice/direct-IO deadlock
[PATCH 0/2] handle O_(D)SYNC for AIO
2012-11-28 14:34 UTC (9+ 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
` [RFC PATCH] ext4: Convert unwritten extents during end_io processing
[RFC] [PATCH] fix infinite loop; increase robustness of debugfs_remove_recursive
2012-11-28 14:03 UTC (5+ messages)
` [RFC] [PATCH] fix infinite loop; increase robustness of debugfs_remove_recursive [attached test module]
[PATCH] hfsplus: rework processing of return value of bio_alloc() in hfsplus_submit_bio()
2012-11-28 13:37 UTC (5+ messages)
[PATCH] hfsplus: fix warning [next:akpm 357/436] fs/hfsplus/xattr.c:363:23: sparse: cast to restricted __be32
2012-11-28 12:18 UTC
[PATCH] f2fs: fix endian conversion bugs reported by sparse
2012-11-28 7:20 UTC
[PATCH RESEND] hfsplus: rework processing errors in hfsplus_free_extents()
2012-11-28 6:14 UTC
[PATCH 00/25] AIO performance improvements/cleanups
2012-11-28 3:19 UTC (26+ messages)
` [PATCH 01/25] mm: remove old aio use_mm() comment
` [PATCH 02/25] aio: remove dead code from aio.h
` [PATCH 03/25] gadget: remove only user of aio retry
` [PATCH 04/25] aio: remove retry-based AIO
` [PATCH 05/25] char: add aio_{read,write} to /dev/{null,zero}
` [PATCH 06/25] aio: Kill return value of aio_complete()
` [PATCH 07/25] aio: kiocb_cancel()
` [PATCH 08/25] aio: Move private stuff out of aio.h
` [PATCH 09/25] aio: dprintk() -> pr_debug()
` [PATCH 10/25] aio: do fget() after aio_get_req()
` [PATCH 11/25] aio: Make aio_put_req() lockless
` [PATCH 12/25] aio: Refcounting cleanup
` [PATCH 13/25] aio: Convert read_events() to hrtimers
` [PATCH 14/25] aio: Make aio_read_evt() more efficient
` [PATCH 15/25] aio: Use cancellation list lazily
` [PATCH 16/25] aio: Change reqs_active to include unreaped completions
` [PATCH 17/25] aio: Kill batch allocation
` [PATCH 18/25] aio: Kill struct aio_ring_info
` [PATCH 19/25] aio: Give shared kioctx fields their own cachelines
` [PATCH 20/25] aio: reqs_active -> reqs_available
` [PATCH 21/25] aio: percpu reqs_available
` [PATCH 22/25] Generic dynamic per cpu refcounting
` [PATCH 23/25] aio: Percpu ioctx refcount
` [PATCH 24/25] aio: use xchg() instead of completion_lock
` [PATCH 25/25] aio: Don't include aio.h in sched.h
linux-next: Tree for Nov 27 (file notify)
2012-11-27 21:09 UTC (3+ messages)
fs kernel bug 22602
2012-11-27 17:14 UTC
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 (2+ 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 (9+ messages)
` [PATCH 4/4] ext3: Warn if mounting rw on a disk requiring stable page writes
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 (14+ messages)
[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 (4+ 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] 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 (16+ messages)
` [PATCH v4 01/31] iov_iter: move into its own file
` [PATCH v4 09/31] dio: create a dio_aligned() helper function
` [PATCH v4 23/31] nfs: simplify swap
` [PATCH v4 27/31] gfs2: Convert aio_read/write ops to read/write_iter
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).