messages from 2014-03-16 15:08:32 to 2014-03-23 07:16:01 UTC [more...]
[git pull] vfs fixes
2014-03-23 7:16 UTC
[PATCH] dcache: fix dpath buffer corruption for too small buffers
2014-03-23 4:36 UTC (2+ messages)
[aio] e52ddd946a: xfstests generic/211 fail
2014-03-23 1:03 UTC (3+ messages)
[RFC PATCH 0/5] userspace PI passthrough via AIO/DIO
2014-03-22 9:43 UTC (17+ messages)
` [PATCH 1/5] fs/bio-integrity: remove duplicate code
` [PATCH 2/5] aio/dio: enable DIX passthrough
` [PATCH 3/5] aio/dio: allow user to ask kernel to fill in parts of the protection info
` [PATCH 4/5] aio/dio: advertise possible userspace flags
` [PATCH 5/5] blk-integrity: refactor various routines
[f2fs-dev] [PATCH 2/2] f2fs: avoid unneeded lookup when xattr name length is too long
2014-03-22 6:59 UTC
[PATCH 1/2] f2fs: avoid unnecessary bio submit when wait page writeback
2014-03-22 6:57 UTC
mmotm 2014-03-21-16-28 uploaded
2014-03-21 23:29 UTC
[PATCH 2/2] aio: fix the confliction of read events and migrating ring page
2014-03-21 18:35 UTC (6+ messages)
` [PATCH] aio: ensure access to ctx->ring_pages is correctly serialised
[PATCH RFC v1 00/01] dm-lightnvm introduction
2014-03-21 16:42 UTC (10+ messages)
` [PATCH RFC v1 01/01] dm-lightnvm: An open FTL for open firmware SSDs
` [dm-devel] [PATCH RFC v1 00/01] dm-lightnvm introduction
bdi has dirty inode after umount of ext4 fs in 3.4.83
2014-03-21 15:25 UTC
[mnt_hash] BUG: Dentry ffff88000e6559c0{i=2010,n=/} still in use (2) [unmount of tmpfs tmpfs]
2014-03-21 12:57 UTC (2+ messages)
` [mnt_hash] BUG: unable to handle kernel paging request at ffffffff81176112
Question regarding CIFS cache=loose behavior
2014-03-21 11:40 UTC (7+ messages)
[PATCH] xattr: guard against simultaneous glibc header inclusion (v2)
2014-03-21 5:02 UTC
[PATCH 1/3] f2fs: introduce fi->i_sem to protect fi's info
2014-03-21 2:01 UTC (3+ messages)
` [PATCH 2/3] f2fs: skip unnecessary node writes during fsync
` [PATCH 3/3] f2fs: avoid RECLAIM_FS-ON-W warning
[PATCH] binfmt_misc: add missing 'break' statement
2014-03-20 23:56 UTC
[PATCH v6 00/22] Support ext4 on NV-DIMMs
2014-03-20 23:55 UTC (10+ messages)
` [PATCH v6 07/22] Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v6 20/22] ext4: Add DAX functionality
[LSF/MM TOPIC] atomic block device
2014-03-20 20:10 UTC (5+ messages)
[LSF/MM TOPIC] THP page cache
2014-03-20 19:43 UTC
[PATCH 0/6] File Sealing & memfd_create()
2014-03-20 19:22 UTC (22+ messages)
` [PATCH 1/6] fs: fix i_writecount on shmem and friends
` [PATCH 2/6] shm: add sealing API
` [PATCH 3/6] shm: add memfd_create() syscall
` [PATCH 4/6] selftests: add memfd_create() + sealing tests
` [PATCH man-pages 5/6] fcntl.2: document SHMEM_SET/GET_SEALS commands
` [PATCH man-pages 6/6] memfd_create.2: add memfd_create() man-page
LOAN LENDERS / FINANCIAL ASSISTANT
2014-03-20 14:32 UTC
[PATCH 0/4 RFC] writeback: Dirty list handling changes
2014-03-20 14:30 UTC (5+ messages)
` [PATCH 1/4] writeback: Get rid of superblock pinning
` [PATCH 2/4] writeback: Move removal from writeback list in evict()
` [PATCH 3/4] writeback: Replace several writeback lists with inode tagging
` [PATCH 4/4] writeback: Remove pages_skipped from writeback_control
kswapd using __this_cpu_add() in preemptible code
2014-03-20 14:04 UTC (5+ messages)
[PATCH] fs: fix i_writecount on shmem and friends
2014-03-20 11:13 UTC (6+ messages)
[PATCH] vfs: Deduplicate code shared by xattr system calls operating on paths
2014-03-20 8:13 UTC (2+ messages)
[PATCH 1/2] aio: clean up aio_migratepage() and related code much
2014-03-20 5:46 UTC
[PATCH] overlayfs: copyup security inode field
2014-03-20 5:17 UTC (2+ messages)
[PATCH] ocfs2: Fix panic on kfree(xattr->name)
2014-03-19 22:02 UTC (3+ messages)
[PATCH v7 00/17] locks: fixes for 3.15 and file-private lock support
2014-03-19 20:46 UTC (18+ messages)
` [PATCH v7 01/17] locks: close potential race between setlease and open
` [PATCH v7 02/17] locks: clean up comment typo
` [PATCH v7 03/17] locks: remove "inline" qualifier from fl_link manipulation functions
` [PATCH v7 04/17] locks: add __acquires and __releases annotations to locks_start and locks_stop
` [PATCH v7 05/17] locks: eliminate BUG() call when there's an unexpected lock on file close
` [PATCH v7 06/17] locks: fix posix lock range overflow handling
` [PATCH v7 07/17] locks: consolidate checks for compatible filp->f_mode values in setlk handlers
` [PATCH v7 08/17] locks: rename locks_remove_flock to locks_remove_file
` [PATCH v7 09/17] MAINTAINERS: add Bruce and myself to list of maintainers for file locking code
` [PATCH v7 10/17] locks: make /proc/locks show IS_FILE_PVT locks with a P suffix
` [PATCH v7 11/17] locks: report l_pid as -1 for FL_FILE_PVT locks
` [PATCH v7 12/17] locks: pass the cmd value to fcntl_getlk/getlk64
` [PATCH v7 13/17] locks: skip deadlock detection on FL_FILE_PVT locks
` [PATCH v7 14/17] locks: add new fcntl cmd values for handling file private locks
` [PATCH v7 15/17] locks: require that flock->l_pid be set to 0 for file-private locks
` [PATCH v7 16/17] locks: fix locks_mandatory_locked to respect "
` [PATCH v7 17/17] locks: make locks_mandatory_area check for "
munmap doesn't imply msync even with O_SYNC, right?
2014-03-19 14:42 UTC
For review: open_by_name_at(2) man page
2014-03-19 14:14 UTC (17+ messages)
` For review: open_by_name_at(2) man page [v2]
` For review: open_by_handle_at(2) man page [v3]
[PATCH 00/13] cross rename v4
2014-03-19 13:57 UTC (6+ messages)
` xfstest for renameat2 system call (was: [PATCH 00/13] cross rename v4)
[PATCH v4 3/6] fat: zero out seek range on _fat_get_block
2014-03-19 9:40 UTC (3+ messages)
[PATCH 1/5] f2fs: avoid to drop nat entries due to the negative nr_shrink
2014-03-19 8:02 UTC (5+ messages)
` [PATCH 2/5] f2fs: throttle the memory footprint with a sysfs entry
` [PATCH 3/5] f2fs: remove unnecessary threshold
` [PATCH 4/5] f2fs: add missing documentation for dir_level
` [PATCH 5/5] f2fs: change reclaim rate in percentage
[PATCH 1/5] f2fs: introduce get_dirty_dents for readability
2014-03-19 0:24 UTC (5+ messages)
` [PATCH 2/5] f2fs: avoid small data writes by skipping writepages
` [PATCH 3/5] f2fs: increase pages_skipped when "
` [PATCH 4/5] f2fs: introduce nr_pages_to_write for segment alignment
` [PATCH 5/5] f2fs: call f2fs_wait_on_page_writeback instead of native function
mmotm 2014-03-18-16-37 uploaded
2014-03-18 23:38 UTC
fs: pipe: memory corruption in inode_cache
2014-03-18 18:45 UTC (2+ messages)
[PATCH v4 5/6] fat: permit to return phy block number by fibmap in fallocated region
2014-03-18 15:29 UTC (2+ messages)
[PATCH] mm: implement POSIX_FADV_NOREUSE
2014-03-18 15:14 UTC (3+ messages)
` [PATCHv3] "
[PATCH v4 2/6] fat: add fat_fallocate operation
2014-03-18 14:55 UTC (2+ messages)
[PATCH v4 1/6] fat: add i_disksize to represent uninitialized size
2014-03-18 14:40 UTC (2+ messages)
[RFC PATCH] Support map_pages() for DAX
2014-03-18 14:00 UTC (2+ messages)
GOOGLE Gewinnbenachrichtigung!!!
2014-03-18 12:47 UTC
[PATCH trivial 2/2] seq-file: Grammar s/can may/may/g
2014-03-18 9:39 UTC
fs corruption exposed by "xfs: increase prealloc size to double that of the previous extent"
2014-03-18 1:16 UTC (12+ messages)
[PATCH v2] f2fs: fix incorrect parsing with option string
2014-03-18 1:07 UTC
[PATCH] f2fs: fix incorrect parsing with option string
2014-03-18 0:59 UTC (3+ messages)
` [f2fs-dev] "
[PATCH] backing_dev: Fix hung task on sync
2014-03-17 20:59 UTC (12+ messages)
[LSF/MM TOPIC] Page fault locking
2014-03-17 20:17 UTC
[PATCHES][RFC][CFT] scalability fixes for shitloads of mounts
2014-03-17 20:12 UTC (10+ messages)
` [PATCH 1/5][RFC][CFT] percpu fixes, part 1
` [PATCH percpu/for-3.15] percpu: allocation size should be even
Re Grant Donation!!!
2014-03-17 18:30 UTC
name_to_handle_at() and persistent filesystem IDs
2014-03-17 17:01 UTC (4+ messages)
` [Nfs-ganesha-devel] "
[RFC PATCH] Support map_pages() for DAX
2014-03-17 15:24 UTC (6+ messages)
[PATCH 0/6 v2] Introduce FALLOC_FL_ZERO_RANGE flag for fallocate
2014-03-17 10:48 UTC (4+ messages)
` [PATCH 1/6 v2] ext4: Update inode i_size after the preallocation
[f2fs-dev] [PATCH 2/2] f2fs: avoid to return incorrect errno of read_normal_summaries
2014-03-17 8:36 UTC
[PATCH 1/2] f2fs: introduce f2fs_has_xattr_block for better readability
2014-03-17 8:35 UTC
[RESEND v2 PATCH 0/2] Bug fix in aio ring page migration
2014-03-17 6:50 UTC (10+ messages)
` [RESEND v2 PATCH 1/2] aio, memory-hotplug: Fix confliction when migrating and accessing ring pages
mmotm 2014-03-10-15-35 uploaded
2014-03-17 3:32 UTC (7+ messages)
` mmotm 2014-03-10-15-35 uploaded (virtio_balloon)
[PATCH] f2fs: print type for each segment in segment_info's show
2014-03-17 2:31 UTC
[PATCH] vfs: Don't let __fdget_pos() get FMODE_PATH files
2014-03-16 20:47 UTC
[PATCH] vfs: atomic f_pos access in llseek()
2014-03-16 19:24 UTC
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).