linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-06-28 15:33:27 to 2011-07-07 10:19:03 UTC [more...]

[PATCH] fs: fix lock initialization
 2011-07-07 10:19 UTC  (5+ messages)

ext4: why init the unused block group at batched discard?
 2011-07-07  9:24 UTC  (4+ messages)

[PATCH][Resend v2] Fix infinite loop in search_binary_handler()
 2011-07-07  4:04 UTC  (18+ messages)

[PATCH] FDPIC: Fix memory leak
 2011-07-06 21:16 UTC  (2+ messages)

[PATCH] VFS: Fixup kerneldoc for generic_permission()
 2011-07-06 20:04 UTC  (4+ messages)

[PATCH] net/9p: Remove structure not used in the code
 2011-07-06 18:18 UTC 

[PATCH] fuse: fix flock
 2011-07-06 11:30 UTC 

[PATCH] FDPIC: fix memory leak
 2011-07-06  3:30 UTC 

mmotm 2011-06-30-15-59 uploaded
 2011-07-06  1:48 UTC  (6+ messages)
` mmotm 2011-06-30-15-59 uploaded (mm/memcontrol.c)

[patch,rfc] aio: allocate kiocbs in batches
 2011-07-05 20:35 UTC 

[PATCH 0/7] overlay filesystem: request for inclusion
 2011-07-05 19:54 UTC  (3+ messages)

[GIT PULL] hfsplus regression fixes
 2011-07-05 10:44 UTC 

[RFCv2 PATCH] poll: add poll_requested_events() function
 2011-07-05  7:37 UTC 

[PATCH] fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
 2011-07-04  8:54 UTC  (5+ messages)

[RFC][PATCH 0/13] Per-container dcache management (and a bit more)
 2011-07-04  5:32 UTC  (7+ messages)

[PATCH 0/9] write bandwidth estimation and writeback fixes v2
 2011-07-04  3:05 UTC  (23+ messages)
` [PATCH 1/9] writeback: make writeback_control.nr_to_write straight
` [PATCH 2/9] writeback: account per-bdi accumulated written pages
` [PATCH 3/9] writeback: bdi write bandwidth estimation
` [PATCH 4/9] writeback: show bdi write bandwidth in debugfs
` [PATCH 5/9] writeback: consolidate variable names in balance_dirty_pages()
` [PATCH 6/9] writeback: introduce smoothed global dirty limit
` [PATCH 7/9] writeback: introduce max-pause and pass-good dirty limits
` [PATCH 8/9] writeback: scale IO chunk size up to half device bandwidth
` [PATCH 9/9] writeback: trace global_dirty_state

ATTN
 2011-07-03 15:12 UTC 

[PATCH] writeback: Don't wait for completion in writeback_inodes_sb_nr
 2011-07-02 11:32 UTC  (16+ messages)

[PATCH -v3] vfs: make unlink() and rmdir() return ENOENT in preference to EROFS
 2011-07-02  0:50 UTC  (2+ messages)
