summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfs: merge nfs_pgio_data into _headerWeston Andros Adamson2014-06-2517-456/+434Star
* nfs: rename members of nfs_pgio_dataWeston Andros Adamson2014-06-254-19/+23
* nfs: move nfs_pgio_data and remove nfs_rw_headerWeston Andros Adamson2014-06-256-95/+53Star
* NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson2014-06-253-45/+57
* NFS Return -EPERM if no supported or matching SECINFO flavorAndy Adamson2014-06-251-7/+4Star
* NFS check the return of nfs4_negotiate_security in nfs4_submountAndy Adamson2014-06-251-2/+5
* NFS: Don't mark the data cache as invalid if it has been flushedTrond Myklebust2014-06-251-35/+40
* NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file sizeTrond Myklebust2014-06-251-0/+1
* nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew2014-06-251-1/+3
* Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-06-221-1/+1
|\
| * locks: set fl_owner for leases back to current->filesJeff Layton2014-06-101-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-2211-172/+359
|\ \
| * | Btrfs: fix wrong error handle when the device is missing or is not writeableMiao Xie2014-06-191-7/+15
| * | Btrfs: fix deadlock when mounting a degraded fsMiao Xie2014-06-192-1/+9
| * | Btrfs: use bio_endio_nodec instead of open codeMiao Xie2014-06-191-8/+1Star
| * | Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong2014-06-193-7/+6Star
| * | btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo2014-06-191-10/+9Star
| * | Btrfs: fix broken free space cache after the system crashedMiao Xie2014-06-194-44/+186
| * | Btrfs: make free space cache write out functions more readableMiao Xie2014-06-191-66/+93
| * | Btrfs: remove unused wait queue in struct extent_bufferFilipe Manana2014-06-191-1/+0Star
| * | Btrfs: fix deadlocks with trylock on tree nodesChris Mason2014-06-191-34/+46
* | | Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-06-222-0/+79
|\ \ \
| * | | NFSD: fix bug for readdir of pseudofsKinglong Mee2014-06-171-0/+1
| * | | NFSD: Don't hand out delegations for 30 seconds after recalling them.NeilBrown2014-06-171-0/+78
* | | | epoll: fix use-after-free in eventpoll_release_fileKonstantin Khlebnikov2014-06-171-2/+2
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-158-36/+182
|\| |
| * | btrfs: fix error handling in create_pending_snapshotEric Sandeen2014-06-131-5/+7
| * | btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen2014-06-131-1/+1
| * | btrfs: free ulist in qgroup_shared_accounting() error pathEric Sandeen2014-06-131-1/+3
| * | Btrfs: fix qgroups sanity test crash or hangFilipe Manana2014-06-131-0/+2
| * | btrfs: prevent RCU warning when dereferencing radix tree slotSasha Levin2014-06-131-1/+1
| * | Btrfs: fix unfinished readahead thread for raid5/6 degraded mountingWang Shilong2014-06-131-2/+7
| * | btrfs: new ioctl TREE_SEARCH_V2Gerhard Heift2014-06-131-0/+41
| * | btrfs: tree_search, search_ioctl: direct copy to userspaceGerhard Heift2014-06-131-15/+33
| * | btrfs: new function read_extent_buffer_to_userGerhard Heift2014-06-132-0/+40
| * | btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift2014-06-131-9/+15
| * | btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small bufferGerhard Heift2014-06-131-2/+26
| * | btrfs: tree_search, search_ioctl: accept varying bufferGerhard Heift2014-06-131-7/+11
| * | btrfs: tree_search: eliminate redundant nr_items checkGerhard Heift2014-06-131-5/+7
* | | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2014-06-151-34/+36
|\ \ \
| * | | aio: cleanup: flatten kill_ioctx()Benjamin LaHaise2014-04-291-26/+26
| * | | aio: report error from io_destroy() when threads race in io_destroy()Benjamin LaHaise2014-04-291-7/+9
| * | | fs/aio.c: Remove ctx parameter in kiocb_cancelFabian Frederick2014-04-221-3/+3
* | | | Merge tag 'dlm-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2014-06-131-0/+5
|\ \ \ \
| * | | | dlm: keep listening connection alive with sctp modeLidong Zhong2014-06-121-0/+5
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-06-138-231/+310
|\ \ \ \ \
| * | | | | ceph: use truncate_pagecache() instead of truncate_inode_pages()Yan, Zheng2014-06-071-2/+2
| * | | | | ceph: include time stamp in every MDS requestSage Weil2014-06-062-1/+9
| * | | | | ceph: refactor readpage_nounlock() to make the logic clearerZhang Zhen2014-06-061-10/+7Star
| * | | | | mds: check cap ID when handling cap export messageYan, Zheng2014-06-061-1/+1