linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-10 00:10:06 to 2020-02-11 21:45:27 UTC [more...]

[PATCH 00/22] staging: exfat: Fix checkpatch warning: Avoid
 2020-02-11 21:44 UTC  (4+ messages)
` [PATCH 07/22] staging: exfat: Rename variable "MilliSecond" to "milli_second"

[PATCH v3 00/12] Enable per-file/directory DAX operations V3
 2020-02-11 20:59 UTC  (22+ messages)
` [PATCH v3 03/12] fs/xfs: Separate functionality of xfs_inode_supports_dax()
` [PATCH v3 04/12] fs/xfs: Clean up DAX support check
` [PATCH v3 05/12] fs: remove unneeded IS_DAX() check
` [PATCH v3 06/12] fs/xfs: Check if the inode supports DAX under lock
` [PATCH v3 07/12] fs: Add locking for a dynamic DAX state

[PATCH 00/24] user_namespace: introduce fsid mappings
 2020-02-11 20:55 UTC  (27+ messages)
` [PATCH 01/24] user_namespace: introduce fsid mappings infrastructure
` [PATCH 02/24] proc: add /proc/<pid>/fsuid_map
` [PATCH 03/24] proc: add /proc/<pid>/fsgid_map
` [PATCH 04/24] fsuidgid: add fsid mapping helpers
` [PATCH 05/24] proc: task_state(): use from_kfs{g,u}id_munged
` [PATCH 06/24] fs: add is_userns_visible() helper
` [PATCH 07/24] namei: may_{o_}create(): handle fsid mappings
` [PATCH 08/24] inode: inode_owner_or_capable(): "
` [PATCH 09/24] capability: privileged_wrt_inode_uidgid(): "
` [PATCH 10/24] stat: "
` [PATCH 11/24] open: chown_common(): "
` [PATCH 12/24] posix_acl: "
` [PATCH 13/24] attr: notify_change(): "
` [PATCH 14/24] commoncap: cap_task_fix_setuid(): "
` [PATCH 15/24] commoncap:cap_bprm_set_creds(): "
` [PATCH 16/24] sys: __sys_setfsuid(): "
` [PATCH 17/24] sys: __sys_setfsgid(): "
` [PATCH 18/24] sys:__sys_setuid(): "
` [PATCH 19/24] sys:__sys_setgid(): "
` [PATCH 20/24] sys:__sys_setreuid(): "
` [PATCH 21/24] sys:__sys_setregid(): "
` [PATCH 22/24] sys:__sys_setresuid(): "
` [PATCH 23/24] sys:__sys_setresgid(): "
` [PATCH 24/24] devpts: "

[PATCH v5 00/13] Change readahead API
 2020-02-11 20:08 UTC  (19+ messages)
` [PATCH v5 01/13] mm: Fix the return type of __do_page_cache_readahead
` [PATCH v5 02/13] mm: Ignore return value of ->readpages
` [PATCH v5 03/13] mm: Put readahead pages in cache earlier
` [PATCH v5 04/13] mm: Add readahead address space operation
` [PATCH v5 05/13] mm: Add page_cache_readahead_limit
` [PATCH v5 06/13] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v5 07/13] btrfs: Convert from readpages to readahead
` [PATCH v5 08/13] erofs: Convert uncompressed files "
` [PATCH v5 09/13] erofs: Convert compressed "
` [PATCH v5 10/13] ext4: Convert "
` [PATCH v5 11/13] f2fs: "
` [PATCH v5 12/13] fuse: "
` [PATCH v5 13/13] iomap: "

[PATCH] vfs: keep inodes with page cache off the inode shrinker LRU
 2020-02-11 19:31 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Multi-actuator HDDs
 2020-02-11 19:23 UTC  (5+ messages)

[PATCH 00/18] Rename some identifier and functions
 2020-02-11 19:27 UTC  (20+ messages)
