linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-09-24 22:00:16 to 2008-10-04 02:12:55 UTC [more...]

[PATCH 0/4] Updated fiemap patches
 2008-10-04  2:12 UTC  (6+ messages)
` [PATCH 1/4] vfs: vfs-level fiemap interface
  ` [PATCH 2/4] ocfs2: fiemap support
    ` [PATCH 3/4] generic block based fiemap implementation
      ` [PATCH 4/4] Hook ext4 to the vfs fiemap interface

[PATCH 0/7] Discard requests, v2
 2008-10-03 20:29 UTC  (3+ messages)
` [PATCH 7/7] [BLOCK] Allow elevators to sort/merge discard requests

[PATCH] Improve buffered streaming write ordering
 2008-10-03 19:45 UTC  (12+ messages)

[RFC] Btrfs mainline plans
 2008-10-03 17:06 UTC  (3+ messages)

Need to test BLKDISCARD ioctl and fs utils
 2008-10-03 16:22 UTC 

[RFC v3] Security Label Support for NFSv4
 2008-10-03 15:44 UTC  (22+ messages)
` [PATCH 01/14] VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hook for inode_setsecctx
` [PATCH 05/14] SELinux: Add new labeling type native labels
` [PATCH 06/14] KConfig: Add KConfig entries for Labeled NFS
` [PATCH 10/14] NFSv4: Introduce new label structure
` [PATCH 11/14] NFS/RPC: Add the auth_seclabel security flavor to allow the process label to be sent to the server
  ` [PATCH 02/14] LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security context information
  ` [PATCH 03/14] Security: Add hook to calculate context based on a negative dentry
  ` [PATCH 04/14] Security: Add Hook to test if the particular xattr is part of a MAC model
  ` [PATCH 07/14] NFSv4: Add label recommended attribute and NFSv4 flags
  ` [PATCH 08/14] NFS: Add security_label text mount option and handling code to NFS
  ` [PATCH 09/14] NFS: Introduce lifecycle management for label attribute
  ` [PATCH 12/14] NFS: Client implementation of Labeled-NFS
  ` [PATCH 13/14] NFS: Extend NFS xattr handlers to accept the security namespace
  ` [PATCH 14/14] NFSD: Server implementation of MAC Labeling

[PATCH] [VFS] mark bio_split_pool static
 2008-10-03 13:01 UTC 

What's the "prepare_discard_fn" supposed to do?
 2008-10-03  6:53 UTC  (4+ messages)

[PATCH] Convert ecryptfs to use new aops (updated)
 2008-10-02 23:30 UTC 

possible (ext4 related?) memory leak in kernel 2.6.26
 2008-10-02 18:36 UTC  (3+ messages)

Tuning for Compact Flash
 2008-10-02 16:40 UTC  (7+ messages)

ltp getdents syscalls testcases and 2.6.27-rcX
 2008-10-02 11:37 UTC  (2+ messages)

[RFC][PATCH 0/12]ext4: online defrag (ver 0.95)
 2008-10-02  8:26 UTC  (8+ messages)

[PATCH 0/39] Ocfs2 updates for 2.6.28
 2008-10-02  8:16 UTC  (49+ messages)
` [PATCH 01/39] ocfs2: POSIX file locks support
` [PATCH 02/39] ocfs2: Track local alloc bits internally
` [PATCH 03/39] ocfs2: throttle back local alloc when low on disk space
` [PATCH 04/39] ocfs2: track local alloc state via debugfs
` [PATCH 05/39] ocfs2: Modify ocfs2_num_free_extents for future xattr usage
` [PATCH 06/39] ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode
` [PATCH 07/39] ocfs2: Abstract ocfs2_extent_tree in b-tree operations
` [PATCH 08/39] ocfs2: Make high level btree extend code generic
` [PATCH 09/39] ocfs2: Add the basic xattr disk layout in ocfs2_fs.h
` [PATCH 10/39] ocfs2: Add helper function in uptodate.c for removing xattr clusters
` [PATCH 11/39] ocfs2: Add extent tree operation for xattr value btrees
` [PATCH 12/39] ocfs2: reserve inline space for extended attribute
` [PATCH 13/39] ocfs2: Add extended attribute support
  ` [Ocfs2-devel] "
` [PATCH 14/39] ocfs2: Add xattr index tree operations
` [PATCH 15/39] ocfs2: Add xattr bucket iteration for large numbers of EAs
` [PATCH 16/39] ocfs2: Add xattr lookup code xattr btrees
` [PATCH 17/39] ocfs2: Optionally limit extent size in ocfs2_insert_extent()
` [PATCH 18/39] ocfs2: Enable xattr set in index btree
` [PATCH 19/39] ocfs2: Delete all xattr buckets during inode removal
` [PATCH 20/39] ocfs2: Add incompatible flag for extended attribute
` [PATCH 21/39] ocfs2: fix printk format warnings
` [PATCH 22/39] ocfs2: Prefix the extent tree operations structure
` [PATCH 23/39] ocfs2: Prefix the ocfs2_extent_tree structure
` [PATCH 24/39] ocfs2: Make ocfs2_extent_tree get/put instead of alloc
` [PATCH 25/39] ocfs2: Make 'private' into 'object' on ocfs2_extent_tree
` [PATCH 26/39] ocfs2: Provide the get_root_el() method to ocfs2_extent_tree_operations
` [PATCH 27/39] ocfs2: Use struct ocfs2_extent_tree in ocfs2_num_free_extents()
` [PATCH 28/39] ocfs2: Determine an extent tree's max_leaf_clusters in an et_op
` [PATCH 29/39] ocfs2: Create specific get_extent_tree functions
` [PATCH 30/39] ocfs2: Add an insertion check to ocfs2_extent_tree_operations
` [PATCH 31/39] ocfs2: Make ocfs2_extent_tree the first-class representation of a tree
` [PATCH 32/39] ocfs2: Comment struct ocfs2_extent_tree_operations
` [PATCH 33/39] ocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_*_extent_tree()
` [PATCH 34/39] ocfs2: bug-fix for journal extend in xattr
` [PATCH 35/39] ocfs2: Resolve deadlock in ocfs2_xattr_free_block
` [PATCH 36/39] ocfs2: Limit inode allocation to 32bits
` [PATCH 37/39] ocfs2: Add the 'inode64' mount option
` [PATCH 38/39] ocfs2: Switch over to JBD2
` [PATCH 39/39] ocfs2: Add xattr mount option in ocfs2_show_options()

Tux3 Report: Extolling the Extensive Virtues of Extents
 2008-10-01 11:35 UTC 

unprivileged mounts git tree
 2008-09-30 19:39 UTC  (11+ messages)

What is in ubifs-2.6.git
 2008-09-30  9:19 UTC  (26+ messages)
` [PATCH] UBIFS: add a print, fix comments and more minor stuff
` [PATCH] UBIFS: remove unneeded unlikely()
` [PATCH] UBIFS: inline one-line functions
` [PATCH] UBIFS: use an IS_ERR test rather than a NULL test
` [PATCH] UBIFS: add bulk-read facility
` [PATCH] UBIFS: add no_chk_data_crc mount option
` [PATCH] UBIFS: improve znode splitting rules
` [PATCH] UBIFS: check data CRC when in error state
` [PATCH] UBIFS: use bit-fields when possible
` [PATCH] UBIFS: correct key comparison
` [PATCH] UBIFS: ensure data read beyond i_size is zeroed out correctly
` [PATCH] UBIFS: fix races in bit-fields
` [PATCH] UBIFS: fix commentary
` [PATCH] UBIFS: update dbg_dump_inode
` [PATCH] UBIFS: correct comment for commit_on_unmount
` [PATCH] UBIFS: commit on sync_fs
` [PATCH] UBIFS: allow for sync_fs when read-only
` [PATCH] UBIFS: improve garbage collection
` [PATCH] UBIFS: fix bulk-read handling uptodate pages
` [PATCH] UBIFS: add more debugging messages for LPT
` [PATCH] UBIFS: correct condition to eliminate unecessary assignment
` [PATCH] UBIFS: check buffer length when scanning for LPT nodes

YET ANOTHER resend of the fiemap patches
 2008-09-29 22:10 UTC  (13+ messages)
` [PATCH 1/4] vfs: vfs-level fiemap interface

