messages from 2009-05-11 08:49:41 to 2009-05-15 06:56:01 UTC [more...]
[PATCH 0/2] sys_write() should write all valid data
2009-05-15 6:56 UTC (10+ messages)
` [PATCH 1/2] Introduce check_readable_bytes()
` [PATCH 2/2] Perform check in iov_iter_fault_in_readable() by check_readable_bytes()
[PATCH 0/4] cleanups on nilfs_get_sb()
2009-05-15 6:37 UTC (5+ messages)
` [PATCH 1/4] nilfs2: remove meaningless EBUSY case from nilfs_get_sb function
` [PATCH 2/4] nilfs2: stop using sget to check if current mount is there
` [PATCH 3/4] nilfs2: stop using sget to acquire nilfs object
` [PATCH 4/4] nilfs2: reduce bd_mount_sem use to a minimum
Query to optimize PageCache size in system
2009-05-15 5:51 UTC (5+ messages)
` Fwd: "
GlusterFS 2.0 Release
2009-05-15 5:10 UTC (3+ messages)
[PATCH][BUG] fix the calculation of the oldest_jif in wb_kupdate()
2009-05-15 4:25 UTC
[RFC] The reflink(2) system call
2009-05-15 1:20 UTC (61+ messages)
` [PATCH 1/3] fs: Document the "
` [Ocfs2-devel] "
` [RFC] The reflink(2) system call v2
` [RFC] The reflink(2) system call v4
[patch 09/28] mm: page_mkwrite change prototype to match fault
2009-05-14 22:51 UTC (6+ messages)
` [patch 10/28] fs: fix page_mkwrite error cases in core code and btrfs
` [patch 11/28] mm: close page_mkwrite races
` [patch 12/28] GFS2: Fix page_mkwrite() return code
` [patch 13/28] NFS: Fix the return value in nfs_page_mkwrite()
` [patch 14/28] NFS: Close page_mkwrite() races
[patch 0/3] make splice more generic
2009-05-14 20:27 UTC (13+ messages)
` [patch 2/3] splice: implement default splice_read method
[PATCH 00/13] cifs: implement proper hardlink detection (try #3)
2009-05-14 12:38 UTC (17+ messages)
` [PATCH 01/13] cifs: have cifs_NTtimeToUnix take a little-endian arg
` [PATCH 02/13] cifs: make cnvrtDosUnixTm take a little-endian args and an offset
` [PATCH 03/13] cifs: reorganize get_cifs_acl
` [PATCH 04/13] cifs: clean up set_cifs_acl interfaces
` [linux-cifs-client] "
` [PATCH 05/13] cifs: rename cifs_iget to cifs_root_iget
` [PATCH 06/13] cifs: add new cifs_iget function and convert unix codepath to use it
` [PATCH 07/13] cifs: convert posix readdir codepath to use cifs_iget
` [PATCH 08/13] cifs: convert cifs_get_inode_info "
` [PATCH 09/13] cifs: convert non-posix readdir codepath "
` [PATCH 10/13] cifs: remove cifs_new_inode
` [PATCH 11/13] cifs: make serverino the default when mounting
` [PATCH 12/13] cifs: remove cifsInodeInfo->inUse counter
` [PATCH 13/13] cifs: remove "hardlink detection" from cifs_rename
[RESEND][PATCH] lseek: remove i_mutex
2009-05-14 5:57 UTC (2+ messages)
[PATCH 1/1] fs: fix lock imbalance in do_remount_sb()
2009-05-13 23:08 UTC (2+ messages)
ubifs, race between link and unlink/rename?
2009-05-13 18:28 UTC (2+ messages)
[Bug 13232] ext3/4 with synchronous writes gets wedged by Postfix
2009-05-13 18:13 UTC
[PATCH 00/13] cifs: implement proper hardlink detection
2009-05-13 11:02 UTC (22+ messages)
` [PATCH 01/13] cifs: have cifs_NTtimeToUnix take a little-endian arg
` [PATCH 02/13] cifs: make cnvrtDosUnixTm take a little-endian args and an offset
` [PATCH 03/13] cifs: allow get_cifs_acl to be called without an inode
` [PATCH 04/13] cifs: rename cifs_iget to cifs_root_iget
` [PATCH 05/13] cifs: add new cifs_fattr struct for holding cifs inode attributes in common way
` [PATCH 06/13] cifs: add new cifs_iget function and convert unix codepath to use it
` [PATCH 07/13] cifs: convert posix readdir codepath to use cifs_iget
` [PATCH 08/13] cifs: convert cifs_get_inode_info "
` [PATCH 09/13] cifs: convert non-posix readdir codepath "
` [PATCH 10/13] cifs: remove cifs_new_inode
` [PATCH 11/13] cifs: make serverino the default when mounting
` [PATCH 12/13] cifs: remove cifsInodeInfo->inUse counter
` [PATCH 13/13] cifs: remove "hardlink detection" from cifs_rename
[PATCH 5/6] vfs: Add BUG_ON for delayed and unwritten flags in submit_bh()
2009-05-12 22:45 UTC
[2.6.27.stable][patch 0/6] page_mkwrite fixes
2009-05-12 22:07 UTC (8+ messages)
` [2.6.27.stable][patch 1/6] mm: page_mkwrite change prototype to match fault
` [2.6.27.stable][patch 2/6] fs: fix page_mkwrite error cases in core code and btrfs
` [2.6.27.stable][patch 3/6] mm: close page_mkwrite races
` [2.6.27.stable][patch 4/6] GFS2: Fix page_mkwrite() return code
` [2.6.27.stable][patch 5/6] NFS: Fix the return value in nfs_page_mkwrite()
` [2.6.27.stable][patch 6/6] NFS: Close page_mkwrite() races
` [stable] [2.6.27.stable][patch 0/6] page_mkwrite fixes
[patch 5/5] fs/inode.c: add dev-id and inode number for debugging in init_special_inode()
2009-05-12 20:50 UTC
[patch 1/5] vfs: fix vfs_rename_dir for FS_RENAME_DOES_D_MOVE filesystems
2009-05-12 20:50 UTC
[patch 4/5] libfs: make simple_read_from_buffer conventional
2009-05-12 20:50 UTC
[patch 3/5] vfs: improve comment describing fget_light()
2009-05-12 20:50 UTC
[patch 2/5] raw: fix rawctl compat ioctls breakage on amd64 and itanic
2009-05-12 20:50 UTC
[PATCH 1/3] fs: Document the reflink(2) system call
2009-05-12 19:40 UTC (11+ messages)
Help to edit inode content
2009-05-12 15:39 UTC
[PATCH] fs: Don't pass stack garbage to filesystem's get_block() in map_bh->b_size
2009-05-12 14:07 UTC (4+ messages)
[PATCH 2/2] ->write_super lock_super pushdown
2009-05-12 13:40 UTC (5+ messages)
Is TRIM/DISCARD going to be a performance problem?
2009-05-12 13:28 UTC (31+ messages)
[PATCH vfs-2.6:for-next] Push BKL down into ->remount_fs() v2
2009-05-12 13:10 UTC (2+ messages)
` [PATCH vfs-2.6:for-next] Push BKL down into ->remount_fs()
Q: NFSD readdir in linux-2.6.28
2009-05-11 23:16 UTC (11+ messages)
` [PATCH] Fix i_mutex handling in nfsd readdir
` [PATCH v2] "
[PATCH 1/2] jffs2: move jffs2_write_super to super.c
2009-05-11 21:36 UTC (2+ messages)
[RFC] fiemap tester
2009-05-11 19:30 UTC (9+ messages)
oddity in v9fs_kill_super()
2009-05-11 18:55 UTC (2+ messages)
copy-on-write files
2009-05-11 18:25 UTC (3+ messages)
[ANNOUNCE] util-linux-ng v2.15 (stable)
2009-05-11 14:43 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).