` [PATCH 01/18] staging: exfat: Rename function "ffsUmountVol" to "ffs_umount_vol"
` [PATCH 02/18] staging: exfat: Rename function "ffsGetVolInfo" to "ffs_get_vol_info"
` [PATCH 03/18] staging: exfat: Rename function "ffsSyncVol" to "ffs_sync_vol"
` [PATCH 04/18] staging: exfat: Rename function "ffsLookupFile" to "ffs_lookup_file"
` [PATCH 05/18] staging: exfat: Rename function "ffsCreateFile" to "ffs_create_file"
` [PATCH 06/18] staging: exfat: Rename function "ffsReadFile" to "ffs_read_file"
` [PATCH 07/18] staging: exfat: Rename variable "LogSector" to "log_sector"
` [PATCH 08/18] staging: exfat: Rename function "ffsWriteFile" to "ffs_write_file"
` [PATCH 09/18] staging: exfat: Rename function "ffsTruncateFile" to "ffs_truncate_file"
` [PATCH 10/18] staging: exfat: Rename function "ffsMoveFile" to "ffs_move_file"
` [PATCH 11/18] staging: exfat: Rename function "ffsRemoveFile" to "ffs_remove_file"
` [PATCH 12/18] staging: exfat: Rename function "ffsMountVol" to "ffs_mount_vol"
` [PATCH 13/18] staging: exfat: Rename function "ffsReadStat" to "ffs_read_stat"
` [PATCH 14/18] staging: exfat: Rename function "ffsWriteStat" to "ffs_write_stat"
` [PATCH 15/18] staging: exfat: Rename function "ffsMapCluster" to "ffs_map_cluster"
` [PATCH 16/18] staging: exfat: Rename function "ffsCreateDir" to "ffs_create_dir"
` [PATCH 17/18] staging: exfat: Rename function "ffsReadDir" to "ffs_read_dir"
` [PATCH 18/18] staging: exfat: Rename function "ffsRemoveDir" to "ffs_remove_dir"

[PATCH] fs: clean up __block_commit_write
 2020-02-11 19:26 UTC 

[PATCH 02/22] staging: exfat: Rename variable "Month" to "mont"h
 2020-02-11 19:26 UTC  (22+ messages)
` [PATCH v2 00/19] Renaming some identifiers
  ` [PATCH v2 01/19] staging: exfat: Rename variable 'Year' to 'year'
  ` [PATCH v2 02/19] staging: exfat: Rename variable 'Month' to 'month'
  ` [PATCH v2 03/19] staging: exfat: Rename variable 'Day' to 'day'
  ` [PATCH v2 04/19] staging: exfat: Rename variable 'Hour' to 'hour'
  ` [PATCH v2 05/19] staging: exfat: Rename variable 'Minute' to 'minute'
  ` [PATCH v2 06/19] staging: exfat: Rename variable 'Second' to 'second'
  ` [PATCH v2 07/19] staging: exfat: Rename variable 'MilliSecond' to 'millisecond'
  ` [PATCH v2 08/19] staging: exfat: Rename variable 'FatType' to 'fat_type'
  ` [PATCH v2 09/19] staging: exfat: Rename variable 'ClusterSize' to 'cluster_size'
  ` [PATCH v2 10/19] staging: exfat: Rename variable 'NumClusters' to 'num_clusters'
  ` [PATCH v2 11/19] staging: exfat: Rename variable 'FreeClusters' to 'free_clusters'
  ` [PATCH v2 12/19] staging: exfat: Rename variable 'UsedClusters' to 'used_clusters'
  ` [PATCH v2 13/19] staging: exfat: Rename variable 'Name' to 'name'
  ` [PATCH v2 14/19] staging: exfat: Rename variable 'ShortName' to 'short_name'
  ` [PATCH v2 15/19] staging: exfat: Rename variable 'Attr' to 'attr'
  ` [PATCH v2 16/19] staging: exfat: Rename variable 'NumSubdirs' to 'num_subdirs'
  ` [PATCH v2 17/19] staging: exfat: Rename variable 'CreateTimestamp' to 'create_timestamp'
  ` [PATCH v2 18/19] staging: exfat: Rename variable 'ModifyTimestamp' to 'modify_timestamp'
  ` [PATCH v2 19/19] staging: exfat: Rename variable 'AccessTimestamp' to 'access_timestamp'

[PATCH v2] debugfs: Check module state before warning in {full/open}_proxy_open()
 2020-02-11 18:34 UTC  (6+ messages)

[PATCH 01/19] dax: remove block device dependencies
 2020-02-11 17:33 UTC  (11+ messages)

[PATCH v2] ima: export the measurement list when needed
 2020-02-11 16:10 UTC  (7+ messages)

[PATCH][next] io_uring: fix return of an uninitialized variable ret
 2020-02-11 16:07 UTC  (2+ messages)

[PATCH v3 0/7] dax,pmem: Provide a dax operation to zero range of memory
 2020-02-11 15:49 UTC  (5+ messages)
