messages from 2009-08-05 09:33:01 to 2009-08-16 13:00:35 UTC [more...]
[PATCH, RFC] xfs: batched discard support
2009-08-16 13:00 UTC (7+ messages)
[patch 0/5] new truncate sequence
2009-08-16 10:25 UTC (6+ messages)
` [patch 1/5] fs: new truncate helpers
` [patch 2/5] fs: use "
` [patch 3/5] fs: introduce new truncate sequence
` [patch 4/5] tmpfs: convert to use the new truncate convention
` [patch 5/5] ext2: "
[rfc][patch] fs: turn iprune_mutex into rwsem
2009-08-16 10:05 UTC (7+ messages)
[PATCH] poll/select: initialize triggered field of struct poll_wqueues
2009-08-16 1:40 UTC (7+ messages)
[rfc][patch 1/3] fs: new truncate sequence
2009-08-15 15:36 UTC (5+ messages)
Cleanup generic_osync_inode?
2009-08-15 15:21 UTC (3+ messages)
[PATCH] splice: update mtime and atime on files
2009-08-15 6:42 UTC (2+ messages)
[PATCH RESEND] vfs: fix d_path() for unreachable paths
2009-08-14 9:40 UTC
bread problem
2009-08-14 5:04 UTC
[PATCH 0/9] Per-bdi writeback flusher threads v13
2009-08-12 16:18 UTC (17+ messages)
` [PATCH 1/9] writeback: move dirty inodes from super_block to backing_dev_info
` [PATCH 2/9] writeback: switch to per-bdi threads for flushing data
` [PATCH 5/9] writeback: support > 1 flusher thread per bdi
` [PATCH 6/9] writeback: allow sleepy exit of default writeback task
[Patch v3] vfs: allow file truncations when both suid and write permissions set
2009-08-12 9:03 UTC (12+ messages)
[PATCH 1/8] fsnotify: allow notification requests to not include private data
2009-08-11 16:30 UTC (8+ messages)
` [PATCH 2/8] fsnotify: provide the data type to should_send_event
` [PATCH 3/8] fsnotify: include data in should_send calls
` [PATCH 4/8] fsnotify: pass a file instead of an inode to open, read, and write
` [PATCH 5/8] fsnotify: send struct file when sending events to parents when possible
` [PATCH 6/8] fsnotify: per group notification queue merge types
` [PATCH 7/8] fsnotify: clone existing events
` [PATCH 8/8] fsnotify: replace an event on a list
[PATCH 0/5] [RFC] Fix page_mkwrite for blocksize < pagesize
2009-08-10 22:20 UTC (6+ messages)
` [PATCH 1/5] fs: buffer_head writepage no invalidate
` [PATCH 2/5] fs: Don't zero out page on writepage()
` [PATCH 3/5] vfs: Create dirty buffer only inside i_size
` [PATCH 4/5] fs: Move i_size update in write_end() from under page lock
` [PATCH 5/5] vfs: Add better VFS support for page_mkwrite when blocksize < pagesize
[PATCH 0/3] vfs: change sb->s_maxbytes to loff_t (try #2)
2009-08-10 21:24 UTC (9+ messages)
` [PATCH 1/3] vfs: make get_sb_pseudo set s_maxbytes to value that can be cast to signed
` [PATCH 2/3] vfs: remove redundant position check in do_sendfile
` [PATCH 3/3] vfs: change sb->s_maxbytes to a loff_t
[PATCH 0/4] XFS iget fixes
2009-08-10 17:09 UTC (14+ messages)
` [PATCH 1/4] xfs: fix locking in xfs_iget_cache_hit
` [PATCH 2/4] fix inode_init_always calling convention
` [PATCH 3/4] add __destroy_inode
` [PATCH 4/4] xfs: add xfs_inode_free
[PATCH] cleanup blockdev_direct_IO locking
2009-08-10 16:46 UTC (4+ messages)
for seq_file.c, EXPORT seq_path_root() and seq_dentry()?
2009-08-10 14:24 UTC
fanotify - overall design before I start sending patches
2009-08-10 10:03 UTC (30+ messages)
` Kernel Event Notification Subsystem (was: fanotify - overall design before I start sending patches)
[patch 12/12] vfs: allow file truncations when both suid and write permissions set
2009-08-10 4:34 UTC (12+ messages)
CONFIG_VFAT_FS_DUALNAMES regressions
2009-08-08 12:19 UTC (11+ messages)
[PATCH 0/4] vfs: change sb->s_maxbytes to loff_t
2009-08-08 11:20 UTC (13+ messages)
` [PATCH 1/4] vfs: make get_sb_pseudo set s_maxbytes to value that can be cast to signed
` [PATCH 2/4] vfs: explicitly cast s_maxbytes in fiemap_check_ranges
` [PATCH 3/4] vfs: change sb->s_maxbytes to a loff_t
` [PATCH 4/4] vfs: remove redundant checks in do_sendfile
[PATCH] Fix proc_file_write missing ppos update
2009-08-08 9:29 UTC (5+ messages)
[PATCH] fs/Kconfig: move nilfs2 outside misc filesystems
2009-08-08 8:00 UTC
2009 Prize Award!!
2009-08-07 21:44 UTC
[PULL REQUEST] vfs/xfs: fix freeing of inodes not yet added to the inode cache
2009-08-07 17:34 UTC
[patch 09/12] sendfile: several fixes
2009-08-07 11:29 UTC (7+ messages)
BUG? a suspected race bug at alloc_fd()
2009-08-07 11:08 UTC (2+ messages)
[patch 01/12] vfs: fix vfs_rename_dir for FS_RENAME_DOES_D_MOVE filesystems
2009-08-07 5:00 UTC (4+ messages)
[patch 11/12] vfs: optimize touch_time() too
2009-08-06 23:10 UTC
[patch 10/12] vfs: optimization for touch_atime()
2009-08-06 23:10 UTC
[patch 04/12] libfs: make simple_read_from_buffer conventional
2009-08-06 23:10 UTC
[patch 06/12] vfs: split generic_forget_inode() so that hugetlbfs does not have to copy it
2009-08-06 23:10 UTC
[patch 08/12] fs: fix overflow in sys_mount() for in-kernel calls
2009-08-06 23:10 UTC
[patch 05/12] fs/inode.c: add dev-id and inode number for debugging in init_special_inode()
2009-08-06 23:10 UTC
[patch 07/12] seq_file: return a negative error code when seq_path_root() fails
2009-08-06 23:10 UTC
[patch 03/12] vfs: improve comment describing fget_light()
2009-08-06 23:10 UTC
[patch 02/12] raw: fix rawctl compat ioctls breakage on amd64 and itanic
2009-08-06 23:10 UTC
[PATCH 00/19] ceph distributed file system client
2009-08-06 17:04 UTC (22+ messages)
` [PATCH 01/19] ceph: documentation
` [PATCH 02/19] ceph: on-wire types
` [PATCH 03/19] ceph: client types
` [PATCH 04/19] ceph: super.c
` [PATCH 05/19] ceph: inode operations
` [PATCH 06/19] ceph: directory operations
` [PATCH 07/19] ceph: file operations
` [PATCH 08/19] ceph: address space operations
` [PATCH 09/19] ceph: MDS client
` [PATCH 10/19] ceph: OSD client
` [PATCH 11/19] ceph: CRUSH mapping algorithm
` [PATCH 12/19] ceph: monitor client
` [PATCH 13/19] ceph: capability management
` [PATCH 14/19] ceph: snapshot management
` [PATCH 15/19] ceph: messenger library
` [PATCH 16/19] ceph: nfs re-export support
` [PATCH 17/19] ceph: ioctls
` [PATCH 18/19] ceph: debugfs
` [PATCH 19/19] ceph: Kconfig, Makefile
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