linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-28 15:02:41 to 2015-08-04 13:02:47 UTC [more...]

[PATCH v9 0/9] Add simple NVMEM Framework via regmap
 2015-08-04 13:02 UTC  (4+ messages)

[RFC v6 00/40] Richacls
 2015-08-04 11:53 UTC  (41+ messages)
` [RFC v6 01/40] vfs: Add IS_ACL() and IS_RICHACL() tests
` [RFC v6 02/40] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [RFC v6 03/40] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [RFC v6 04/40] vfs: Make the inode passed to inode_change_ok non-const
` [RFC v6 05/40] vfs: Add permission flags for setting file attributes
` [RFC v6 06/40] richacl: In-memory representation and helper functions
` [RFC v6 09/40] richacl: Update the file masks in chmod()
` [RFC v6 10/40] richacl: Permission check algorithm
` [RFC v6 11/40] vfs: Cache base_acl objects in inodes
` [RFC v6 12/40] vfs: Cache richacl in struct inode
` [RFC v6 13/40] richacl: Check if an acl is equivalent to a file mode
` [RFC v6 14/40] richacl: Create-time inheritance
` [RFC v6 15/40] richacl: Automatic Inheritance
` [RFC v6 16/40] richacl: xattr mapping functions
` [RFC v6 17/40] vfs: Add richacl permission checking
  ` [RFC v6 07/40] richacl: Permission mapping functions
  ` [RFC v6 08/40] richacl: Compute maximum file masks from an acl
  ` [RFC v6 18/40] ext4: Add richacl support
  ` [RFC v6 23/40] richacl: Set the owner permissions to the owner mask
  ` [RFC v6 30/40] nfsd: Add richacl support
  ` [RFC v6 34/40] ext4: Don't allow unmapped identifiers in richacls
  ` [RFC v6 39/40] nfs: Add richacl support
  ` [RFC v6 40/40] nfs: Add support for the v4.1 dacl attribute
` [RFC v6 19/40] ext4: Add richacl feature flag
` [RFC v6 20/40] richacl: acl editing helper functions
` [RFC v6 21/40] richacl: Move everyone@ aces down the acl
` [RFC v6 22/40] richacl: Propagate everyone@ permissions to other aces
` [RFC v6 24/40] richacl: Set the other permissions to the other mask
` [RFC v6 25/40] richacl: Isolate the owner and group classes
` [RFC v6 26/40] richacl: Apply the file masks to a richacl
` [RFC v6 27/40] richacl: Create richacl from mode values
` [RFC v6 28/40] nfsd: Keep list of acls to dispose of in compoundargs
` [RFC v6 29/40] nfsd: Use richacls as internal acl representation
` [RFC v6 31/40] nfsd: Add support for the v4.1 dacl attribute
` [RFC v6 32/40] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions
` [RFC v6 33/40] richacl: Add support for unmapped identifiers
` [RFC v6 35/40] sunrpc: Allow to demand-allocate pages to encode into
` [RFC v6 36/40] sunrpc: Add xdr_init_encode_pages
` [RFC v6 37/40] nfs: Fix GETATTR bitmap verification
` [RFC v6 38/40] nfs: Remove unused xdr page offsets in getacl/setacl arguments

Persistent Reservation API
 2015-08-04  7:11 UTC  (7+ messages)
` [PATCH 1/6] block: cleanup blkdev_ioctl
` [PATCH 2/6] block: add a API for persistent reservations
` [PATCH 3/6] sd: implement the persisten reservation API
` [PATCH 4/6] dm: refactor ioctl handling
` [PATCH 5/6] dm: split out a helper to find the ioctl target
` [PATCH 6/6] dm: add support for passing through persistent reservations

[RFC PATCH 00/14] kthread: Use kthread worker API more widely
 2015-08-03 18:33 UTC  (26+ messages)
` [RFC PATCH 03/14] kthread: Add drain_kthread_worker()
` [RFC PATCH 05/14] kthread: Add wakeup_and_destroy_kthread_worker()
` [RFC PATCH 06/14] kthread: Add kthread_worker_created()
` [RFC PATCH 07/14] mm/huge_page: Convert khugepaged() into kthread worker API
` [RFC PATCH 08/14] rcu: Convert RCU gp kthreads "
` [RFC PATCH 09/14] ring_buffer: Initialize completions statically in the benchmark
` [RFC PATCH 10/14] ring_buffer: Fix more races when terminating the producer "
` [RFC PATCH 13/14] kthread_worker: Add set_kthread_worker_user_nice()
` [RFC PATCH 14/14] kthread_worker: Add set_kthread_worker_scheduler*()

[PATCH] kselftests/ftrace : Add event trigger testcases
 2015-08-01 22:40 UTC  (3+ messages)
  `  "

