linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-24 10:05:41 to 2015-08-01 00:16:45 UTC [more...]

[FYI] tux3: Core changes
 2015-08-01  0:16 UTC  (20+ messages)

v4.2-rc dcache regression, probably 75a6f82a0d10
 2015-08-01  0:09 UTC  (8+ messages)

[PATCH 0/7] Initial support for user namespace owned mounts
 2015-07-31 19:56 UTC  (2+ messages)

Race condition introduced in 4bf46a27 VFS: Impose ordering on accesses of d_inode and d_flags
 2015-07-31 15:28 UTC  (4+ messages)

[PATCH 1/7] fs: Add user namesapace member to struct super_block
 2015-07-31 14:34 UTC  (2+ messages)

Darlehen
 2015-07-31 11:39 UTC 

[ANNOUNCE] util-linux v2.27-rc1
 2015-07-31 11:28 UTC 

About Your Arab Air Award Prize (1 Million Dollars). Please proceed for claiming
 2015-07-31 10:42 UTC 

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

[PATCH 0/4] change sb_writers to use percpu_rw_semaphore
 2015-07-31 10:20 UTC  (7+ messages)
` [PATCH 2/4] percpu-rwsem: introduce percpu_rwsem_release() and percpu_rwsem_acquire()
` [PATCH 3/4] shift percpu_counter_destroy() into destroy_super_work()
` [PATCH 4/4] change sb_writers to use percpu_rw_semaphore

[PATCH v3 11/11] smack: documentation for the Smack namespace
 2015-07-31  9:43 UTC  (16+ messages)
  ` [PATCH v3 01/11] user_ns: 3 new LSM hooks for user namespace operations
  ` [PATCH v3 02/11] lsm: /proc/$PID/attr/label_map file and getprocattr_seq hook
  ` [PATCH v3 03/11] lsm: add file opener's cred to a setprocattr arguments
  ` [PATCH v3 04/11] lsm: inode_pre_setxattr hook
  ` [PATCH v3 05/11] smack: extend capability functions and fix 2 checks
  ` [PATCH v3 06/11] smack: don't use implicit star to display smackfs/syslog

[PATCH 12/15] fs: Drop unlikely before IS_ERR(_OR_NULL)
 2015-07-31  9:20 UTC  (2+ messages)

Email Upgrade 2015
 2015-07-31  8:57 UTC 

[PATCH V3 8/7] Orangefs: kernel client update 1
 2015-07-31  8:26 UTC  (6+ messages)
` [PATCH V3 9/7] Orangefs: sooth most sparse complaints
` [PATCH V3 10/7] Orangefs: address problems found by static checker
` [PATCH V3 11/7] Orangefs: large integer implicitly truncated to unsigned type

[PATCH 0/7] Initial support for user namespace owned mounts
 2015-07-30 17:33 UTC  (15+ messages)

[PATCH 6/7] selinux: Ignore security labels on user namespace mounts
 2015-07-30 16:24 UTC  (13+ messages)

[PATCH 0/7] Initial support for user namespace owned mounts
 2015-07-30 16:15 UTC  (8+ messages)

[PATCH 0/9 v8] NFSD: Pin to vfsmount for nfsd exports cache
 2015-07-30 13:30 UTC  (29+ messages)
` [PATCH 4/9 v8] fs: New helper legitimize_mntget() for getting a legitimize mnt
` [PATCH 5/9 v8] sunrpc: Store cache_detail in seq_file's private directly
` [PATCH 7/9 v8] sunrpc: Switch to using hash list instead single list
` [PATCH 8/9 v8] sunrpc: New helper cache_delete_entry for deleting cache_head directly
  ` [PATCH 1/9 v8] fs_pin: Initialize value for fs_pin explicitly
  ` [PATCH 2/9 v8] fs_pin: Export functions for specific filesystem
  ` [PATCH 3/9 v8] path: New helpers path_get_pin/path_put_unpin for path pin
  ` [PATCH 6/9 v8] sunrpc/nfsd: Remove redundant code by exports seq_operations functions
  ` [PATCH 9/9 v8] nfsd: Allows user un-mounting filesystem where nfsd exports base on
      ` [PATCH] fs-pin: allow pin_remove() to be called other than from ->kill()

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

[PATCH v2 00/35] Add quota supporting in ubifs
 2015-07-30  5:48 UTC  (36+ messages)