` [-v3] "

[PATCH v7 00/16] EVM
 2011-07-01 21:55 UTC  (27+ messages)
` [PATCH v7 01/16] security: new security_inode_init_security API adds function callback
` [PATCH v7 02/16] integrity: move ima inode integrity data management
` [PATCH v7 03/16] xattr: define vfs_getxattr_alloc and vfs_xattr_cmp
` [PATCH v7 04/16] evm: re-release
` [PATCH v7 05/16] evm: add support for different security.evm data types
` [PATCH v7 06/16] security: imbed evm calls in security hooks
` [PATCH v7 07/16] evm: evm_inode_post_removexattr
` [PATCH v7 08/16] evm: imbed evm_inode_post_setattr
` [PATCH v7 09/16] evm: add evm_inode_init_security to initialize new files
` [PATCH v7 10/16] evm: call evm_inode_init_security from security_inode_init_security
` [PATCH v7 11/16] evm: crypto hash replaced by shash
` [PATCH v7 12/16] evm: additional parameter to pass integrity cache entry 'iint'
` [PATCH v7 13/16] evm: evm_verify_hmac must not return INTEGRITY_UNKNOWN
` [PATCH v7 14/16] evm: replace hmac_status with evm_status
` [PATCH v7 15/16] evm: permit only valid security.evm xattrs to be updated
` [PATCH v7 16/16] evm: add evm_inode_setattr to prevent updating an invalid security.evm

[PATCH resend] compat_ioctl: fix warning caused by qemu
 2011-07-01 20:34 UTC  (3+ messages)

[PATCH 1/3] [net/9p] Fix the size of receive buffer packing onto VirtIO ring
 2011-07-01 16:29 UTC  (8+ messages)
` [PATCH 2/3] [net/9p] Fix the msize calculation
` [PATCH 3/3] [net/9p] VirtIO can transfer VIRTQUEUE_NUM of pages

[PATCH 0/2v v7] XFS TESTS: ENOSPC Punch Hole Test
 2011-07-01 14:30 UTC  (2+ messages)

[RFC PATCH] poll: add poll_requested_events() function
 2011-07-01 13:37 UTC 

[PATCH 1/4] fs: add SEEK_HOLE and SEEK_DATA flags
 2011-07-01  9:37 UTC  (14+ messages)
` [PATCH 2/4] Btrfs: implement our own ->llseek
` [PATCH] xfstests 255: add a seek_data/seek_hole tester

[PATCH 0/8] remove i_alloc_sem
 2011-07-01  2:58 UTC  (5+ messages)
` [PATCH 4/8] fs: kill i_alloc_sem

[PATCH 0/8][V2] blk-throttle: Throttle buffered WRITEs in balance_dirty_pages()
 2011-07-01  0:16 UTC  (26+ messages)
` [PATCH 1/8] blk-throttle: convert wait routines to return jiffies to wait
` [PATCH 2/8] blk-throttle: do not enforce first queued bio check in tg_wait_dispatch
` [PATCH 3/8] blk-throttle: use io size and direction as parameters to wait routines
` [PATCH 4/8] blk-throttle: specify number of ios during dispatch update
` [PATCH 5/8] blk-throttle: get rid of extend slice trace message
` [PATCH 6/8] blk-throttle: core logic to throttle task while dirtying pages
` [PATCH 7/8] blk-throttle: do not throttle writes at device level except direct io
` [PATCH 8/8] blk-throttle: enable throttling of task while dirtying pages
    ` fsync serialization on ext4 with blkio throttling (Was: Re: [PATCH 0/8][V2] blk-throttle: Throttle buffered WRITEs in balance_dirty_pages())

[PATCH 1/1] block: initialise bd_super in bdget()
 2011-06-30 20:12 UTC  (2+ messages)

[PATCH resend] ufs: Fix backtrace seen when mounting a bad ufs file system
 2011-06-30 17:43 UTC 

[ANNOUNCE] autofs 5.0.6 release
 2011-06-30 16:45 UTC  (3+ messages)
` [autofs] "

Equity Business Investment
 2011-06-30 15:44 UTC 

Unionmount status?
 2011-06-30 12:44 UTC  (13+ messages)
                ` Union mount and overlayfs bake off?

[patch] procfs: returns ENOENT on opening the being-removed proc entry
 2011-06-30 10:44 UTC  (2+ messages)

[PATCH 0/4 v3] XFS TESTS: Fix 252 failure
 2011-06-30  5:24 UTC  (5+ messages)
` [PATCH 1/4 v3] XFS TESTS: Fix 252 Failure: Make 252 xfs only with MD5 checksum
` [PATCH 2/4 v3] XFS TESTS: Fix 252 Failure: Update 252 Golden Output
` [PATCH 3/4 v3] XFS TESTS: Fix 252 Failure: Update 242 "
` [PATCH 4/4 v3] XFS TESTS: Fix 252 Failure: Add Generic FS Punch Hole Test 255

[RFC PATCH 0/3] block: Fix fsync slowness with CFQ cgroups
 2011-06-30  0:29 UTC  (13+ messages)

[PATCH] dio: Fast-path for page-aligned IOs
 2011-06-29 21:03 UTC  (5+ messages)

[PATCH] fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
 2011-06-29 19:26 UTC  (4+ messages)

[PATCH][Resend] coredump: call vfs_getattr() to get inode attributes
 2011-06-28 23:26 UTC  (2+ messages)


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