messages from 2013-04-26 12:04:20 to 2013-05-06 13:20:10 UTC [more...]
[PATCH] f2fs: optimize alloc_nid_failed()
2013-05-06 13:20 UTC (2+ messages)
[PATCH RFC 0/2] skiplists for range indexes
2013-05-06 11:28 UTC (11+ messages)
` [PATCH RFC 1/2] core skiplist code
` [PATCH RFC 2/2] skiplists for the IOMMU
` [BULK] Re: [PATCH RFC 0/2] skiplists for range indexes
Необходимо в загранработе
2013-05-06 9:16 UTC
[PATCH 00/17] lnfs: linux-3.9 release
2013-05-06 8:50 UTC (28+ messages)
` [PATCH 01/17] NFSv4.2: Added v4.2 error codes
` [PATCH 02/17] NFSv4.2: Added NFS v4.2 support to the NFS client
` [PATCH 03/17] NFSDv4.2: Added NFS v4.2 support to the NFS server
` [PATCH 04/17] Security: Add hook to calculate context based on a negative dentry
` [PATCH 05/17] Security: Add Hook to test if the particular xattr is part of a MAC model
` [PATCH 06/17] LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data
` [PATCH 07/17] SELinux: Add new labeling type native labels
` [PATCH 08/17] NFSv4: Add label recommended attribute and NFSv4 flags
` [PATCH 09/17] NFSv4: Introduce new label structure
` [PATCH 10/17] NFSv4: Extend fattr bitmaps to support all 3 words
` [PATCH 11/17] NFS:Add labels to client function prototypes
` [PATCH 12/17] NFS: Add label lifecycle management
` [PATCH 13/17] NFS: Client implementation of Labeled-NFS
` [PATCH 14/17] NFS: Extend NFS xattr handlers to accept the security namespace
` [PATCH 15/17] Kconfig: Add Kconfig entry for Labeled NFS V4 client
` [PATCH 16/17] NFSD: Server implementation of MAC Labeling
` [PATCH 17/17] Kconfig: Add Kconfig entry for Labeled NFS V4 server
Two questions regarding ext4_fallocate()
2013-05-05 1:14 UTC
[git pull] vfs.git pile 2
2013-05-04 20:23 UTC
[PATCH v2] fs: Fix hang with BSD accounting on frozen filesystem
2013-05-04 18:58 UTC (2+ messages)
[REGRESSION] bisected: 3.8 -> 3.9 cannot umount after using fuse
2013-05-04 18:43 UTC (4+ messages)
[PATCH 1/4] fsfreeze: wait in killable state in __sb_start_write
2013-05-04 6:49 UTC
[PATCH 4/4] fsfreeze: return EINTR from mnt_want_write and mnt_want_write_file
2013-05-04 6:50 UTC
[PATCH 3/4] fsfreeze: use sb_start_write_killable instead of sb_start_write
2013-05-04 6:50 UTC
[PATCH 2/4] fsfreeze: added new file_start_write_killable
2013-05-04 6:50 UTC
[PATCH 00/28] Privatise procfs internals [RFC]
2013-05-03 20:27 UTC (3+ messages)
since-3.9 branch opened for mm git tree
2013-05-03 18:41 UTC
nfsd changes for 3.10
2013-05-03 17:39 UTC
[PATCH] nilfs2: implement calculation of free inodes count
2013-05-03 13:12 UTC
[PATCH 1/2] f2fs: optimize scan_nat_page()
2013-05-03 12:43 UTC (2+ messages)
` [PATCH 2/2] f2fs: optimize build_free_nids()
EXT4 Strange FSCK Behavior
2013-05-03 10:56 UTC
[PATCH V3 4/8] memcg: add per cgroup dirty pages accounting
2013-05-03 9:59 UTC (4+ messages)
[RFC PATCH 0/3] Obey mark_page_accessed hint given by filesystems
2013-05-03 8:37 UTC (16+ messages)
` [PATCH 1/3] mm: pagevec: Defer deciding what LRU to add a page to until pagevec drain time
` [PATCH 2/3] mm: Ensure that mark_page_accessed moves pages to the active list
` [PATCH 3/3] mm: Remove lru parameter from __pagevec_lru_add and remove parts of pagevec API
[PATCH 0/8] Fix assorted FS-Cache issues
2013-05-03 0:33 UTC (9+ messages)
` [PATCH 1/8] fs/fscache: remove spin_lock() from the condition in while()
` [PATCH 2/8] CacheFiles: name i_mutex lock class explicitly
` [PATCH 3/8] FS-Cache: Don't sleep in page release if __GFP_FS is not set
` [PATCH 4/8] FS-Cache: Uninline fscache_object_init()
` [PATCH 5/8] FS-Cache: Wrap checks on object state
` [PATCH 6/8] Add wait_on_atomic_t() and wake_up_atomic_t()
` [PATCH 7/8] FS-Cache: Fix object state machine to have separate work and wait states
` [PATCH 8/8] FS-Cache: Simplify cookie retention for fscache_objects, fixing access problems
[PATCH v3 00/18] change invalidatepage prototype to accept length
2013-05-02 22:00 UTC (4+ messages)
` [PATCH v3 06/18] ocfs2: use ->invalidatepage() length argument
[PATCH 00/17] lnfs: 3.9-rc8 release (take 2)
2013-05-02 18:39 UTC (27+ messages)
` [PATCH 01/17] NFSv4.2: Added v4.2 error codes
` [PATCH 02/17] NFSv4.2: Added NFS v4.2 support to the NFS client
` [PATCH 03/17] NFSDv4.2: Added NFS v4.2 support to the NFS server
` [PATCH 04/17] Security: Add hook to calculate context based on a negative dentry
` [PATCH 05/17] Security: Add Hook to test if the particular xattr is part of a MAC model
` [PATCH 06/17] LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data
` [PATCH 07/17] SELinux: Add new labeling type native labels
` [PATCH 08/17] NFSv4: Add label recommended attribute and NFSv4 flags
` [PATCH 09/17] NFSv4: Introduce new label structure
` [PATCH 12/17] NFS: Add label lifecycle management
` [PATCH 13/17] NFS: Client implementation of Labeled-NFS
` [PATCH 14/17] NFS: Extend NFS xattr handlers to accept the security namespace
` [PATCH 10/17] NFSv4: Extend fattr bitmaps to support all 3 words
` [PATCH 11/17] NFS:Add labels to client function prototypes
` [PATCH 15/17] Kconfig: Add Kconfig entry for Labeled NFS V4 client
` [PATCH 17/17] Kconfig: Add Kconfig entry for Labeled NFS V4 server
` [PATCH 16/17] NFSD: Server implementation of MAC Labeling
Rename a mountpoint (forcibly)?
2013-05-02 13:42 UTC (3+ messages)
[PATCH RESEND v5] fat: editions to support fat_fallocate
2013-05-02 9:56 UTC (12+ messages)
[PATCH] nilfs2: fix issue of nilfs_set_page_dirty for page at EOF boundary
2013-05-02 2:16 UTC (3+ messages)
[PATCH v2 05/10] epoll: use freezable blocking call
2013-05-02 1:35 UTC (2+ messages)
` [PATCH v2 06/10] select: "
[PATCH] fs/binfmt_misc: avoid accidental exec disable via binfmt_misc loop
2013-05-01 22:49 UTC
mmotm 2013-04-25-16-24 uploaded
2013-05-01 11:19 UTC (3+ messages)
FUSE: fixes to improve scalability on NUMA systems
2013-05-01 9:53 UTC (7+ messages)
` [PATCH 1/3] fuse: add numa mount option
` [PATCH 2/3] fuse: add fuse numa node struct
` [PATCH 3/3] fuse: split fuse queues to help numa systems
` [fuse-devel] FUSE: fixes to improve scalability on NUMA systems
[PATCH] f2fs: use f2fs_iget_nowait again
2013-05-01 4:38 UTC (3+ messages)
` [PATCH v3] "
Mainlining Lustre client
2013-04-30 22:29 UTC (12+ messages)
[PATCH] nilfs2: fix issue with broken bmap for the case of block size lesser than 4 KB
2013-04-30 18:11 UTC (4+ messages)
LPC2013: File and Storage Systems uconf Approved
2013-04-30 16:19 UTC
2nd Attempt - FSCK Errors
2013-04-30 14:00 UTC
f2fs alignment for sdhc cards
2013-04-30 10:01 UTC
[PATCH 4/4] fsfreeze: return EINTR from mnt_want_write and mnt_want_write_file
2013-04-30 6:18 UTC (3+ messages)
generic_make_request not locked
2013-04-30 6:08 UTC
Loan Offer! Contact: transcopeloan12@qq.com
2013-04-30 3:14 UTC
[PATCH 05/10] epoll: use freezable blocking call
2013-04-29 21:45 UTC (2+ messages)
` [PATCH 06/10] select: "
[PATCH 1/2] f2fs: reorganize f2fs_vm_page_mkwrite
2013-04-29 11:05 UTC (3+ messages)
[PATCH] f2fs: check truncation of mapping after lock_page
2013-04-29 10:20 UTC
[PATCH] f2fs: modify the number of issued pages to merge IOs
2013-04-29 10:21 UTC
[PATCH] procfs: expose page cache contents
2013-04-29 1:38 UTC (3+ messages)
EXT4 Strange FSCK Behavior
2013-04-29 0:45 UTC
mount namespaces issue
2013-04-28 17:54 UTC (3+ messages)
Modifying an existing mount namespace where user_ns != mnt_ns->user_ns
2013-04-28 17:05 UTC
finding about share flag
2013-04-28 7:55 UTC (2+ messages)
[PATCH] proc: Add workaround for idle/iowait decreasing problem
2013-04-28 0:49 UTC (2+ messages)
[PATCH 2/2] f2fs: wait for page writeback to provide stable pages
2013-04-28 0:04 UTC
[PATCH] vfs: no need to check about IS_IMMUTABLE in do_fallocate
2013-04-27 10:24 UTC (3+ messages)
[PATCH v4 00/14] fuse: An attempt to implement a write-back cache policy
2013-04-26 17:44 UTC (9+ messages)
` [PATCH 14/14] mm: Account for WRITEBACK_TEMP in balance_dirty_pages
` [fuse-devel] "
[PATCH] nilfs2: add logic for the case of file growing (old size <= new size) in nilfs_truncate()
2013-04-26 17:19 UTC (4+ messages)
[PATCHv3, RFC 00/34] Transparent huge page cache
2013-04-26 15:31 UTC (4+ messages)
` [PATCHv3, RFC 32/34] thp: handle write-protect exception to file-backed huge pages
[PATCH 2/4] fsfreeze: added new file_start_write_killable
2013-04-26 13:44 UTC (3+ messages)
[PATCH v6 0/7] Add O_DENY* support for VFS and CIFS/NFS
2013-04-26 12:04 UTC (3+ messages)
` [PATCH v6 6/7] NFSD: Pass share reservations flags to VFS
` [PATCH v6 7/7] locks: Disable LOCK_MAND support for MS_SHARELOCK mounts
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).