linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-01 08:44:34 to 2014-05-06 18:49:59 UTC [more...]

[PATCH 00/17] Misc page alloc, shmem, mark_page_accessed and page_waitqueue optimisations
 2014-05-06 18:49 UTC  (47+ messages)
` [PATCH 01/17] mm: page_alloc: Do not update zlc unless the zlc is active
` [PATCH 02/17] mm: page_alloc: Do not treat a zone that cannot be used for dirty pages as "full"
` [PATCH 03/17] mm: page_alloc: Use jump labels to avoid checking number_of_cpusets
` [PATCH 04/17] mm: page_alloc: Calculate classzone_idx once from the zonelist ref
` [PATCH 05/17] mm: page_alloc: Only check the zone id check if pages are buddies
` [PATCH 06/17] mm: page_alloc: Only check the alloc flags and gfp_mask for dirty once
` [PATCH 07/17] mm: page_alloc: Take the ALLOC_NO_WATERMARK check out of the fast path
` [PATCH 08/17] mm: page_alloc: Use word-based accesses for get/set pageblock bitmaps
` [PATCH 09/17] mm: page_alloc: Reduce number of times page_to_pfn is called
` [PATCH 10/17] mm: page_alloc: Lookup pageblock migratetype with IRQs enabled during free
` [PATCH 11/17] mm: page_alloc: Use unsigned int for order in more places
` [PATCH 12/17] mm: page_alloc: Convert hot/cold parameter and immediate callers to bool
` [PATCH 13/17] mm: shmem: Avoid atomic operation during shmem_getpage_gfp
` [PATCH 14/17] mm: Do not use atomic operations when releasing pages
` [PATCH 15/17] mm: Do not use unnecessary atomic operations when adding pages to the LRU
` [PATCH 16/17] mm: Non-atomically mark page accessed during page cache allocation where possible
` [PATCH 17/17] mm: filemap: Avoid unnecessary barries and waitqueue lookup in unlock_page fastpath

[RFC] Heterogeneous memory management (mirror process address space on a device mmu)
 2014-05-06 18:38 UTC  (33+ messages)
` [PATCH 01/11] mm: differentiate unmap for vmscan from other unmap
` [PATCH 02/11] mmu_notifier: add action information to address invalidation
` [PATCH 03/11] mmu_notifier: pass through vma to invalidate_range and invalidate_page
` [PATCH 04/11] interval_tree: helper to find previous item of a node in rb interval tree
` [PATCH 05/11] mm/memcg: support accounting null page and transfering null charge to new page
` [PATCH 06/11] hmm: heterogeneous memory management
` [PATCH 07/11] hmm: support moving anonymous page to remote memory
` [PATCH 08/11] hmm: support for migrate file backed pages "
` [PATCH 09/11] fs/ext4: add support for hmm migration to remote memory of pagecache
` [PATCH 10/11] hmm/dummy: dummy driver to showcase the hmm api
` [PATCH 11/11] hmm/dummy_driver: add support for fake remote memory using pages

dcache shrink list corruption?
 2014-05-06 17:01 UTC  (27+ messages)

[PATCH] locks: add some tracepoints in the lease handling code
 2014-05-06 16:31 UTC  (2+ messages)

[GIT PULL] fuse fixes for 3.15
 2014-05-06 15:15 UTC 

block_page_mkwrite() bug or feature?
 2014-05-06 13:00 UTC  (2+ messages)

fs: dcookie: freeing active timer
 2014-05-06 12:31 UTC  (13+ messages)

[PATCH -V1 00/22] New ACL format for better NFSv4 acl interoperability
 2014-05-06  9:35 UTC  (29+ messages)
