messages from 2014-04-25 16:27:12 to 2014-05-01 13:56:55 UTC [more...]
[PATCH V3] bio: modify __bio_add_page() to accept pages that don't start a new segment
2014-05-01 13:56 UTC
[PATCH 00/17] Misc page alloc, shmem, mark_page_accessed and page_waitqueue optimisations
2014-05-01 13:47 UTC (24+ 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
[PATCH 1/2] aio: block io_destroy() until all context requests are completed
2014-05-01 13:07 UTC (2+ messages)
` [PATCH 2/2] aio: fix potential leak in aio_run_iocb()
[PATCH 0/2] aio: fixes for regression and memory leak for 3.15 & stable
2014-05-01 13:03 UTC
[PATCH] aio: fix potential leak in aio_run_iocb()
2014-05-01 12:39 UTC (3+ messages)
[PATCH 11/11] ext4: add cross rename support
2014-05-01 11:58 UTC (8+ messages)
` [PATCH (for 3.15) 0/5] Fix cross rename race window for LSM
` [PATCH (for 3.15) 1/5] LSM: Pass the rename flags to each LSM module
[PATCH] locks: add some tracepoints in the lease handling code
2014-05-01 11:45 UTC
dcache shrink list corruption?
2014-05-01 9:42 UTC (37+ messages)
[PATCH] SCHED: remove proliferation of wait_on_bit action functions
2014-05-01 9:31 UTC (4+ messages)
[PATCH] splice: fix possible memory leak in vmsplice_to_user()
2014-05-01 3:22 UTC
fs: dcookie: freeing active timer
2014-04-30 23:19 UTC (8+ messages)
[PATCH] vfs: get_next_ino(), never inum=0
2014-04-30 22:56 UTC (5+ messages)
Could anyone help to fix this exfat-nofuse locale bug, please?
2014-04-30 21:24 UTC
[PATCH man-pages v1] fcntl.2: update manpage with verbiage about open file description locks
2014-04-30 14:41 UTC (5+ messages)
[PATCH] xfstests: fsstress: fix incorrect if condition check for collapse range mode
2014-04-30 10:43 UTC (4+ messages)
[PATCH v2] xfstests: fsstress: fix incorrect if condition check for collapse range mode
2014-04-30 10:35 UTC
[PATCH] f2fs: deactivate inode page if the inode is evicted
2014-04-30 6:19 UTC
[PATCH] mbcache: LLVMLinux: Remove double calculation from mbcache
2014-04-30 5:19 UTC (3+ messages)
[PATCH 1/4] f2fs: split grab_cache_page and wait_on_page_writeback for node pages
2014-04-30 2:33 UTC (4+ messages)
` [PATCH 2/4] f2fs: avoid grab_cache_page_write_begin for data pages
` [PATCH 3/4] f2fs: no need to wait on page writebck to meta pages
` [PATCH 4/4] f2fs: decrease the lock granularity during write_begin
[PATCH V2] catch acl==NULL in __jfs_set_acl (fixed null pointer dereference)
2014-04-29 18:33 UTC (5+ messages)
[PATCH] catch acl==NULL in __jfs_set_acl (fixed null pointer dereference)
2014-04-29 17:50 UTC
[PATCH] bio: modify __bio_add_page() to accept pages that don't start a new segment
2014-04-29 15:53 UTC (2+ messages)
[PATCH V2] bio: modify __bio_add_page() to accept pages that don't start a new segment
2014-04-29 15:51 UTC
OFD ("file private") locks and NFS
2014-04-29 15:11 UTC (7+ messages)
fanotify man pages for review
2014-04-29 13:51 UTC
[PATCH] fallocate.2: Document FALLOC_FL_ZERO_RANGE
2014-04-29 13:26 UTC (4+ messages)
[PATCH] locks: rename file-private locks to file-description locks
2014-04-29 12:20 UTC (23+ messages)
` flock() and NFS [Was: Re: [PATCH] locks: rename file-private locks to file-description locks]
[PATCH -V1 00/22] New ACL format for better NFSv4 acl interoperability
2014-04-29 12:16 UTC (38+ messages)
` [PATCH -V1 01/22] vfs: Add generic IS_ACL() test for acl support
` [PATCH -V1 03/22] vfs: Optimize out IS_RICHACL() if CONFIG_FS_RICHACL is not defined
` [PATCH -V1 04/22] vfs: check for directory early
` [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 07/22] vfs: Make the inode passed to inode_change_ok non-const
` [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 11/22] richacl: Permission mapping functions
` [PATCH -V1 12/22] richacl: Compute maximum file masks from an acl
` [PATCH -V1 14/22] richacl: Permission check algorithm
` [PATCH -V1 15/22] richacl: Create-time inheritance
` [PATCH -V1 16/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH -V1 17/22] richacl: Automatic Inheritance
` [PATCH -V1 18/22] richacl: xattr mapping functions
` [PATCH -V1 02/22] vfs: Add IS_RICHACL() test for richacl support
` [PATCH -V1 13/22] richacl: Update the file masks in chmod()
` [PATCH -V1 19/22] vfs: Cache richacl in struct inode
` [PATCH -V1 20/22] vfs: Add richacl permission check
` [PATCH -V1 21/22] ext4: Implement rich acl for ext4
` [PATCH -V1 22/22] ext4: Add Ext4 compat richacl feature flag
[PATCH 3/3 v3] f2fs: fix to truncate inline data in inode page when setattr
2014-04-29 8:12 UTC (5+ messages)
` [f2fs-dev][PATCH "
Status of fcntl() mandatory locking
2014-04-29 5:21 UTC (3+ messages)
[PATCH 3/3 v2] f2fs: fix to truncate inline data in inode page when setattr
2014-04-29 1:03 UTC
Postgresql performance problems with IO latency, especially during fsync()
2014-04-28 23:57 UTC (4+ messages)
` [Lsf] "
[PATCH] locks: ensure that fl_owner is always initialized properly in flock and lease codepaths
2014-04-28 18:15 UTC (2+ messages)
[RFC] Only a.out QMAGIC format is working
2014-04-28 10:27 UTC (7+ messages)
` [Kernel-BR] "
[PATCH 3/3] f2fs: fix to truncate inline data in inode page when setattr
2014-04-28 10:01 UTC
[f2fs-dev][PATCH 2/2] f2fs: readahead multi pages of directory for performance
2014-04-28 9:59 UTC
[PATCH 1/2] f2fs: set errno when f2fs_iget failed in recover_dentry
2014-04-28 9:58 UTC
[PATCH 1/2] f2fs: return i_size if the hole is outside of i_size
2014-04-28 9:48 UTC (2+ messages)
` [PATCH 2/2] f2fs: consider fallocated space for SEEK_DATA
Tracking actual disk write sources instead of flush thread
2014-04-28 3:27 UTC (11+ messages)
Could anyone please fix this exfat-nofuse locale bug?
2014-04-27 11:10 UTC
[PATCH 2/2] f2fs: introduce help function {create, destroy}_flush_cmd_control
2014-04-27 6:21 UTC
[PATCH 1/2] f2fs: introduce struct flush_cmd_control to wrap the flush_merge fields
2014-04-27 6:21 UTC
[GIT PULL] please pull file locking changes for v3.15 (pile #2)
2014-04-26 16:46 UTC (4+ messages)
[PATCH] f2fs: introduce help macro ADDRS_PER_PAGE()
2014-04-26 11:59 UTC
Tux3 Report: Untar Unleashed
2014-04-25 22:27 UTC (2+ messages)
ICTS Help Desk!!!
2014-04-25 18:52 UTC
[PATCH] vfs: rw_copy_check_uvector() - free iov on error
2014-04-25 16:27 UTC (8+ 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).