summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfsd: Use correct credential for NFSv4.0 callback with GSSChuck Lever2018-08-231-1/+8
* sunrpc: Extract target name into svc_credChuck Lever2018-08-231-2/+5
* nfsd: use true and false for boolean valuesGustavo A. R. Silva2018-08-091-3/+3
* nfsd: constify write_op[]Eric Biggers2018-08-091-1/+1
* fs/nfsd: Delete invalid assignment statements in nfsd4_decode_exchange_idnixiaoming2018-08-091-3/+1Star
* NFSD: Handle full-length symlinksChuck Lever2018-08-092-0/+4
* NFSD: Refactor the generic write vector fill helperChuck Lever2018-08-093-21/+8Star
* nfsd: Mark expected switch fall-throughGustavo A. R. Silva2018-08-091-0/+1
* nfsd: fix leaked file lock with nfs exported overlayfsAmir Goldstein2018-08-095-13/+13
* nfsd: don't advertise a SCSI layout for an unsupported request_queueBenjamin Coddington2018-06-191-9/+2Star
* nfsd: fix corrupted reply to badly ordered compoundJ. Bruce Fields2018-06-171-0/+1
* nfsd: clarify check_op_orderingJ. Bruce Fields2018-06-171-4/+9
* nfsd: update obselete comment referencing the BKLJ. Bruce Fields2018-06-171-3/+3
* nfsd4: cleanup sessionid in nfsd4_destroy_sessionJ. Bruce Fields2018-06-171-4/+4
* nfsd4: less confusing nfsd4_compound_in_sessionJ. Bruce Fields2018-06-171-4/+4
* nfsd4: support change_attr_type attributeJ. Bruce Fields2018-06-172-0/+11
* nfsd: fix NFSv4 time_delta attributeJ. Bruce Fields2018-06-171-3/+26
* nfsd4: return default lease periodJ. Bruce Fields2018-06-171-2/+2
* nfsd4: extend reclaim period for reclaiming clientsJ. Bruce Fields2018-06-174-1/+36
* Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-164-4/+4
|\
| * fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab2018-06-152-2/+2
| * docs: Fix more broken referencesMauro Carvalho Chehab2018-06-152-2/+2
* | Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-1610-124/+152
|\ \
| * | fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein2018-05-182-2/+2
| * | fanotify: generalize fanotify_should_send_event()Amir Goldstein2018-05-181-18/+18
| * | fsnotify: generalize send_to_group()Amir Goldstein2018-05-181-25/+23Star
| * | fsnotify: generalize iteration of marks by object typeAmir Goldstein2018-05-183-36/+47
| * | fsnotify: introduce marks iteration helpersAmir Goldstein2018-05-181-25/+49
| * | fsnotify: remove redundant arguments to handle_event()Amir Goldstein2018-05-187-42/+38Star
| * | fsnotify: use type id to identify connector object typeAmir Goldstein2018-05-183-19/+18Star
* | | Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-1620-645/+879
|\ \ \
| * | | afs: Optimise callback breaking by not repeating volume lookupDavid Howells2018-06-153-20/+107
| * | | afs: Display manually added cells in dynamic root mountDavid Howells2018-06-156-27/+199
| * | | afs: Enable IPv6 DNS lookupsDavid Howells2018-06-152-2/+2
| * | | afs: Show all of a server's addresses in /proc/fs/afs/serversDavid Howells2018-06-151-2/+8
| * | | afs: Handle CONFIG_PROC_FS=nDavid Howells2018-06-152-2/+10
| * | | proc: Make inline name size calculation automaticDavid Howells2018-06-154-12/+16
| * | | Merge tag 'afs-fixes-20180514' into afs-procAl Viro2018-06-0316-167/+222
| |\ \ \
| * | | | afs: Implement network namespacingDavid Howells2018-05-238-295/+173Star
| * | | | afs: Mark afs_net::ws_cell as __rcu and set using rcu functionsDavid Howells2018-05-233-6/+6
| * | | | afs: Fix a Sparse warning in xdr_decode_AFSFetchStatus()David Howells2018-05-231-42/+55
| * | | | proc: Add a way to make network proc files writableDavid Howells2018-05-183-0/+118
| * | | | afs: Rearrange fs/afs/proc.c to remove remaining predeclarations.David Howells2018-05-181-192/+160Star
| * | | | afs: Rearrange fs/afs/proc.c to move the show routines upDavid Howells2018-05-181-75/+75
| * | | | afs: Rearrange fs/afs/proc.c by moving fops and open functions downDavid Howells2018-05-181-44/+27Star
| * | | | afs: Move /proc management functions to the end of the fileDavid Howells2018-05-181-81/+79Star
* | | | | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-163-136/+112Star
|\ \ \ \ \
| * | | | | orangefs: simplify compat ioctl handlingAl Viro2018-06-151-42/+12Star
| * | | | | signalfd: lift sigmask copyin and size checks to callers of do_signalfd4()Al Viro2018-06-151-25/+25
| * | | | | vmsplice(): lift importing iovec into vmsplice(2) and compat counterpartAl Viro2018-06-111-69/+75