messages from 2012-12-18 11:35:28 to 2012-12-27 02:00:10 UTC [more...]
[PATCH 00/32] AIO performance improvements/cleanups, v3
2012-12-27 2:00 UTC (32+ messages)
` [PATCH 01/32] mm: remove old aio use_mm() comment
` [PATCH 02/32] aio: remove dead code from aio.h
` [PATCH 03/32] gadget: remove only user of aio retry
` [PATCH 04/32] aio: remove retry-based AIO
` [PATCH 05/32] char: add aio_{read,write} to /dev/{null,zero}
` [PATCH 06/32] aio: Kill return value of aio_complete()
` [PATCH 07/32] aio: kiocb_cancel()
` [PATCH 08/32] aio: Move private stuff out of aio.h
` [PATCH 09/32] aio: dprintk() -> pr_debug()
` [PATCH 10/32] aio: do fget() after aio_get_req()
` [PATCH 11/32] aio: Make aio_put_req() lockless
` [PATCH 12/32] aio: Refcounting cleanup
` [PATCH 13/32] wait: Add wait_event_hrtimeout()
` [PATCH 14/32] aio: Make aio_read_evt() more efficient, convert to hrtimers
` [PATCH 15/32] aio: Use flush_dcache_page()
` [PATCH 16/32] aio: Use cancellation list lazily
` [PATCH 17/32] aio: Change reqs_active to include unreaped completions
` [PATCH 18/32] aio: Kill batch allocation
` [PATCH 19/32] aio: Kill struct aio_ring_info
` [PATCH 20/32] aio: Give shared kioctx fields their own cachelines
` [PATCH 21/32] aio: reqs_active -> reqs_available
` [PATCH 22/32] aio: percpu reqs_available
` [PATCH 23/32] Generic dynamic per cpu refcounting
` [PATCH 24/32] aio: Percpu ioctx refcount
` [PATCH 25/32] aio: use xchg() instead of completion_lock
` [PATCH 26/32] aio: Don't include aio.h in sched.h
` [PATCH 27/32] aio: Kill ki_key
` [PATCH 28/32] aio: Kill ki_retry
` [PATCH 29/32] block, aio: Batch completion for bios/kiocbs
` [PATCH 30/32] virtio-blk: Convert to batch completion
` [PATCH 31/32] mtip32xx: "
[GIT PULL] namespace fixes for v3.8-rc2
2012-12-27 1:04 UTC
[PATCH 0/4] signalfd: a kernel interface for dumping/restoring pending signals
2012-12-26 16:31 UTC (17+ messages)
` [PATCH 1/4] signalfd: add ability to return siginfo in a raw format
` [CRIU] "
` [PATCH 2/4] signal: add a helper for dequeuing signals from a specified queue
` [PATCH 3/4] signalfd: add ability to choose a private or shared queue
` [PATCH 4/4] signal: allow to send any siginfo to itself
[PATCH 1/5] f2fs: Introduce some information prints in the mount path
2012-12-26 9:12 UTC (7+ messages)
[PATCH 0/3] retry slab allocation after first failure
2012-12-26 7:55 UTC (6+ messages)
` [PATCH 1/3] slab: single entry-point for slab allocation
` [PATCH 2/3] slub: remove slab_alloc wrapper
` [PATCH 3/3] sl[auo]b: retry allocation once in case of failure
[PATCH 1/2] f2fs: clean up the start_bidx_of_node function
2012-12-26 5:42 UTC (2+ messages)
` [PATCH 2/2] f2fs: clean up unused variables and return values
[PATCH] vfs: update atimes over one day in the past or future
2012-12-26 4:33 UTC (5+ messages)
[PATCH review] f2fs: Don't assign e_id in f2fs_acl_from_disk
2012-12-26 2:48 UTC (2+ messages)
[PATCH V3 2/8] Make TestSetPageDirty and dirty page accounting in one func
2012-12-25 17:26 UTC (3+ messages)
` [PATCH V3 3/8] use vfs __set_page_dirty interface instead of doing it inside filesystem
` [PATCH V3 4/8] memcg: add per cgroup dirty pages accounting
[PATCH v2 0/3] Rework mtime and ctime updates on mmaped writes
2012-12-24 8:36 UTC (7+ messages)
` [PATCH v2 1/3] mm: Explicitly track when the page dirty bit is transferred from a pte
` [PATCH v2 2/3] mm: Update file times when inodes are written after mmaped writes
` [PATCH v2 3/3] Remove file_update_time from all mkwrite paths
[PATCH v2 0/2] slightly change shrinker behaviour for very small object sets
2012-12-22 23:56 UTC (7+ messages)
` [PATCH v2 1/2] super: fix calculation of shrinkable objects for small numbers
` [PATCH v2 2/2] vmscan: take at least one pass with shrinkers
f2fs: build error with CONFIG_USER_NS and CONFIG_F2FS_FS_POSIX_ACL
2012-12-22 18:01 UTC
[PATCH 3/5] f2fs: remove unneeded initialization of nr_dirty in dirty_seglist_info
2012-12-22 3:09 UTC
[PATCH 5/5] f2fs: remove unneeded variable from f2fs_sync_fs
2012-12-22 3:10 UTC
[PATCH 4/5] f2fs: fix fsync_inode list addition logic and avoid invalid access to memory
2012-12-22 3:10 UTC
[PATCH 2/5] f2fs: handle error from f2fs_iget_nowait
2012-12-22 3:09 UTC
epoll with ONESHOT possibly fails to deliver events
2012-12-22 2:54 UTC (14+ messages)
[PATCH 0/3 RESEND] Fix hang with BSD process accounting and fs freezing
2012-12-22 1:07 UTC (4+ messages)
` [PATCH 1/3] fs: Return EAGAIN when O_NONBLOCK write should block on frozen fs
` [PATCH 2/3] fs: Fix hang with BSD accounting on frozen filesystem
` [PATCH 3/3] ocfs2: Add freeze protection to ocfs2_file_splice_write()
The relationship between flag: BH_Uptodate & BH_Dirty in buffer_head
2012-12-21 19:02 UTC
Are there u32 atomic bitops? (or dealing w/ i_flags)
2012-12-21 18:26 UTC (25+ messages)
` [RFC PATCH 0/4] Rework mtime and ctime updates on mmaped writes
` [RFC PATCH 1/4] mm: Explicitly track when the page dirty bit is transferred from a pte
` [RFC PATCH 2/4] mm: Update file times when inodes are written after mmaped writes
` [RFC PATCH 3/4] Remove file_update_time from all mkwrite paths
` [RFC PATCH 4/4] ext4: Fix an incorrect comment about i_mutex
[PATCH v5 7/8] fat (exportfs): rebuild directory-inode if fat_dget() fails
2012-12-21 10:36 UTC (15+ messages)
[RFC, PATCH 00/19] Numa aware LRU lists and shrinkers
2012-12-21 10:41 UTC (11+ messages)
` [PATCH 05/19] shrinker: convert superblock shrinkers to new API
` [PATCH 09/19] list_lru: per-node list infrastructure
mmotm 2012-12-20-16-15 uploaded
2012-12-21 8:55 UTC (2+ messages)
[PATCH] Disable preempt when acquire i_size_seqcount write lock
2012-12-21 8:41 UTC
[PATCH] f2fs: add MAINTAINERS entry
2012-12-21 4:11 UTC
[PATCH] f2fs: return a default value for non-void function
2012-12-21 2:50 UTC
fs/nfs/inode.c:887:2: error: implicit declaration of function 'nfs_fscache_wait_on_invalidate'
2012-12-21 2:26 UTC
[git pull] vfs.git
2012-12-21 0:21 UTC
[vfs:for-jlayton 24/28] mm/truncate.c:596:17: error: 'const struct inode_operations' has no member named 'truncate'
2012-12-20 23:40 UTC
[vfs:for-jlayton 16/28] fs/hpfs/inode.c:285:3: error: implicit declaration of function 'hpfs_truncate'
2012-12-20 23:18 UTC (2+ messages)
Your ATM CARD Parcel
2012-12-20 15:37 UTC
[PATCH RESEND v1 00/16] vfs: hot data tracking
2012-12-20 14:55 UTC (18+ messages)
` [PATCH RESEND v1 01/16] vfs: introduce some data structures
` [PATCH RESEND v1 02/16] vfs: add init and cleanup functions
` [PATCH RESEND v1 03/16] vfs: add I/O frequency update function
` [PATCH RESEND v1 04/16] vfs: add two map arrays
` [PATCH RESEND v1 05/16] vfs: add hooks to enable hot tracking
` [PATCH RESEND v1 06/16] vfs: add temp calculation function
` [PATCH RESEND v1 07/16] vfs: add map info update function
` [PATCH RESEND v1 08/16] vfs: add aging function
` [PATCH RESEND v1 09/16] vfs: add one work queue
` [PATCH RESEND v1 10/16] vfs: add FS hot type support
` [PATCH RESEND v1 11/16] vfs: register one shrinker
` [PATCH RESEND v1 12/16] vfs: add one ioctl interface
` [PATCH RESEND v1 13/16] vfs: add debugfs support
` [PATCH RESEND v1 14/16] proc: add two hot_track proc files
` [PATCH RESEND v1 15/16] btrfs: add hot tracking support
` [PATCH RESEND v1 16/16] vfs: add documentation
help about ext3 read-only issue on ext3(2.6.16.30)
2012-12-20 11:32 UTC (11+ messages)
[PATCH 0/2] handle O_(D)SYNC for AIO
2012-12-20 11:15 UTC (5+ messages)
` [PATCH 1/2] [PATCH 1/2] direct-io: implement generic deferred AIO completions
[PATCH 0/2] slightly change shrinker behaviour for very small object sets
2012-12-20 10:59 UTC (6+ messages)
` [PATCH 1/2] super: fix calculation of shrinkable objects for small numbers
` [PATCH 2/2] vmscan: take at least one pass with shrinkers
[PATCH RESEND] vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename them
2012-12-20 10:09 UTC
[PATCH] f2fs: invalidate the node page if allocation is failed
2012-12-20 7:22 UTC
[PATCH 3/3] f2fs: rewrite the f2fs_gc flow
2012-12-20 2:29 UTC (2+ messages)
` [PATCH v2] "
[PATCH -next] f2fs: add missing #include <linux/prefetch.h>
2012-12-19 23:55 UTC (2+ messages)
[PATCH] direct-io: allow file systems to do their own waiting for io V2
2012-12-19 15:55 UTC (3+ messages)
[PATCH v2] hfsplus: avoid crash on failed block map free
2012-12-19 14:15 UTC (9+ messages)
[GIT PULL] f2fs: request for tree inclusion
2012-12-19 13:37 UTC (4+ messages)
[PATCH] f2fs: do f2fs_balance_fs in front of dir operations
2012-12-19 8:49 UTC
[PATCH] f2fs: should recover orphan and fsync data
2012-12-19 8:49 UTC
[PATCH] f2fs: fix handling errors got by f2fs_write_inode
2012-12-19 8:47 UTC (2+ messages)
` [PATCH v2] "
[PATCH 00/26] AIO performance improvements/cleanups, v2
2012-12-19 6:45 UTC (10+ messages)
Good day!!!
2012-12-19 1:17 UTC
[GIT PULL] exofs: 3 changes to exofs & osd
2012-12-18 11:35 UTC (5+ 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).