[PATCH 3/3] Add timeout feature
 2008-09-29 22:08 UTC  (12+ messages)

[RFC PATCH] touch_mnt_namespace when the mount flags change
 2008-09-27  2:01 UTC 

[RFC][PATCH 12/12]ext4: online defrag command
 2008-09-27  7:27 UTC 

[RFC][PATCH 11/12]ext4: Add the EXT4_IOC_BLOCK_RELEASE ioctl
 2008-09-27  7:27 UTC 

[RFC][PATCH 10/12]ext4: Add the EXT4_IOC_MOVE_VICTIM ioctl
 2008-09-27  7:27 UTC 

[RFC][PATCH 9/12]ext4: Add the EXT4_IOC_RESERVE_BLOCK ioctl
 2008-09-27  7:27 UTC 

[RFC][PATCH 7/12]ext4: Add the EXT4_IOC_FREE_BLOCKS_INFO ioctl
 2008-09-27  7:26 UTC 

[RFC][PATCH 8/12]ext4: Add the EXT4_IOC_FIEMAP_INO ioctl
 2008-09-27  7:27 UTC 

[RFC][PATCH 6/12]ext4: Add the EXT4_IOC_GROUP_INFO ioctl
 2008-09-27  7:26 UTC 

[RFC][PATCH 5/12]ext4: Add the EXT4_IOC_FIBMAP ioctl
 2008-09-27  7:26 UTC 

