linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-05-18 18:26:56 to 2009-05-25 07:31:03 UTC [more...]

[PATCH 0/12] Per-bdi writeback flusher threads #5
 2009-05-25  7:31 UTC  (5+ messages)
` [PATCH 01/12] ntfs: remove old debug check for dirty data in ntfs_put_super()
` [PATCH 08/12] writeback: include default_backing_dev_info in writeback
` [PATCH 09/12] writeback: allow sleepy exit of default writeback task
` [PATCH 10/12] writeback: add some debug inode list counters to bdi stats

[PATCH 00/32] VFS based Union Mount (V3)
 2009-05-25  6:25 UTC  (25+ messages)
` [PATCH 15/32] union-mount: Documentation
` [PATCH 21/32] union-mount: Make lookup work for union-mounted file systems
` [PATCH 30/32] union mount: ext2 fallthru support
` [PATCH] Userland for VFS based Union Mount (V3)

[RFC PATCH] bio-integrity: Copy bip_buf and bip_size in bio_integrity_clone()
 2009-05-25  5:04 UTC  (3+ messages)

[PATCH 0/20] Sysfs cleanups
 2009-05-25  2:06 UTC  (77+ messages)
` [PATCH 01/20] sysfs: Implement sysfs_rename_link
  ` [PATCH 02/20] driver core: Use sysfs_rename_link in device_rename
    ` [PATCH 03/20] sysfs: Remove now unnecessary error reporting suppression
      ` [PATCH 04/20] sysfs: Handle the general case of removing of directories with subdirectories
        ` [PATCH 05/20] sysfs: Rename sysfs_d_iput to sysfs_dentry_iput
          ` [PATCH 06/20] sysfs: Use dentry_ops instead of directly playing with the dcache
            ` [PATCH 07/20] sysfs: Simplify sysfs_chmod_file semantics
              ` [PATCH 08/20] sysfs: Optimize just changing the sysfs file mode
                ` [PATCH 09/20] sysfs: Simplify iattr assignments
                  ` [PATCH 10/20] sysfs: Fix locking and factor out sysfs_sd_setattr
                    ` [PATCH 11/20] sysfs: Update s_iattr on link and unlink
                      ` [PATCH 12/20] sysfs: Nicely indent sysfs_symlink_inode_operations
                        ` [PATCH 13/20] sysfs: Implement sysfs_getattr & sysfs_permission
                          ` [PATCH 14/20] sysfs: In sysfs_chmod_file lazily propagate the mode change
                            ` [PATCH 15/20] sysfs: Kill sysfs_addrm_start and sysfs_addrm_finish
                              ` [PATCH 16/20] sysfs: Propagate renames to the vfs on demand
                                ` [PATCH 17/20] sysfs: Merge sysfs_rename_dir and sysfs_move_dir
                                  ` [PATCH 18/20] sysfs: Pass super_block to sysfs_get_inode
                                    ` [PATCH 19/20] sysfs: Kill unused sysfs_sb variable
                                      ` [PATCH 20/20] sysfs: Normalize error handling in sysfs_fill_inode
