messages from 2013-11-19 12:20:02 to 2013-11-25 11:02:30 UTC [more...]
[f2fs-dev][PATCH V2 0/6] f2fs: Enable f2fs support inline data
2013-11-25 11:01 UTC (5+ messages)
` [f2fs-dev][PATCH V2 4/6] f2fs: Key functions to handle "
` [PATCH "
[PATCH] Commit 39c60a0948cc '[SCSI] sd: fix array cache flushing bug causing performance problems' added a possibility to temporary disable the write cache and skip flushing. But when setting temporary it forgots to revalidate the disk. Change sd_store_cache_type to goto out in case of cache_override
2013-11-25 10:03 UTC
[PATCH] pipe: skip file_update_time on frozen fs
2013-11-25 9:43 UTC
[patch 0/9] mm: thrash detection-based file cache sizing v6
2013-11-25 8:21 UTC (12+ messages)
` [patch 1/9] fs: cachefiles: use add_to_page_cache_lru()
` [patch 2/9] lib: radix-tree: radix_tree_delete_item()
` [patch 3/9] mm: shmem: save one radix tree lookup when truncating swapped pages
` [patch 4/9] mm: filemap: move radix tree hole searching here
` [patch 5/9] mm + fs: prepare for non-page entries in page cache radix trees
` [patch 6/9] mm + fs: store shadow entries in page cache
` [patch 7/9] mm: thrash detection-based file cache sizing
` [patch 8/9] lib: radix_tree: tree node interface
` [patch 9/9] mm: keep page cache radix tree nodes in check
[PATCH] pipe_to_sendpage: Ensure that MSG_MORE is set if we set MSG_SENDPAGE_NOTLAST
2013-11-25 7:42 UTC (9+ messages)
` [PATCH] Commit 35f9c09fe (tcp: tcp_sendpages() should call tcp_push() once) added an internal flag MSG_SENDPAGE_NOTLAST, similar to MSG_MORE
` [PATCH] update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
Why is O_DSYNC on linux so slow / what's wrong with my SSD?
2013-11-25 7:37 UTC (28+ messages)
[f2fs-dev] [PATCH V3 2/2] f2fs: read contiguous sit entry pages by merging for mount performance
2013-11-25 1:33 UTC (6+ messages)
` "
[PATCH 1/2] f2fs: adds a tracepoint for submit_read_page
2013-11-25 1:29 UTC (3+ messages)
` [f2fs-dev] "
[PATCH] block: submit_bio_wait() conversions
2013-11-24 23:33 UTC (3+ messages)
inode_permission NULL pointer dereference in 3.13-rc1
2013-11-24 15:27 UTC (2+ messages)
[PATCH REPOST 03/41] sysfs, kernfs: add skeletons for kernfs
2013-11-24 14:57 UTC (2+ messages)
` [PATCH REPOST 37/41] sysfs, kernfs: prepare mount path "
[PATCH] MAINTAINERS: Add an entry for the Macintosh HFSPlus Filesystem
2013-11-24 12:29 UTC (5+ messages)
[Slightly OT] Repairing inconsistencies from PDA non-standard FAT32 implementation
2013-11-24 9:30 UTC
[PATCH] f2fs: add detailed information of bio types in the tracepoints
2013-11-24 6:17 UTC
[PATCH] f2fs: avoid lock debugging overhead
2013-11-24 4:55 UTC
[f2fs-dev] [PATCH 2/2] f2fs: adds a tracepoint for f2fs_submit_read_bio
2013-11-24 3:51 UTC (2+ messages)
` "
[PATCH] f2fs: merge read IOs at ra_nat_pages()
2013-11-24 2:46 UTC (3+ messages)
` [f2fs-dev] "
Возвратите себе потенциальность достойно замечать
2013-11-23 20:40 UTC
[PATCH] dcache: update a comment to reflect the code
2013-11-23 17:13 UTC
PRIVATE MESSAGE
2013-11-23 10:36 UTC
bio_add_page rw mode check by merge_bvec_fn
2013-11-23 5:12 UTC (3+ messages)
mmotm 2013-11-22-16-50 uploaded
2013-11-23 0:51 UTC
отделается от сквернейшего зрения истинно
2013-11-22 23:49 UTC
fuzz tested 32 bit user mode linux image hangs at in histfs
2013-11-22 20:35 UTC (9+ messages)
` [uml-devel] "
` [uml-devel] fuzz tested 32 bit user mode linux image hangs in radix_tree_next_chunk()
disappearing listen()ed SO_REUSEPORT sockets across fork() when using epoll
2013-11-22 17:53 UTC
[PATCH] fs: create file_has_read_ops and file_has_write_ops helpers
2013-11-22 17:48 UTC
[PATCH v2] fs: binfmt_elf: Add ELF header consistency checks
2013-11-22 9:45 UTC (4+ messages)
[PATCH] f2fs: remove unneeded code in punch_hole
2013-11-22 8:52 UTC
[PATCH] f2fs: readahead contiguous pages for restore_node_summary
2013-11-22 7:48 UTC
[PATCH] f2fs: send REQ_META or REQ_PRIO when reading meta area
2013-11-22 4:20 UTC
[GIT PULL] aio fixes for 3.13
2013-11-22 0:55 UTC
[PATCH 0/3 v2] fsnotify: Do not share events between notification groups
2013-11-21 23:36 UTC (4+ messages)
` [PATCH 1/3] inotify: Provide function for name length rounding
` [PATCH 2/3] fsnotify: Do not share events between notification groups
` [PATCH 3/3] fsnotify: Remove .should_send_event callback
[PATCH] proc: Fix namespace mountpoint path in /proc/mounts
2013-11-21 22:52 UTC (6+ messages)
[RFC][PATCH 4/3] vfs: Allow rmdir to remove mounts in all but the current mount namespace
2013-11-21 20:58 UTC (17+ messages)
` [REVIEW][PATCH 0/4] vfs: Detach mounts on unlink
` [REVIEW][PATCH 1/4] vfs: Don't allow overwriting mounts in the current mount namespace
[RFC PATCH v2 0/5] locks: implement "filp-private" (aka UNPOSIX) locks
2013-11-21 17:36 UTC (16+ messages)
` [RFC PATCH v2 1/5] locks: consolidate checks for compatible filp->f_mode values in setlk handlers
` [RFC PATCH v2 2/5] locks: rename locks_remove_flock to locks_remove_filp
` [RFC PATCH v2 3/5] locks: add new "private" lock type that is owned by the filp
` [RFC PATCH v2 4/5] locks: show private lock types in /proc/locks
` [RFC PATCH v2 5/5] locks: report l_pid as -1 for FL_FILP_PRIVATE locks
[GIT PULL] direct IO support for loop driver
2013-11-21 17:34 UTC (11+ messages)
[PATCH v6 00/11] VFS hot tracking
2013-11-21 13:57 UTC (3+ messages)
[PATCH 00/11] cross rename v2
2013-11-21 12:37 UTC (18+ messages)
` [PATCH 01/11] vfs: add d_is_dir()
` [PATCH 02/11] vfs: rename: move d_move() up
` [PATCH 03/11] vfs: rename: use common code for dir and non-dir
` [PATCH 04/11] vfs: add renameat2 syscall
` [PATCH 05/11] vfs: add RENAME_NOREPLACE flag
` [PATCH 06/11] security: add flags to rename hooks
` [PATCH 07/11] vfs: add cross-rename
` [PATCH 08/11] ext4: rename: create ext4_renament structure for local vars
` [PATCH 09/11] ext4: rename: move EMLINK check up
` [PATCH 10/11] ext4: rename: split out helper functions
` [PATCH 11/11] ext4: add cross rename support
[git pull] vfs.git bits and pieces
2013-11-21 11:19 UTC (8+ messages)
[PATCH] f2fs: simplify IS_DATASEG and IS_NODESEG macro
2013-11-21 11:04 UTC
[PATCH V2 2/2] f2fs: read contiguous sit entry pages by merging for mount performance
2013-11-21 10:04 UTC (6+ messages)
` [f2fs-dev] "
[f2fs-dev] [PATCH V2 2/2 RESEND] f2fs: read contiguous sit entry pages by merging for mount performance
2013-11-21 9:35 UTC (6+ messages)
` "
[RFC][PATCH] vfs: don't fallback to buffered read if the offset of dio read is beyond eof
2013-11-21 8:34 UTC
mmotm 2013-11-20-16-13 uploaded
2013-11-21 8:15 UTC (3+ messages)
` mmotm 2013-11-20-16-13 uploaded (arch/um/kernel/sysrq.c)
[PATCH] xfstests: add a new test case to test i_size updated properly under dio
2013-11-21 5:56 UTC
[PATCH 1/2] f2fs: disable the extent cache ops on high fragmented files
2013-11-21 5:34 UTC (2+ messages)
` [f2fs-dev] "
[PATCH] fs: binfmt_elf: Add two ELF header consistency checks
2013-11-21 0:40 UTC
[PATCH 5/5] f2fs: move the list_head initialization into the lock protection region
2013-11-21 0:22 UTC (4+ messages)
[PATCH] fsnotify: Do not share events between notification groups
2013-11-20 22:26 UTC (3+ messages)
[PATCH 1/2] block: Add support for atomic writes
2013-11-20 8:23 UTC
[f2fs-dev] [PATCH V2 1/2 RESEND] f2fs: add a new function to support for merging contiguous read
2013-11-20 6:46 UTC
[f2fs-dev] [PATCH V2 1/2 RESEND] f2fs: add a new function to support for merging contiguous read
2013-11-20 6:31 UTC
[f2fs-dev] [PATCH V2 2/2 RESEND] f2fs: read contiguous sit entry pages by merging for mount performance
2013-11-20 5:56 UTC
[f2fs-dev] [PATCH V2 1/2 RESEND] f2fs: add a new function to support for merging contiguous read
2013-11-20 5:54 UTC
[PATCH 1/2] aio: prevent double free in ioctx_alloc
2013-11-19 22:45 UTC (4+ messages)
` [PATCH 2/2] aio: nullify aio->ring_pages after freeing it
[PATCH] FS: Fixed buffer overflow issue in seq_read()
2013-11-19 21:22 UTC (4+ messages)
[PATCH] cifs: Allow mounts for paths for restricted intermediate paths
2013-11-19 16:48 UTC (2+ messages)
[PATCH] fs: fix iversion handling
2013-11-19 15:17 UTC
Fwd: [PATCH] fs: binfmt_elf: add ELF reference in header comment
2013-11-19 14:51 UTC
call_usermodehelper in containers
2013-11-19 14:51 UTC (10+ messages)
[BUG] ext2/3/4: dio reads stale data when we do some append dio writes
2013-11-19 12:20 UTC (8+ 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).