linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-15 10:21:20 to 2018-02-21 16:58:32 UTC [more...]

[PATCH 0/3] ipc: Clamp msgmni and shmmni to the real IPC_MNI limit
 2018-02-21 16:58 UTC  (11+ messages)
` [PATCH 1/3] sysctl: Add range clamping intvec helper functions
` [PATCH 2/3] sysctl: Warn when a clamped sysctl parameter is set out of range
` [PATCH 3/3] ipc: Clamp msgmni and shmmni to the real IPC_MNI limit

[PATCH v2 0/3] Directed kmem charging
 2018-02-21 16:35 UTC  (6+ messages)
` [PATCH v2 1/3] mm: memcg: plumbing memcg for kmem cache allocations
` [PATCH v2 2/3] mm: memcg: plumbing memcg for kmalloc allocations
` [PATCH v2 3/3] fs: fsnotify: account fsnotify metadata to kmemcg

a few I_DIRTY* related cleanups
 2018-02-21 15:54 UTC  (5+ messages)
` [PATCH 1/4] gfs2: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) calls
` [PATCH 2/4] ntfs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) call
` [PATCH 3/4] ubifs: "
` [PATCH 4/4] fs: move I_DIRTY_INODE to fs.h

[PATCH v1 0/2] ima: untrusted filesystems
 2018-02-21 14:46 UTC  (11+ messages)
` [PATCH v1 1/2] ima: fail signature verification on "
` [PATCH v1 2/2] fuse: define the filesystem as untrusted

[RFC PATCH V2 00/11] Ext4 encryption support for blocksize < pagesize
 2018-02-21  9:57 UTC  (12+ messages)
` [RFC PATCH V2 05/11] ext4: Decrypt all boundary blocks when doing buffered write
` [RFC PATCH V2 07/11] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page
` [RFC PATCH V2 10/11] Enable writing encrypted files in blocksize less than pagesize setup

[PATCH] blk: optimization for classic polling
 2083-05-30  4:21 UTC  (5+ messages)

[PATCH] f2fs: Reduce zoned block device memory usage
 2018-02-21  3:33 UTC  (4+ messages)

[PATCH 0/3] Directed kmem charging
 2018-02-21  1:25 UTC  (8+ messages)
` [PATCH 1/3] mm: memcg: plumbing memcg for kmem cache allocations
` [PATCH 2/3] mm: memcg: plumbing memcg for kmalloc allocations
` [PATCH 3/3] fs: fsnotify: account fsnotify metadata to kmemcg

[PATCH v5 0/4] vm: add a syscall to map a process memory into a pipe
 2018-02-21  0:44 UTC  (2+ messages)

Correctness of inode_dio_end in generic DIO code
 2018-02-20 20:47 UTC  (3+ messages)

[PATCH v2] fs: fsnotify: account fsnotify metadata to kmemcg
 2018-02-20 20:30 UTC  (15+ messages)

[PATCH 0/4] fs/dcache: avoid trylock loops
 2018-02-20  8:43 UTC  (18+ messages)
` [PATCH 1/4] fs/dcache: Remove stale comment from dentry_kill()
` [PATCH 2/4] fs/dcache: Move dentry_kill() below lock_parent()
` [PATCH 3/4] fs/dcache: Avoid the try_lock loop in d_delete()
` [PATCH 4/4] fs/dcache: Avoid the try_lock loops in dentry_kill()

[PATCH v7 00/61] XArray version 7 -- for merging
 2018-02-20 12:47 UTC  (64+ messages)
` [PATCH v7 01/61] radix tree test suite: Check reclaim bit
` [PATCH v7 02/61] radix tree: Use bottom four bits of gfp_t for flags
` [PATCH v7 03/61] arm64: Turn flush_dcache_mmap_lock into a no-op
` [PATCH v7 04/61] unicore32: "
` [PATCH v7 05/61] Export __set_page_dirty
` [PATCH v7 06/61] xfs: Rename xa_ elements to ail_
` [PATCH v7 07/61] fscache: Use appropriate radix tree accessors
` [PATCH v7 08/61] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v7 09/61] page cache: Use xa_lock
` [PATCH v7 10/61] xarray: Replace exceptional entries
` [PATCH v7 11/61] xarray: Change definition of sibling entries
` [PATCH v7 12/61] xarray: Add definition of struct xarray
` [PATCH v7 13/61] xarray: Define struct xa_node
` [PATCH v7 14/61] xarray: Add documentation
` [PATCH v7 15/61] xarray: Add xa_load
` [PATCH v7 16/61] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v7 17/61] xarray: Add xa_store
` [PATCH v7 18/61] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v7 19/61] xarray: Add xa_for_each
` [PATCH v7 20/61] xarray: Add xa_extract
` [PATCH v7 21/61] xarray: Add xa_destroy
` [PATCH v7 22/61] xarray: Add xas_next and xas_prev
` [PATCH v7 23/61] xarray: Add xas_create_range
` [PATCH v7 24/61] xarray: Add MAINTAINERS entry
` [PATCH v7 25/61] page cache: Convert hole search to XArray
` [PATCH v7 26/61] page cache: Add page_cache_range_empty function
` [PATCH v7 27/61] page cache: Add and replace pages using the XArray
` [PATCH v7 28/61] page cache: Convert page deletion to XArray
` [PATCH v7 29/61] page cache: Convert page cache lookups "
` [PATCH v7 30/61] page cache: Convert delete_batch "
` [PATCH v7 31/61] page cache: Remove stray radix comment
` [PATCH v7 32/61] page cache: Convert filemap_range_has_page to XArray
` [PATCH v7 33/61] mm: Convert page-writeback "
` [PATCH v7 34/61] mm: Convert workingset "
` [PATCH v7 35/61] mm: Convert truncate "
` [PATCH v7 36/61] mm: Convert add_to_swap_cache "
` [PATCH v7 37/61] mm: Convert delete_from_swap_cache "
` [PATCH v7 38/61] mm: Convert __do_page_cache_readahead "
` [PATCH v7 39/61] mm: Convert page migration "
` [PATCH v7 40/61] mm: Convert huge_memory "
` [PATCH v7 41/61] mm: Convert collapse_shmem "
` [PATCH v7 42/61] mm: Convert khugepaged_scan_shmem "
` [PATCH v7 43/61] pagevec: Use xa_tag_t
` [PATCH v7 44/61] shmem: Convert replace to XArray
` [PATCH v7 45/61] shmem: Convert shmem_confirm_swap "
` [PATCH v7 46/61] shmem: Convert find_swap_entry "
` [PATCH v7 47/61] shmem: Convert shmem_tag_pins "
` [PATCH v7 48/61] shmem: Convert shmem_wait_for_pins "
` [PATCH v7 49/61] shmem: Convert shmem_add_to_page_cache "
` [PATCH v7 50/61] shmem: Convert shmem_alloc_hugepage "
` [PATCH v7 51/61] shmem: Convert shmem_free_swap "
` [PATCH v7 52/61] shmem: Convert shmem_partial_swap_usage "
` [PATCH v7 53/61] shmem: Comment fixups
` [PATCH v7 54/61] btrfs: Convert page cache to XArray
` [PATCH v7 55/61] fs: Convert buffer "
` [PATCH v7 56/61] fs: Convert writeback "
` [PATCH v7 57/61] nilfs2: Convert "
` [PATCH v7 58/61] f2fs: "
` [PATCH v7 59/61] lustre: "
` [PATCH v7 60/61] dax: "
` [PATCH v7 61/61] page cache: Finish XArray conversion

[PATCH 00/10] Use the memalloc_nofs scope API
 2018-02-20 12:16 UTC  (16+ messages)
` [PATCH 01/10] fs: buffer - Use memalloc_nofs API to allocate pages
` [PATCH 02/10] fs: mpage use memalloc_nofs_save/restore while allocating bios
` [PATCH 03/10] ext4: Use memalloc_nofs_* scope API
` [PATCH 04/10] f2fs: "
` [PATCH 05/10] gfs2: "
` [PATCH 06/10] fs: iomap use "
` [PATCH 07/10] fs: namei "
` [PATCH 08/10] fs: Eliminate AOP_FLAG_NOFS
` [PATCH 09/10] reiserfs: cont_expand() to eliminate AOP_FLAG_CONT_EXPAND
` [PATCH 10/10] fs: Remove flags parameter from aops->write_begin()

[4.4-stable 05/22] binfmt_elf: compat: avoid unused function warning
 2018-02-20 11:54 UTC 

[PATCH 03/11] fs: Allow superblock owner to change ownership of inodes
 2018-02-20  2:12 UTC  (14+ messages)
` [PATCH 07/11] fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
` [PATCH 08/11] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH 09/11] fuse: Restrict allow_other to the superblock's namespace or a descendant

[PATCH] fs: Improve comment of inode_dio_begin
 2018-02-19 16:00 UTC  (2+ messages)

[RFC PATCH 1/4] ima: define a new policy condition based on the filesystem name
 2018-02-19 15:44 UTC  (10+ messages)
` [RFC PATCH 2/4] ima: fail signature verification on unprivileged & untrusted filesystems

[PATCH v2 0/2] A couple of i_dir_seq fixes for fs/dcache.c
 2018-02-19 14:55 UTC  (3+ messages)
` [PATCH v2 1/2] fs: dcache: Avoid livelock between d_alloc_parallel and __d_add
` [PATCH v2 2/2] fs: dcache: Use READ_ONCE when accessing i_dir_seq

[RFC PATCH 0/3] Directed kmem charging
 2018-02-19 14:33 UTC  (4+ messages)
` [RFC PATCH 3/3] fs: fsnotify: account fsnotify metadata to kmemcg

[PATCH] mm: Fix races between address_space dereference and free in page_evicatable
 2018-02-19 10:57 UTC  (2+ messages)

[4.9-stable 4/9] binfmt_elf: compat: avoid unused function warning
 2018-02-19 10:13 UTC 

Dobrý deň, prosím, môžeme hovoriť?
 2018-02-16 19:24 UTC 

[PATCH] fanotify: allow freeze on suspend when waiting for response from userspace
 2018-02-16 10:29 UTC  (2+ messages)

[PATCH 0/6] udf: Fix processing of Volume Descriptor Sequence
 2018-02-16 10:16 UTC  (6+ messages)
` [PATCH 2/6] udf: Simplify handling of Volume Descriptor Pointers

[LSF/MM ATTEND] memory allocation scope
 2018-02-15 16:06 UTC  (7+ messages)
  ` [Lsf-pc] "

[PATCH] fs: dcache: Avoid livelock between d_alloc_parallel and __d_add
 2018-02-15 13:01 UTC  (3+ messages)

[PATCH] vfs: namei: use path_equal() in follow_dotdot()
 2018-02-15 12:41 UTC 

[PATCH] namei: fix hardlink speeling error
 2018-02-15 11:58 UTC  (3+ messages)

Linux & FAT32 label
 2018-02-15 10:21 UTC  (2+ 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).