messages from 2012-12-20 23:16:18 to 2013-01-02 13:46:07 UTC [more...]
[PATCH] vfs: Add missing errno.h inclusion to namei.h
2013-01-02 13:46 UTC (3+ messages)
[PATCH] writeback: fix writeback cache thrashing
2013-01-02 13:43 UTC (4+ messages)
Tux3 report: New news for the new year
2013-01-02 11:03 UTC (2+ messages)
[PATCH V3 2/8] Make TestSetPageDirty and dirty page accounting in one func
2013-01-02 10:44 UTC (7+ 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
Supply Needed
2013-01-02 6:45 UTC
[PATCH 3/4] f2fs: fix removing cache entry within proper lock
2013-01-02 2:18 UTC (2+ messages)
ppoll() stuck on POLLIN while TCP peer is sending
2013-01-01 23:56 UTC (12+ messages)
` [PATCH] poll: prevent missed events if _qproc is NULL
` [PATCH] epoll: prevent missed events on EPOLL_CTL_MOD
Tux3 report: New news for the new year
2013-01-01 10:55 UTC
PATCH: Error Checking for pagemap.h
2012-12-31 18:50 UTC
[PATCH v2 0/3] Rework mtime and ctime updates on mmaped writes
2012-12-31 16:11 UTC (8+ 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
Supply Needed
2012-12-30 13:55 UTC
[PATCH 4/4] f2fs: remove unneeded INIT_LIST_HEAD at few places
2012-12-30 5:53 UTC
[PATCH 2/4] f2fs: fix time update in case of f2fs fallocate
2012-12-30 5:52 UTC
[PATCH 1/4] f2fs: introduce f2fs_msg to ease adding information prints
2012-12-30 5:52 UTC
[PATCH 00/32] AIO performance improvements/cleanups, v3
2012-12-29 7:47 UTC (36+ 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: "
` [PATCH 32/32] aio: Smoosh struct kiocb
[PATCH 0/3] signalfd: a kernel interface for dumping/restoring pending signals (v2)
2012-12-28 16:14 UTC (7+ messages)
` [PATCH 1/3] signal: allow to send any siginfo to itself
` [PATCH 2/3] signalfd: add ability to return siginfo in a raw format (v2)
` [PATCH 3/3] signalfd: add ability to read siginfo-s without dequeuing signals (v3)
[PATCH 0/4] signalfd: a kernel interface for dumping/restoring pending signals
2012-12-28 14:56 UTC (25+ 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 RESEND] vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename them
2012-12-28 14:33 UTC (2+ messages)
FAST AND EASY LOAN OFFER @ 3% PER ANNUAL APPLY NOW
2012-12-28 14:30 UTC
[GIT PULL] f2fs fixes for 3.8-rc2
2012-12-28 2:47 UTC (4+ messages)
` [GIT PULL v2] "
[PATCH] f2fs: add missing pretech.h include
2012-12-28 0:48 UTC (3+ messages)
[PATCH v2.3 0/3] mm/fs: Implement faster stable page writes on filesystems
2012-12-27 21:48 UTC (5+ messages)
` [PATCH 4/4] block: Optionally snapshot page contents to provide stable pages during write
[GIT PULL] namespace fixes for v3.8-rc2
2012-12-27 18:51 UTC (3+ messages)
[PATCH 1/2] fat: add extended fileds to struct fat_boot_sector
2012-12-27 17:20 UTC (2+ messages)
` [PATCH 2/2] fat: mark fs as dirty on mount and clean on umount
[PATCH 00/26] AIO performance improvements/cleanups, v2
2012-12-27 13:47 UTC (5+ messages)
` [PATCH 04/26] aio: remove retry-based AIO
` [PATCH 23/26] Generic dynamic per cpu refcounting
[PATCH] Minix: add the necessary check in case IO error happens
2012-12-27 11:35 UTC
[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 (4+ messages)
` [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 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 (9+ 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 (23+ messages)
` [RFC PATCH 0/4] Rework mtime and ctime updates on mmaped writes
` [RFC PATCH 2/4] mm: Update file times when inodes are written after "
` [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)
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).