summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-263-7/+12
|\
| * Btrfs: fix return value on rename exchange failureFilipe Manana2018-06-221-1/+3
| * btrfs: fix invalid-free in btrfs_extent_sameLu Fengqi2018-06-211-5/+5
| * Btrfs: fix physical offset reported by fiemap for inline extentsFilipe Manana2018-06-211-1/+4
* | Merge tag 'for_v4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-06-228-34/+25Star
|\ \
| * | udf: Drop unused arguments of udf_delete_aext()Jan Kara2018-06-203-9/+7Star
| * | udf: Provide function for calculating dir entry lengthJan Kara2018-06-203-15/+10Star
| * | udf: Detect incorrect directory sizeJan Kara2018-06-201-0/+3
| * | ext2: add warning when specifying nocheck optionChengguang Xu2018-06-202-5/+3Star
| * | quota: Cleanup list iteration in dqcache_shrink_scan()Jan Kara2018-06-201-5/+2Star
| * | quota: reclaim least recently used dquotsGreg Thelen2018-06-201-2/+2
* | | Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-214-13/+50
|\ \ \ | |/ / |/| |
| * | pNFS/flexfiles: Process writeback resends from nfsiod context as wellTrond Myklebust2018-06-191-2/+8
| * | pNFS/flexfiles: Don't tie up all the rpciod threads in resendsTrond Myklebust2018-06-191-3/+8
| * | pNFS: Don't send layoutreturn if the layout is already invalidTrond Myklebust2018-06-192-0/+21
| * | pNFS: Always free the session slot on error in nfs4_layoutget_handle_exceptionTrond Myklebust2018-06-191-7/+10
| * | NFS: Fix an rcu deadlock in nfs_delegation_find_inode()Anna Schumaker2018-06-141-1/+3
* | | proc: fix missing final NUL in get_mm_cmdline() rewriteLinus Torvalds2018-06-201-5/+23
* | | Merge tag 'jfs-4.18' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2018-06-191-4/+6
|\ \ \
| * | | jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor2018-06-051-4/+6
* | | | Merge tag '4.18-rc1-more-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-06-1817-268/+737
|\ \ \ \
| * | | | cifs: Fix invalid check in __cifs_calc_signature()Paulo Alcantara2018-06-161-9/+6Star
| * | | | cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara2018-06-164-23/+24
| * | | | smb3: fix corrupt path in subdirs on smb311 with posixSteve French2018-06-151-1/+2
| * | | | smb3: do not display empty interface listSteve French2018-06-151-1/+3
| * | | | smb3: Fix mode on mkdir on smb311 mountsSteve French2018-06-156-3/+175
| * | | | cifs: Fix kernel oops when traceSMB is enabledPaulo Alcantara2018-06-151-5/+5
| * | | | CIFS: dump every session iface infoAurelien Aptel2018-06-151-0/+27
| * | | | CIFS: parse and store info on iface queriesAurelien Aptel2018-06-151-15/+155
| * | | | CIFS: add iface info to struct cifs_sesAurelien Aptel2018-06-152-0/+23
| * | | | CIFS: complete PDU definitions for interface queriesAurelien Aptel2018-06-151-3/+20
| * | | | CIFS: move default port definitions to cifsglob.hAurelien Aptel2018-06-152-3/+3
| * | | | cifs: Fix encryption/signingPaulo Alcantara2018-06-151-2/+2
| * | | | cifs: update __smb_send_rqst() to take an array of requestsRonnie Sahlberg2018-06-151-35/+44
| * | | | cifs: remove smb2_send_recv()Ronnie Sahlberg2018-06-153-42/+116
| * | | | cifs: push rfc1002 generation down the stackRonnie Sahlberg2018-06-156-135/+99Star
| * | | | smb3: increase initial number of credits requested to allow writeSteve French2018-06-151-2/+3
| * | | | cifs: add lease tracking to the cached root fidRonnie Sahlberg2018-06-156-20/+58
| * | | | smb3: note that smb3.11 posix extensions mount option is experimentalSteve French2018-06-151-1/+4
* | | | | 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