linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-03 14:45:34 to 2012-07-12 11:08:00 UTC [more...]

3.4.4-rt13: btrfs + xfstests 006 = BOOM.. and a bonus rt_mutex deadlock report for absolutely free!
 2012-07-12 11:07 UTC  (4+ messages)

[PATCH 0/8 v2] fsfreeze: miscellaneous fixes and cleanups
 2012-07-12  9:12 UTC  (9+ messages)
` [PATCH 1/8] fsfreeze: Prevent emergency thaw from looping infinitely
` [PATCH 2/8] fsfreeze: emergency thaw will deadlock on s_umount
` [PATCH 3/8] fsfreeze: freeze_super and thaw_bdev don't play well together
` [PATCH 4/8] fsfreeze: switch to using super methods where possible
` [PATCH 5/8] fsfreeze: move emergency thaw code to fs/super.c
` [PATCH 6/8] fsfreeze: add vfs ioctl to check freeze state
` [PATCH 7/8] fsfreeze: add block device "
` [PATCH 8/8] fsfreeze: update Documentation/filesystems/Locking

[PATCH] vfs: update documentation to reflect current fsfreeze locking rules
 2012-07-12  8:47 UTC  (2+ messages)

Deadlocks due to per-process plugging
 2012-07-12  4:12 UTC  (6+ messages)

[PATCH 1/3] tmpfs: revert SEEK_DATA and SEEK_HOLE
 2012-07-12  3:21 UTC  (6+ messages)

[RFC, PATCH 0/7] fsfreeze: miscellaneous fixes and cleanups
 2012-07-12  2:08 UTC  (19+ messages)
` [PATCH 1/7] fsfreeze: Prevent emergency thaw from looping infinitely
` [PATCH 2/7] fsfreeze: emergency thaw will deadlock on s_umount
` [PATCH 3/7] fsfreeze: freeze_super and thaw_bdev don't play well together
` [PATCH 4/7] fsfreeze: switch to using super methods where possible
` [PATCH 5/7] fsfreeze: move emergency thaw code to fs/super.c
` [PATCH 6/7] fsfreeze: add vfs ioctl to check freeze state
` [PATCH 7/7] fsfreeze: add block device "

[PATCH v3 00/17] vfs: add the ability to retry on ESTALE to several syscalls
 2012-07-11 19:00 UTC  (3+ messages)

[PATCH 0/3] RFC: introduce extended inode owner identifier v10
 2012-07-11 17:17 UTC  (9+ messages)
` [PATCH 1/3] Add additional owner identifier
` [PATCH 2/3] ext4: Implement subtree ID support for ext4 filesystem
` [PATCH 3/3] ext4: add subtree quota support

[PATCHv7 0/5] ext4: stop using write_supers and s_dirt
 2012-07-11 14:32 UTC  (7+ messages)
` [PATCHv7 1/5] ext4: Remove useless marking of superblock dirty
` [PATCHv7 2/5] ext4: Convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super()
` [PATCHv7 3/5] ext4: remove unnecessary superblock dirtying
` [PATCHv7 4/5] ext4: weed out ext4_write_super
` [PATCHv7 5/5] ext4: remove unnecessary argument

[PATCH] aio: remove 'always false' check
 2012-07-11 14:17 UTC  (2+ messages)

[PATCHv6 0/5] ext4: stop using write_supers and s_dirt
 2012-07-11 13:36 UTC  (12+ messages)
` [PATCHv6 1/5] ext4: Remove useless marking of superblock dirty
` [PATCHv6 2/5] ext4: Convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super()
` [PATCHv6 3/5] ext4: remove unnecessary superblock dirtying
` [PATCHv6 4/5] ext4: weed out ext4_write_super
` [PATCHv6 5/5] ext4: remove unnecessary argument

BUSINESS INVESTMENT!
 2012-07-11 12:48 UTC 

mmotm 2012-07-10-16-59 uploaded
 2012-07-11 10:34 UTC  (11+ messages)

[RFC] Writeback : Partially set to interval of writeback per device
 2012-07-11  9:23 UTC 

[PATCH] fs/ioctl.c: set local var past_eof to true instead of integer 1 in __generic_block_fiemap
 2012-07-11  6:45 UTC 

Kernel boot hangs on commit "switch fput to task_work_add"
 2012-07-10 14:18 UTC 

Greetings and Compliments
 2012-07-10 13:50 UTC 

[PATCHv4 0/5] ext4: stop using write_super and s_dirt
 2012-07-10 12:52 UTC  (10+ messages)