` [PATCH -V1 05/22] vfs: Add new file and directory create permission flags
` [PATCH -V1 06/22] vfs: Add delete child and delete self "
` [PATCH -V1 08/22] vfs: Add permission flags for setting file attributes
` [PATCH -V1 09/22] vfs: Make acl_permission_check() work for richacls
` [PATCH -V1 10/22] richacl: In-memory representation and helper functions
` [PATCH -V1 19/22] vfs: Cache richacl in struct inode
` [PATCH -V1 22/22] ext4: Add Ext4 compat richacl feature flag

[f2fs-dev][PATCH 6/6] f2fs: add a tracepoint for f2fs_read_data_pages
 2014-05-06  8:54 UTC 

[f2fs-dev][PATCH 5/6] f2fs: add a tracepoint for f2fs_read_data_page
 2014-05-06  8:53 UTC 

[f2fs-dev][PATCH 4/6] f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pages
 2014-05-06  8:51 UTC 

[f2fs-dev][PATCH 3/6] f2fs: add a tracepoint for f2fs_write_{meta,node,data}_page
 2014-05-06  8:48 UTC 

[f2fs-dev][PATCH 2/6] f2fs: add a tracepoint for f2fs_write_end
 2014-05-06  8:47 UTC 

[f2fs-dev][PATCH 1/6] f2fs: add a tracepoint for f2fs_write_begin
 2014-05-06  8:46 UTC 

[PATCH 2/3] mke2fs: print extra information about existing ext2/3/4 file systems
 2014-05-06  7:44 UTC  (9+ messages)

fanotify man pages for review
 2014-05-06  4:57 UTC  (4+ messages)

mmotm 2014-05-05-17-09 uploaded
 2014-05-06  0:10 UTC 

[RFC] SCSI support for SMR/ZBC commands
 2014-05-05 21:28 UTC 

[PATCH] posix_acl: handle NULL ACL in posix_acl_equiv_mode
 2014-05-05 14:59 UTC  (3+ messages)

[PATCH] locks: ensure that fl_owner is always initialized properly in flock and lease codepaths
 2014-05-05 14:29 UTC  (2+ messages)

[PATCH] tmpfs: Fix simple_set_acl()
 2014-05-05 14:29 UTC  (4+ messages)

[PATCH] locks: add some tracepoints in the lease handling code
 2014-05-05 11:36 UTC  (3+ messages)

[PATCH 11/11] ext4: add cross rename support
 2014-05-05  5:49 UTC  (7+ messages)
      ` [PATCH (for 3.15) 0/5] Fix cross rename race window for LSM

[GIT PULL] MAINTAINERS email address change
 2014-05-04 13:25 UTC 

Update of file offset on write() etc. is non-atomic with I/O
 2014-05-04  7:04 UTC  (2+ messages)

[glibc PATCHi v4] fcntl-linux.h: add new definitions and manual updates for open file description locks
 2014-05-03 13:33 UTC  (2+ messages)
` [glibc PATCH v4 resend] "

dcache shrink list corruption?
 2014-05-02 21:04 UTC  (17+ messages)

[PATCH 00/17] Shrink inode size
 2014-05-02 19:44 UTC  (21+ messages)
` [PATCH 01/17] fs: Remove i_devices from inode
` [PATCH 02/17] fs: Save pointer in struct inode by better unioning
` [PATCH 03/17] hugetlbfs: Use own list instead of mapping->private_list
` [PATCH 04/17] aio: Use i_private instead of mapping->private_data
` [PATCH 05/17] virtio_balloon: Store mapping directly in balloon_dev_info
` [PATCH 06/17] fs: Don't store backing dev mapping in inode->i_mapping->private_data
` [PATCH 07/17] fs: Generic infrastructure for optional inode fields
` [PATCH 08/17] fs: Convert i_data.private_list to use optional field infrastructure
` [PATCH 09/17] ext2: Use own optional list for metadata bhs
` [PATCH 10/17] udf: "
` [PATCH 11/17] affs: "
` [PATCH 12/17] bfs: "
` [PATCH 13/17] fat: "
` [PATCH 14/17] minix: "
` [PATCH 15/17] sysv: "
` [PATCH 16/17] ext4: "
` [PATCH 17/17] fs: Remove mapping->private_list

[PATCH 1/3] staging/lustre/libcfs: Fix build errors for !CONFIG_SMP
 2014-05-02 16:28 UTC  (3+ messages)
` [PATCH 2/3] staging: lustre: Use %zd to format ssize_t
` [PATCH 3/3] staging/lustre/llite: Fix unused variable warning if !CONFIG_FS_POSIX_ACL

[PATCH 1/2] aio: block io_destroy() until all context requests are completed
 2014-05-02 12:16 UTC  (5+ messages)
` [PATCH 2/2] aio: fix potential leak in aio_run_iocb()

[PATCH] aio: fix potential leak in aio_run_iocb()
 2014-05-02  8:46 UTC  (3+ messages)

Connecting to sockets on MNT_READONLY mounts?
 2014-05-02  0:56 UTC  (6+ messages)

[PATCH] fs,net: Add MS_NOIPCCONNECT to block existing FIFOs and sockets
 2014-05-01 23:28 UTC 

Subject: Tux3 May Day Festivities
 2014-05-01 22:34 UTC 

mmotm 2014-05-01-14-50 uploaded
 2014-05-01 21:51 UTC 

[PATCH V3] bio: modify __bio_add_page() to accept pages that don't start a new segment
 2014-05-01 13:56 UTC 

[PATCH 0/2] aio: fixes for regression and memory leak for 3.15 & stable
 2014-05-01 13:03 UTC 

[PATCH] SCHED: remove proliferation of wait_on_bit action functions
 2014-05-01  9:31 UTC  (4+ 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).