` [PATCH 21/20] sysfs: Rename sysfs_mv_dir sysfs_rename
` [PATCH 22/20] sysfs: Make sysfs_rename_link atomic
` [PATCH 23/20] driver core: Don't remove kobjects in device_shutdown
` [PATCH 24/20] sysfs: In sysfs_add_one fail if the targe directory has been removed
` [PATCH 25/20] sysfs: Only support removing emtpy sysfs directories

[PATCH 0/11] Per-bdi writeback flusher threads #4
 2009-05-23 19:15 UTC  (38+ messages)
` [PATCH 02/11] writeback: switch to per-bdi threads for flushing data
` [PATCH 04/11] writeback: separate the flushing state/task from the bdi

large fs testing
 2009-05-23 13:53 UTC 

[RFC] few hacks to optimize write-back
 2009-05-22 18:38 UTC  (3+ messages)
` [RFC] [PATCH] write-back: introduce a handy helper function
` [RFC] [PATCH] write-back: do not wake up unnecessarily

[RFC][PATCH 3/3] Manpage of ext4 online defrag command
 2009-05-22  7:07 UTC 

[RFC][PATCH 2/3] Ext4 online defrag command
 2009-05-22  7:06 UTC 

[RFC][PATCH 1/3] Add EXT4_IOC_MOVE_EXT ioctl and related functions
 2009-05-22  7:06 UTC 

[RFC][PATCH 0/3]ext4: online defrag (ver 2.0)
 2009-05-22  7:05 UTC 

[PATCH] readahead:add blk_run_backing_dev
 2009-05-22  2:33 UTC  (13+ messages)

[RESEND][PATCH] readahead:add blk_run_backing_dev
 2009-05-22  0:09 UTC 

[RFC PATCH 0/5] Put struct inode on a diet
 2009-05-21 20:30 UTC  (9+ messages)
` [PATCH 1/5] fs: i_flags and i_state in struct inode only need to be unsigned short
  ` [PATCH 2/5] fs: Remove i_cindex from struct inode
    ` [PATCH 3/5] fs: Slim down inode by only using an unsigned int for i_dnotify_mask
      ` [PATCH 4/5] fs: Rearrange inode structure elements to avoid waste due to padding
        ` [PATCH 5/5] Dump the inode structure (for debugging purposes only)

[patch 0/5] union-directory implementation
 2009-05-21  9:56 UTC  (7+ messages)
` [patch 1/5] union-directory: Introduce MNT_UNION and MS_UNION flags
` [patch 2/5] union-directory: Support for traversing the layers of a union-directory
` [patch 3/5] union-directory: Some checks during namespace changes
` [patch 4/5] union-directory: Make lookup continue in overlayed directories
` [patch 5/5] union-directory: Simple union-mount readdir implementation

[PATCH 2/4] bio_put(): add bio_clone() to the list of functions in the comment
 2009-05-20 19:03 UTC 

[PATCH 3/4] Do not __always_inline bvec_kmap_irq() and bvec_kunmap_irq()
 2009-05-20 19:05 UTC 

EXT vs XFS at 80% filled filesystem
 2009-05-20 14:20 UTC  (9+ messages)

CFLAGS not taken while linking mkfs.xfs?
 2009-05-20 12:00 UTC 

[RFC] The reflink(2) system call v2
 2009-05-19 20:15 UTC  (17+ messages)
  ` [RFC] The reflink(2) system call v4
                  ` [Ocfs2-devel] "

[PATCH 00/13] cifs: implement proper hardlink detection (try #3)
 2009-05-19 14:08 UTC  (7+ messages)
` [PATCH 01/13] cifs: have cifs_NTtimeToUnix take a little-endian arg
` [PATCH 02/13] cifs: make cnvrtDosUnixTm take a little-endian args and an offset
` [PATCH 05/13] cifs: rename cifs_iget to cifs_root_iget
  ` [linux-cifs-client] "

[PATCH] ext2: Explicitly assign values to on-disk enum of filetypes
 2009-05-19 10:00 UTC 

[patch 0/3] make splice more generic
 2009-05-19  9:38 UTC  (10+ messages)
` [patch 2/3] splice: implement default splice_read method

[PATCH 0/2] sys_write() should write all valid data
 2009-05-19  8:55 UTC  (3+ messages)
` [PATCH 2/2] Perform check in iov_iter_fault_in_readable() by check_readable_bytes()

ubifs, race between link and unlink/rename?
 2009-05-19  6:18 UTC  (4+ messages)

get_block
 2009-05-18 20:00 UTC  (2+ messages)

[Jfs-discussion] JFS locking problem detected (kernel 2.6.30)
 2009-05-18 18:46 UTC 


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