summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-1727-177/+197
|\
| * Merge tag 'nfs-for-4.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-01-162-12/+18
| |\
| | * NFSv4: Fix client recovery when server reboots multiple timesTrond Myklebust2017-01-131-1/+0Star
| | * NFSv4: update_changeattr should update the attribute timestampTrond Myklebust2017-01-121-8/+13
| | * NFSv4: Don't call update_changeattr() unless the unlink is successfulTrond Myklebust2017-01-121-1/+2
| | * NFSv4: Don't apply change_info4 twice on rename within a directoryTrond Myklebust2017-01-121-2/+5
| | * NFSv4: Call update_changeattr() from _nfs4_proc_open only if a file was createdTrond Myklebust2017-01-121-1/+2
| | * nfs: Don't take a reference on fl->fl_file for LOCK operationBenjamin Coddington2017-01-121-3/+0Star
| * | Merge tag 'nfsd-4.10-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-01-161-1/+3
| |\ \
| | * | nfsd: fix supported attributes for acl & labelsJ. Bruce Fields2017-01-121-1/+3
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-01-164-23/+54
| |\ \ \
| | * | | sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming2017-01-101-1/+2
| | * | | libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mountEric W. Biederman2017-01-101-1/+2
| | * | | mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman2017-01-102-21/+50
| | |/ /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-01-154-7/+27
| |\ \ \
| | * | | coredump: Ensure proper size of sparse core filesDave Kleikamp2017-01-152-0/+19
| | * | | aio: fix lock dep warningShaohua Li2017-01-151-2/+4
| | * | | tmpfs: clear S_ISGID when setting posix ACLsGu Zheng2017-01-101-5/+4Star
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-01-153-6/+7
| |\ \ \ \
| | * | | | block: Rename blk_queue_zone_size and bdev_zone_sizeDamien Le Moal2017-01-122-5/+5
| | * | | | do_direct_IO: Use inode->i_blkbits to compute block count to be cleanedChandan Rajendra2017-01-101-1/+2
| | | |_|/ | | |/| |
| * | | | Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-01-145-15/+38
| |\ \ \ \
| | * \ \ \ Merge branch 'tracepoint-updates-4.10' of git://git.kernel.org/pub/scm/linux/...Chris Mason2017-01-112-5/+12
| | |\ \ \ \
| | | * | | | Btrfs: add 'inode' for extent map tracepointLiu Bo2017-01-091-1/+1
| | | * | | | btrfs: fix crash when tracepoint arguments are freed by wq callbacksDavid Sterba2017-01-091-4/+11
| | * | | | | Btrfs: adjust outstanding_extents counter properly when dio write is splitLiu Bo2017-01-031-2/+9
| | * | | | | Btrfs: fix lockdep warning about log_mutexLiu Bo2017-01-031-3/+10
| | * | | | | Btrfs: use down_read_nested to make lockdep silentLiu Bo2017-01-031-1/+2
| | * | | | | btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney2017-01-031-1/+1
| | * | | | | btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney2017-01-031-0/+3
| | * | | | | btrfs: return the actual error value from from btrfs_uuid_tree_iteratePan Bian2016-12-191-3/+1Star
| | |/ / / /
| * | | | | Merge tag 'ceph-for-4.10-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds2017-01-142-2/+7
| |\ \ \ \ \
| | * | | | | ceph: fix get_oldest_context()Geng, Jichao2017-01-121-2/+2
| | * | | | | ceph: fix mds cluster availability checkYan, Zheng2017-01-121-0/+5
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'xfs-for-linus-4.10-rc4-1' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2017-01-126-111/+43Star
| |\ \ \ \ \
| | * | | | | xfs: Timely free truncated dirty pagesJan Kara2017-01-111-8/+11
| | * | | | | xfs: don't print warnings when xfs_log_force failsChristoph Hellwig2017-01-091-10/+2Star
| | * | | | | xfs: don't rely on ->total in xfs_alloc_space_availableChristoph Hellwig2017-01-091-3/+4
| | * | | | | xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig2017-01-092-65/+18Star
| | * | | | | xfs: fix bogus minleft manipulationsChristoph Hellwig2017-01-093-22/+8Star
| | * | | | | xfs: bump up reserved blocks in xfs_alloc_set_asideChristoph Hellwig2017-01-091-4/+1Star
| | |/ / / /
* | | | | | afs: Conditionalise a new unused variableArnd Bergmann2017-01-161-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-114-15/+55
|\| | | | |
| * | | | | ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren2017-01-113-0/+19
| * | | | | dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler2017-01-111-15/+36
| |/ / / /
* | | | | Merge tag 'rxrpc-rewrite-20170109' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-01-099-241/+247
|\ \ \ \ \
| * | | | | afs: Refcount the afs_call structDavid Howells2017-01-093-79/+124
| * | | | | afs: Kill afs_wait_modeDavid Howells2017-01-097-149/+90Star
| * | | | | afs: Add some tracepointsDavid Howells2017-01-094-15/+35
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-091-12/+0Star
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /