Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-22 00:24:32 to 2015-02-27 22:24:29 UTC [more...]

[PATCH v2 0/2] Add epoll round robin wakeup mode
 2015-02-27 22:24 UTC  (12+ messages)
` [PATCH v2 2/2] epoll: introduce EPOLLEXCLUSIVE and EPOLLROUNDROBIN

[PATCH v3 0/3] epoll: introduce round robin wakeup mode
 2015-02-27 22:01 UTC  (9+ messages)
` [PATCH v3 1/3] sched/wait: add __wake_up_rotate()
` [PATCH v3 2/3] epoll: restrict wakeups to the overflow list
` [PATCH v3 3/3] epoll: Add EPOLL_ROTATE mode

[PATCH 1/2] f2fs: clear page's up-to-date if block was deallocated
 2015-02-27 19:21 UTC  (2+ messages)
` [PATCH 2/2] f2fs: check its block allocation to avoid producing wrong dirty pages

Documenting MS_LAZYTIME
 2015-02-27 17:51 UTC  (16+ messages)

[RFC v1 0/5] fs/locks: Use plain percpu spinlocks instead of lglock to protect file_lock
 2015-02-27 15:30 UTC  (6+ messages)

[PATCH v2] f2fs: fix max orphan inodes calculation
 2015-02-27  9:38 UTC 

[f2fs-dev] [PATCH] f2fs: fix max orphan inodes calculation
 2015-02-27  9:25 UTC 

[f2fs-dev] [PATCH 2/2] f2fs: fix the number of orphan inode blocks
 2015-02-27  9:11 UTC 

[PATCH] f2fs: don't need to collect dirty sit entries and flush journal when there's no dirty sit entries
 2015-02-27  8:54 UTC  (2+ messages)

[PATCH] f2fs: don't need to collect dirty sit entries and flush journal when there's no dirty sit entries
 2015-02-27  8:52 UTC 

[PATCH] f2fs: fix block_ops trace point
 2015-02-27  7:56 UTC 

[PATCH 0/5] split ET_DYN ASLR from mmap ASLR
 2015-02-27  6:19 UTC  (7+ messages)
` [PATCH 1/5] arm: factor out mmap ASLR into mmap_rnd
` [PATCH 2/5] mm: expose arch_mmap_rnd when available
` [PATCH 3/5] mm: move randomize_et_dyn into ELF_ET_DYN_BASE
` [PATCH 4/5] mm: split ET_DYN ASLR from mmap ASLR
` [PATCH 5/5] mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE

ramdisk problems in 4.0-rc1? (was Re: [PATCH 1/4] xfs/104: log size too small for 4k sector drives)
 2015-02-27  0:58 UTC  (10+ messages)
      ` [PATCH] brd: Re-instate ram disk visibility option (part_show)
        ` [PATCH] brd: Only request 4K sectors if DAX is enabled

Lazytime feature bugs
 2015-02-26 19:27 UTC  (10+ messages)

What replaces do_generic_file_read() calling a read_actor?
 2015-02-26 15:54 UTC 

[GIT PULL] please pull file-locking related changes for v3.20
 2015-02-26 15:09 UTC  (10+ messages)

[PATCH 00/13] FS-Cache: Fix a number of bugs that occur when the cache runs out of space
 2015-02-26 14:03 UTC  (14+ messages)
` [PATCH 01/13] FS-Cache: Count culled objects and objects rejected due to lack "
` [PATCH 02/13] FS-Cache: Move fscache_report_unexpected_submission() to make it more available
` [PATCH 03/13] FS-Cache: When submitting an op, cancel it if the target object is dying
` [PATCH 04/13] FS-Cache: Handle a new operation submitted against a killed object
` [PATCH 05/13] FS-Cache: Synchronise object death state change vs operation submission
` [PATCH 06/13] FS-Cache: fscache_object_is_dead() has wrong logic, kill it
` [PATCH 07/13] FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations too
` [PATCH 08/13] FS-Cache: Out of line fscache_operation_init()
` [PATCH 09/13] FS-Cache: Count the number of initialised operations
` [PATCH 10/13] FS-Cache: Fix cancellation of in-progress operation
` [PATCH 11/13] FS-Cache: Put an aborted initialised op so that it is accounted correctly
` [PATCH 12/13] FS-Cache: The operation cancellation method needs calling in more places
` [PATCH 13/13] FS-Cache: Retain the netfs context in the retrieval op earlier

mmotm 2015-02-25-21-19 uploaded
 2015-02-26 13:20 UTC  (2+ messages)
` since-3.19 branch opened for mm git tree (was: Re: mmotm 2015-02-25-21-19 uploaded)

[RFC 00/21] Richacls
 2015-02-26  5:44 UTC  (2+ messages)

[PATCH v4 0/1] vfs: Respect MS_RDONLY at bind mount creation
 2015-02-26  1:47 UTC  (3+ messages)
