summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee2014-07-085-10/+5
* nfsd: Protect addition to the file_hashtblTrond Myklebust2014-07-081-12/+37
* nfsd: fix file access refcount leak when nfsd4_truncate failsChristoph Hellwig2014-07-081-32/+30
* NFSD: Avoid warning message when compile at i686 archKinglong Mee2014-07-081-1/+1
* nfsd4: replace defer_free by svcxdr_tmpallocJ. Bruce Fields2014-07-082-33/+26
* nfsd4: remove nfs4_acl_newJ. Bruce Fields2014-07-083-12/+10
* nfsd4: define svcxdr_dupstr to share some common codeJ. Bruce Fields2014-07-081-13/+23
* nfsd4: remove unused defer_free argumentJ. Bruce Fields2014-07-082-13/+9
* nfsd4: rename cr_linkname->cr_dataJ. Bruce Fields2014-07-083-13/+12
* nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields2014-07-085-18/+7
* nfsd: make NFSv2 null terminate symlink dataJ. Bruce Fields2014-07-081-1/+4
* nfsd: fix rare symlink decoding bugJ. Bruce Fields2014-07-082-10/+12
* nfsd: properly handle embedded newlines in fault_injection inputJeff Layton2014-06-231-0/+8
* nfsd: fix return of nfs4_acl_write_whoJeff Layton2014-06-231-1/+1
* nfsd: add appropriate __force directives to filehandle generation codeJeff Layton2014-06-232-5/+19
* nfsd: nfsd_splice_read and nfsd_readv should return __be32Jeff Layton2014-06-232-5/+6
* nfsd: clean up sparse endianness warnings in nfscache.cJeff Layton2014-06-231-2/+11
* nfsd: add __force to opaque verifier field castsJeff Layton2014-06-232-4/+12
* NFSD: Using exp_get for export gettingKinglong Mee2014-06-235-9/+8
* NFSD: Using path_get when assigning path for exportKinglong Mee2014-06-231-2/+2
* SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee2014-06-231-2/+2
* NFSD: Using min/max/min_t/max_t for calculateKinglong Mee2014-06-238-64/+31
* 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/+1
| * | Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong2014-06-193-7/+6
| * | btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo2014-06-191-10/+9
| * | 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/+0
| * | 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