` [PATCHv4 1/5] ext4: Remove useless marking of superblock dirty
` [PATCHv4 2/5] ext4: Convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super()
` [PATCHv4 3/5] ext4: remove unnecessary superblock dirtying
` [PATCHv4 4/5] ext4: weed out ext4_write_super
` [PATCHv4 5/5] ext4: simplify superblock dirtying

[PATCHv5 0/4] ext4: stop using write_supers and s_dirt
 2012-07-10 12:17 UTC  (5+ messages)
` [PATCHv5 1/4] ext4: Remove useless marking of superblock dirty
` [PATCHv5 2/4] ext4: Convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super()
` [PATCHv5 3/4] ext4: remove unnecessary superblock dirtying
` [PATCHv5 4/4] ext4: weed out ext4_write_super

[MMTests] IO metadata on XFS
 2012-07-10 11:30 UTC  (13+ messages)
  ` [MMTests] Interactivity during IO on ext3
  ` [MMTests] Interactivity during IO on ext4

Mortgages Loan
 2012-07-10  7:45 UTC 

[PATCH 0/10] fuse: An attempt to implement a write-back cache policy
 2012-07-10  5:53 UTC  (32+ messages)
` [PATCH 1/10] fuse: Linking file to inode helper
` [PATCH 2/10] fuse: Getting file for writeback helper
` [PATCH 3/10] fuse: Prepare to handle short reads
` [PATCH 4/10] fuse: Prepare to handle multiple pages in writeback
` [PATCH 6/10] fuse: Trust kernel i_size only
` [PATCH 10/10] mm: Account for WRITEBACK_TEMP in balance_dirty_pages
` [fuse-devel] [PATCH 0/10] fuse: An attempt to implement a write-back cache policy
  ` [PATCH 5/10] fuse: Connection bit for enabling writeback
  ` [PATCH 7/10] fuse: Flush files on wb close
  ` [PATCH 8/10] fuse: Implement writepages and write_begin/write_end callbacks
  ` [PATCH 9/10] fuse: Turn writeback on

[PATCH] udf: Do not decrement i_blocks when freeing indirect extent block
 2012-07-09 21:43 UTC 

[PATCH] epoll: Improved support for multi-threaded clients
 2012-07-09 18:45 UTC  (6+ messages)

[PATCH 0/3 STABLE] udf: Do not crash on corrupted media
 2012-07-09  7:57 UTC  (7+ messages)
` [PATCH 1/3] udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()
` [PATCH 2/3] udf: Avoid run away loop when partition table length is corrupted
` [PATCH 3/3] udf: Fortify loading of sparing table

[PATCH 0/1] locks: prevent side-effects of locks_release_private before file_lock is initialized
 2012-07-07 19:04 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH 3/7] Make TestSetPageDirty and dirty page accounting in one func
 2012-07-07 14:42 UTC  (13+ messages)
` [PATCH 4/7] Use vfs __set_page_dirty interface instead of doing it inside filesystem
    ` [PATCH 5/7] memcg: add per cgroup dirty pages accounting

[rfc 0/7] [rfc] procfs, fdinfo seqfile providers
 2012-07-05 17:44 UTC  (9+ messages)
` [rfc 2/7] procfs: Convert /proc/pid/fdinfo/ handling routines to seq-file
` [rfc 3/7] procfs: Add ability to plugin auxiliary fdinfo providers

[PATCH 1/1] arm: Fix kernel crash problem in binfmt_flat.c
 2012-07-05 11:59 UTC 

[PATCH] vfs: check value of varaiable 'nd' before using its member
 2012-07-05  2:22 UTC  (4+ messages)

[PATCHv3 0/4] ext4: stop using write_supers and s_dirt
 2012-07-04 12:25 UTC  (4+ messages)
` [PATCHv3 3/4] ext4: remove unnecessary superblock dirtying

[PATCH] NTFS: remove references to long gone super operations
 2012-07-04 11:42 UTC  (3+ messages)

[PATCH 0/3 STABLE] udf: Do not crash on corrupted media
 2012-07-04 10:55 UTC  (4+ messages)
` [PATCH 1/3] udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()
` [PATCH 2/3] udf: Avoid run away loop when partition table length is corrupted
` [PATCH 3/3] udf: Fortify loading of sparing table

[patch] VFS: copy_tree() returns an error pointer now
 2012-07-04  9:45 UTC  (2+ messages)

[PATCH RESEND] fs: Move bh_cachep to the __read_mostly section
 2012-07-04  9:08 UTC  (7+ messages)

mmotm 2012-06-29-17-00 uploaded
 2012-07-04  9:07 UTC  (4+ messages)

[PATCH] Trig a BUG when kern_path see LOOKUP_ROOT in flag
 2012-07-04  2:00 UTC 

[PATCH 0/5] RFC: introduce extended inode owner identifier v9
 2012-07-03 19:14 UTC  (12+ messages)
` [PATCH 1/5] Add additional owner identifier
` [PATCH 3/5] ext4: Implement project ID support for ext4 filesystem
` [PATCH 5/5] XFS: prjquota and grpqouta now may coexist

[PATCH] xfs: handle EOF correctly in xfs_vm_writepage
 2012-07-03 16:20 UTC 

Asking for ACK/NAK on new new Btrfs cross subvolume reflink patch
 2012-07-03 16:13 UTC  (2+ messages)

[PATCH 0/8 RESEND] Cleanup and improve sync (v4)
 2012-07-03 14:47 UTC  (6+ messages)
` [PATCH 6/8] vfs: Make sys_sync writeout also block device inodes

[PATCH 0/8 v4] Flush all block devices on sync(2) and cleanup the code
 2012-07-03 14:45 UTC  (2+ messages)
` [PATCH 8/8] vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder sync passes


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).