messages from 2012-11-01 13:38:49 to 2012-11-08 02:59:04 UTC [more...]
[RFC v4+ hot_track 00/19] vfs: hot data tracking
2012-11-08 2:59 UTC (38+ messages)
` [RFC v4+ hot_track 02/19] vfs: initialize and free data structures
` [RFC v4+ hot_track 03/19] vfs: add I/O frequency update function
` [RFC v4+ hot_track 05/19] vfs: add hooks to enable hot tracking
` [RFC v4+ hot_track 09/19] vfs: add one work queue
` [RFC v4+ hot_track 10/19] vfs: introduce hot func register framework
` [RFC v4+ hot_track 12/19] vfs: add one ioctl interface
` [RFC v4+ hot_track 14/19] vfs: add debugfs support
` [RFC v4+ hot_track 16/19] btrfs: add hot tracking support
VFS hot tracking: How to calculate data temperature?
2012-11-08 2:48 UTC (26+ messages)
[PATCH 0/2] fix nfsd stable write implementation
2012-11-08 0:20 UTC (5+ messages)
BUG: enabling psacct breaks fsfreeze
2012-11-07 22:32 UTC (13+ messages)
[PATCH] fs: Fix hang with BSD accounting on frozen filesystem
2012-11-07 22:31 UTC
[PATCH 05/21] omfs: drop vmtruncate
2012-11-07 13:28 UTC (2+ messages)
[RFC v3 00/13] vfs: hot data tracking
2012-11-07 8:38 UTC (3+ messages)
` [PATCH] xfs: add hot tracking support
[RFC v4 00/15] vfs: hot data tracking
2012-11-07 8:37 UTC (3+ messages)
` [PATCH] ext4: add hot tracking support
[PATCH V3] binfmt_elf.c: Introduce a wrapper of get_random_int() to fix entropy depleting
2012-11-07 7:13 UTC (6+ messages)
` [RESEND PATCH V3] binfmt_elf.c: use "
[PATCH] binfmt_elf.c: Introduce a wrapper of get_random_int() to fix entropy depleting
2012-11-07 3:01 UTC (4+ messages)
` [PATCH V2] "
[PATCH v3] epoll: Support for disabling items, and a self-test app
2012-11-06 21:58 UTC (9+ messages)
` [RFC/PATCH] epoll: replace EPOLL_CTL_DISABLE with EPOLL_CTL_POKE
Race between flush and write during an AIO+DIO+O_SYNC write?
2012-11-06 20:26 UTC (4+ messages)
` [RFC PATCH] blkdev: Fix up AIO+DIO+O_SYNC to do the sync part correctly
[PATCH] exec: do not leave bprm->interp on stack
2012-11-06 8:10 UTC (13+ messages)
[PATCH 1/5] fat: remove parent_logstart check in fat_get_parent
2012-11-06 4:16 UTC (3+ messages)
light weight write barriers
2012-11-05 23:00 UTC (14+ messages)
` [sqlite] "
[PATCH] coredump: run the coredump helper using the same namespace as the dead process
2012-11-05 21:13 UTC (4+ messages)
Business Relationship
2012-11-05 18:25 UTC
Scheduled Maintenance & Upgrade
2012-11-06 0:27 UTC
[PATCH v9 00/34] vfs: add the ability to retry lookup and operation to most path-based syscalls
2012-11-05 15:22 UTC (35+ messages)
` [PATCH v9 01/34] vfs: add a retry_estale helper function to handle retries on ESTALE
` [PATCH v9 02/34] vfs: make fstatat retry on ESTALE errors from getattr call
` [PATCH v9 03/34] vfs: fix readlinkat to retry on ESTALE
` [PATCH v9 05/34] vfs: fix mknodat to retry on ESTALE errors
` [PATCH v9 06/34] vfs: fix mkdir "
` [PATCH v9 07/34] vfs: fix symlinkat "
` [PATCH v9 08/34] vfs: fix linkat "
` [PATCH v9 09/34] vfs: add a reval argument to user_path_parent
` [PATCH v9 10/34] vfs: make rmdir retry on ESTALE errors
` [PATCH v9 12/34] vfs: fix renameat to "
` [PATCH v9 13/34] vfs: have do_sys_truncate retry once on an ESTALE error
` [PATCH v9 14/34] vfs: have faccessat "
` [PATCH v9 15/34] vfs: have chdir retry lookup and call once on "
` [PATCH v9 16/34] vfs: make chroot retry "
` [PATCH v9 17/34] vfs: make fchmodat retry once on ESTALE errors
` [PATCH v9 18/34] vfs: make fchownat "
` [PATCH v9 19/34] vfs: fix user_statfs to "
` [PATCH v9 20/34] vfs: allow utimensat() calls to retry once on an ESTALE error
` [PATCH v9 21/34] vfs: allow setxattr to retry once on ESTALE errors
` [PATCH v9 22/34] vfs: allow lsetxattr() "
` [PATCH v9 23/34] vfs: make getxattr retry once on an ESTALE error
` [PATCH v9 24/34] vfs: make lgetxattr retry once on ESTALE
` [PATCH v9 25/34] vfs: make listxattr retry once on ESTALE error
` [PATCH v9 26/34] vfs: make llistxattr "
` [PATCH v9 27/34] vfs: make removexattr retry once on ESTALE
` [PATCH v9 28/34] vfs: make lremovexattr retry once on ESTALE error
` [PATCH v9 29/34] vfs: convert do_filp_open to use retry_estale helper
` [PATCH v9 30/34] vfs: convert do_file_open_root "
` [PATCH v9 31/34] vfs: convert filename_lookup "
` [PATCH v9 32/34] vfs: ensure that forward progress is being made on pathwalks
` [PATCH v9 33/34] vfs: make number of ESTALE retries tunable
` [PATCH v9 04/34] vfs: add new "reval" argument to kern_path_create and user_path_create
` [PATCH v9 11/34] vfs: make do_unlinkat retry on ESTALE errors
` [PATCH v9 34/34] vfs: add a sliding backoff delay between ESTALE retries
[PATCH 4/5] fat: (exportfs) move code to rebuild directory-inode to separate function
2012-11-05 12:22 UTC (2+ messages)
[PATCH 2/5] fat: restructure export operations
2012-11-05 12:18 UTC (2+ messages)
[PATCH 3/5] fat: move fat_i_pos_read to fat.h
2012-11-05 11:45 UTC (2+ messages)
[PATCH v2 3/3] fat: warn when discard request fails other than EOPNOTSUPP
2012-11-05 10:53 UTC (2+ messages)
[PATCH v2 2/3] fat: notify when discard is not supported
2012-11-05 10:53 UTC (2+ messages)
[PATCH v2 1/3] fat: use s_blocksize_bits where SECTOR SIZE alignment is needed
2012-11-05 10:40 UTC (2+ messages)
[PATCH] cifs: don't call cifs_lookup from atomic open with a hashed negative dentry
2012-11-05 5:59 UTC (4+ messages)
[PATCH v2] epoll: Support for disabling items, and a self-test app
2012-11-05 3:09 UTC (7+ messages)
[PATCH] hfsplus: avoid crash on failed block map free
2012-11-03 17:44 UTC (4+ messages)
[PATCH 15/21] minix: drop vmtruncate
2012-11-03 9:30 UTC
[PATCH 11/21] hpfs: drop vmtruncate
2012-11-03 9:28 UTC
[PATCH 21/21] documentation: drop vmtruncate
2012-11-03 9:32 UTC
[PATCH 20/21] mm: drop vmtruncate
2012-11-03 9:32 UTC
[PATCH 06/21] ocfs2: drop vmtruncate
2012-11-03 9:25 UTC
[PATCH 19/21] vfs: drop vmtruncate
2012-11-03 9:31 UTC
[PATCH 18/21] ntfs: drop vmtruncate
2012-11-03 9:31 UTC
[PATCH 17/21] nilfs2: drop vmtruncate
2012-11-03 9:30 UTC
[PATCH 16/21] ncpfs: drop vmtruncate
2012-11-03 9:30 UTC
[PATCH 01/21] ufs: drop vmtruncate
2012-11-03 9:22 UTC
[PATCH 14/21] logfs: drop vmtruncate
2012-11-03 9:29 UTC
[PATCH 13/21] hfsplus: drop vmtruncate
2012-11-03 9:29 UTC
[PATCH 12/21] jfs: drop vmtruncate
2012-11-03 9:28 UTC
[PATCH 10/21] hfs: drop vmtruncate
2012-11-03 9:27 UTC
[PATCH 09/21] bfs: drop vmtruncate
2012-11-03 9:27 UTC
[PATCH 08/21] affs: drop vmtruncate
2012-11-03 9:26 UTC
[PATCH 07/21] adfs: drop vmtruncate
2012-11-03 9:26 UTC
[PATCH 04/21] procfs: drop vmtruncate
2012-11-03 9:24 UTC
[PATCH 03/21] reiserfs: drop vmtruncate
2012-11-03 9:23 UTC
[PATCH 02/21] sysv: drop vmtruncate
2012-11-03 9:23 UTC
[PATCH 00/21 v3] drop vmtruncate
2012-11-03 9:21 UTC (2+ messages)
` [PATCH 00/21 v4] "
[PATCH 3/3] fat: warn when discard request fails other than EOPNOTSUPP
2012-11-03 5:27 UTC
[PATCH 2/3] fat: notify when discard is not supported
2012-11-03 5:27 UTC
[PATCH 1/3] fat: use s_blocksize_bits where SECTOR SIZE alignment is needed
2012-11-03 5:27 UTC
mmotm 2012-11-02-17-15 uploaded
2012-11-03 0:16 UTC
[PATCH 00/16 v3] f2fs: introduce flash-friendly file system
2012-11-02 22:49 UTC (3+ messages)
SQLite on flash (was: [PATCH 00/16] f2fs: introduce flash-friendly file system)
2012-11-02 12:33 UTC (15+ messages)
` light weight write barriers
` [sqlite] "
[RFC PATCH v1 05/40] Revert some of "binfmt_elf: cleanups"
2012-11-02 9:33 UTC (6+ messages)
` [RFC PATCH v1 40/40] fs: dafs: Add DAFS filesystem for metag
[PATCH] fs: notify: Fix race condition between umount and inotify_rm_watch
2012-11-02 9:01 UTC (3+ messages)
hfsplus BUG(), kmap and journalling
2012-11-02 5:43 UTC (2+ messages)
` hfsplus foldercount (Re: hfsplus BUG(), kmap and journalling.)
[RFC PATCH v2 0/3] mm/fs: Implement faster stable page writes on filesystems
2012-11-02 0:36 UTC (12+ messages)
` [PATCH 1/3] bdi: Track users that require stable page writes
` [PATCH 3/3] fs: Fix remaining filesystems to wait for stable page writeback
semi-stable page writes
2012-11-01 22:42 UTC (13+ messages)
` [RFC PATCH 1/2] bdi: Create a flag to indicate that a backing device needs stable "
Better support for (desktop) file search / indexing applications
2012-11-01 13:48 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).