summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-06-0413-118/+69
|\
| * vfs: delete unnecessary assignment in vfs_listxattrChengguang Xu2018-05-291-1/+0
| * Documentation: filesystems: update filesystem locking documentationSean Anderson2018-05-261-19/+24
| * vfs: namei: use path_equal() in follow_dotdot()Danilo Krummrich2018-05-171-3/+1
| * fs.h: fix outdated comment about file flagsLi Qiang2018-05-171-1/+1
| * __inode_security_revalidate() never gets NULL opt_dentryAl Viro2018-05-141-4/+3
| * make xattr_getsecurity() staticAl Viro2018-05-142-3/+1
| * vfat: simplify checks in vfat_lookup()Al Viro2018-05-131-12/+1
| * get rid of dead code in d_find_alias()Al Viro2018-05-131-49/+34
| * it's SB_BORN, not MS_BORN...Al Viro2018-05-101-1/+1
| * msdos_rmdir(): kill BS commentAl Viro2018-04-201-4/+0
| * remove rpc_rmdir()Al Viro2018-04-162-18/+0
| * fs: avoid fdput() after failed fdget() in vfs_dedupe_file_range()Zev Weiss2018-04-151-3/+3
* | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-04266-6032/+1229
|\ \
| * | xfs, proc: hide unused xfs procfs helpersArnd Bergmann2018-05-251-1/+1
| * | isdn/gigaset: add back gigaset_procinfo assignmentChristoph Hellwig2018-05-171-0/+1
| * | proc: update SIZEOF_PDE_INLINE_NAME for the new pde fieldsChristoph Hellwig2018-05-161-2/+2
| * | tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-1614-172/+16
| * | ide: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-166-222/+31
| * | ide: remove ide_driver_proc_writeChristoph Hellwig2018-05-161-46/+0
| * | isdn: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-1615-110/+20
| * | atm: switch to proc_create_seq_privateChristoph Hellwig2018-05-161-59/+13
| * | atm: simplify procfs codeChristoph Hellwig2018-05-161-58/+7
| * | bluetooth: switch to proc_create_seq_dataChristoph Hellwig2018-05-161-35/+5
| * | netfilter/x_tables: switch to proc_create_seq_privateChristoph Hellwig2018-05-161-36/+6
| * | netfilter/xt_hashlimit: switch to proc_create_{seq,single}_dataChristoph Hellwig2018-05-161-74/+18
| * | neigh: switch to proc_create_seq_dataChristoph Hellwig2018-05-161-25/+6
| * | hostap: switch to proc_create_{seq,single}_dataChristoph Hellwig2018-05-163-191/+39
| * | bonding: switch to proc_create_seq_dataChristoph Hellwig2018-05-161-30/+6
| * | rtc/proc: switch to proc_create_single_dataChristoph Hellwig2018-05-161-31/+2
| * | drbd: switch to proc_create_singleChristoph Hellwig2018-05-163-35/+4
| * | resource: switch to proc_create_seq_dataChristoph Hellwig2018-05-161-38/+5
| * | staging/rtl8192u: simplify procfs codeChristoph Hellwig2018-05-161-53/+14
| * | jfs: simplify procfs codeChristoph Hellwig2018-05-166-99/+24
| * | ext4: simplify procfs codeChristoph Hellwig2018-05-163-66/+14
| * | afs: simplify procfs codeChristoph Hellwig2018-05-161-119/+15
| * | sg: simplify procfs codeChristoph Hellwig2018-05-161-112/+12
| * | megaraid: simplify procfs codeChristoph Hellwig2018-05-162-116/+36
| * | sgi-gru: simplify procfs codeChristoph Hellwig2018-05-161-67/+14
| * | acpi/battery: simplify procfs codeChristoph Hellwig2018-05-161-95/+26
| * | proc: introduce proc_create_net_singleChristoph Hellwig2018-05-1613-307/+86
| * | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-1657-939/+202
| * | net: move seq_file_single_net to <linux/seq_file_net.h>Christoph Hellwig2018-05-162-12/+13
| * | netfilter/x_tables: simplify ѕeq_file codeChristoph Hellwig2018-05-161-28/+11
| * | net/kcm: simplify proc registrationChristoph Hellwig2018-05-161-54/+17
| * | ipv6/flowlabel: simplify pid namespace lookupChristoph Hellwig2018-05-161-23/+6
| * | ipv{4,6}/raw: simplify ѕeq_file codeChristoph Hellwig2018-05-163-30/+16
| * | ipv{4,6}/ping: simplify proc file creationChristoph Hellwig2018-05-163-59/+37
| * | ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig2018-05-163-70/+53
| * | ipv{4,6}/udp{,lite}: simplify proc registrationChristoph Hellwig2018-05-165-113/+78