linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-07 19:05:02 to 2012-07-14 04:10:07 UTC [more...]

[PATCH 0/3] fs/sysv: stop using write_supers and s_dirt
 2012-07-14  4:04 UTC  (5+ messages)

[PATCH 1/2] Moved core dump functionality into its own file
 2012-07-13 22:02 UTC  (7+ messages)
` [PATCH 2/2] Made core dump functionality optional

[PATCH 01/12 v2] Revert "ext4: remove no longer used functions in inode.c"
 2012-07-13 17:42 UTC  (13+ messages)
` [PATCH 02/12 v2] Revert "ext4: fix fsx truncate failure"
` [PATCH 03/12 v2] shmem: pass LLONG_MAX to shmem_truncate_range
` [PATCH 04/12 v2] xfs: pass LLONG_MAX to truncate_inode_pages_range
` [PATCH 05/12 v2] mm: "
` [PATCH 06/12 v2] mm: teach truncate_inode_pages_range() to hadnle non page aligned ranges
` [PATCH 07/12 v2] ext4: use ext4_zero_partial_blocks in punch_hole
` [PATCH 08/12 v2] ext4: remove unused discard_partial_page_buffers
` [PATCH 09/12 v2] ext4: remove unused code from ext4_remove_blocks()
` [PATCH 10/12 v2] ext4: update ext4_ext_remove_space trace point
` [PATCH 11/12 v2] ext4: make punch hole code path work with bigalloc
` [PATCH 12/12 v2] ext4: Allow punch hole with bigalloc enabled

[PATCH 0/10] fuse: An attempt to implement a write-back cache policy
 2012-07-13 16:57 UTC  (7+ messages)
` [PATCH 6/10] fuse: Trust kernel i_size only
` [PATCH 10/10] mm: Account for WRITEBACK_TEMP in balance_dirty_pages

3.4.4-rt13: btrfs + xfstests 006 = BOOM.. and a bonus rt_mutex deadlock report for absolutely free!
 2012-07-13 14:47 UTC  (21+ messages)

Deadlocks due to per-process plugging
 2012-07-13 14:46 UTC  (11+ messages)

[PATCH 0/8 v2] fsfreeze: miscellaneous fixes and cleanups
 2012-07-13 14:11 UTC  (16+ 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

DCACHE_DISCONNECTED use in try_to_ascend/d_kill
 2012-07-13 11:55 UTC  (3+ messages)

mmotm 2012-07-10-16-59 uploaded
 2012-07-13 11:42 UTC  (12+ messages)

[PATCH RESEND 0/5] Add vhost-blk support
 2012-07-13  8:55 UTC  (3+ messages)
` [PATCH RESEND 1/5] aio: Export symbols and struct kiocb_batch for in kernel aio usage
` [PATCH RESEND 2/5] eventfd: Export symbol eventfd_file_create()

[PATCH 0/3] fs/ufs: stop using write_supers and s_dirt
 2012-07-13  5:47 UTC  (8+ messages)
` [PATCH 1/3] fs/ufs: remove extra superblock write on unmount
` [PATCH 2/3] fs/ufs: re-arrange the code a bit
` [PATCH 3/3] fs/ufs: get rid of write_super

[PATCHv3 0/4] hfsplus: stop using write_supers and s_dirt
 2012-07-13  5:41 UTC  (8+ messages)
` [PATCHv3 1/4] hfsplus: make hfsplus_sync_fs static
` [PATCHv3 2/4] hfsplus: amend debugging print
` [PATCHv3 3/4] hfsplus: remove useless check
` [PATCHv3 4/4] hfsplus: get rid of write_super

[PATCH 0/5] Add vhost-blk support
 2012-07-13  1:40 UTC  (6+ messages)
` [PATCH 1/5] aio: Export symbols and struct kiocb_batch for in kernel aio usage

[PATCH] aio: remove 'always false' check
 2012-07-13  1:35 UTC  (3+ messages)

[PATCH 2/5] eventfd: Export symbol eventfd_file_create()
 2012-07-12 15:42 UTC 

[PATCHv2 0/6] hfs: stop using write_supers and s_dirt
 2012-07-12 14:28 UTC  (7+ messages)
` [PATCHv2 1/6] hfs: push lock_super down
` [PATCHv2 2/6] hfs: get rid of lock_super
` [PATCHv2 3/6] hfs: remove extra mdb write on unmount
` [PATCHv2 4/6] hfs: simplify a bit checking for R/O
` [PATCHv2 5/6] hfs: introduce VFS superblock object back-reference
` [PATCHv2 6/6] hfs: get rid of hfs_sync_super

Kernel boot hangs on commit "switch fput to task_work_add"
 2012-07-12 13:46 UTC  (2+ messages)

IMPORTANT
 2012-07-12 13:10 UTC 

[PATCH] vfs: update documentation to reflect current fsfreeze locking rules
 2012-07-12  8:47 UTC  (2+ 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

[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 

[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 

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  (6+ messages)
` [PATCHv4 3/5] ext4: remove unnecessary 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] Interactivity during IO on ext3
 2012-07-10 11:30 UTC  (3+ messages)

Mortgages Loan
 2012-07-10  7:45 UTC 

[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  (3+ messages)

[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] "


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