` [PATCH v3 4/7] s390,dcssblk,dax: Add dax zero_page_range operation to dcssblk driver

[PATCH v6 00/12] mm/gup: track FOLL_PIN pages
 2020-02-11 13:21 UTC  (14+ messages)
` [PATCH v6 01/12] mm/gup: split get_user_pages_remote() into two routines
` [PATCH v6 02/12] mm/gup: pass a flags arg to __gup_device_* functions
` [PATCH v6 03/12] mm: introduce page_ref_sub_return()
` [PATCH v6 04/12] mm/gup: pass gup flags to two more routines
` [PATCH v6 05/12] mm/gup: require FOLL_GET for get_user_pages_fast()
` [PATCH v6 06/12] mm/gup: track FOLL_PIN pages
` [PATCH v6 07/12] mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
` [PATCH v6 08/12] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
` [PATCH v6 09/12] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v6 10/12] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v6 11/12] mm: Improve dump_page() for compound pages
` [PATCH v6 12/12] mm: dump_page(): additional diagnostics for huge pinned pages

[PATCH v3 0/3] vfs: have syncfs() return error when there are writeback errors
 2020-02-11 12:57 UTC  (9+ messages)

Still a pretty bad time on 5.4.6 with fuse_request_end
 2020-02-11 10:55 UTC  (3+ messages)

[patch] fs: fix use after free in get_tree_bdev
 2020-02-11  9:52 UTC  (2+ messages)

[RFC] eventfd: add EFD_AUTORESET flag
 2020-02-11  9:32 UTC  (3+ messages)

[PATCH] ceph: fix allocation under spinlock in mount option parsing
 2020-02-11  9:15 UTC  (2+ messages)

[PATCH v8 00/11] proc: modernize proc to support multiple private instances
 2020-02-11  4:01 UTC  (20+ messages)
` [PATCH v8 01/11] proc: Rename struct proc_fs_info to proc_fs_opts
` [PATCH v8 02/11] proc: add proc_fs_info struct to store proc information
` [PATCH v8 03/11] proc: move /proc/{self|thread-self} dentries to proc_fs_info
` [PATCH v8 04/11] proc: move hide_pid, pid_gid from pid_namespace "
` [PATCH v8 05/11] proc: add helpers to set and get proc hidepid and gid mount options
` [PATCH v8 06/11] proc: support mounting procfs instances inside same pid namespace
` [PATCH v8 07/11] proc: flush task dcache entries from all procfs instances
` [PATCH v8 08/11] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH v8 09/11] proc: add option to mount only a pids subset
` [PATCH v8 10/11] docs: proc: add documentation for "hidepid=4" and "subset=pidfs" options and new mount behavior
` [PATCH v8 11/11] proc: Move hidepid values to uapi as they are user interface to mount

[PATCH] fs: remove comments about free_more_memory
 2020-02-11  1:54 UTC 

[RFC PATCH 00/14] pipe: Keyrings, Block and USB notifications [ver #3]
 2020-02-11  0:56 UTC  (3+ messages)

[PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-10 23:42 UTC  (5+ messages)
` [PATCH v7 2/8] fs: Add standard casefolding support

RFC: hold i_rwsem until aio completes
 2020-02-10 23:29 UTC  (3+ messages)
` [PATCH 01/12] mm: fix a comment in sys_swapon

[PATCH 00/11] Lock warning cleanup
 2020-02-10 23:09 UTC  (3+ messages)

[PATCH 2/5] proc/sysctl: optimize proc_sys_readdir
 2020-02-10 20:08 UTC  (2+ messages)

[PATCH v2 1/3] epoll: fix possible lost wakeup on epoll_ctl() path
 2020-02-10 19:31 UTC  (5+ messages)
` [PATCH v2 2/3] epoll: ep->wq can be woken up unlocked in certain cases
` [PATCH v2 3/3] kselftest: introduce new epoll test case

[PATCH v5 00/12] mm/gup: track FOLL_PIN pages
 2020-02-10 17:07 UTC  (4+ messages)
` [PATCH v5 10/12] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting

ANNOUNCE: nfs-utils-2.4.3 released
 2020-02-10 10:46 UTC 

[PATCH 1/3] epoll: fix possible lost wakeup on epoll_ctl() path
 2020-02-10  9:43 UTC  (7+ messages)

[PATCH] staging: exfat: Replace printk with pr_info
 2020-02-10  9:14 UTC 

[PATCH v2] mm, swap: move inode_lock out of claim_swapfile
 2020-02-10  4:25 UTC  (3+ messages)

[PATCH] Documentation: fuse: fix Sphinx directive warning
 2020-02-10  3:33 UTC 

[GIT PULL] New zonefs file system for 5.6-rc1
 2020-02-10  0:10 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).