messages from 2013-10-11 15:50:06 to 2013-10-17 13:54:17 UTC [more...]
[PATCH 0/2] vmpslice support for zero-copy gifting of pages
2013-10-17 13:54 UTC (9+ messages)
` [PATCH 1/2] vmsplice: unmap gifted pages for recipient
` [PATCH 2/2] vmsplice: Add limited zero copy to vmsplice
[PATCH] ext4: pair trace_ext4_writepages & trace_ext4_writepages_result
2013-10-17 13:31 UTC (2+ messages)
[PATCH 0/4] LSM/TOMOYO: Stop using per a cred variables and start using per a task_struct variables
2013-10-17 11:41 UTC (5+ messages)
` [PATCH 1/4] LSM: Add security_bprm_aborting_creds() hook
` [PATCH 2/4] LSM: Revive security_task_alloc() hook
` [PATCH 3/4] TOMOYO: Remember the proposed domain while in execve() request
` [PATCH 4/4] TOMOYO: Allow caching policy manager's state until "
cp --reflink and target file open flags
2013-10-17 10:45 UTC (2+ messages)
[PATCH] f2fs: avoid to write during the recovery
2013-10-17 8:31 UTC
[ANNOUNCE] autofs 5.0.8 release
2013-10-17 8:00 UTC
[RFC][PATCH] nfsd regression since delayed fput()
2013-10-17 4:48 UTC (2+ messages)
[RFC PATCH 0/3] System call to switch user credentials
2013-10-17 3:52 UTC (9+ messages)
` [PATCH 1/3] switch_creds: Syscall to switch creds for file server ops
` "
` [PATCH 2/3] switch_creds: Add x86 syscall number
` [PATCH 3/3] switch_creds: Assign x86_64 syscall number for switch_creds
[PATCH] ext4: fix performance regression in ext4_writepages
2013-10-17 3:40 UTC (2+ messages)
[PATCH 02/12] mm, thp, tmpfs: support to add huge page into page cache for tmpfs
2013-10-16 23:20 UTC (6+ messages)
simplify reconnecting dentries looked up by filehandle
2013-10-16 22:00 UTC (16+ messages)
` [PATCH 1/5] exportfs: clear DISCONNECTED on all parents sooner
` [PATCH 2/5] exportfs: move most of reconnect_path to helper function
` [PATCH 4/5] exportfs: slight reorganization of reconnect loop
` [PATCH 3/5] exportfs: make variable names more helpful
` [PATCH 5/5] exportfs: fix quadratic behavior in filehandle lookup
[patch 0/8] mm: thrash detection-based file cache sizing v5
2013-10-16 22:31 UTC (10+ messages)
Help us complete this charity project, reply for detail!!!
2013-10-16 18:35 UTC
Вы можете пользоваться лучшим зрением
2013-10-16 21:43 UTC
[PATCH 0/3] fsnotify - Add support for ignoring self initiated events
2013-10-16 19:13 UTC (4+ messages)
` [PATCH 1/3] fsnotify: add support for ignoring events from self
` [PATCH 2/3] fanotify: enable support for ignoring self generated events
` [PATCH 3/3] inotify: enable support to ignore "
[git pull] fix for -rc6
2013-10-16 18:57 UTC
[PATCH 07/12] mm, thp, tmpfs: handle huge page in shmem_undo_range for truncate
2013-10-16 18:48 UTC (5+ messages)
[PATCH 05/12] mm, thp, tmpfs: request huge page in shm_fault when needed
2013-10-16 18:29 UTC (4+ messages)
[PATCH 03/12] mm, thp, tmpfs: handle huge page cases in shmem_getpage_gfp
2013-10-16 17:50 UTC (5+ messages)
[PATCH V9 00/33] loop: Issue O_DIRECT aio using bio_vec
2013-10-16 14:04 UTC (34+ messages)
` [PATCH V9 01/33] iov_iter: move into its own file
` [PATCH V9 02/33] iov_iter: iov_iter_copy_from_user() should use non-atomic copy
` [PATCH V9 03/33] iov_iter: add copy_to_user support
` [PATCH V9 04/33] iov_iter: add __iovec_copy_to_user()
` [PATCH V9 05/33] fuse: convert fuse to use iov_iter_copy_[to|from]_user
` [PATCH V9 06/33] iov_iter: hide iovec details behind ops function pointers
` [PATCH V9 07/33] iov_iter: ii_iovec_copy_to_user should pre-fault user pages
` [PATCH V9 08/33] iov_iter: add bvec support
` [PATCH V9 09/33] iov_iter: add a shorten call
` [PATCH V9 10/33] iov_iter: let callers extract iovecs and bio_vecs
` [PATCH V9 11/33] dio: Convert direct_IO to use iov_iter
` [PATCH V9 12/33] dio: add bio_vec support to __blockdev_direct_IO()
` [PATCH V9 13/33] fs: pull iov_iter use higher up the stack
` [PATCH V9 14/33] aio: add aio_kernel_() interface
` [PATCH V9 15/33] aio: add aio support for iov_iter arguments
` [PATCH V9 16/33] bio: add bvec_length(), like iov_length()
` [PATCH V9 17/33] loop: use aio to perform io on the underlying file
` [PATCH V9 18/33] fs: create file_readable() and file_writable() functions
` [PATCH V9 19/33] fs: use read_iter and write_iter rather than aio_read and aio_write
` [PATCH V9 20/33] fs: add read_iter and write_iter to several file systems
` [PATCH V9 21/33] ocfs2: add support for read_iter and write_iter
` [PATCH V9 22/33] ext4: "
` [PATCH V9 23/33] nfs: add support for read_iter, write_iter
` [PATCH V9 24/33] nfs: simplify swap
` [PATCH V9 25/33] btrfs: add support for read_iter and write_iter
` [PATCH V9 26/33] block_dev: add support for read_iter, write_iter
` [PATCH V9 27/33] xfs: add support for read_iter and write_iter
` [PATCH V9 28/33] gfs2: Convert aio_read/write ops to read/write_iter
` [PATCH V9 29/33] udf: convert file ops from aio_read/write "
` [PATCH V9 30/33] afs: add support for read_iter and write_iter
` [PATCH V9 31/33] ecrpytfs: Convert aio_read/write ops to read/write_iter
` [PATCH V9 32/33] ubifs: convert file ops from aio_read/write "
` [PATCH V9 33/33] tmpfs: add support for read_iter and write_iter
[GIT PULL] Immutable biovecs
2013-10-15 20:20 UTC
DoS with unprivileged mounts
2013-10-15 20:18 UTC (22+ messages)
` [RFC][PATCH 0/3] vfs: Detach mounts on unlink
` [RFC][PATCH 4/3] vfs: Allow rmdir to remove mounts in all but the current mount namespace
` [REVIEW][PATCH 0/4] vfs: Detach mounts on unlink
` [REVIEW][PATCH 1/4] vfs: Don't allow overwriting mounts in the current mount namespace
` [REVIEW][PATCH 2/4] vfs: Keep a list of mounts on a mount point
` [REVIEW][PATCH 3/4] vfs: Add a function to lazily unmount all mounts from any dentry. v3
` [REVIEW][PATCH 4/4] vfs: Lazily remove mounts on unlinked files and directories. v2
4 DCACHE_DISCONNECTED patches
2013-10-15 19:29 UTC (7+ messages)
` [PATCH 4/4] dcache: don't clear DCACHE_DISCONNECTED too early
[PATCH 04/12] mm, thp, tmpfs: split huge page when moving from page cache to swap
2013-10-15 19:00 UTC (3+ messages)
[PATCH 11/12] mm, thp, tmpfs: enable thp page cache in tmpfs
2013-10-15 18:42 UTC (3+ messages)
[PATCH v1] seq_file: Fix overflow condition in seq_commit
2013-10-15 18:33 UTC (7+ messages)
[PATCH V8 00/33] loop: Issue O_DIRECT aio using bio_vec
2013-10-15 17:53 UTC (8+ messages)
[PATCH] ext[34]: fix double put in tmpfile
2013-10-15 16:15 UTC (2+ messages)
[PATCH] ext4: fix checking on nr_to_write
2013-10-15 14:53 UTC (10+ messages)
[PATCH] inode: For readonly filesystem, func file_update_time should return -EROFS rather than zero
2013-10-15 13:46 UTC (2+ messages)
[RFC PATCH 0/5] locks: implement "filp-private" (aka UNPOSIX) locks
2013-10-15 8:56 UTC (22+ messages)
` [Nfs-ganesha-devel] "
[PATCH 12/12] mm, thp, tmpfs: misc fixes for thp tmpfs
2013-10-15 0:18 UTC
[PATCH 10/12] mm, thp, tmpfs: only alloc small pages in shmem_file_splice_read
2013-10-15 0:13 UTC
[PATCH 09/12] mm, thp, tmpfs: huge page support in shmem_fallocate
2013-10-15 0:13 UTC
[PATCH 08/12] mm, thp, tmpfs: huge page support in do_shmem_file_read
2013-10-15 0:13 UTC
[PATCH 06/12] mm, thp, tmpfs: initial support for huge page in write_begin/write_end in tmpfs
2013-10-15 0:12 UTC
[PATCH 01/12] mm, thp, tmpfs: add function to alloc huge page for tmpfs
2013-10-15 0:11 UTC
[PATCH 00/12] Transparent huge page cache support on tmpfs
2013-10-15 0:11 UTC
[PATCH] fs/fhandle.c: 'handle_to_path' function reorganization
2013-10-14 17:28 UTC
[PATCHv6 00/22] Transparent huge page cache: phase 1, everything but mmap()
2013-10-14 14:27 UTC (10+ messages)
[PATCH 0/3] fs: use helper function path_foo() to simpily code
2013-10-14 12:26 UTC (4+ messages)
` [PATCH 1/3] fs: use path_equal() and path_put() to simplify code
` [PATCH 2/3] fs: nfsd: use path_equal() to simply code
` [PATCH 3/3] fs: notify: "
[PATCH RESEND] f2fs: introduce function read_raw_super_block()
2013-10-14 10:47 UTC
[PATCH] f2fs: avoid wait if IO end up when do_checkpoint for better performance
2013-10-14 10:45 UTC
Querying Server Adapter Info at mount time
2013-10-14 6:03 UTC
[PATCH RESEND 2/7] xfs: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
2013-10-14 3:30 UTC (5+ messages)
why is i_ino unsigned long, anyway?
2013-10-13 22:52 UTC (11+ messages)
` [PATCH 1/2] vfs: split out vfs_getattr_nosec
` [PATCH 2/2] exportfs: fix 32-bit nfsd handling of 64-bit inode numbers
[PATCH v2 2/9] procfs: add proc_allow_access() to check if file's opener may access task
2013-10-13 10:18 UTC (11+ messages)
Stop your worries and share again your special moments
2013-10-13 9:14 UTC
(unknown),
2013-10-12 20:31 UTC
Posix ACL on non-GPL modules
2013-10-12 14:48 UTC (4+ messages)
[PATCH 0/22] Immutable biovecs, block layer changes
2013-10-11 22:11 UTC (12+ messages)
` [PATCH 16/22] dm: Refactor for new bio cloning/splitting
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).