messages from 2012-04-25 08:47:15 to 2012-04-30 16:20:20 UTC [more...]
[PATCH v3 00/23] ext4: Add metadata checksumming
2012-04-30 16:19 UTC (8+ messages)
` [PATCH 05/23] ext4: Calculate and verify superblock checksum
` [PATCH 15/23] jbd2: Change disk layout for metadata checksumming
[PATCH 0/7 v2] writeback: Avoid iput() from flusher thread
2012-04-30 15:30 UTC (20+ messages)
` [PATCH 1/7] writeback: Move clearing of I_SYNC into inode_sync_complete()
` [PATCH 2/7] writeback: Move requeueing when I_SYNC set to writeback_sb_inodes()
` [PATCH 3/7] writeback: Move I_DIRTY_PAGES handling
` [PATCH 4/7] writeback: Separate inode requeueing after writeback
` [PATCH 5/7] writeback: Remove wb->list_lock from writeback_single_inode()
` [PATCH 6/7] writeback: Refactor writeback_single_inode()
` [PATCH 7/7] writeback: Avoid iput() from flusher thread
[overlayfs] Fixes against ubuntu-quantal.git#master-next
2012-04-30 15:24 UTC (6+ messages)
[RFC] [PATCH 1/2] fs: introduce inode operation ->update_time
2012-04-30 15:21 UTC (2+ messages)
[PULL REQUEST] : ima-appraisal patches
2012-04-30 14:32 UTC (17+ messages)
` [RFC] situation with fput() locking (was Re: [PULL REQUEST] : ima-appraisal patches)
[PATCH] vfs: allow custom EOF in generic_file_llseek code
2012-04-30 14:17 UTC (6+ messages)
[PATCH 0/6] Get rid of I_MUTEX_QUOTA use
2012-04-30 13:54 UTC (11+ messages)
` [PATCH 1/6] ext3: Remove i_mutex use from ext3_quota_write()
` [PATCH 2/6] ext4: Remove i_mutex use from ext4_quota_write()
` [PATCH 3/6] reiserfs: Remove i_mutex use from reiserfs_quota_write()
` [PATCH 4/6] ext2: Remove i_mutex use from ext2_quota_write()
` [PATCH 5/6] quota: Use precomputed value of sb_dqopt in dquot_quota_sync
` [PATCH 6/6] quota: Get rid of nested I_MUTEX_QUOTA locking subclass
[PATCH] nextfd(2)
2012-04-30 9:58 UTC (3+ messages)
Some way of telling which block devices are in use (and how)
2012-04-30 9:11 UTC (6+ messages)
[PATCH v2 0/4] do not use s_dirt in ext4
2012-04-30 8:37 UTC (4+ messages)
` [PATCH v2 1/4] ext4: Remove useless marking of superblock dirty
[PATCH 01/14] sysctl: provide callback for write into ctl_table entry
2012-04-30 2:52 UTC (23+ messages)
` [PATCH 02/14] sched debug,sysctl: remove proc input checks out of sysctl handlers
` [PATCH 03/14] sched rt,sysctl: "
` [PATCH 04/14] ftrace,sysctl: "
` [PATCH 05/14] sysrq,sysctl: "
` [PATCH 06/14] watchdog,sysctl: remove unused external
` [PATCH 07/14] watchdog,sysctl: remove proc input checks out of sysctl handlers
` [PATCH 08/14] hung task,sysctl: "
` [PATCH 09/14] perf,sysctl: "
` [PATCH 10/14] mm,sysctl: "
` [PATCH 11/14] hugetlb,sysctl: "
` [PATCH 12/14] mm compaction,sysctl: "
` [PATCH 13/14] security,sysctl: "
` [PATCH 14/14] fs,sysctl: "
[PATCH RFC v2] Performing direct I/O on sector-aligned requests
2012-04-29 21:03 UTC
[PATCH 1/2] vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename them
2012-04-29 15:25 UTC
[PATCH 1/1] overlayfs: apply device cgroup and security permissions to overlay files
2012-04-29 15:03 UTC (4+ messages)
[PATCH] cifs: Fix comment as d_alloc_root() is replaced by d_make_root()
2012-04-28 12:13 UTC
Announcing the Berserker toolkit for (semi-)automated fs fuzz testing
2012-04-28 1:39 UTC
[PATCH 1/6] xstat: Add a pair of system calls to make extended file stats available
2012-04-28 0:58 UTC (58+ messages)
` [PATCH 0/6] Extended file stat system call
` [PATCH 2/6] xstat: Ext4: Return extended attributes
` [PATCH 4/6] xstat: NFS: "
[PATCH 2/4] Btrfs: fix deadlock on sb->s_umount when doing umount
2012-04-27 10:55 UTC (3+ messages)
[PATCH 1/4] vfs: introduce try_to_writeback_inodes_sb(_nr)
2012-04-27 8:06 UTC (5+ messages)
Silent kernel/hardware lockup debug
2012-04-27 4:40 UTC
$650,500.00 USD
2012-04-26 23:43 UTC
[REVIEW][PATCH 0/43] Completing the user namespace
2012-04-26 16:21 UTC (16+ messages)
` [PATCH 16/43] userns: Simplify the user_namespace by making userns->creator a kuid
` [PATCH 23/43] userns: Convert setting and getting uid and gid system calls to use kuid and kgid
` [PATCH 27/43] userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs
[PATCH v1 02/12] vfs: make fstatat retry on ESTALE errors from getattr call
2012-04-26 15:57 UTC (11+ messages)
` [PATCH v1 03/12] vfs: fix readlinkat to retry on ESTALE
` [PATCH v1 04/12] vfs: add new "reval" argument to kern_path_create and user_path_create
` [PATCH v1 05/12] vfs: fix mknodat to retry on ESTALE errors
` [PATCH v1 06/12] vfs: fix mkdir "
` [PATCH v1 07/12] vfs: add a "reval" flag to args for user_path_parent
` [PATCH v1 08/12] vfs: make rmdir retry on ESTALE errors
` [PATCH v1 09/12] vfs: make do_unlinkat "
` [PATCH v1 10/12] vfs: fix symlinkat to "
` [PATCH v1 11/12] vfs: fix linkat "
` [PATCH v1 12/12] vfs: fix renameat "
[PATCH v1 00/12] vfs: add the ability to retry on ESTALE to several syscalls
2012-04-26 15:54 UTC (2+ messages)
` [PATCH v1 01/12] vfs: add a retry_estale helper function to handle retries on ESTALE
[PATCH] gfs2: Get rid of I_MUTEX_QUOTA usage
2012-04-26 15:19 UTC (5+ messages)
[PATCH 4/4] vfs: cleanup writeback_inodes_sb{_nr}_if_idle() and unused export
2012-04-26 2:58 UTC
[PATCH 3/4] Ext4: use try_to_writeback_inodes_sb() instead of writeback_inodes_sb_if_idle()
2012-04-26 2:58 UTC
[RFC] jbd2: reduce the number of writes when commiting a transacation
2012-04-25 20:34 UTC (7+ messages)
[git pull] vfs and fs fixes
2012-04-25 19:58 UTC (24+ messages)
` [PATCH 1/5] vfs: fix outdated i_mutex_lock_class documentation
` [PATCH 2/5] vfs: pull ext4's double-i_mutex-locking into common code
` [PATCH 3/5] vfs: don't use PARENT/CHILD lock classes for non-directories
` [PATCH 4/5] vfs: take i_mutex on renamed file
` [PATCH 5/5] vfs: change nondirectory i_mutex ordering to fix quota deadlock
[RFC] writeback and cgroup
2012-04-25 15:47 UTC (11+ messages)
[PATCH] fs: remove 8 bytes of padding from struct writeback_control on 64 bit builds
2012-04-25 13:57 UTC (2+ messages)
[PATCH 00/16] vfs: atomic open v4 (part 1)
2012-04-25 12:44 UTC (17+ messages)
` [PATCH 01/16] vfs: split do_lookup()
` [PATCH 02/16] vfs: do_last(): make exit RCU safe
` [PATCH 03/16] vfs: do_last(): inline walk_component()
` [PATCH 04/16] vfs: do_last(): use inode variable
` [PATCH 05/16] vfs: make follow_link check RCU safe
` [PATCH 06/16] vfs: do_last(): make ENOENT exit "
` [PATCH 07/16] vfs: do_last(): check LOOKUP_DIRECTORY
` [PATCH 08/16] vfs: do_last(): only return EISDIR for O_CREAT
` [PATCH 09/16] vfs: do_last(): add audit_inode before open
` [PATCH 10/16] vfs: do_last() common post lookup
` [PATCH 11/16] vfs: split __dentry_open()
` [PATCH 12/16] vfs: do_dentry_open(): don't put filp
` [PATCH 13/16] vfs: nameidata_to_filp(): inline __dentry_open()
` [PATCH 14/16] vfs: nameidata_to_filp(): don't throw away file on error
` [PATCH 15/16] vfs: retry last component if opening stale dentry
` [PATCH 16/16] nfs: don't open in ->d_revalidate
[RFC] writeback and cgroup
2012-04-25 12:05 UTC (12+ messages)
[PATCH RFC] vfs: make fstatat retry on ESTALE errors from getattr call
2012-04-25 12:04 UTC (14+ messages)
` [PATCH RFC v3] vfs: make fstatat retry once "
[RFC] writeback and cgroup
2012-04-25 8:47 UTC (6+ messages)
` [Lsf] "
[PATCH 1/6] xstat: Add a pair of system calls to make extended file stats available
2012-04-24 22:08 UTC
[PATCH 0/6] Extended file stat system call
2012-04-19 23:05 UTC
[PATCH 4/6] xstat: NFS: Return extended attributes
2012-04-19 14:35 UTC
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).