` [PATCH v4 1/1] "

[PATCH 1/2] f2fs: remove obsolete code
 2015-02-26  1:15 UTC  (3+ messages)
` [PATCH 2/2] f2fs: avoid wrong error during recovery
  ` [f2fs-dev] "

[RFC 00/21] Richacls
 2015-02-25 23:41 UTC  (22+ messages)
` [RFC 01/21] vfs: Minor documentation fix
` [RFC 02/21] vfs: Shrink struct posix_acl
` [RFC 03/21] vfs: Add IS_ACL() and IS_RICHACL() tests
` [RFC 04/21] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [RFC 05/21] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [RFC 06/21] vfs: Make the inode passed to inode_change_ok non-const
` [RFC 07/21] vfs: Add permission flags for setting file attributes
` [RFC 08/21] richacl: In-memory representation and helper functions
` [RFC 09/21] richacl: Permission mapping functions
` [RFC 10/21] richacl: Compute maximum file masks from an acl
` [RFC 11/21] richacl: Update the file masks in chmod()
` [RFC 12/21] richacl: Permission check algorithm
  ` [RFC 13/21] richacl: Create-time inheritance
` [RFC 14/21] richacl: Check if an acl is equivalent to a file mode
` [RFC 15/21] richacl: Automatic Inheritance
` [RFC 16/21] richacl: xattr mapping functions
` [RFC 17/21] vfs: Cache base_acl objects in inodes
` [RFC 18/21] vfs: Cache richacl in struct inode
` [RFC 19/21] vfs: Add richacl permission checking
` [RFC 20/21] ext4: Implement rich acl for ext4
` [RFC 21/21] ext4: Add richacl feature flag

[patch] hfsplus: add missing curly braces in hfsplus_delete_cat()
 2015-02-25 18:50 UTC  (8+ messages)

[RFC] split struct kiocb
 2015-02-25 17:13 UTC  (21+ messages)
` [PATCH 01/12] new helper: dup_iter()
` [PATCH 02/12] move iov_iter.c from mm/ to lib/
` [PATCH 03/12] gadget/function/f_fs.c: close leaks
` [PATCH 04/12] gadget/function/f_fs.c: use put iov_iter into io_data
` [PATCH 05/12] gadget/function/f_fs.c: switch to ->{read,write}_iter()
` [PATCH 06/12] gadgetfs: use-after-free in ->aio_read()
` [PATCH 07/12] gadget: switch ep_io_operations to ->read_iter/->write_iter
` [PATCH 08/12] fs: remove ki_nbytes
` [PATCH 09/12] fuse: handle synchronous iocbs internally
` [PATCH 10/12] fs: don't allow to complete sync iocbs through aio_complete
` [PATCH 11/12] fs: split generic and aio kiocb
` [PATCH 12/12] fs: move struct kiocb to fs.h

[PATCH] vfs: avoid recopying filename in getname_flags
 2015-02-25 12:31 UTC 

[PATCH v10 0/12] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate
 2015-02-25  4:15 UTC  (4+ messages)
` [PATCH v10 10/12] xfstests: fsstress: Add fallocate insert range operation

[PATCH RFC v3 0/7] epoll: Introduce new syscalls, epoll_ctl_batch and epoll_pwait1
 2015-02-25  3:30 UTC  (5+ messages)

[PATCH] dcache: return -ESTALE not -EBUSY on distributed fs race
 2015-02-24 21:22 UTC  (3+ messages)

[PATCH] binfmt_misc: simplify entry_status()
 2015-02-24 16:27 UTC 

[PATCH] fs: avoid locking sb_lock in grab_super_passive()
 2015-02-24 10:41 UTC  (6+ messages)

Bug 93651 - access to /proc/<pid> of a process does hang
 2015-02-24  8:46 UTC  (2+ messages)

fs: dax: do not build on ARC or SH
 2015-02-23 22:15 UTC  (6+ messages)

[PATCH] NFS: fix BUG() crash in notify_change() with patch to chown_common()
 2015-02-23 20:54 UTC 

[LSF/MM TOPIC] Filesystem namespaces and uid/gid/lsm remapping
 2015-02-23 16:16 UTC  (11+ messages)
  ` [Lsf-pc] "

[Linux-v3.19-9526-ga135c717d5cd + vfs.git] blk_update_request: I/O error, dev loop0
 2015-02-23  7:16 UTC  (9+ messages)

[git pull] more vfs bits
 2015-02-22 20:10 UTC  (29+ messages)
                  ` [git pull] more vfs bits, updated

[PATCH] proc: get a reference to the owning module when opening file
 2015-02-22 15:46 UTC  (4+ messages)

[PATCH] mount_union.py: Filesystem type for overlayfs changed
 2015-02-22 15:27 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).