[RFC][PATCH 4/12]ext4: exchange the blocks between two inodes
 2008-09-27  7:26 UTC 

[RFC][PATCH 3/12]ext4: read and write file data with memory page
 2008-09-27  7:26 UTC 

[RFC][PATCH 2/12]ext4: allocate new contiguous blocks with mballoc
 2008-09-27  7:26 UTC 

[RFC][PATCH 1/12]ext4: Add the EXT4_IOC_DEFRAG ioctl and defrag main function
 2008-09-27  7:26 UTC 

[PATCH] Convert ecryptfs to use new aops
 2008-09-26 21:53 UTC  (3+ messages)

[PATCH 0/10] freeze feature ver 1.13
 2008-09-26 21:26 UTC  (3+ messages)

[PATCH] fs/block_dev.c: __read_mostly improvement and sb_is_blkdev_sb utilization
 2008-09-26 18:52 UTC 

[PATCH 5/10] gfs2: Fix error handling in write_super_lockfs/unlockfs
 2008-09-26  9:37 UTC  (2+ messages)

[PATCH 10/10] Add timeout feature
 2008-09-26  8:59 UTC 

[PATCH 9/10] Remove XFS specific ioctl interfaces for freeze feature
 2008-09-26  8:59 UTC 

[PATCH 8/10] Implement generic freeze feature
 2008-09-26  8:59 UTC 

[PATCH 7/10] reiserfs: Fix error handling in write_super_lockfs/unlockfs
 2008-09-26  8:58 UTC 

[PATCH 6/10] jfs: Fix error handling in write_super_lockfs/unlockfs
 2008-09-26  8:58 UTC 

[PATCH 4/10] xfs: Fix error handling in write_super_lockfs/unlockfs
 2008-09-26  8:58 UTC 

[PATCH 2/10] ext3: Fix error handling in write_super_lockfs/unlockfs
 2008-09-26  8:57 UTC 

[PATCH 3/10] ext4: Fix error handling in write_super_lockfs/unlockfs
 2008-09-26  8:57 UTC 

[PATCH 1/10] VFS: Fix error handling of write_super_lockfs/unlockfs
 2008-09-26  8:57 UTC 

[PATCH 4/10] xfs: Fix error handling in write_super_lockfs/unlockfs
 2008-09-25 21:22 UTC  (3+ messages)

[patch] fsblock preview
 2008-09-25  4:38 UTC  (5+ messages)

Tux3 gets a high speed atom smasher
 2008-09-25  2:22 UTC 

Semantics of setting an extended attribute to empty vs removexattr?
 2008-09-25  0:38 UTC  (3+ messages)

[PATCH] remove outdated sentence from Documentation/filesystems/Locking
 2008-09-25  0:16 UTC 

[patch] fs: remove prepare_write/commit_write
 2008-09-24 23:54 UTC  (3+ messages)

[PATCH] afs: convert to new aops
 2008-09-24 23:36 UTC 

[PATCH] cifs: Convert cifs to new aops
 2008-09-24 22:15 UTC  (3+ 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).