messages from 2013-12-19 09:22:18 to 2013-12-26 09:54:41 UTC [more...]
[PATCH 10/14] hfsplus: implement functionality of journal log wrapping
2013-12-26 9:47 UTC
[PATCH 09/14] hfsplus: implement functionality of getting transaction's block info
2013-12-26 9:47 UTC
[PATCH 04/14] hfsplus: implement functionality for HFSPLUS_JOURNAL_NEED_INIT flag
2013-12-26 9:45 UTC
[PATCH 14/14] hfsplus: integrate journal replay support into driver
2013-12-26 9:49 UTC
[PATCH 13/14] hfsplus: implement replay journal functionality
2013-12-26 9:49 UTC
[PATCH 12/14] hfsplus: implement replay transaction's block functionality
2013-12-26 9:49 UTC
[PATCH 00/21] Consolidate Posix ACL implementation V3
2013-12-26 9:48 UTC (30+ messages)
` [PATCH 01/21] reiserfs: prefix ACL symbols with reiserfs_
` [PATCH 02/21] fs: merge xattr_acl.c into posix_acl.c
` [PATCH 03/21] fs: add get_acl helper
` [PATCH 04/21] fs: add a set_acl inode operation
` [PATCH 05/21] fs: add generic xattr_acl handlers
` [PATCH 06/21] fs: make posix_acl_chmod more useful
` [PATCH 07/21] fs: make posix_acl_create "
` [PATCH 08/21] btrfs: use generic posix ACL infrastructure
` [PATCH 09/21] ext2/3/4: "
` [PATCH 10/21] f2fs: "
` [PATCH 11/21] hfsplus: "
` [PATCH 12/21] jffs2: "
` [PATCH 13/21] ocfs2: "
` [PATCH 14/21] reiserfs: "
` [PATCH 15/21] xfs: "
` [PATCH 16/21] jfs: "
` [PATCH 17/21] gfs2: "
` [PATCH 18/21] nfs: use generic posix ACL infrastructure for v3 Posix ACLs
` [PATCH 19/21] fs: remove generic_acl
` [PATCH 20/21] nfsd: use get_acl and ->set_acl
` [PATCH 21/21] hfsplus: remove can_set_xattr
[PATCH 00/14] hfsplus: introduce journal replay functionality
2013-12-26 9:41 UTC
[PATCH 08/14] hfsplus: implement get and verify block list header functionality
2013-12-26 9:46 UTC
[PATCH 07/14] hfsplus: introduce descriptor of block list buffer
2013-12-26 9:46 UTC
[PATCH 06/14] hfsplus: implement check consistency of journal log file
2013-12-26 9:46 UTC
[PATCH 05/14] hfsplus: implement "norecovery" mount option support
2013-12-26 9:45 UTC
[PATCH 03/14] hfsplus: implement init/destroy journal object functionality
2013-12-26 9:44 UTC
[PATCH 02/14] hfsplus: rework hfsplus_submit_bio() method
2013-12-26 9:44 UTC
[PATCH 01/14] hfsplus: add necessary declarations for journal replay
2013-12-26 9:43 UTC
[PATCH] open: Document O_TMPFILE
2013-12-26 9:40 UTC (2+ messages)
[PATCH 1/2] f2fs: introduce F2FS_INODE macro to get f2fs_inode
2013-12-26 9:24 UTC (3+ messages)
` [PATCH 2/2] f2fs: should put the dnode when NEW_ADDR is detected
[PATCH 1/1] reiserfs:Adding tmpfile support
2013-12-26 9:02 UTC (3+ messages)
[PATCH 1/3 V2] f2fs: check filename length in recover_dentry
2013-12-26 2:53 UTC (3+ messages)
` [f2fs-dev] "
Usefulness of SEEK_HOLE / SEEK_DATA in generic_file_llseek()
2013-12-25 14:34 UTC (3+ messages)
[PATCH] timerfd: show procfs fdinfo helper
2013-12-25 8:47 UTC (2+ messages)
` [CRIU] "
[PATCH v3 6/6] fat: update the limitation for fat fallocate
2013-12-25 6:32 UTC
[PATCH v3 5/6] fat: permit to return phy block number by fibmap in fallocated region
2013-12-25 6:31 UTC
[PATCH v3 4/6] fat: fallback to buffered write in case of fallocated region on direct IO
2013-12-25 6:31 UTC
[PATCH v3 3/6] fat: zero out seek range on _fat_get_block
2013-12-25 6:31 UTC
[PATCH v3 2/6] fat: add fat_fallocate operation
2013-12-25 6:31 UTC
[PATCH v3 1/6] fat: add i_disksize to represent uninitialized size
2013-12-25 6:30 UTC
[PATCH v3 0/6] fat: additions to support fat_fallocate
2013-12-25 6:30 UTC
来自fsluck的邮件
2013-12-25 1:29 UTC
Filesystem module autoprobe?
2013-12-24 23:31 UTC (4+ messages)
Very Important
2013-12-24 22:49 UTC
Very Important
2013-12-24 22:41 UTC
[RFC] speeding up the stat() family of system calls
2013-12-24 20:46 UTC (7+ messages)
[PATCH v3 0/3] Add XIP support to ext4
2013-12-24 16:27 UTC (31+ messages)
[PATCH] autofs - fix fix symlinks arent checked for expiry
2013-12-24 9:44 UTC
[PATCH v4 00/22] Add XIP support to ext4
2013-12-23 18:54 UTC (30+ messages)
` [PATCH v4 01/22] Fix XIP fault vs truncate race
` [PATCH v4 02/22] Simplify COW of XIP mappings
` [PATCH v4 03/22] axonram: Fix bug in direct_access
` [PATCH v4 04/22] Change direct_access calling convention
` [PATCH v4 05/22] Introduce IS_XIP(inode)
` [PATCH v4 06/22] Treat XIP like O_DIRECT
` [PATCH v4 07/22] Rewrite XIP page fault handling
` [PATCH v4 08/22] Change xip_truncate_page to take a get_block parameter
` [PATCH v4 09/22] Remove mm/filemap_xip.c
` [PATCH v4 10/22] Remove get_xip_mem
` [PATCH v4 11/22] Replace ext2_clear_xip_target with xip_clear_blocks
` [PATCH v4 12/22] ext2: Remove ext2_xip_verify_sb()
` [PATCH v4 13/22] ext2: Remove ext2_use_xip
` [PATCH v4 14/22] ext2: Remove xip.c and xip.h
` [PATCH v4 15/22] Remove CONFIG_EXT2_FS_XIP
` [PATCH v4 16/22] ext2: Remove ext2_aops_xip
` [PATCH v4 17/22] xip: Add xip_zero_page_range
` [PATCH v4 18/22] ext4: Make ext4_block_zero_page_range static
` [PATCH v4 19/22] ext4: Add XIP functionality
` [PATCH v4 20/22] ext4: Fix typos
` [PATCH v4 21/22] Add support for pmd_faults
` [PATCH v4 22/22] xip: Add reporting of major faults
[PATCH 1/1] fs/fat: fix ENOSPC condition of directory entries
2013-12-23 13:06 UTC (3+ messages)
[PATCH 0/2] ima: directory integrity appraisal
2013-12-23 11:45 UTC (5+ messages)
` [PATCH 1/2] ima: hooks for directory integrity protection
[RFC][PATCH] PM / Sleep: Freeze filesystems during system suspend/hibernation
2013-12-23 3:48 UTC (12+ messages)
[PATCH v3] vfs: fix a bug when we do some dio reads with append dio writes
2013-12-23 3:00 UTC (11+ messages)
[PATCH 1/3] f2fs: check filename length in recover_dentry
2013-12-23 2:28 UTC (3+ messages)
` [f2fs-dev] "
Very Important
2013-12-23 1:10 UTC
Very Important
2013-12-22 23:49 UTC
[PATCH 1/2] procfs: Add function to lookup a subdirectory name
2013-12-22 1:20 UTC (3+ messages)
` [PATCH 2/2] ext4: handle mount failures more gracefully
[f2fs-dev] [PATCH 3/3] f2fs: avoid to set wrong pino of inode when rename dir
2013-12-21 10:03 UTC
[f2fs-dev] [PATCH 2/3] f2fs: update several comments
2013-12-21 10:02 UTC
Hi
2013-12-21 8:18 UTC
[PATCH] fuse: Fix IOC_[GS]ETFLAGS argument size brokenness
2013-12-21 2:45 UTC (7+ messages)
` [PATCH v2] fuse: Fix IOC_[GS]ET{FLAGS, VERSION} "
` [PATCH v2] fuse: Fix IOC_[GS]ET{FLAGS,VERSION} "
module: BUG in copy_module_from_fd
2013-12-21 0:33 UTC (2+ messages)
[LSF/MM TOPIC] Persistent Memory
2013-12-20 17:05 UTC
[PATCH 0/2] ceph fscache: uncaching single no data page when error
2013-12-20 16:03 UTC (4+ messages)
` [PATCH 1/2] ceph fscache: Introduce a routine for uncaching single no data page from fscache
` [PATCH 2/2] ceph fscache: Uncaching no data page from fscache in readpage()
[PATCH v6 00/11] fuse: An attempt to implement a write-back cache policy
2013-12-20 14:54 UTC (4+ messages)
` [PATCH 07/11] fuse: restructure fuse_readpage()
[PATCH 0/0] Consolidate Posix ACL implementation V3, [PATCH 0/0]
2013-12-20 13:11 UTC
[PATCH] f2fs: remove the rw_flag domain from f2fs_io_info
2013-12-20 10:17 UTC
[PATCH v3] f2fs: move all the bio initialization into __bio_alloc
2013-12-20 9:39 UTC
LSF/MM 2014 Call For Proposals
2013-12-20 9:30 UTC
[PATCH] f2fs: introduce a new direct_IO write path
2013-12-20 9:21 UTC (4+ messages)
[PATCH v2] f2fs: move all the bio initialization into __bio_alloc
2013-12-20 9:02 UTC (2+ messages)
Hello dear
2013-12-20 0:08 UTC
Argument type for FS_IOC_GETFLAGS/FS_IOC_SETFLAGS ioctls
2013-12-19 23:30 UTC (4+ messages)
[PATCH RFC] fs/binfmt_elf: fix memory map for PIE applications
2013-12-19 15:33 UTC (6+ messages)
[PATCH v4 00/13] locks: implement "filp-private" (aka UNPOSIX) locks
2013-12-19 13:52 UTC (15+ messages)
` [PATCH v4 01/13] locks: close potential race between setlease and open
` [PATCH v4 02/13] locks: clean up comment typo
` [PATCH v4 03/13] locks: remove "inline" qualifier from fl_link manipulation functions
` [PATCH v4 04/13] locks: add __acquires and __releases annotations to locks_start and locks_stop
` [PATCH v4 05/13] locks: eliminate BUG() call when there's an unexpected lock on file close
` [PATCH v4 06/13] locks: consolidate common code in the flock_to_posix_lock routines
` [PATCH v4 07/13] locks: simplify overflow checking
` [PATCH v4 08/13] locks: consolidate checks for compatible filp->f_mode values in setlk handlers
` [PATCH v4 09/13] locks: don't reference original flock struct in F_GETLK handlers
` [PATCH v4 10/13] locks: rename locks_remove_flock to locks_remove_file
` [PATCH v4 11/13] locks: show private lock types in /proc/locks
` [PATCH v4 12/13] locks: report l_pid as -1 for FL_FILE_PVT locks
` [PATCH v4 13/13] locks: add new "private" lock type that is owned by the filp
GFS2: Wait for async DIO in glock state changes
2013-12-19 12:36 UTC
GFS2: Fix incorrect invalidation for DIO/buffered I/O
2013-12-19 12:34 UTC
[PATCH] f2fs: move all the bio initialization into __bio_alloc
2013-12-19 9:22 UTC (4+ messages)
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).