` [PATCH v2 01/35] fs: introduce a ->s_cdev field into struct super_block
` [PATCH v2 02/35] fs: cleanup: remove the blank line before EXPORT_SYMBOL
` [PATCH v2 03/35] fs: super: cleanup: make the comment of each function aligned
` [PATCH v2 04/35] fs: super: consolidate the get_super class functions
` [PATCH v2 05/35] fs: super: introduce a get_super_cdev to get super by a cdev reference
` [PATCH v2 06/35] fs: super: introduce a get_super_cdev_thawed to get sb by "
` [PATCH v2 07/35] fs: char_dev: introduce cd_acquire function to acquire cdev
` [PATCH v2 08/35] fs: introduce a __lookup_dev for internal using
` [PATCH v2 09/35] fs: char_dev: introduce lookup_cdev to get cdev by pathname
` [PATCH v2 10/35] fs: dquot: skip invalidate_bdev if bdev is NULL
` [PATCH v2 11/35] fs: quota: make quota support fs which is running on char dev
` [PATCH v2 12/35] ubi: introduce a interface to get cdev in ubi_volume
` [PATCH v2 13/35] ubifs: fix a typo in comment of ubifs_budget_req
` [PATCH v2 14/35] ubifs: extend budget for blocks
` [PATCH v2 15/35] ubifs: fill sb->s_cdev in ubifs_fill_super()
` [PATCH v2 16/35] ubifs: fill ->s_dev in ubifs_fill_super
` [PATCH v2 17/35] ubifs: export read_block() from file.c
` [PATCH v2 18/35] ubifs: introduce quota related mount options
` [PATCH v2 19/35] ubifs: budget for inode in ubifs_dirty_inode if necessary
` [PATCH v2 20/35] ubifs: implement IO functions for quota files
` [PATCH v2 21/35] ubifs: disable quota in ubifs_put_super
` [PATCH v2 22/35] ubifs: write quota back in ubifs_sync
` [PATCH v2 23/35] ubifs: set/clear MS_RDONLY properly in ubifs_remount
` [PATCH v2 24/35] ubifs: suspend & resume quota "
` [PATCH v2 25/35] ubifs: record quota information about inode in ubifs_new_inode
` [PATCH v2 26/35] ubifs: free quota inode information in ubifs_evict_inode
` [PATCH v2 27/35] ubifs: alloc quota space in ubifs_write_begin
` [PATCH v2 28/35] ubifs: free quota space in do_truncation
` [PATCH v2 29/35] ubifs: free quota space when deleting a file
` [PATCH v2 30/35] ubifs: adapt quota space informatin in do_setattr
` [PATCH v2 31/35] ubifs: transfer quota information in changing owner or group
` [PATCH v2 32/35] ubifs: write inode in ubifs_quota_write if we are appending
` [PATCH v2 33/35] fs: introduce a get_qsize() to file_operations
` [PATCH v2 34/35] ubifs: implement ubifs_get_qsize to get quota size in ubifs
` [PATCH v2 35/35] ubifs: make ubifs to support quota

mmotm 2015-07-29-16-47 uploaded
 2015-07-29 23:47 UTC 

[PATCH 0/7] Initial support for user namespace owned mounts
 2015-07-29 16:18 UTC  (11+ messages)
` [PATCH 3/7] fs: Ignore file caps in mounts from other user namespaces

[linux-next:master 2506/4558] fs/orangefs/pvfs2-sysfs.c:753:5: sparse: symbol 'sysfs_service_op_show' was not declared. Should it be static?
 2015-07-29 14:53 UTC 

[PATCH 0/3] Remove ext3 filesystem driver
 2015-07-29 13:49 UTC  (3+ messages)

acl/directory security question
 2015-07-29 12:04 UTC  (3+ messages)
  ` Aw: "

[PATCH 1/2] f2fs: call set_page_dirty to attach i_wb for cgroup
 2015-07-29  9:32 UTC  (7+ messages)
` [PATCH 2/2] f2fs: handle error cases in commit_inmem_pages
      ` [f2fs-dev] "
  ` [f2fs-dev] [PATCH 1/2] f2fs: call set_page_dirty to attach i_wb for cgroup

mmotm 2015-07-28-16-15 uploaded
 2015-07-28 23:16 UTC 

[PATCH] ubifs: Kill unneeded locking in ubifs_init_security
 2015-07-28 21:23 UTC  (4+ messages)

Please can I trust you?
 2015-07-28 16:57 UTC 

[PATCH] null_blk: fix memory leak on cleanup
 2015-07-28 12:01 UTC 

[PATCH] null_blk: fix wrong capacity when bs is not 512 bytes
 2015-07-28 12:00 UTC 

[PATCH v6 0/5] Support for Open-Channel SSDs
 2015-07-28 11:17 UTC  (6+ messages)
` [PATCH v6 1/5] lightnvm: "
` [PATCH v6 2/5] lightnvm: Hybrid Open-Channel SSD RRPC target
` [PATCH v6 3/5] lightnvm: Hybrid Open-Channel SSD block manager
` [PATCH v6 4/5] null_nvm: Lightnvm test driver
` [PATCH v6 5/5] nvme: LightNVM support

[GIT PULL] f2fs urgent fix
 2015-07-28  0:04 UTC 

Stable backport of ASLR fixes?
 2015-07-27 23:42 UTC  (3+ messages)

[PATCH 0/3] fsnotify cleanups
 2015-07-27 18:45 UTC  (4+ messages)
` [PATCH 1/3] fsnotify: Document mark locking
` [PATCH 2/3] fsnotify: Remove mark->free_list
` [PATCH 3/3] fsnotify: Get rid of fsnotify_destroy_mark_locked()

THANKS
 2015-07-27  9:51 UTC 

[PATCH] fsnotify: Fix oops in fsnotify_clear_marks_by_group_flags()
 2015-07-27  9:43 UTC  (3+ messages)

[PATCH 00/10 v7] NFSD: Pin to vfsmount for nfsd exports cache
 2015-07-27  3:17 UTC  (17+ messages)
` [PATCH 10/10 v7] nfsd: Allows user un-mounting filesystem where nfsd exports base on
              ` export table lookup: was "

[PATCH] fs: heap/bss calculation ignore section above STACK_TOP
 2015-07-26  6:27 UTC  (2+ messages)

[PATCH v5 0/5] Support for Open-Channel SSDs
 2015-07-25  6:25 UTC  (5+ messages)
` [PATCH v5 4/5] null_blk: LightNVM support

[PATCH] fs/char_dev.c: fix incorrect documentation for unregister_chrdev_region
 2015-07-25  2:48 UTC 

[PATCH review 0/9] Call for testing and review of mount detach fixes
 2015-07-24 20:39 UTC  (6+ messages)
` [PATCH review 0/11 Call for testing and review of mount detach fixes (take 2)
  ` [PATCH review 0/19] Locked mount and loopback mount fixes
    ` [PATCH review 0/4] Loopback mount escape fixes

Performance degrad on big cluster
 2015-07-24 14:58 UTC 

[PATCH] fs:Fix error handling in the function time_out_leases
 2015-07-24 10:16 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 NNTP newsgroup(s).