messages from 2014-09-29 23:48:15 to 2014-10-06 21:13:54 UTC [more...]
[RFC v3] Unicode/UTF-8 support for XFS
2014-10-06 21:13 UTC (42+ messages)
` [PATCH 01/16] lib: add unicode character database files
` [PATCH 02/16] scripts: add trie generator for UTF-8
` [PATCH 03/16] lib: add supporting code "
` [PATCH 04/16] lib/utf8norm.c: reduce the size of utf8data[]
` [PATCH 05/16] xfs: return the first match during case-insensitive lookup
` [PATCH 06/16] xfs: rename XFS_CMP_CASE to XFS_CMP_MATCH
` [PATCH 07/16] xfs: add xfs_nameops.normhash
` [PATCH 08/16] xfs: change interface of xfs_nameops.hashname
` [PATCH 09/16] xfs: add a superblock feature bit to indicate UTF-8 support
` [PATCH 10/16] xfs: store utf8version in the superblock
` [PATCH 11/16] xfs: add xfs_nameops for utf8 and utf8+casefold
` [PATCH 12/16] xfs: apply utf-8 normalization rules to user extended attribute names
` [PATCH 13/16] xfs: implement demand load of utf8norm.ko
` [PATCH 14/16] xfs: rename XFS_IOC_FSGEOM to XFS_IOC_FSGEOM_V2
` [PATCH 15/16] xfs: xfs_fs_geometry returns a number of bytes to copy
` [PATCH 16/16] xfs: add versioned fsgeom ioctl with utf8version field
` [PATCH 17/35] xfsprogs: add unicode character database files
` [PATCH 18/35] xfsprogs: add trie generator for UTF-8
` [PATCH 19/35] xfsprogs: add supporting code "
` [PATCH 20/35] xfsprogs: reduce the size of utf8data[]
` [PATCH 21/35] libxfs: return the first match during case-insensitive lookup
` [PATCH 22/35] libxfs: rename XFS_CMP_CASE to XFS_CMP_MATCH
` [PATCH 23/35] libxfs: add xfs_nameops.normhash
` [PATCH 24/35] libxfs: change interface of xfs_nameops.hashname
` [PATCH 25/35] libxfs: add a superblock feature bit to indicate UTF-8 support
` [PATCH 26/35] libxfs: store utf8version in the superblock
` [PATCH 27/35] libxfs: add xfs_nameops for utf8 and utf8+casefold
` [PATCH 28/35] libxfs: apply utf-8 normalization rules to user extended attribute names
` [PATCH 29/35] libxfs: rename XFS_IOC_FSGEOM to XFS_IOC_FSGEOM_V2
` [PATCH 30/35] libxfs: add versioned fsgeom ioctl with utf8version field
` [PATCH 31/35] xfsprogs: add utf8 support to growfs
` [PATCH 32/35] xfsprogs: add utf8 support to mkfs.xfs
` [PATCH 33/35] xfsprogs: add utf8 support to xfs_repair
` [PATCH 34/35] xfsprogs: xfs_db support for sb_utf8version
` [PATCH 35/35] xfsprogs: add a test for utf8 support
[PATCH 0/12 RFC] Moving i_dquot out of struct inode
2014-10-06 20:30 UTC (16+ messages)
` [PATCH 01/12] quota: Allow each filesystem to specify which quota types it supports
` [PATCH 02/12] gfs2: Set allowed quota types
` [PATCH 03/12] xfs: "
` [PATCH 04/12] fs: Generic infrastructure for optional inode fields
` [PATCH 05/12] quota: Use optional inode field for i_dquot pointers
` [PATCH 06/12] ext2: Convert to private i_dquot field
` [PATCH 07/12] ext3: "
` [PATCH 08/12] ext4: "
` [PATCH 09/12] ocfs2: "
` [PATCH 10/12] reiserfs: "
` [PATCH 11/12] jfs: "
` [PATCH 12/12] vfs: Remove i_dquot field from inode
[PATCH 1/1] ftruncate: create FAN_MODIFY and IN_MODIFY events
2014-10-06 20:09 UTC (3+ messages)
BUG at /build/buildd/linux-3.13.0/fs/pnode.c:372!
2014-10-06 19:50 UTC (5+ messages)
[PATCH 1/1] fallocate: create FAN_MODIFY and IN_MODIFY events
2014-10-06 19:10 UTC (3+ messages)
[PATCH v2 1/1] truncate: generate fanotify and inotify events
2014-10-06 18:13 UTC
[PATCH v2 0/3] fuse: Add support for mounts from pid/user namespaces
2014-10-06 16:37 UTC (16+ messages)
[PATCH RFC] introduce ioctl to completely invalidate page cache
2014-10-06 15:21 UTC (10+ messages)
[PATCH] vfs: fix compilation for no-MMU configurations
2014-10-06 9:25 UTC (2+ messages)
dcache: NULL ptr deref in dentry_kill
2014-10-06 5:35 UTC (6+ messages)
[PATCH] fs: use kfree_rcu instead of i_callback
2014-10-05 10:24 UTC (3+ messages)
[PATCH] f2fs: remove unused return vale
2014-10-04 7:05 UTC
[PATCH 1/4] f2fs: check the use of macros on block counts and addresses
2014-10-04 7:04 UTC (4+ messages)
` [PATCH 2/4] f2fs: support atomic_write feature for database
` [PATCH 2/4 v2] "
` [f2fs-dev] "
[PATCH 1/1] truncate: generate fanotify and inotify events
2014-10-03 21:43 UTC (2+ messages)
Please backport shrink dentry list fixes to stable
2014-10-03 20:24 UTC (2+ messages)
mmotm 2014-10-02-16-22 uploaded
2014-10-03 17:13 UTC (3+ messages)
` mmotm 2014-10-02-16-22 uploaded (lustre)
[ext4:dev 54/59] mm/truncate.c:751:6: error: redefinition of 'pagecache_isize_extended'
2014-10-03 16:38 UTC (2+ messages)
[PATCH] Increase the buffer-head per-CPU LRU size
2014-10-03 12:28 UTC
[PATCH] fs: don't remove inotify watchers from alive inode-s (v3)
2014-10-03 10:35 UTC
[PATCHv8 0/6] Getting rid of get_unused_fd() / enable close-on-exec
2014-10-03 8:39 UTC (16+ messages)
` [PATCHv8 1/6] fanotify: enable close-on-exec on events' fd when requested in fanotify_init()
` [PATCHv8.1] "
` [PATCH] fanotify: add a flag to allow setting O_CLOEXEC on event fd
` [PATCHv8.2] fanotify: enable close-on-exec on events' fd when requested in fanotify_init()
[PATCH v2] vfs: Don't exchange "short" filenames unconditionally
2014-10-03 2:11 UTC (14+ messages)
[PATCH] NTFS: Remove bogus space
2014-10-02 23:48 UTC (2+ messages)
preadv2/pwritev2 updates
2014-10-02 21:05 UTC (10+ messages)
` [PATCH 1/3] xfs: add RWF_NONBLOCK support
` [PATCH 1/3 v2] "
` [PATCH 2/3] fs: pass iocb to generic_write_sync
` [PATCH 3/3] fs: add a flag for per-operation O_DSYNC semantics
[PATCH] fs: don't remove inotify watchers from alive inode-s (v2)
2014-10-02 19:44 UTC (6+ messages)
[PATCH] CIFS: Fix readpages retrying on reconnects
2014-10-02 19:24 UTC
[PATCH] fs: fold _d_rehash into d_rehash
2014-10-02 17:49 UTC (2+ messages)
[PATCH 0/2 v2] Fix data corruption when blocksize < pagesize for mmapped data
2014-10-02 2:06 UTC (5+ messages)
` [PATCH 1/2] vfs: Fix data corruption when blocksize < pagesize for mmaped data
` [PATCH 2/2] ext4: Fix mmap data corruption when blocksize < pagesize
<Reply>
2014-10-01 1:50 UTC
[PATCH] binfmt_misc: drop old optimisation VERBOSE_STATUS flag
2014-10-01 23:11 UTC
[PATCH] VFS: Rename do_fallocate() to vfs_fallocate()
2014-10-01 21:04 UTC (3+ messages)
[PATCH v11 00/21] Add support for NV-DIMMs to ext4
2014-10-01 17:17 UTC (14+ messages)
invalidate the buffer heads of a block device
2014-10-01 15:15 UTC (15+ messages)
[vfs] BUG: unable to handle kernel NULL pointer dereference at (null)
2014-10-01 6:00 UTC
[PATCH 0/4] quota: add project quota support
2014-09-30 20:07 UTC (3+ messages)
` [PATCH 1/4] Adds general codes to enforces project quota limits
Mount propagation issue
2014-09-30 17:46 UTC (3+ messages)
[PULL for 3.18] overlay filesystem v24
2014-09-30 13:23 UTC (5+ messages)
[PATCH 0/7] seq_printf cleanups
2014-09-30 10:06 UTC (5+ messages)
` [PATCH 1/7] seq_file: Rename static bool seq_overflow to public bool seq_is_full
[RFC v2] fs: add prepare_freeze/prepare_thaw fs hooks
2014-09-30 9:47 UTC (4+ messages)
SMB3.1
2014-09-30 3:34 UTC
[PATCH 0/5] fuse: handle release synchronously (v4)
2014-09-30 3:15 UTC (2+ messages)
Removing shared subtrees?
2014-09-30 2:40 UTC (9+ messages)
[PATCH] umount.2: Correct the description of MNT_DETACH
2014-09-30 2:16 UTC (4+ messages)
[PATCH v4 0/1] vfs: Respect MS_RDONLY at bind mount creation
2014-09-30 0:34 UTC (2+ messages)
` [PATCH] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).