[PATCHv2 0/1] Document how to add a new syscall
 2015-08-01  6:28 UTC  (25+ messages)
` [PATCHv2 1/1] Documentation: describe how to add a system call

[PATCHv3 0/1] Document how to add a new syscall
 2015-07-31 15:15 UTC  (3+ messages)
` [PATCHv3 1/1] Documentation: describe how to add a system call

[PATCH] kdbus/samples: skip on CROSS_COMPILE
 2015-07-31 14:28 UTC  (4+ messages)

[PATCH 0/4] enable migration of driver pages
 2015-07-31 10:43 UTC  (11+ messages)
` [PATCH 1/4] fs/anon_inodes: new interface to create new inode
` [PATCH 2/4] mm/compaction: enable mobile-page migration

[PATCH -mm v9 0/8] idle memory tracking
 2015-07-31  9:34 UTC  (24+ messages)

[PATCH] userfaultfd: register syscall numbers for x86 32bit and x86-64 64bit
 2015-07-31  9:13 UTC  (3+ messages)

[PATCH v8 4/6] block: loop: prepare for supporing direct IO
 2015-07-30 15:45 UTC  (6+ messages)
` [PATCH v8 5/6] block: loop: introduce ioctl command of LOOP_SET_DIRECT_IO

[PATCH V6 0/6] Allow user to request memory to be locked on page fault
 2015-07-30 14:32 UTC  (7+ messages)
` [PATCH V6 2/6] mm: mlock: Add new mlock system call
` [PATCH V6 3/6] mm: Introduce VM_LOCKONFAULT
` [PATCH V6 4/6] mm: mlock: Add mlock flags to enable VM_LOCKONFAULT usage
` [PATCH V6 5/6] selftests: vm: Add tests for lock on fault
` [PATCH V6 6/6] mips: Add entry for new mlock2 syscall

[RFC PATCH] mtd: add an MTD_IS_PARTITION flag
 2015-07-30 12:14 UTC 

[PATCH nf-next v2] netfilter: nf_ct_sctp: minimal multihoming support
 2015-07-30 11:54 UTC  (2+ messages)

[RFC v3 0/4] fs: Add generic file system event notifications
 2015-07-30  8:22 UTC  (4+ messages)
` [RFC v3 1/4] "

Next round: revised futex(2) man page for review
 2015-07-30  8:19 UTC  (9+ messages)

[PATCH v7 4/6] block: loop: prepare for supporing direct IO
 2015-07-30  8:01 UTC  (11+ messages)

[PATCH v3 01/11] stm class: Introduce an abstraction for System Trace Module devices
 2015-07-30  7:16 UTC  (13+ messages)

[PATCH 00/14] Enhance twl4030_charger functionality. - V2
 2015-07-29 22:10 UTC  (4+ messages)
` [PATCH 08/14] twl4030_charger: allow max_current to be managed via sysfs
  ` [Gta04-owner] "

[PATCH 0/8] Use correctly the Xen memory terminologies in Linux
 2015-07-29 11:02 UTC  (6+ messages)
` [PATCH 8/8] xen/privcmd: Further s/MFN/GFN/ clean-up
    ` [Xen-devel] "
  ` [Xen-devel] [PATCH 0/8] Use correctly the Xen memory terminologies in Linux

[PATCH V5 0/7] Allow user to request memory to be locked on page fault
 2015-07-29 10:49 UTC  (11+ messages)

[PATCH RFC 0/1] Document how to add a new syscall
 2015-07-28 21:22 UTC  (10+ messages)
` [PATCH RFC 1/1] Documentation: describe how to add a system call

[PATCH v4 0/5] support "cpu_isolated" mode for nohz_full
 2015-07-28 19:49 UTC  (5+ messages)
  ` [PATCH v5 0/6] "
    ` [PATCH v5 2/6] cpu_isolated: add initial support
    ` [PATCH v5 3/6] cpu_isolated: support PR_CPU_ISOLATED_STRICT mode
    ` [PATCH v5 4/6] cpu_isolated: provide strict mode configurable signal

Revised futex(2) man page for review
 2015-07-28 18:09 UTC  (8+ messages)

[PATCH RFC 0/1] UAPI,x86: export syscall numbers for all x86 archs
 2015-07-28 15:52 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).