aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
* nfs: check hostname in nfs_get_clientPeng Tao2014-07-08
* nfsv4: set hostname when creating nfsv4 ds connectionPeng Tao2014-07-08
* FS/NFS: replace count*size kzalloc by kcallocFabian Frederick2014-06-25
* nfs: get rid of duplicate dprintkWeston Andros Adamson2014-06-25
* nfs: Fix unused variable errorAnna Schumaker2014-06-24
* nfs: remove unneeded EXPORTsWeston Andros Adamson2014-06-24
* pnfs: clean up *_resend_to_mdsWeston Andros Adamson2014-06-24
* nfs: remove pgio_header refcount, related cleanupWeston Andros Adamson2014-06-24
* nfs: remove unused writeverf codeWeston Andros Adamson2014-06-24
* nfs: merge nfs_pgio_data into _headerWeston Andros Adamson2014-06-24
* nfs: rename members of nfs_pgio_dataWeston Andros Adamson2014-06-24
* nfs: move nfs_pgio_data and remove nfs_rw_headerWeston Andros Adamson2014-06-24
* NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson2014-06-24
* NFS Return -EPERM if no supported or matching SECINFO flavorAndy Adamson2014-06-24
* NFS check the return of nfs4_negotiate_security in nfs4_submountAndy Adamson2014-06-24
* NFS: Don't mark the data cache as invalid if it has been flushedTrond Myklebust2014-06-24
* NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file sizeTrond Myklebust2014-06-24
* nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew2014-06-24
* Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-06-21
|\
| * locks: set fl_owner for leases back to current->filesJeff Layton2014-06-10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-21
|\ \
| * | Btrfs: fix wrong error handle when the device is missing or is not writeableMiao Xie2014-06-19
| * | Btrfs: fix deadlock when mounting a degraded fsMiao Xie2014-06-19
| * | Btrfs: use bio_endio_nodec instead of open codeMiao Xie2014-06-19
| * | Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong2014-06-19
| * | btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo2014-06-19
| * | Btrfs: fix broken free space cache after the system crashedMiao Xie2014-06-19
| * | Btrfs: make free space cache write out functions more readableMiao Xie2014-06-19
| * | Btrfs: remove unused wait queue in struct extent_bufferFilipe Manana2014-06-19
| * | Btrfs: fix deadlocks with trylock on tree nodesChris Mason2014-06-19
* | | Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-06-21
|\ \ \
| * | | NFSD: fix bug for readdir of pseudofsKinglong Mee2014-06-17
| * | | NFSD: Don't hand out delegations for 30 seconds after recalling them.NeilBrown2014-06-17
* | | | epoll: fix use-after-free in eventpoll_release_fileKonstantin Khlebnikov2014-06-16
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-14
|\| |
| * | btrfs: fix error handling in create_pending_snapshotEric Sandeen2014-06-13
| * | btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen2014-06-13
| * | btrfs: free ulist in qgroup_shared_accounting() error pathEric Sandeen2014-06-13
| * | Btrfs: fix qgroups sanity test crash or hangFilipe Manana2014-06-13
| * | btrfs: prevent RCU warning when dereferencing radix tree slotSasha Levin2014-06-13
| * | Btrfs: fix unfinished readahead thread for raid5/6 degraded mountingWang Shilong2014-06-13
| * | btrfs: new ioctl TREE_SEARCH_V2Gerhard Heift2014-06-13
| * | btrfs: tree_search, search_ioctl: direct copy to userspaceGerhard Heift2014-06-12
| * | btrfs: new function read_extent_buffer_to_userGerhard Heift2014-06-12
| * | btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift2014-06-12
| * | btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small bufferGerhard Heift2014-06-12
| * | btrfs: tree_search, search_ioctl: accept varying bufferGerhard Heift2014-06-12
| * | btrfs: tree_search: eliminate redundant nr_items checkGerhard Heift2014-06-12
* | | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2014-06-14
|\ \ \
| * | | aio: cleanup: flatten kill_ioctx()Benjamin LaHaise2014-04-29