summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-05-16proc: update SIZEOF_PDE_INLINE_NAME for the new pde fieldsChristoph Hellwig1-2/+2
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig1-3/+3
2018-05-16jfs: simplify procfs codeChristoph Hellwig6-99/+24
2018-05-16ext4: simplify procfs codeChristoph Hellwig3-66/+14
2018-05-16afs: simplify procfs codeChristoph Hellwig1-119/+15
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig1-18/+31
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig2-60/+44
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig16-191/+55
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig3-17/+9
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig11-102/+44
2018-05-16proc: add a proc_create_reg helperChristoph Hellwig2-19/+27
2018-05-16proc: simplify proc_register calling conventionsChristoph Hellwig2-26/+20
2018-05-16proc: don't detour through seq->private to get the inodeChristoph Hellwig1-14/+6
2018-05-16proc: introduce a proc_pid_ns helperChristoph Hellwig4-20/+13
2018-05-15Merge tag 'afs-fixes-20180514' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-168/+224
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig1-2/+2
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-1/+1
2018-05-14scsi/osd: remove the gfp argument to osd_start_requestChristoph Hellwig2-6/+6
2018-05-14Btrfs: fix xattr loss after power failureFilipe Manana1-0/+7
2018-05-14Btrfs: send, fix invalid access to commit roots due to concurrent snapshottingRobbie Ko1-2/+14
2018-05-14afs: Fix the non-encryption of callsDavid Howells1-0/+7
2018-05-14afs: Fix CB.CallBack handlingDavid Howells1-28/+7
2018-05-14afs: Fix whole-volume callback handlingDavid Howells10-32/+63
2018-05-14afs: Fix afs_find_server search loopMarc Dionne1-13/+0
2018-05-14afs: Fix the handling of an unfound server in CM operationsDavid Howells2-27/+12
2018-05-14afs: Add a tracepoint to record callbacks from unlisted serversDavid Howells1-3/+9
2018-05-14afs: Fix the handling of CB.InitCallBackState3 to find the server by UUIDDavid Howells1-3/+3
2018-05-14afs: Fix VNOVOL handling in address rotationDavid Howells1-2/+2
2018-05-14afs: Fix AFSFetchStatus decoder to provide OpenAFS compatibilityDavid Howells1-8/+21
2018-05-14make xattr_getsecurity() staticAl Viro1-2/+1
2018-05-14afs: Fix server rotation's handling of fileserver probe failureDavid Howells1-2/+10
2018-05-14afs: Fix refcounting in callback registrationDavid Howells4-22/+52
2018-05-14afs: Fix giving up callbacks on server destructionDavid Howells3-4/+11
2018-05-14afs: Fix address list parsingDavid Howells1-10/+15
2018-05-14afs: Fix directory page lockingDavid Howells4-24/+22
2018-05-13vfat: simplify checks in vfat_lookup()Al Viro1-12/+1
2018-05-13get rid of dead code in d_find_alias()Al Viro1-49/+34
2018-05-13Merge tag '4.17-rc4-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-43/+57
2018-05-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-9/+28
2018-05-12ocfs2: take inode cluster lock before moving reflinked inode from orphan dirAshish Samant1-2/+12
2018-05-12proc/kcore: don't bounds check against address 0Laura Abbott1-7/+16
2018-05-11fs: don't scan the inode cache before SB_BORN is setDave Chinner1-6/+24
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro13-72/+56
2018-05-11smb3: directory sync should not return an errorSteve French1-0/+13
2018-05-10it's SB_BORN, not MS_BORN...Al Viro1-1/+1
2018-05-10ceph: fix iov_iter issues in ceph_direct_read_write()Ilya Dryomov1-78/+117
2018-05-10ceph: fix rsize/wsize capping in ceph_direct_read_write()Ilya Dryomov1-5/+5
2018-05-09proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk1-1/+1
2018-05-09cifs: smb2ops: Fix listxattr() when there are no EAsPaulo Alcantara1-0/+6
2018-05-09cifs: smbd: Enable signing with smbdirectLong Li2-13/+0